[ 
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_17842
 ] 

Eric Johnson commented on XDT-1617:
-----------------------------------

I seriously doubt I will have time to write a patch, but I will at least list 
the modifications I'm making to our applications for WLS 9.x

weblogic.xml:
 removed doctype and replaced <weblogic-web-app> with:
<weblogic-web-app
        xmlns="http://www.bea.com/ns/weblogic/90";
        xmlns:j2ee="http://java.sun.com/xml/ns/j2ee";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        
xsi:schemaLocation="http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd";>

each session parameter is listed under it's own <session-param> element within 
the <session-descriptor> element


I'll post the weblogic-ejb-jar.xml changes later.

> Add support for weblogic 9.1 in ejbdoclet
> -----------------------------------------
>
>                 Key: XDT-1617
>                 URL: 
> http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1617
>             Project: XDoclet
>          Issue Type: New Feature
>          Components: Bea Module
>    Affects Versions: 1.2.3
>            Reporter: Michael Bronshteyn
>            Assignee: xdoclet-devel (Use for new issues)
>
> With weblogic 9.1 it is not possible to generate deployment descriptors using 
> current version of ejbdoclet weblogic subtask.

-- 
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

        

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to