Forum Discussion
pdrabik
14 years agoContributor
Continuing...
The issue is probably located somewhere around JMSConnectionHolder class.
There is a place which pose the difference between environments:
connectionFactory = ( ConnectionFactory ) hermes.getConnectionFactory();
connectioFactory object is toString'ed below.
On windows it returns complete object
On linux it probably not working properly.
hermes.getConnectionFactory is supported somehow with cglib.. I've been trying different versions of that library, but issue still persists.
The issue is probably located somewhere around JMSConnectionHolder class.
There is a place which pose the difference between environments:
connectionFactory = ( ConnectionFactory ) hermes.getConnectionFactory();
connectioFactory object is toString'ed below.
On windows it returns complete object
TopicConnectionFactory[URL=tcp://host:7222;clientID=null;Properties={com.tibco.tibjms.factory.password=xxxx, com.tibco.tibjms.factory.username=xxxx}]
On linux it probably not working properly.
TopicConnectionFactory[URL=tcp://localhost:7222;clientID=null]
hermes.getConnectionFactory is supported somehow with cglib.. I've been trying different versions of that library, but issue still persists.
Related Content
- 8 years ago
- 10 years ago
Recent Discussions
- 5 days ago
- 10 days ago