Basically, we're taking the contents out of activemq.jar (whatever is pulled down through Ivy) and including them in our JAR. Im going to try putting the jars of ActiveMQ on your classpath and see how that goes. Do you think that may be the issue here?
James.Strachan wrote: > > 2009/1/8 lynnec <[email protected]>: >> >> James, >> >> I get the following exception: >> >> JMS exception during session startup. Could not create Transport. Reason: >> java.io.IOException: Transport scheme NOT recognized: [vm] >> >> Unfortunatley Im having trouble getting my debug logs to output so thats >> all >> I can give you at the moment. I think its throwing the exception on >> connection = connectionFactory.createQueueConnection() in my function >> startUp. >> >> Ill post more details as soon as I can. > > Are you using the jars of ActiveMQ on your classpath - or are you > using the Java source code for ActiveMQ and packaging that up manually > yourself? Only the resources for VM transport should be in > activemq.jar or activemq-core.jar - they should be found. Or are you > using some funky class loader? > > -- > James > ------- > http://macstrac.blogspot.com/ > > Open Source Integration > http://fusesource.com/ > > -- View this message in context: http://www.nabble.com/JMSException-transport-scheme-NOT-recognised-occurs-when-project-is-jarred-up-tp21336413p21351826.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
