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=5717>. 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=5717 iPlanet ejb-jar task does not include primary key class Summary: iPlanet ejb-jar task does not include primary key class Product: Ant Version: 1.5 alpha (nightly) Platform: Sun OS/Version: Solaris Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The ejb-jar file created by the optional task in Ant takes no account of whether the EJB includes the primary key class or not. The default behaviour of iPlanet when there is no primary key class is to assume one that is just a simple string key. If the entity being modelled by the EJB has a multi-part key or a non-string key, the primary key class is necessary. So the current implementation of ejb-jar for iPlanet in Ant will work in only the simple case. I have emailed a patch to add this full functionality to ant-dev. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>