Hi all,
Since the next release will be on Monday I�ll post a one-line patch
here on the list. If for an ejb-ref I explicitely give a name via
ejb-name, Xdoclet shouldnt prepend an "ebj" to the JNDI namespace
identifier (IMHO).
Im just an ordinary user so please dont flame me if this is
the wrong diff format:
--- EjbTagsHandler.java.old Sun Jan 13 00:18:31 2002
+++ EjbTagsHandler.java Sun Jan 13 00:20:58 2002
@@ -391,7 +391,7 @@
String ref_name = getClassTagValue( "ejb:ejb-ref", "ref-name", -1,
null, null, true, false );
if( ref_name != null )
- ejb_ref_name = ref_name;
+ return ( ref_name );
else
{
ejb_ref_name = getClassTagValue( "ejb:ejb-ref", "ejb-name",
-1, null, null, true, true );
feel free to ignore this ...
so long
Peter
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel