Re: spring package problem

2007-03-09 Thread James Strachan
BTW I'm replying but taking future discussions over to the dev list... On 3/9/07, Javier Leyba <[EMAIL PROTECTED]> wrote: On 3/8/07, James Strachan <[EMAIL PROTECTED]> wrote: > > BTW it would be pretty useful to have a pure properties files based > way to configure the broker! Fancy starting it

Re: spring package problem

2007-03-09 Thread Javier Leyba
On 3/8/07, James Strachan <[EMAIL PROTECTED]> wrote: BTW it would be pretty useful to have a pure properties files based way to configure the broker! Fancy starting it off and we can improve it? James Well, I need to do it for me so, if it could be useful for others... I know how load prop

Re: spring package problem

2007-03-08 Thread James Strachan
On 3/8/07, Javier Leyba <[EMAIL PROTECTED]> wrote: On 3/7/07, James Strachan <[EMAIL PROTECTED]> wrote: > > The Spring jars are not mandatory, you can use ActiveMQ just fine > without it. Currently main use of Spring is along with xbean to deal > with the XML configuration. If you prefer you coul

Re: spring package problem

2007-03-08 Thread Javier Leyba
On 3/7/07, James Strachan <[EMAIL PROTECTED]> wrote: The Spring jars are not mandatory, you can use ActiveMQ just fine without it. Currently main use of Spring is along with xbean to deal with the XML configuration. If you prefer you could just use Java code to initialise your broker... http://a

Re: [Spam: 5.0] spring package problem

2007-03-07 Thread James Strachan
On 3/7/07, Luciano <[EMAIL PROTECTED]> wrote: I had a similar problem with the JCA connector and didn't succeed on the classloader isolation path :( (no Help from JBoss forum) The only functioning workaround was: 1)eliminate spring 1 jar from the .rar 2)add xbean-spring-2.8.jar into the Spring

Re: [Spam: 5.0] spring package problem

2007-03-07 Thread Luciano
gt; Barcelona - Spain > http://blog.leyba.com.ar > -- View this message in context: http://www.nabble.com/spring-package-problem-tf3361057s2354.html#a9354352 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: spring package problem

2007-03-07 Thread Javier Leyba
On 3/7/07, James Strachan <[EMAIL PROTECTED]> wrote: The Spring jars are not mandatory, you can use ActiveMQ just fine without it. Currently main use of Spring is along with xbean to deal with the XML configuration. If you prefer you could just use Java code to initialise your broker... http://a

Re: spring package problem

2007-03-07 Thread James Strachan
On 3/7/07, Javier Leyba <[EMAIL PROTECTED]> wrote: Hi I've a JBoss service that starts my ActiveMQ brokers and it run's ok. Now, I'm trying to deploy another application that is an axis server deployed as a weapp to offer web services that will use activemq. As JBoss services load classes befo

spring package problem

2007-03-07 Thread Javier Leyba
Hi I've a JBoss service that starts my ActiveMQ brokers and it run's ok. Now, I'm trying to deploy another application that is an axis server deployed as a weapp to offer web services that will use activemq. As JBoss services load classes before my webapp, my webapp could use the classes loaded