jaikiran,

Thanks again for being so helpful. Again there is rather a lot of code 
involved. I will try to post the relevant bits:

package com.avant.ss.ejb.session;
  | 
  | import java.io.File;
  | 
  | import javax.ejb.Stateful;
  | 
  | import com.avant.ss.ejb.entity.Document;
  | import com.kennardconsulting.core.ejb.session.DiskFileBean;
  | import com.kennardconsulting.core.ejb.session.isession.IDiskFileBean;
  | import com.kennardconsulting.core.util.EjbUtils;
  | 
  | @Stateful
  | public class DocumentBean
  |     extends DiskFileBean<Document>
  |     implements IDiskFileBean<Document>
  | {
  |    ...lots of code...
  | 

package com.kennardconsulting.core.ejb.session.isession;
  | 
  | import java.io.InputStream;
  | import java.util.List;
  | 
  | import com.kennardconsulting.core.ejb.entity.DiskFile;
  | import com.kennardconsulting.core.simpletype.ListState;
  | 
  | public interface IDiskFileBean<DF extends DiskFile>
  |     extends IBaseSessionBean
  | {
  |    ...code...
  | 

There is nothing related to DocumentBean in either jboss.xml or ejb-jar.xml.

Regards,

Richard.



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

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

Reply via email to