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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...