[jboss-user] [JBoss Seam] - Target Unreachable
amontobin
do-not-reply at jboss.com
Sun May 13 18:04:21 EDT 2007
Hi,
I've got an ear working. i can display my first index.seam page (login page) but when i hit login button, i've got this error :
javax.servlet.ServletException: /index.jsp(15,15) '#{backOfficeLoginController.username}' Target Unreachable, identifier 'backOfficeLoginController' resolved to null
javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
EJB is deployed :
00:02:40,260 INFO [EJBContainer] STARTED EJB: org.jboss.seam.core.Dispatcher ejbName: Dispatcher
00:02:40,310 INFO [MCKernelAbstraction] installing bean: jboss.j2ee:ear=assurix.ear,jar=jboss-seam-1.2.1.GA.jar,name=TransactionListener,service=EJB3 with dependencies:
00:02:40,357 INFO [EJBContainer] STARTED EJB: org.jboss.seam.core.TransactionListener ejbName: TransactionListener
00:02:40,395 INFO [MCKernelAbstraction] installing bean: jboss.j2ee:ear=assurix.ear,jar=presentation-1.0-SNAPSHOT.jar,name=LoginController,service=EJB3 with dependencies:
00:02:40,412 INFO [EJBContainer] STARTED EJB: com.assurix.presentation.extranet.backoffice.LoginController ejbName: LoginController
My Controller code :
Stateful
@Name("backOfficeLoginController")
public class LoginController extends PresentationController implements LoginControllerInterface {
@Logger
private Log log;
private LoginModule loginModule;
}
Have you any ideas for solving this problem ?
Thank you a lot,
Sébastien
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045311#4045311
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045311
More information about the jboss-user
mailing list