Hi Aslak! > There is a bug in WLS 6.1' ejbc. It seems to want some tag values in lower > case, although this violates the EJB 2.0 spec. > See this post: > http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.develo > per.interest.ejb&item=28262&utag= Did you also try with weblogic 6.1sp1?
> I have only identified this problem with MD beans. Basically, until BEA > fixes this bug, we must generate ejb-jar.xml according to what WLS 6.1's > ejbc wants to swallow. This means that we need to be able to specify app > server to the EjbDotXmlSubTask, and handle this in ejb-body.j. > I know this is stupid, but I can't think of any other way to make XDoclet > support MD beans for WLS. This will make it really difficult to make one app that deploys on different app servers. What about generating another deployment-descriptor (ejb-jar-weblogic.xml) in the weblogic subtask or create a new subtask for it? Then you have a "correct" ejb-jar.xml and a "weblogic" ejb-jar.xml. regards chris _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
