Thanks, Your advice helped me.

This code should work after specification I think. The side effect is I can 
compile an jar file with java which is not deployable in JBoss. 


  | public interface AddressLocalHome
  |    extends javax.ejb.EJBLocalHome
  | {
  |    public static final String COMP_NAME="java:comp/env/ejb/AddressLocal";
  |    public static final String JNDI_NAME="AddressLocal";
  | 
  |    public org.partneragency.interfaces.AddressLocal 
findByPrimaryKey(Integer addressId)
  |       throws javax.ejb.FinderException;
  | 
  | }
  | 

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

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


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to