[jboss-user] [JBoss Seam] - Scanner not picking up the @Name

samau do-not-reply at jboss.com
Tue Nov 7 00:44:38 EST 2006


Trying to replicate the booking sample in eclipse (Myeclipse with ear,jar,war projects).  

Some how the scanner is not loading the component @name up.  I keep getting "Component: null" on my user defined components. 

I have a blank seam.properties in the component jar. 

13:26:40,591 INFO  [Scanner] scanning: /D:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp61828testbooking.ear-contents/testbookingEJB3.jar
13:26:40,638 INFO  [Component] Component: null, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.testbooking.action.LogoutAction, JNDI: testbooking/LogoutAction/local
13:26:40,685 ERROR [[/testbookingWeb]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
java.lang.NullPointerException
	at java.lang.String.startsWith(String.java:1252)
	at java.lang.String.startsWith(String.java:1281)
	at org.jboss.seam.Component.initInitializers(Component.java:325)
	at org.jboss.seam.Component.(Component.java:248)

Any pointers to what I may have done wrong?



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

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



More information about the jboss-user mailing list