[ 
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1555?page=comments#action_17723
 ] 

Ali Sadik Kumlali commented on XDT-1555:
----------------------------------------

I ran into the same problem and noticed that it occurred due to restriction in 
http://www.bea.com/servers/wls810/dtd/weblogic-ejb-jar.dtd used for 
weblogic-ejb-jar.xml.

According to the DTD, <enable-call-by-reference> must be put before both 
<jndi-name> and <local-jndi-name>.


> issue with @weblogic.enable-call-by-reference
> ---------------------------------------------
>
>          Key: XDT-1555
>          URL: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1555
>      Project: XDoclet
>         Type: Bug

>   Components: Bea Module
>     Versions: 1.2.3
>  Environment: Windows XP, Eclipse
>     Reporter: Lakshmanan Ramakrishnan
>     Assignee: xdoclet-devel (Use for new issues)

>
>
> Hi,
> in my ejb if i have @weblogic.enable-call-by-reference True as  the last one 
> in the defination, it gives a error . so i put this above the @ejb.bean tag 
> like this
>  * <!-- begin-xdoclet-definition -->
>  *  * @weblogic.enable-call-by-reference True  *  * @ejb.bean 
> name="CustomerFacade"
>  *           description="CustomerFacade for accessing customer information"
>  *           display-name="CustomerFacade"
>  *           jndi-name="CustomerFacade"
>  *           local-jndi-name="CustomerFacadeLocal"
>  *           type="Stateless"  *           transaction-type="Container"
>  *
>  *  *            * <!-- end-xdoclet-definition --> 
> if i do this deployment descriptor gets created. 
> But the eclipse JST is failing at some where else. It is expecting @ejb.bean 
> to be the first tag.
> Lachu

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to