Hi,

Back again after a few weeks and regaining my bearings. I did a clean cvs checkout and 
am having a few problems running the unit tests. 

First I had a problem running TestTwiddle, which I got around by deleting it :-o

Now I am stuck on TestJMSMailListener. Originally it gave FileNotFoundException about 
jboss-mail/src/META-INF not being there. I copied the one from Jboss 3.2.4 rc1, and 
now it gives the following error:

    [junit] Running org.jboss.mail.maillistener.TestJMSMailListener
    [junit] 20:46:22,609 ERROR [JMSMailListener] Starting failed
    [junit] javax.naming.NameNotFoundException: ConnectionFactory not bound
    [junit]     at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
    [junit]     at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)
    [junit]     at org.jnp.server.NamingServer.getObject(NamingServer.java:509)
    [junit]     at org.jnp.server.NamingServer.lookup(NamingServer.java:282)
    [junit]     at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:528)
    [junit]     at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
    [junit]     at javax.naming.InitialContext.lookup(InitialContext.java:347)
    [junit]     at 
org.jboss.mail.maillistener.JMSMailListener.startService(JMSMailListener.java:120)
    [junit]     at 
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
    [junit]     at 
org.jboss.mail.maillistener.TestJMSMailListener.setUp(TestJMSMailListener.java:55)
    [junit]     at junit.framework.TestCase.runBare(TestCase.java:125)
    

If I delete TestJMSMailListener all the other tests work. So I don't know if there is 
something wrong with my setup or if the tests mentioned are not "ready"?!?

Cheers,

Kab

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824977#3824977";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824977>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to