Have you defined the view-type="both"?

Here a sample:

  | /**
  |  * @ejb.bean name="ArchiveHandler"
  |  *           display-name="Name for ArchiveHandler"
  |  *           description="Description for ArchiveHandler"
  |  *           jndi-name="ejb/ArchiveHandler"
  |  *           local-jndi-name = "ejb/ArchiveHandlerLocal"
  |  *           type="Stateless"
  |  *           view-type="both"
  |  *           
  |  *           
  |  * @ejb.ejb-ref             ejb-name = "ArchiveWebService"
  |  *                          ref-name = "ejb/ArchiveWebServiceLocal"
  |  *                          view-type = "local"
  |  * 
  |  * @jboss.ejb-local-ref ref-name = "ArchiveWebServiceLocal"
  |  *                      jndi-name = "ejb/ArchiveWebServiceLocal"
  |  *                      
  |  * @ejb.ejb-ref             ejb-name = "AvaloqConnector"
  |  *                          ref-name = "ejb/AvaloqConnectorLocal"
  |  *                          view-type = "local"
  |  * 
  |  * @jboss.ejb-local-ref ref-name = "AvaloqConnectorLocal"
  |  *                      jndi-name = "ejb/AvaloqConnectorLocal"              
        
  |  */
  | 

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to