This one time, at band camp, Skuskiy, Vlad said:
SV>How to specify inner class type in mapping.xml for Castor.
SV>Example: MessageHeader is public static final inner class for
SV>BCBSFL_JMSMessage.
SV>
SV><mapping>
SV> <class name="com.bcbsfl.taz.framework.middleware.BCBSFL_JMSMessage">
SV> <map-to xml="BCBSFL_JMSMessage"/>
SV>
SV> <field name="Header"
SV>
SV>type="com.bcbsfl.taz.framework.middleware.BCBSFL_JMSMessage.MessageHeader">
SV> <bind-xml name="header" node="element"/>
SV> </field>
SV>
SV> <field name="Object"
SV> type="com.bcbsfl.ecs.pac.person.Dependent">
SV> <bind-xml name="Object"/>
SV> </field>
SV>
SV> </class>
SV>
SV> </mapping>
Vlad,
If I remember correctly, you must specify the outer class and then the
inner class like so:
<package>.<outer-class>$<inner-class>
Bruce
--
perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev