[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 t

[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 does

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

2013-02-06 Thread Sadhana Jain
n. Is my MDB ejb configuration in the resin-web.xml file correct? did it change in 4.0? Thank you so much for helping out! Sadhana Scott Ferguson wrote: > > On 2/6/13 10:09 AM, Sadhana Jain wrote: >> Hello Resin Developers, >> >> Could you please confirm if the Ac

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 mean

[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: http://old.nabble.com/which

Re: [Resin-interest] JMS configuration differences between resin 3.1 and resin 4.0

2014-04-14 Thread Sadhana Jain
exmaple I could follow for resin 4.0? Also, documentation from 3.1 (not 3.0) to 4.0 migration will be extremely helpful. Thanks a lot, Sadhana On Fri, Apr 11, 2014 at 3:32 PM, Sadhana Jain wrote: > We are currently in the process of migrating resin 3.1 to resin 4.0. > > I was wondering if

[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 http://logging.apache.org/log4j/1.2/faq.h

[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: In resin.xml for resin 4 I have

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

2014-04-17 Thread Sadhana Jain
resin-interest-ow...@caucho.com > > 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 - Er