Looks like it was a stale Ant version -- 1.6.0 apparently doesn't recognize the 
existence of Java 1.5 :-)

But then I get this:
   [testng] FAILED: 
org.jboss.seam.test.PhaseListenerTest.testSeamPhaseListenerNewLongRunning()
  |    [testng] java.lang.NullPointerException
  |    [testng]     at 
org.jboss.seam.core.Manager.touchConversationStack(Manager.java:118)
That line is:
      if ( isLongRunningConversation() )
  |       {
  |          getCurrentConversationEntry().touch(); // Manager.java:118 NPE
  |       }
So why would getCurrentConversationEntry() be null there?  And what's bad in my 
environment?  I'm just doing "ant test" in the root jboss-seam directory....

Will dig a bit more.
Cheers,
Rob

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914520#3914520

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914520


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to