7
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected almost 3 years ago.
Feb 12, 2022 — Feb 12, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed a typo More... over 20 years ago
objectid-classes can now implement interfaces or extend a superclass More... over 20 years ago
added attribute 'code' to '@jdo.create-objectid-class' More... over 20 years ago
XDoclet finally supports the automatic creation of JDO objectid-classes! More... over 20 years ago
added options for @jdo.field value-strategy="xxx" and @jdo.datastore-identity strategy="xxx" More... over 20 years ago
fixed a copy'n'paste error More... over 20 years ago
- Adopted some recent changes of JDO2 DTD. - Extensively refactored and extended the xtags.xml. It should now be in line with the xdt files and the DTD (means contain all the supported tags and have the same order as the DTD). More... over 20 years ago
fixed implements behaviour (XDT-1509). Thanks to Florian Kammermann for the patch More... over 20 years ago
Support for "flushOnSessionInvalidation" added (XDT-1517). Thanks to Ted Sanne for the patch. More... over 20 years ago
prevent the weblogic subtask from generating duplicate EJBRef's (XDT-1511). Thanks to Markus Bollig for the patch. More... over 20 years ago
[XDT-414] Allow composite-id composed of multiple class member properties More... over 20 years ago
don't format More... over 20 years ago
enhanced @jdo.key + @jdo.key-column handling: It is NOT necessary anymore to specify @jdo.key. If it is missing, an empty <key> XML tag is auto-generated if @jdo.key-column is specified. More... over 20 years ago
- replaced jdo_2_0.dtd by a newer version - added @jdo.key (warning: @jdo.key-column works now only if @jdo.key is present) More... over 20 years ago
XDT-1498: added correct dtd reference when generating weblogic.xml More... over 20 years ago
added dtds for newer versions (part of fix for XDT-1498) More... over 20 years ago
extracted Version class for re-use in web package More... over 20 years ago
removed obsolete parser: lib/JavaCC.zip see XJD-48 More... over 20 years ago
fixes for XJD-63 More... over 20 years ago
Use dom4j for xml formatting, default formatting for hibernate module turned back on More... over 20 years ago
Use dom4j library for xml formatting, hopefully fixes possible jdk-related dependency problems More... over 20 years ago
support for activationSpecJndiName added (XDT-1401). Thanks to Markus Bollig for the patch More... over 20 years ago
support for ejb.bean's destination-jndi-name parameter added (XDT-1485) More... over 20 years ago
methods in local and local home interface do no longer throw a java.rmi.RemoteException when declared in the bean class (XDT-1440) More... over 20 years ago
support for additional-columns to JBoss declared-sql added (XDT-1418) More... over 20 years ago
Reset Boolean fields with the reference type instead of the primitive. Fixes XDT-1368.
andy.stevens
as stevensa
More... over 20 years ago
default xml reformatting to 'false' More... over 20 years ago
Moved the functions merge point, fixes XDT-1494. Also moved its documentation to the correct subtask.
andy.stevens
as stevensa
More... over 20 years ago
Get attribute description from jsp.attribute, not jsp.tag. Fixes XDT-1425.
andy.stevens
as stevensa
More... over 20 years ago
added check for the havingClassTag attribute to the forAllBeans Method (XDT-943). Thanks to R. Lemos for the patch. More... over 20 years ago