[jboss-user] [JNDI/Naming/Network] - Re: Migrating 4.2.3.GA to 5.1.0.GA - JNDI missing?
kennardconsulting
do-not-reply at jboss.com
Mon Jun 15 04:18:35 EDT 2009
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
More information about the jboss-user
mailing list