the cmp in lazy-load-group can be setted any value, but null, however before set, get the value of cmp, null can be setted into the field, this is similar to the cmp field in cmr, cmp field can't be insert into null if not get the field before. i dont know why,
| jbosscmp-jdbc.xml | <load-group> | <load-group-name>subordination</load-group-name> | <field-name>feeCurrency</field-name> | <field-name>interest1</field-name> | </load-group> | </load-groups> | <eager-load-group>basicProgramme</eager-load-group> | <lazy-load-groups> | <load-group-name>subordination</load-group-name> | </lazy-load-groups> | | programmelocal.setFeeCurrency(programmeDTO.getFeeCurrency()); | once the FeeCurrency is null, the value can not be insert into database, but if get the field before set, the null can input into database View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916861#3916861 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916861 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
