[jboss-user] [EJB 3.0] - Re: Couldn't handle invocation directly within...StatelessRe

Wolfgang Knauf do-not-reply at jboss.com
Fri Feb 13 04:08:26 EST 2009


H ebross,

first of all:

what is the implementation of method "getDocumentManager()" in your backing bean?
I see that you inject a DocumentManager in the backing bean:
@javax.ejb.EJB
  | private com.xxxxxxxx.xxxx.ejb.intf.DocumentRemote documentManager;
But what does "getDocumentManager()" do ;-)? Hopefully it returns just the member variable?

The error message is about "public abstract com.xxxxxxxx.xxxx.entity.model.DocumentEntity com.xxxxxxxx.xxxx.ejb.intf.DocumentService.createEntity(com.xxxxxxxx.xxxx.entity.model.DocumentEntity)"
What is this class "DocumentService"?

Best regards

Wolfgang

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

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



More information about the jboss-user mailing list