Re: "Transport not scheme specified" exception trying to initialize JMS

2008-06-19 Thread EddieK
ttmdev wrote: > > env.put(Context.PROVIDER_URL, "vm://localhost"); > > Get a free ActiveMQ user guide at www.ttmsolutions.com > Thanks for both! That was it, and I now have things working. The user guide will also be a great help. Eddie -- View this message in context: http://

Re: "Transport not scheme specified" exception trying to initialize JMS

2008-06-19 Thread ttmdev
Hi Eddie, Try this env.put(Context.PROVIDER_URL, "vm://localhost"); Joe Get a free ActiveMQ user guide at www.ttmsolutions.com EddieK wrote: > > I am migrating an application away from JBoss JMS to ActiveMQ, but I am > not having much luck. The application, migrated away from JBoss, will

"Transport not scheme specified" exception trying to initialize JMS

2008-06-18 Thread EddieK
I am migrating an application away from JBoss JMS to ActiveMQ, but I am not having much luck. The application, migrated away from JBoss, will run under Tomcat 6 as a webapp. I have everything functioning except JMS. So far I have done the following: Copy the Web App whole from where it lived u