[JBoss-user] [EJB/JBoss] - Re: XDoclet not generating Local interface

2004-08-03 Thread crowse
Hi pique and darranl

Thanks for the info. You may both give me a virtual kick in the pants.

DarranI, in fact, these lines should point to the business (i.e. Remote and 
((local??)) interfaces, not the homes.

A further problem is that if I point the business interface to Remote, everything is 
OK.

But if I try to point the local-business-interface to my Local interface (NOT LOcal 
Home), I get an error message (Circular inheritance).  I removed the local-business 
interface tag entirely, and all is well.

MAny many thanks

Chris

 

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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: XDoclet not generating Local interface

2004-08-03 Thread darranl
>From reading the XDoclet documentation you need to remove the following lines from 
>the @ejb.bean section: -

 * local-business-interface="natis.interfaces.TestBeanLocalHome"
  |  * business-interface="natis.interfaces.TestBeanRemoteHome"

You have instructed XDoclet to use the local home interface as the local interface.



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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: XDoclet not generating Local interface

2004-08-03 Thread pique
As a first step, include attribute 
 "extends" and "local-extends" 
in tag @ejb.home and @ejb.interface
like this
 * @ejb.home
 * extends="javax.ejb.EJBHome"
* local-extends=

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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user