Hi ,

Whenever a bean with a collection is persisted using orion server ver 1.4.4 the 
orion-ejb-jar.xml is outputed with a misplaced ", so subsequent
startups of Orion breaks up due to badly formed XML file.

<cmp-field-mapping name="groups">
   <set-mapping table="BDev_User_groups">
        <primkey-mapping>
                <cmp-field-mapping name="username" persistence-name="username" 
persistence-type="varchar2(255)" />
        </primkey-mapping>
        <value-mapping type="java.lang.String immutable="false"">
                <cmp-field-mapping name="value" persistence-name="value" />
        </value-mapping>
   </set-mapping>
</cmp-field-mapping>

the string should be "java.lang.String" immutable="false" instead of what is 
highlighted above.

If this is indeed a bug then should we log it in bugzilla?.

- krishnan

Reply via email to