Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Templates and log4jProperties.vm

594115Sep 15 2008 — edited Sep 17 2008
Hello,

I am trying to specify some changes to the log4jProperties.vm. I would like to include the changes in a customTemplate.jtp, but can't seem to find the "tag" (like 'data_page=custom/page/dataPageCDB.vm') which would be used for log4jProperties or any other "template/default/misc/file" template. Does anyone know what this and/or the other "tags" might be?

This is being done to prevent the apache axis library from spamming debug messages when using JHS and the ContentDB API together in a development environment.

Thanks in advance,

Steve
This post has been answered by Steven Davelaar-Oracle on Sep 16 2008
Jump to Answer

Comments

Answer
Steve,

The log4j.properties is generated through the fileGenerator.vm template:

#set ($parsedContent = "#JHS_PARSE_NO_DEBUG('default/misc/file/log4jProperties.vm' ${JHS.service})")
$JHS.createFile("${JHS.sourceRootDir}/log4j.properties", $parsedContent)


It is only generated when the file does not exist yet, so you should be able to just change the log4j.properties.

Steven Davelaar,
JHeadstart Team.
Marked as Answer by 594115 · Sep 27 2020
594115
Steven,

Thanks for the quick response and that answered my question. :)

Something to note:
After some testing (JDeveloper 10.1.3.2, JHeadstart 10.1.3.2), I found that despite the fact that the FILE_GENERATOR templateIdentifier is available for use by groups, it is ignored. Only the service or "top level" template uses the FILE_GENERATOR templateIdentifier. This makes since, but the availability of it in the group templates is a little misleading.

Steve
Steve,

That's correct. On our wishlist (not a high priority though), we have "context-sensitive templates tab" which would only show the templates that make sense given the selected node in the tree navigator.

Steven Davelaar,
JHeadstart team.
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 15 2008
Added on Sep 15 2008
3 comments
1,182 views