DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6119>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6119 When building ejbjar for Borland Appserver ANThangs on win2000 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-06-25 05:21 ------- It appears the hang is in the Borland java2iiop tool. The underlying issue is that this tool is being fed a bad jar which causes it to hang (it may just be very slow, perhaps trying to resolve a DTD or something). When you run ejbjar you must only pass it the generic deployment descriptors, not the vendor specific descriptors. ejbjar picks these by association with the corresponding generic descriptor. SO, in the weblogic example, you will see this construct <include name="**/*-ejb-jar.xml"/> <exclude name="**/*weblogic*.xml"/> Note how the vendor specific descriptor is *excluded*. The change for inprise is obvious. This is the equivalent of the code fix you have suggested without interfering with the naming schemes used by ejbjar. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
