Re: [Resin-interest] resin-interest Digest, Vol 94, Issue 7

2014-04-17 Thread Sadhana Jain
When replying, please edit your Subject line so it is more specific than Re: Contents of resin-interest digest... Today's Topics: 1. Resin 4 - Error using log4j - ClassNotFoundException for RollingFileApender (Sadhana Jain

[Resin-interest] Resin 4 - Error using log4j - ClassNotFoundException for RollingFileApender

2014-04-16 Thread Sadhana Jain
Hi, We use log4j.xml with reain 3.1 but when trying to use the same configuration with resin 4 I am running into the following error. In 3.1, we have log4j.jar in a ext-lib directory and in the config file we are loading the jars in the ext-lib like this: class-loader tree-loader

[Resin-interest] Can't find symbol error when deploying a webapp on Resin 4 using JMS

2014-04-15 Thread Sadhana Jain
Hi, I am running into the following error when deploying a webapp on resin 4 that uses JMS. It has been working well on resin 3.1 and we are trying to move it to Resin 4. The error is: log4j:WARN Please initialize the log4j system properly. log4j:WARN See

[Resin-interest] which version of ActiveMQ works with Resin 3.1?

2013-02-12 Thread Sadhana Jain
Hello, I was wondering if anyone has tried the latest version of ActiveMQ 5.x with Resin 3.1? Does Resin support only a particular version of ActiveMQ or will any version of ActiveMQ work with any version of Resin? Thank you, Sadhana -- View this message in context:

Re: [Resin-interest] Does Resin 4.0 support integration with ActiveMQ via JCA?

2013-02-11 Thread Sadhana Jain
Hello Scott, I checked that you have updated the docs: http://wiki4.caucho.com/Resin_ActiveMQ_How_to And http://wiki4.caucho.com/Resin_JCA_ActiveMQ_How_to. I followed the document to change my code (I was not using both @Inject and @Named together) but it still didn't work for me. By this I

[Resin-interest] Does Resin 4.0 support integration with ActiveMQ via JCA?

2013-02-06 Thread Sadhana Jain
Hello Resin Developers, Could you please confirm if the ActiveMQ integration is supported and will work with Resin 4.0? I don't see any documentation on it and therefore am unable to figure out how to configure the jms queue in the resin-web.xml file. The old way (resin 3.x) of configuring it

[Resin-interest] Urgent: Help needed using ActiveMQ with Resin 3.1 and Resin 4.0

2013-02-04 Thread Sadhana Jain
Hi All, I am trying to make ActiveMQ work with resin 3.1 first and then will be moving it to resin 4.0. I am new to Resin, could someone please point me to Resin documentation showing an example/tutorial to use activeMQ with resin? I tried with page: http://wiki.caucho.com/ActiveMQ but am unable