[jboss-user] [JBoss jBPM] - Re: Problem with managed beans

rodosa do-not-reply at jboss.com
Mon Jan 21 09:53:44 EST 2008


I doesn't work with :


  | managed-bean>
  | 			<managed-bean-name>userBean</managed-bean-name>
  | 			<managed-bean-class>com.miApp.UserBean</managed-bean-class>
  | 			<managed-bean-scope>request</managed-bean-scope>
  | 		</managed-bean>
  | 	
  | 

and it doesn't work with:


  | managed-bean>
  | 			<managed-bean-name>UserBean</managed-bean-name>
  | 			<managed-bean-class>com.miApp.UserBean</managed-bean-class>
  | 			<managed-bean-scope>request</managed-bean-scope>
  | 		</managed-bean>
  | 	
  | 

It could be a problem of directories??? In which directory I have to put my UserBean.java file???


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

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



More information about the jboss-user mailing list