[JBoss JIRA] Created: (JBMESSAGING-804) Provide a clean jboss-messaging-client.jar without containing external dependencies
by Galder Zamarreno (JIRA)
Provide a clean jboss-messaging-client.jar without containing external dependencies
-----------------------------------------------------------------------------------
Key: JBMESSAGING-804
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-804
Project: JBoss Messaging
Issue Type: Feature Request
Components: Build System
Affects Versions: 1.0.1.SP3, 1.2.0.Beta1
Reporter: Galder Zamarreno
Assigned To: Ovidiu Feodorov
Fix For: 1.2.0.Beta2, 1.0.1.SP4
We've installed JBoss messaging instead of JBossMQ and updated our application to connect to this.
We have to include jboss-messaging-client.jar to be able to use it, but now the following problem arises:
jboss-messaging-client.jar has log4j classes in it, which are of an old version. Therefore, our .war
cannot deploy because it uses methods of log4j of the newer version (e.g. Logger.isTraceEnabled()).
To your approach of patching jboss-messaging-client.jar: maybe we'll try it, but I'm afraid it includes
more classes that may clash with our system... What we need is a clean jboss-messaging-client.jar file,
without external dependencies, but I don't want to build it myself as it makes maintaining our JBoss
setup very hard.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 1 month
[JBoss JIRA] Created: (JBMESSAGING-725) Add a release-admin check that would cleanly stop the installation process if ant version is too old
by Ovidiu Feodorov (JIRA)
Add a release-admin check that would cleanly stop the installation process if ant version is too old
----------------------------------------------------------------------------------------------------
Key: JBMESSAGING-725
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-725
Project: JBoss Messaging
Issue Type: Feature Request
Reporter: Ovidiu Feodorov
Assigned To: Ovidiu Feodorov
Priority: Minor
Fix For: 1.2.0.CR1
... and avoid cryptic failures like this one:
[C:/temp/jboss-messaging-1.2.0.Beta1/util] ant -f release-admin.xml
Buildfile: release-admin.xml
default:
BUILD FAILED
C:\temp\jboss-messaging-1.2.0.Beta1\util\release-admin.xml:36: The following error occurred while ex
ecuting this line:
C:\temp\jboss-messaging-1.2.0.Beta1\util\release-admin.xml:519: Class org.apache.tools.ant.taskdefs.
ConditionTask doesn't support the nested "length" element.
Total time: 1 second
[C:/temp/jboss-messaging-1.2.0.Beta1/util] ant -version
Apache Ant version 1.6.2 compiled on July 16 2004
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 1 month