On Thu, 2005-07-28 at 11:37, Phil Bowker wrote:
> I'm generating an orion-ejb-jar.xml using xdoclet, but
> I find in the file I have the following:
> 
> <enterprise-beans>
>   <!-- Session Beans -->
>   <session-deployment name="MyBean"
>                       location="MyBean"
>                       location="myJndi/MyBeanLocal">

The template has
                                                                  
<XDtEjb:ifRemoteEjb>
location="<XDtEjbHome:jndiName type='remote'/>"
</XDtEjb:ifRemoteEjb>
<XDtEjb:ifLocalEjb>
location="<XDtEjbHome:jndiName type='local'/>"
</XDtEjb:ifLocalEjb>

so I'm guessing your bean has both local and remote interfaces?

> The problem is the location attribute is duplicated
> for the session-deployment tag and the Oracle AS
> deployer claims the file is malformed.
> 
> Unfortunately the Wiki and archive search facilities
> for xdoclet are down at the moment. Could someone tell
> me if this is this a new bug, a known bug, or user
> error?

The issue tracker is at
http://opensource.atlassian.com/projects/xdoclet/
This looks like XDT-540 to me.


Andrew.



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to