Scott M Stark wrote:
The jboss-common-core-2.0.4.GA style tag is what maven release wants
to
use. I have been overriding this to just the number since the project
name is already in the svn url.
We do need to pull the logging project out since jira does not have
subproject notions. We need to move forward with merging the arjuna
logging and internationalization work into the logging project before
deciding on whether it can be consolidated.
Have you tried configuring jbossjta-properties.xml? It was some weird notions of logging
levels/subsystems. I don't know if this is a matter of API or implementation and
haven't
looked into details but I'm not sure we want to standardize on this:
<properties name="common">
<!-- CLF 2.0 properties -->
<property name="com.arjuna.common.util.logging.DebugLevel"
type="System" value="0x00000000"/>
<property name="com.arjuna.common.util.logging.FacilityLevel"
type="System" value="0xffffffff"/>
<property name="com.arjuna.common.util.logging.VisibilityLevel"
type="System" value="0xffffffff"/>
<property name="com.arjuna.common.util.logger"
type="System" value="log4j"/>
</properties>