Dear Jonas team,

Just to let you know, it appears to me that comments in ejb-jar.xml can 
cause problems for GenIC (Jonas 2.0.0). Specifically:

      <prim-key-class>
        <!--test leading 
comment-->uk.org.rbgkew.sepasal.ejb.data.taxon.TaxonPK</prim-key-class>

causes the following error:
ERROR: Primary Key class not found for bean TaxonFacade:
        uk.org.rbgkew.sepasal.ejb.data.taxon.TaxonPK
GenIC ERROR: When reading the Deployment Descriptors for 
data.taxon.TaxonFacade.
xml

However,
      <prim-key-class>
        uk.org.rbgkew.sepasal.ejb.data.taxon.TaxonPK<!--test trailing 
comment--></prim-key-class>

works fine. In other words, GenIC falls over if there is a comment 
preceding the prim-key-class value, but doesn't mind if the comment follows 
the value. Both are correct XML, aren't they? Not a critical bug but you 
should know!

Joe

=====================================================================
Joe Gittings, Royal Botanic Gardens, Kew
Hanover House, Kew, Richmond, Surrey TW9 3AB

[EMAIL PROTECTED]
+44 20 8332 5712
fax: +44 20 8332 5736

----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to