The connectAndChat test intermittently fails.
This seems to happen in Seam 2.3 as well.
Test error:
com.thoughtworks.selenium.Wait$WaitTimedOutException: Timeout while waiting for asynchronous update of xpath=//div/select[@id='userList']/option[contains(text(),'Martin')]
Server log:
14:34:36,328 ERROR [org.jboss.as.ejb3.invocation] (http-/127.0.0.1:8080-3) JBAS014134: EJB Invocation failed on component ChatRoomAction for method public abstract boolean org.jboss.seam.example.remoting.chatroom.ChatRoomActionWebRemote.connect(java.lang.String): javax.ejb.EJBException: org.jboss.seam.InstantiationException: Could not instantiate Seam component: topicPublisher at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(CMTTxInterceptor.java:164) [jboss-as-ejb3-7.1.3.Final-redhat-3.jar:7.1.3.Final-redhat-3] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:228) [jboss-as-ejb3-7.1.3.Final-redhat-3.jar:7.1.3.Final-redhat-3] ... Caused by: org.jboss.seam.InstantiationException: Could not instantiate Seam component: topicPublisher at org.jboss.seam.Component.newInstance(Component.java:2197) [jboss-seam.jar:2.2.6.EAP5] at org.jboss.seam.Component.getInstance(Component.java:2021) [jboss-seam.jar:2.2.6.EAP5] ... Caused by: org.jboss.seam.InstantiationException: Could not instantiate Seam component: org.jboss.seam.jms.topicSession at org.jboss.seam.Component.newInstance(Component.java:2197) [jboss-seam.jar:2.2.6.EAP5] at org.jboss.seam.Component.getInstance(Component.java:2021) [jboss-seam.jar:2.2.6.EAP5] ... Caused by: java.lang.NullPointerException at org.jboss.seam.jms.TopicSession.create(TopicSession.java:38) [jboss-seam.jar:2.2.6.EAP5] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.6.0_30] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [rt.jar:1.6.0_30] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_30] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_30] at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam.jar:2.2.6.EAP5] at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:144) [jboss-seam.jar:2.2.6.EAP5] at org.jboss.seam.Component.callComponentMethod(Component.java:2302) [jboss-seam.jar:2.2.6.EAP5] at org.jboss.seam.Component.callCreateMethod(Component.java:2225) [jboss-seam.jar:2.2.6.EAP5] at org.jboss.seam.Component.newInstance(Component.java:2185) [jboss-seam.jar:2.2.6.EAP5] ... 138 more
- blocks
-
JBPAPP-10959 Upgrade Seam to 2.2.7.EAP5
- Closed