Hi I am looking at Seam, I've got a working production JBoss404 AS running on 
one host. On a diferent host I followed the Seam roadmap exactly and I am 
getting errors trying to run the bookings example.

10:45:50,003 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces 
Servlet threw exception
org.jboss.seam.InstantiationException: Could not instantiate Seam component: 
register
        at org.jboss.seam.Component.newInstance(Component.java:735)


Caused by: javax.naming.NameNotFoundException: RegisterAction not bound
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
        at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
        at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
        at org.jnp.server.NamingServer.lookup(NamingServer.java:270)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:625)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
        at javax.naming.InitialContext.lookup(Unknown Source)
        at org.jboss.seam.Component.instantiate(Component.java:774)
        at org.jboss.seam.Component.newInstance(Component.java:731)


Reading the previous post I checked my components.xml and it looks OK


    
        true
        true
        jboss-seam-booking/#{ejbName}/local
    
    
    <!-- 120 second conversation timeout -->
    
        120000
    

Any Idea? My JBoss AS install profile was clustered EJB. 

Any idea? This is a new install following the Sean roadmap exactly, with 
hibernate 3.3
    
    



thx in advance jim

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962911
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to