Hm, sort of. Here's one problem in WebLogicSubTask (1.2.0-beta1 release):

private final static String WEBLOGIC_DD_SYSTEMID_70 =
"http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd";;

So, if your task is:

<weblogic version="7.0" .../>

Your weblogic-ejb-jar.xml will have:

<!DOCTYPE weblogic-ejb-jar PUBLIC
  "-//BEA Systems, Inc.//DTD WebLogic 7.0.0 EJB//EN"
  "http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd";>

But it's supposed to be:

<!DOCTYPE weblogic-ejb-jar PUBLIC
  "-//BEA Systems, Inc.//DTD WebLogic 7.0.0 EJB//EN"
  "http://www.bea.com/servers/wls700/dtd/weblogic-ejb-jar.dtd";>

Quoting [EMAIL PROTECTED]:

> Subject line says it all. Keeping my fingers crossed. Thanks. Chuck.
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Get the new Palm Tungsten T 
> handheld. Power & Color in a compact size! 
> http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 


-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>


-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to