create correct entityCommand in jbosscmp-jdbc.xml -------------------------------------------------
Key: XDT-1636 URL: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1636 Project: XDoclet Type: Bug Components: JBoss Module Versions: 1.3 Environment: JDK 1.5.0_06 / Solaris 9 (SPARC) Reporter: Langelage, Frank Assigned to: xdoclet-devel (Use for new issues) The correct syntax for the tag "entitycommand" in jboxxcmp-jdbc.xml is <entity-command name="no-select-before-insert"/> for example. To get this, this change has to be done: Index: xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_xml.xdt =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_xml.xdt,v retrieving revision 1.74 diff -u -r1.74 jbosscmp-jdbc_xml.xdt --- xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_xml.xdt 14 Aug 2005 08:01:49 -0000 1.74 +++ xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_xml.xdt 24 May 2006 20:58:34 -0000 @@ -62,7 +62,7 @@ <create-entity-command><XDtConfig:configParameterValue paramName="createEntityCommand"/></create-entity-command> </XDtConfig:ifHasConfigParam> <XDtConfig:ifHasConfigParam paramName="entityCommand"> - <entity-command><XDtConfig:configParameterValue paramName="entityCommand"/></entity-command> + <entity-command name="<XDtConfig:configParameterValue paramName="entityCommand"/>"/> </XDtConfig:ifHasConfigParam> </defaults> </XDtMerge:merge> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel