Re: Unable to test code that sends message to JMS queue

2006-11-25 Thread Ganesh kumar
Moving the repository to a folder without spaces did not help! Thanks Ganesh Johan Lindquist [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Out of curiosity - you running on Windows? I had problems with JBoss JNDI lookups because there were spaces in the classpath

Re: Unable to test code that sends message to JMS queue

2006-11-24 Thread Johan Lindquist
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Out of curiosity - you running on Windows? I had problems with JBoss JNDI lookups because there were spaces in the classpath (repository is in Documents and Settings. Fixed the problems by moving my repository to a directory without spaces.

Unable to test code that sends message to JMS queue

2006-11-23 Thread Ganesh kumar
hi I have java file that sends JMS message to a queue in the JBOSS server. I have a junit testcase that tests sending of messages to the queue.I have included all the necessary jars with the default scope. But when I run the command 'mvn test', I see testcase gives NullPointerException. It