missing dependency and version clarification

280 views
Skip to first unread message

Gunnar

unread,
Mar 21, 2013, 3:23:28 AM3/21/13
to jboss-gene...@googlegroups.com
Hi,
I have succeeded to read from and send to Tibco EMS from JBoss 7.1.1-Final, 
but I had to add a dependency to org.jboss.common-core so the manifest.mf now contains:
Dependencies: com.tibco.tibjms, org.jboss.common-core

There is a warning when starting the application server

Deployment "deployment.generic-jms-ra.rar" is using a private module ("org.jboss.common-core:main") which may be changed or removed in future versions without notice.
What can be done about that?


I did not manage to enable system property substitution with JBoss7.1.1-Final.
I downloaded and built JBoss.7.1.3.Final and then it worked. 
Perhaps you can mention this in the documentation.

Thanks,
Gunnar

Justin Bertram

unread,
Apr 5, 2013, 12:55:40 PM4/5/13
to jboss-gene...@googlegroups.com
Do you recall which error/warn was logged without the org.jboss.common-core dependency?

Gunnar

unread,
Apr 8, 2013, 2:59:41 AM4/8/13
to jboss-gene...@googlegroups.com
Hi,
It was the Strings.compare method that was not found.
I tried to reproduce it but no luck.
I don't know what is different. 
I let you know if I run into it again.
/Gunnar

Peter

unread,
Nov 13, 2013, 11:47:15 PM11/13/13
to jboss-gene...@googlegroups.com
Without the org.jboss.common-core dependency I get this error

Caused by: java.lang.NoClassDefFoundError: org/jboss/util/Strings
at org.jboss.resource.adapter.jms.JmsMCFProperties.equals(JmsMCFProperties.java:157) [generic-jms-ra-jar-1.0.0.Final.jar:1.0.0.Final]
at org.jboss.resource.adapter.jms.JmsManagedConnectionFactory.equals(JmsManagedConnectionFactory.java:180) [generic-jms-ra-jar-1.0.0.Final.jar:1.0.0.Final]
at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.allocateConnection(AbstractConnectionManager.java:456) [ironjacamar-core-impl-1.0.17.Final-redhat-1.jar:1.0.17.Final-redhat-1]
at org.jboss.resource.adapter.jms.JmsSessionFactoryImpl.allocateConnection(JmsSessionFactoryImpl.java:342) [generic-jms-ra-jar-1.0.0.Final.jar:1.0.0.Final]
at org.jboss.resource.adapter.jms.JmsSessionFactoryImpl.createSession(JmsSessionFactoryImpl.java:325) [generic-jms-ra-jar-1.0.0.Final.jar:1.0.0.Final]

This is with JBoss EAP 6.1.0.GA (with Tibco).

With the dependency it is ok except for this disconcerting message:

15:44:57,146 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-14) JBAS018567: Deployment "deployment.jms-ra-mdb-tibco-ear-ear.ear.generic-jms-ra.rar" is using a private module ("org.jboss.common-core:main") which may be changed or removed in future versions without notice.

Reply all
Reply to author
Forward
0 new messages