Timeframe: 365 days, Total Commits: 618 Total Number of Files Changed: 1059
Date | Author | File/Message |
---|---|---|
2005-05-04 18:56:12 | Paul Galbraith |
modules/hibernate/src/xdoclet/modules/hibernate/HibernateTagsHandler.java v 1.41 Minor cleanup; fallout from handling composite ID specified as interface |
2005-05-04 13:37:11 | Paul Galbraith | XDT-1376: add optmistic-lock attribute of hibernate.propertis and hibernate.many-to-one |
2005-05-02 14:37:00 | Paul Galbraith | separate samples branches for different hibernate versions |
2005-05-02 14:34:22 | Paul Galbraith | test unique attrbute on many-to-one element |
2005-05-02 14:33:08 | Paul Galbraith |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-column.xdt v 1.7 XDT-1376: include optimistic-lock attribute for column-based elements |
2005-04-27 14:35:38 | René Zanner | XDT-1329: added support for Ant style 'if' and 'unless' attributes for all SubTasks (thanks to Richard Easterling) |
2005-04-27 14:33:13 | René Zanner | XDT-1329: added support for Ant style 'if' and 'unless' attributes for all SubTasks (thanks to Richard Easterling) |
2005-04-27 14:32:58 | René Zanner | XDT-1329: added support for Ant style 'if' and 'unless' attributes for all SubTasks (thanks to Richard Easterling) |
2005-04-26 15:57:48 | René Zanner | documentation fix (found in connection with XDT-1316), @weblogic.cache is NOT applicable for Stateless, but for Stateful SBs |
2005-04-23 09:57:43 | Andrew Stevens |
modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectTagsHandler.java v 1.29 typo |
2005-04-23 09:47:12 | Andrew Stevens |
modules/hibernate/src/xdoclet/modules/hibernate/HibernateTagsHandler.java v 1.40 Another new package for UserType in HIB3 (XDT-343) |
2005-04-23 08:12:25 | Andrew Stevens | Tag documentation fix (XDT-1354) |
2005-04-22 14:36:28 | Paul Galbraith |
modules/hibernate/src/META-INF/xtags.xml v 1.48 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-collections.xdt v 1.24 XDT-1352: added list-index element for lists |
2005-04-22 13:02:51 | René Zanner |
modules/ejb/src/xdoclet/modules/ejb/dd/SecurityTagsHandler.java v 1.9 modules/ejb/src/xdoclet/modules/ejb/dd/SecurityTagsHandler.java v 1.8 modules/ejb/src/xdoclet/modules/ejb/dd/resources/asm-descriptor.xdt v 1.16 XDT-1358: moved security-roles handling to SecurityTagsHandler, added description if present in security-identity |
2005-04-22 12:03:14 | Paul Galbraith |
samples/src/java/test/hibernate/CompositeId.java v 1.4 samples/src/java/test/hibernate/CompositeIdEntity.java v 1.3 test with composite ID referenced through interface |
2005-04-22 11:48:12 | Paul Galbraith |
modules/hibernate/src/META-INF/xtags.xml v 1.47 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-properties.xdt v 1.32 XDT-1353: patch from Sylvain Vieujot, add lazy attribute to components |
2005-04-21 18:21:56 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/home/HomeTagsHandler.java v 1.38 fix for home method with dimensioned return types (XDT-1357) |
2005-04-20 21:56:22 | Paul Galbraith |
modules/hibernate/src/xdoclet/modules/hibernate/HibernateTagsHandler.java v 1.39 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate.xdt v 1.37 XDT-910: Allow an interface as composite-id, take actual type from tag attributes instead |
2005-04-20 20:07:14 | Paul Galbraith |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-cfg.xdt v 1.6 XDT-1350: patch from Xiaolong Hao include hbm2ddl attribtue in generated hibernate configuration xml |
2005-04-20 18:10:10 | Paul Galbraith | set version to 1.3-SNAPSHOT |
2005-04-20 16:08:43 | Paul Galbraith |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-properties.xdt v 1.31 XDT-1349: the unique attribute should not have been added in the last revision |
2005-04-18 22:11:33 | Paul Galbraith | XDT-1061: test file generates query.hbm.xml |
2005-04-18 22:10:49 | Paul Galbraith |
modules/jdo/src/xdoclet/modules/jdo/JdoXmlMetadataSubTask.java v 1.12 XDT-1061: patch from Peilin Zhang to allow hibernate mapping files to be generated when only a @hibernate.query tag is present in a java source file |
2005-04-18 22:09:55 | Paul Galbraith |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate.xdt v 1.36 change to ascii |
2005-04-18 22:09:17 | Paul Galbraith |
modules/hibernate/src/xdoclet/modules/hibernate/HibernateSubTask.java v 1.13 XDT-1061: patch from Peilin Zhang to allow hibernate mapping files to be generated when only a @hibernate.query tag is present in a java source file |
2005-04-18 22:00:17 | Paul Galbraith | XDT-1061: patch from Peilin Zhang to allow hibernate mapping files to be generated when only a @hibernate.query tag is present in a java source file |
2005-04-18 21:59:07 | Paul Galbraith | XDT-1061: patch from Peilin Zhang to allow hibernate mapping files to be generated when only a @hibernate.query tag is present in a java source file |
2005-04-15 23:51:14 | Andrew Stevens |
modules/ibm/src/xdoclet/modules/ibm/websphere/web/WebSphereWebXmlSubTask.java v 1.8 Javadocs. XDT-1225 |
2005-04-15 23:44:37 | Andrew Stevens |
modules/hibernate/src/xdoclet/modules/hibernate/HibernateTagsHandler.java v 1.38 Javadocs. XDT-1225 |
2005-04-15 23:40:28 | Andrew Stevens |
modules/ejb/src/xdoclet/modules/ejb/entity/DataObjectSubTask.java v 1.12 modules/ejb/src/xdoclet/modules/ejb/entity/EntityBmpSubTask.java v 1.11 modules/ejb/src/xdoclet/modules/ejb/entity/EntityPkSubTask.java v 1.11 modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectSubTask.java v 1.16 modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectTagsHandler.java v 1.28 modules/ejb/src/xdoclet/modules/ejb/home/HomeInterfaceSubTask.java v 1.13 modules/ejb/src/xdoclet/modules/ejb/home/LocalHomeInterfaceSubTask.java v 1.13 modules/ejb/src/xdoclet/modules/ejb/intf/LocalInterfaceSubTask.java v 1.12 modules/ejb/src/xdoclet/modules/ejb/intf/RemoteInterfaceSubTask.java v 1.12 Javadocs, plus eliminate a bunch of javadoc warnings. XDT-1225 |
2005-04-15 23:20:29 | Andrew Stevens | Set version number ready for build. Update developers/contributors lists. |
2005-04-15 00:11:03 | Andrew Stevens |
modules/ejb/src/xdoclet/modules/ejb/entity/PkTagsHandler.java v 1.18 Javadocs (XDT-1225) |
2005-04-14 23:58:13 | Andrew Stevens |
modules/ejb/src/META-INF/xtags.xml v 1.75 modules/ejb/src/xdoclet/modules/ejb/dao/DaoTagsHandler.java v 1.5 modules/ejb/src/xdoclet/modules/ejb/dao/resources/dao-methods.xdt v 1.6 modules/ejb/src/xdoclet/modules/ejb/dao/resources/dao.xdt v 1.7 DAO changes. Allow a factory class to be used for generating DAO instances (XDT-1068). Also eliminate duplicate finders & create methods in DAO interface if the bean's finder/create methods have @dao.call tags but automatic generation is being used (XDT-47). |
2005-04-14 00:47:52 | Andrew Stevens | Generate Javadocs for modules too, not just the core classes. XDT-1225 |
2005-04-14 00:46:03 | Andrew Stevens |
modules/wsee/src/xdoclet/modules/wsee/WseeTagsHandler.java v 1.5 Javadocs (XDT-1225) |
2005-04-14 00:45:42 | Andrew Stevens | Javadocs (XDT-1225) |
2005-04-13 19:44:02 | Matthias Germann | fixed another typo |
2005-04-13 19:38:36 | Matthias Germann | typo's fixed |
2005-04-12 21:10:15 | Matthias Germann | documentation for the new environment handling added (XDT-1325) |
2005-04-11 21:28:42 | Matthias Germann |
modules/bea/src/xdoclet/modules/bea/wls/ejb/WebLogicSubTask.java v 1.29 modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-ejb-jar-xml.xdt v 1.18 Merge-File documentation improved. Thanks to Enno Runne for patches. (XDT-1336) |
2005-04-11 21:21:15 | Matthias Germann |
modules/bea/src/META-INF/xtags.xml v 1.17 modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-cmp-rdbms-jar-xml.xdt v 1.25 support for the verify-columns and optimistic-column elements added. Thanks to Enno Runne for patches. (XDT-1335) |
2005-04-11 21:03:47 | Matthias Germann |
modules/bea/src/META-INF/xtags.xml v 1.16 modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-ejb-jar-xml.xdt v 1.17 support for cache-between-transactions added. Thanks to Enno Runne for the patch. (XDT-1334) |
2005-04-10 16:50:08 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/env/EnvTagsHandler.java v 1.3 modules/ejb/src/xdoclet/modules/ejb/env/resources/env-lookups.xdt v 1.6 statefull session bean passivation implemented (XDT-1325) |
2005-04-10 16:49:05 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/session/resources/session.xdt v 1.15 statefull session bean passivation implemented (XDT-1325) |
2005-04-10 13:13:28 | Matthias Germann |
modules/ejb/src/META-INF/xtags.xml v 1.74 modules/ejb/src/xdoclet/modules/ejb/session/resources/session.xdt v 1.14 session object must also implement the business-interfaces (as described in the Business Interface Design Pattern) (XDT-1182) |
2005-04-10 09:55:23 | Matthias Germann |
modules/ejb/src/META-INF/xtags.xml v 1.73 modules/ejb/src/xdoclet/modules/ejb/entity/PkTagsHandler.java v 1.17 don't generate a primkey-field if only one tag is marked with ejb.pk-field because this breaks backward-compatibility and the samples (XDT-1139) |
2005-04-10 09:18:09 | Matthias Germann | condition for web.servlet-mapping fixed |
2005-04-09 16:31:54 | Matthias Germann |
modules/ejb/src/META-INF/xtags.xml v 1.72 modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-body.xdt v 1.39 modules/ejb/src/xdoclet/modules/ejb/entity/PersistentTagsHandler.java v 1.23 modules/ejb/src/xdoclet/modules/ejb/entity/PkTagsHandler.java v 1.16 don't generate a compound primary key if only one cmp-field is marked with ejb.primkey-field (XDT-1139) |
2005-04-09 15:44:03 | Matthias Germann |
modules/ejb/src/META-INF/xtags.xml v 1.71 modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-ref.xdt v 1.6 modules/ejb/src/xdoclet/modules/ejb/env/EnvEjbRefTagsHandler.java v 1.4 modules/ejb/src/xdoclet/modules/ejb/env/EnvTagsHandler.java v 1.2 modules/ejb/src/xdoclet/modules/ejb/env/resources/env-lookups.xdt v 1.5 modules/ejb/src/xdoclet/modules/ejb/env/resources/env-methods.xdt v 1.3 support for methods which return the component-interface added (XDT-1325) |
2005-04-09 15:16:56 | Matthias Germann | fixed ifDoesntThrowException for methods without throws clause |
2005-04-09 12:53:34 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/env/resources/env-lookups.xdt v 1.4 ejb-external-ref lookup fixed |
2005-04-09 12:09:07 | Matthias Germann | fixed documentation for ejb-ref |
2005-04-09 12:03:13 | Matthias Germann | fixed documentation for ejb-external-ref |
2005-04-09 12:00:20 | Matthias Germann | support for multi-level tags added |
2005-04-09 11:59:23 | Matthias Germann | fixed documentation for ejb-external-ref |
2005-04-09 10:03:05 | Matthias Germann | support for the new environment handling added (XDT-1333) |
2005-04-09 09:55:44 | Matthias Germann |
modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/WebSphereEjbRefTagsHandler.java v 1.3 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/WebSphereTagsHandler.java v 1.3 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-bnd-ejb-body_xmi.xdt v 1.8 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-ext-ejb-body_xmi.xdt v 1.5 support for the new environment handling added (XDT-1333) |
2005-04-09 09:03:31 | Matthias Germann |
modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-ejb-jar-xml.xdt v 1.16 support for easier environment handling added (XDT-1332) |
2005-04-09 08:21:58 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/env/EnvEjbRefTagsHandler.java v 1.3 modules/ejb/src/xdoclet/modules/ejb/env/resources/env-lookups.xdt v 1.3 ejb reference lookup fixed |
2005-04-09 07:56:45 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/env/resources/env-lookups.xdt v 1.2 fixed lookup for ejb-ref's |
2005-04-09 07:49:42 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/resources/valueobject.xdt v 1.34 replaced usage of the removed "type" parameter |
2005-04-09 07:28:54 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectSubTask.java v 1.15 modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectTagsHandler.java v 1.27 modules/ejb/src/xdoclet/modules/ejb/entity/resources/valueobject.xdt v 1.33 using the same algorithm for a value object's implements and extends to prevent problems when having multiple value-objects for the same entity bean (XDT-691) |
2005-04-09 07:25:24 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/env/resources/env-methods.xdt v 1.2 fix for method-level ejb.ejb-external-ref's (XDT-1325) |
2005-04-08 19:10:23 | Andrew Stevens | Update stale link. |
2005-04-08 17:27:17 | Matt Raible | Fixed "destDir attribute must be present" error that happens when running targets twice in Ant 1.6 (XDT-879) |
2005-04-08 12:43:45 | Matthias Germann |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_xml.xdt v 1.41 support for the new environment handling added (XDT-1330) |
2005-04-08 12:38:09 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/env/EnvEjbRefTagsHandler.java v 1.2 fixed dupplicate ejb-external-ref detection (XDT-1325) |
2005-04-07 15:34:13 | Matthias Germann | jndi-name parameter for ejb.external-ref and ejb.resource-env-ref documented (XDT-1259) |
2005-04-06 23:56:18 | Andrew Stevens | Javadocs. |
2005-04-06 23:54:38 | Andrew Stevens | Tidy up handling of PrettyPrintWriter (XDT-1290). Also javadocs (XDT-1225). |
2005-04-06 21:50:35 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/EjbTagsHandler.java v 1.30 added easier environment handling (XDT-1325) |
2005-04-06 21:48:34 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/dd/EjbRefTagsHandler.java v 1.21 modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-body.xdt v 1.38 modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-ref.xdt v 1.5 modules/ejb/src/xdoclet/modules/ejb/dd/resources/res-ref.xdt v 1.2 added easier environment handling (XDT-1325) |
2005-04-06 21:47:31 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/mdb/MdbTagsHandler.java v 1.16 removed unnecessary cast |
2005-04-06 21:47:45 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/mdb/resources/mdb.xdt v 1.5 added easier environment handling (XDT-1325) |
2005-04-06 21:46:08 | Jason Essington |
modules/wsee/src/xdoclet/modules/wsee/resources/web-services_xml.xdt v 1.6 Add webservice end tag |
2005-04-06 21:45:50 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/session/resources/session.xdt v 1.13 added easier environment handling (XDT-1325) |
2005-04-06 21:45:02 | Jason Essington |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_xml.xdt v 1.40 Fix typo in port component end tag |
2005-04-06 21:44:57 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/resources/entity-body.xdt v 1.16 added easier environment handling (XDT-1325) |
2005-04-06 21:43:27 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/env/EnvEjbRefTagsHandler.java v 1.1 modules/ejb/src/xdoclet/modules/ejb/env/EnvTagsHandler.java v 1.1 modules/ejb/src/xdoclet/modules/ejb/env/resources/env-lookups.xdt v 1.1 modules/ejb/src/xdoclet/modules/ejb/env/resources/env-methods.xdt v 1.1 added easier environment handling (XDT-1325) |
2005-04-06 21:42:36 | Matthias Germann | environment-tags are also alowed at method and field level for easier environment handling (XDT-1325) |
2005-04-06 09:07:06 | Matthias Germann |
modules/jboss/src/META-INF/xtags.xml v 1.60 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_xml.xdt v 1.73 added support for lazy-resultset-loading and ql-compiler to jboss.query (XDT-1328) |
2005-04-06 07:12:40 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/resources/valueobject.xdt v 1.32 Re-Added isIdentical() Method and renamed getUnderlying() to underlying() to avoid conflicts. Thanks to Tyler Ward for patches. (XDT-1313) |
2005-04-06 07:10:13 | Matthias Germann | improved value objectes documented. Thanks to Tyler Ward for patches. (XDT-1313) |
2005-04-05 11:19:26 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/resources/valueobject.xdt v 1.31 Fixed invalid constructor if a property has only a getter method in the ejb (XDT-1313) |
2005-04-05 11:05:34 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectTagsHandler.java v 1.26 fixed possible NPE when match attribute is missing |
2005-04-04 20:20:39 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/home/LocalHomeInterfaceSubTask.java v 1.12 Fixed generation rules to use ejb.home instead of ejb.interface for the generate-Parameter (XDT-509). Thanks to Dan Malec for the patch. |
2005-04-04 19:43:02 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectTagsHandler.java v 1.25 modules/ejb/src/xdoclet/modules/ejb/entity/resources/valueobject.xdt v 1.30 fix for relations with multiple VOs (XDT-1057) |
2005-04-04 18:20:17 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/resources/entity-value-instantiation.xdt v 1.7 modules/ejb/src/xdoclet/modules/ejb/entity/resources/entity-value.xdt v 1.18 modules/ejb/src/xdoclet/modules/ejb/entity/resources/valueobject.xdt v 1.29 added parameter for controlling the plural form of aggregate-name and compose-name (XDT-139) |
2005-04-04 18:18:43 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectTagsHandler.java v 1.24 added parameter for controlling the plural form of aggregate-name and compose-name (XDT-139) |
2005-04-04 16:12:05 | Jason Essington |
modules/wsee/src/xdoclet/modules/wsee/WsdlSubTask.java v 1.2 modules/wsee/src/xdoclet/modules/wsee/WseeTagsHandler.java v 1.4 modules/wsee/src/xdoclet/modules/wsee/resources/web-services-description.xdt v 1.1 modules/wsee/src/xdoclet/modules/wsee/resources/web-services_xml.xdt v 1.5 modules/wsee/src/xdoclet/modules/wsee/resources/wsdl.xdt v 1.3 modules/wsee/src/xdoclet/modules/wsee/resources/wsdl_binding.xdt v 1.1 modules/wsee/src/xdoclet/modules/wsee/resources/wsdl_methods.xdt v 1.1 modules/wsee/src/xdoclet/modules/wsee/resources/wsdl_porttypes.xdt v 1.1 modules/wsee/src/xdoclet/modules/wsee/resources/wsdl_service.xdt v 1.1 Addresses XDT-1323 and XDT-1114 |
2005-04-04 16:11:59 | Jason Essington |
modules/wsee/src/xdoclet/modules/wsee/resources/web-services-port-component.xdt v 1.1 Addresses XDT-1323 and XDT-1114 |
2005-04-03 12:03:22 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/XDocletModulesEjbMessages.java v 1.18 modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectTagsHandler.java v 1.23 New tag parameter to let user decide the concrete type of collections in Value Objects (XDT-518) |
2005-04-03 11:01:07 | Matthias Germann | removed the type attribute (XDT-670 and XDT-903) |
2005-04-03 10:52:29 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/resources/valueobject.xdt v 1.28 removed the type attribute for ejb.value-object (using the method's return type) (XDT-670) |
2005-04-03 10:49:35 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/resources/entity-value.xdt v 1.17 removed the type attribute for ejb.value-object (using the method's return type) (XDT-670) |
2005-04-03 10:48:16 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/resources/entity-value-instantiation.xdt v 1.6 removed the type attribute for ejb.value-object (using the method's return type) (XDT-670) |
2005-04-03 10:46:57 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectTagsHandler.java v 1.22 removed the type attribute for ejb.value-object (using the method's return type) (XDT-670) |
2005-04-03 10:22:34 | David Channon |
modules/hibernate/src/xdoclet/modules/hibernate/HibernateCfgSubTask.java v 1.10 modules/hibernate/src/xdoclet/modules/hibernate/HibernateSubTask.java v 1.12 Updated for generating HIbernate 3.0 DTDs in the mapping and configuration documents. |
2005-04-03 10:21:10 | David Channon |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-configuration-3.0.dtd v 1.1 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-mapping_3_0.dtd v 1.1 Updated for HIbernate 3.0 DTDs |
2005-04-03 08:40:45 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/resources/valueobject.xdt v 1.27 renamed the pk instance variable to primaryKey to ensure that only one cmp-field name ('primaryKey') is reserved when using value objects(XDT-480) |
2005-04-02 21:17:55 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/resources/valueobject.xdt v 1.26 Refactoring by Tyler Ward. Use of unmodifiable collections and configureable synchronization. (XDT-1313) |
2005-03-31 21:45:06 | Matthias Germann |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_xml.xdt v 1.39 added missing port-component tags. Thanks to Jason Essington for the patch. ( XDT-1321) |
2005-03-31 21:40:24 | Matthias Germann | Invalid elements replaced. Thanks to Jason Essington for the patch (XDT-1322) |
2005-03-30 21:46:37 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/EjbTagsHandler.java v 1.29 added default view-type determination for ejb-ref's and removed service-endpoint stuff from the ref-name determination because a service-endpoint is not referenced trough a ejb-ref (XDT-1320) |
2005-03-30 21:44:06 | Matthias Germann |
modules/ejb/src/META-INF/xtags.xml v 1.64 modules/ejb/src/xdoclet/modules/ejb/dd/EjbRefTagsHandler.java v 1.20 added default view-type determination for ejb-ref's (XDT-1320) |
2005-03-30 21:07:44 | Matthias Germann | better debug output and less failure if the SAXParser does not support JAXP Schema Validation and a fix for mixed schema and DTD validation in the same task |
2005-03-30 20:59:25 | Matthias Germann | better warning messages for missing JAXP 1.2 SAX Parser |
2005-03-29 23:08:36 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/EjbTagsHandler.java v 1.28 fixed a inconsistency between COMP_NAME and ejb-ref-name for references to beans which have a local but not a remote interface (XDT-190, XDT-245) |
2005-03-29 22:50:44 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-body.xdt v 1.37 modules/ejb/src/xdoclet/modules/ejb/mdb/MdbTagsHandler.java v 1.15 added destination-link parameter to the bean tag for MDB's and jndi-name parameter to the message-destination tag |
2005-03-29 22:49:20 | Matthias Germann | added destination-link parameter to the bean tag for MDB's and jndi-name parameter to the message-destination tag |
2005-03-29 22:45:09 | Matthias Germann |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_xml.xdt v 1.72 datasource element should also be generated if the datasourcemapping parameter is not set |
2005-03-29 22:43:25 | Matthias Germann |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_4_0.dtd v 1.5 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_xml.xdt v 1.38 added support for the ejb 2.1 message-destination element (XDT-1319) |
2005-03-26 18:49:54 | Nick Heudecker |
modules/apache/src/xdoclet/modules/apache/struts/resources/struts_form.xdt v 1.2 Fix for XDT-1292. Added fully qualified class names. |
2005-03-26 11:17:27 | Matthias Germann |
modules/ejb/src/META-INF/xtags.xml v 1.62 modules/ejb/src/xdoclet/modules/ejb/entity/resources/entity-body.xdt v 1.15 don't catch RemoteException for local aggregations (XDT-705) |
2005-03-26 10:31:29 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/home/resources/home-local.xdt v 1.10 modules/ejb/src/xdoclet/modules/ejb/home/resources/home.xdt v 1.11 modules/ejb/src/xdoclet/modules/ejb/intf/resources/local.xdt v 1.6 modules/ejb/src/xdoclet/modules/ejb/intf/resources/remote.xdt v 1.6 modules/ejb/src/xdoclet/modules/ejb/intf/resources/service-endpoint.xdt v 1.2 modules/ejb/src/xdoclet/modules/ejb/lookup/resources/lookup.xdt v 1.14 modules/ejb/src/xdoclet/modules/ejb/mdb/resources/mdb.xdt v 1.4 support for unqualifed classes added (XDT-688) |
2005-03-26 10:29:19 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/intf/InterfaceTagsHandler.java v 1.21 modules/ejb/src/xdoclet/modules/ejb/session/resources/remotefacade.xdt v 1.6 modules/ejb/src/xdoclet/modules/ejb/session/resources/session.xdt v 1.12 support for unqualifed classes added (XDT-688) |
2005-03-26 10:28:33 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/resources/dataobject.xdt v 1.16 modules/ejb/src/xdoclet/modules/ejb/entity/resources/entitybmp.xdt v 1.7 modules/ejb/src/xdoclet/modules/ejb/entity/resources/entitycmp.xdt v 1.6 modules/ejb/src/xdoclet/modules/ejb/entity/resources/entityfacade.xdt v 1.7 modules/ejb/src/xdoclet/modules/ejb/entity/resources/entitypk.xdt v 1.15 modules/ejb/src/xdoclet/modules/ejb/entity/resources/valueobject.xdt v 1.25 modules/ejb/src/xdoclet/modules/ejb/home/HomeTagsHandler.java v 1.37 support for unqualifed classes added (XDT-688) |
2005-03-26 10:26:44 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/dao/resources/dao.xdt v 1.6 support for unqualifed classes added (XDT-688) |
2005-03-26 10:25:32 | Matthias Germann | support for unqualifed classes added (XDT-688) |
2005-03-26 10:24:36 | Matthias Germann | support for unqualifed classes added (XDT-688) |
2005-03-26 09:23:19 | Matthias Germann | added full method-permission scopability (XDT-658) |
2005-03-26 09:22:20 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/asm-descriptor.xdt v 1.15 added full method-permission scopability (XDT-658) |
2005-03-26 09:20:49 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/intf/InterfaceTagsHandler.java v 1.20 added full method-permission scopability (XDT-658) |
2005-03-25 21:03:39 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/dd/EjbDotXmlSubTask.java v 1.18 added support for ejb 2.1 message destination links (XDT-1307) |
2005-03-25 21:00:43 | Matthias Germann | added support for ejb 2.1 message destination links (XDT-1307) |
2005-03-25 20:59:57 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-body.xdt v 1.36 added support for ejb 2.1 message destination links (XDT-1307) |
2005-03-25 20:58:38 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/asm-descriptor.xdt v 1.14 added support for ejb 2.1 message destination links (XDT-1307) |
2005-03-25 20:56:59 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/mdb/MdbTagsHandler.java v 1.14 added support for ejb 2.1 message destination links (XDT-1307) |
2005-03-25 00:06:04 | Andrew Stevens |
modules/wsee/src/xdoclet/modules/wsee/WebServicesXmlSubTask.java v 1.3 modules/wsee/src/xdoclet/modules/wsee/resources/jaxrpc-mapping_xml.xdt v 1.4 Fix schema locations, according to comments on XDT-1113/XDT-1126 |
2005-03-24 15:49:23 | Paul Galbraith |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-subclass.xdt v 1.13 XDT-1311 : add select-before-update attribute, don't restrict dynamic-insert and dynamic-update to version 2.0 |
2005-03-24 15:47:37 | Paul Galbraith |
samples/src/java/test/hibernate/Error.java v 1.1 more hibernate testing values |
2005-03-24 15:46:38 | Paul Galbraith | more hibernate testing values |
2005-03-23 19:39:06 | Paul Galbraith |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-joined-subclass.xdt v 1.7 XDT-1125 remove strong version checking |
2005-03-19 17:57:48 | Marco Schulze |
modules/jdo/src/META-INF/xtags.xml v 1.14 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.xdt v 1.16 renamed param "expression" of @jdo.query to "query" |
2005-03-19 17:45:43 | Marco Schulze |
modules/jdo/src/META-INF/xtags.xml v 1.13 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.xdt v 1.15 added support for @jdo.query |
2005-03-18 23:54:51 | David M. Lloyd |
modules/jboss/src/xdoclet/modules/jboss/ejb/JBossSubTask.java v 1.35 Allow the web service context root to be configurable from ant |
2005-03-18 23:51:06 | David M. Lloyd |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_xml.xdt v 1.37 Add a jboss-specific webservice tag that configures a web service based on the ejb bean information |
2005-03-18 20:52:03 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/EjbTagsHandler.java v 1.27 fixed view-type check for ejb 1.1 (XDT-1301) |
2005-03-18 15:42:12 | Paul Galbraith |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-collections.xdt v 1.23 relaxed strong version checking to be compatible with newer hibernate releases (XDT-1125) |
2005-03-18 00:31:51 | Andrew Stevens |
modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.xdt v 1.14 Move JDO 2.0 datastore-identity element (XDT-1300) |
2005-03-17 21:48:21 | Paul Galbraith |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-properties.xdt v 1.30 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate.xdt v 1.35 batch-size, access, outer-join attributes added to many tags (XDT-1101, XDT-1112, XDT-977) unique attribute added to hibernate.many-to-one tag (XDT-1210) reduced strong version checking to allow more tags to work with hibernate version = "2.1" (partial resolution of XDT-1125, XDT-1265) |
2005-03-17 21:46:46 | Paul Galbraith | batch-size, access, outer-join attributes added to many tags (XDT-1101, XDT-1112, XDT-977) unique attribute added to hibernate.many-to-one tag (XDT-1210) reduced strong version checking to allow more tags to work with hibernate version = "2.1" (partial resolution of XDT-1125, XDT-1265) |
2005-03-14 18:21:14 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/asm-descriptor.xdt v 1.13 fixed ejb-container-transacions.ent file name in comment (XDT-1295) |
2005-03-02 21:00:04 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-body.xdt v 1.35 modules/ejb/src/xdoclet/modules/ejb/dd/resources/res-ref.xdt v 1.1 support security-identity and security-role-ref elements movement in ejb spec 2.1 (XDT-1146) |
2005-03-02 19:29:36 | Matthias Germann |
modules/web/src/xdoclet/modules/web/resources/web_xml.xdt v 1.27 Fixed sub-element order of <servlet> for servletSpec 2.4 (XDT-1286). Thanks to Scott England-Sullivan for the patch |
2005-03-02 19:26:39 | Matthias Germann |
modules/web/src/xdoclet/modules/web/WebXmlSubTask.java v 1.15 Added validation against the J2EE 1.4 schemas (XDT-1043) and fixed the schemaLocation (XDT-1283) |
2005-03-02 19:24:48 | Matthias Germann |
modules/web/src/xdoclet/modules/web/resources/XMLSchema.dtd v 1.1 modules/web/src/xdoclet/modules/web/resources/datatypes.dtd v 1.1 modules/web/src/xdoclet/modules/web/resources/j2ee_1_4.xsd v 1.1 modules/web/src/xdoclet/modules/web/resources/j2ee_web_services_client_1_1.xsd v 1.1 modules/web/src/xdoclet/modules/web/resources/jsp_2_0.xsd v 1.1 modules/web/src/xdoclet/modules/web/resources/web-app_2_4.xsd v 1.1 Added validation against the J2EE 1.4 schemas (XDT-1043) |
2005-03-02 00:00:31 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-body.xdt v 1.34 delcared some parameters mandatory |
2005-03-01 23:59:19 | Matthias Germann | documented the mandatory parameter |
2005-03-01 23:40:08 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/EntityTagsHandler.java v 1.12 handled upper-lower-case difference in the reentrant element between ejb 2.0 and 2.1 |
2005-03-01 23:38:55 | Matthias Germann | lower cased default value for reentrant |
2005-03-01 23:36:51 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/dd/EjbDotXmlSubTask.java v 1.17 using consants for getting and comparing the ejbSpec parameter |
2005-03-01 22:48:03 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/BmpTagsHandler.java v 1.8 modules/ejb/src/xdoclet/modules/ejb/entity/CmpTagsHandler.java v 1.17 modules/ejb/src/xdoclet/modules/ejb/entity/EntityTagsHandler.java v 1.11 modules/ejb/src/xdoclet/modules/ejb/mdb/MdbTagsHandler.java v 1.13 modules/ejb/src/xdoclet/modules/ejb/session/SessionTagsHandler.java v 1.13 added support for the havingClassTag attribute of the deploymentdescriptor subtask (XDT-943) |
2005-03-01 22:42:52 | Matthias Germann | added a method for testing a class against the havingClassTag attribute of the current subtask (XDT-943) |
2005-03-01 21:56:59 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/dd/EjbDotXmlSubTask.java v 1.16 Added support for XML Schema validation (XDT-1285) |
2005-03-01 21:55:37 | Matthias Germann | Minor fixes for the XML Schema validation (XDT-1284) |
2005-03-01 21:39:29 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/XMLSchema.dtd v 1.1 modules/ejb/src/xdoclet/modules/ejb/dd/resources/datatypes.dtd v 1.1 modules/ejb/src/xdoclet/modules/ejb/dd/resources/j2ee_1_4.xsd v 1.1 modules/ejb/src/xdoclet/modules/ejb/dd/resources/j2ee_web_services_client_1_1.xsd v 1.1 modules/ejb/src/xdoclet/modules/ejb/dd/resources/xml.xsd v 1.1 Added the schemas and dtd's which are imported from ejb-jar_2_1.xsd to allow offline verification (XDT-1285) |
2005-03-01 21:00:10 | Matthias Germann | Added support for XML Schema validation (XDT-1284) |
2005-03-01 20:57:50 | Matthias Germann | Added support for XML Schema validation (XDT-1284) |
2005-03-01 15:04:35 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-body.xdt v 1.33 don't replace generated ejb-ref's with the merge file(XDT-1183) |
2005-03-01 13:40:14 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/home/HomeInterfaceSubTask.java v 1.12 Fixed generation rules to use ejb.home instead of ejb.interface for the generate-Parameter (XDT-1280). Thanks to Peter Antman for the patch. |
2005-03-01 13:19:14 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-body.xdt v 1.32 modules/ejb/src/xdoclet/modules/ejb/mdb/MdbTagsHandler.java v 1.12 Added the activation-config-property tag (XDT-1279) |
2005-03-01 13:16:10 | Matthias Germann | Added the activation-config-property tag (XDT-1279) |
2005-03-01 13:11:42 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/mdb/resources/mdb.xdt v 1.3 Added support for MDB's which have another messaging-type than javax.jms.MessageListner (XDT-1279) |
2005-03-01 13:07:51 | Matthias Germann |
modules/jboss/src/META-INF/xtags.xml v 1.59 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_xml.xdt v 1.36 Added the jboss.resource-adapter tag (XDT-1279) |
2005-02-28 20:12:12 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-ref.xdt v 1.4 fixed unbalanced "-characters (XDT-1281) |
2005-02-23 17:28:31 | Matthias Germann |
modules/ejb/src/META-INF/xtags.xml v 1.57 modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-body.xdt v 1.31 Added the messaging-type parameter for Message Driven Beans (XDT-1277) |
2005-02-22 23:57:25 | Andrew Stevens |
core/src/xdoclet/tagshandler/AbstractProgramElementTagsHandler.java v 1.17 core/src/xdoclet/tagshandler/ClassTagsHandler.java v 1.23 core/src/xdoclet/tagshandler/ConstructorTagsHandler.java v 1.13 core/src/xdoclet/tagshandler/FieldTagsHandler.java v 1.16 javadoc & tempate tag docs. XDT-1225 |
2005-02-22 07:46:17 | Andrew Stevens | Add another patch contributor, and update the logo location in line with recent changes at SourceForge. |
2005-02-21 15:56:42 | Marco Schulze |
modules/jdo/src/META-INF/xtags.xml v 1.12 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_2_0.dtd v 1.4 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_field.xdt v 1.4 - Updated jdo_2_0.dtd by the most current one from the JPOX project. - Added/replaced some parameters of @jdo.field to match the current spec draft. - Added docu (at least a stub) for each @jdo.field param. |
2005-02-19 08:36:47 | Matthias Germann |
modules/jboss/src/META-INF/xtags.xml v 1.58 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_xml.xdt v 1.71 JBoss QL queries for select methods (XDT-1274) |
2005-02-17 13:01:24 | Craig Walls |
modules/portlet/src/xdoclet/modules/portlet/resources/portlet_xml.xdt v 1.6 Fixed whitespace problem surrounding preferences validator. |
2005-02-12 09:39:50 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/resources/valueobject.xdt v 1.24 using cmp field names for the primary key fields instead of property names because the primary key object uses also cmp field names |
2005-02-12 09:34:33 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/resources/entitypk.xdt v 1.14 using property names for setting the instance variables in the constructor because XDtEjbPk:pkfieldList does also use property names |
2005-02-12 00:35:25 | Andrew Stevens |
modules/apache/src/META-INF/xtags.xml v 1.32 modules/apache/src/xdoclet/modules/apache/axis/ejb/resources/axis-deploy_wsdd.xdt v 1.4 Allow an optional namespace to be specified for an Axis service. XDT-1168 Thanks to Antoni Reus for patch. |
2005-02-12 00:23:13 | Andrew Stevens |
modules/apache/src/xdoclet/modules/apache/axis/ejb/resources/axis-deploy_wsdd.xdt v 1.3 Only include jndiURL and jndiContextClass parameters if their respective config parameters are actually used. XDT-1169. Thanks to Antoni Reus for patch. |
2005-02-11 21:46:42 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/resources/entityfacade.xdt v 1.6 Removed the "xdoclet-generated" javadoc comment because the session subtask does not generate a concrete implementation if the class has this comment (XDT-1222) |
2005-02-09 09:20:26 | Matthias Germann | better documentation for ejb.interface (XDT-1269) |
2005-02-09 09:09:55 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/dd/EjbRefTagsHandler.java v 1.19 using the mandatoryParamNotFound Method of XDocletTagSupport for proper i18n and cleaner code |
2005-02-08 22:02:05 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/entity/PersistentTagsHandler.java v 1.22 use property names instead of cmp field name for the persistent fields list because the valuobject.xdt does also use property names |
2005-02-08 21:46:21 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/dd/EjbRefTagsHandler.java v 1.18 Proper error message if the ejb-name parameter for @ejb.ejb-ref is missing (XDT-911). Thanks to Edson Tirelli for the patch |
2005-02-08 21:21:05 | Matthias Germann | Removed default value for method-intf because this parameter has no default value (documented in the usage description) |
2005-02-08 20:41:08 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-body.xdt v 1.30 generate an empty query element if the query parameter for a cmp finder method tag is missing (XDT-1152) |
2005-02-08 20:08:35 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/intf/InterfaceTagsHandler.java v 1.19 forAllViewTypes does not check the view-type parameter of @ejb.bean and @ejb.create-method for home interface methods (XDT-532) |
2005-02-08 18:59:10 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/home/HomeTagsHandler.java v 1.36 Fixed exeptions list for finder and create methods which declare exception but no CreateExeption / FinderException (XDT-862) |
2005-02-08 17:41:55 | Craig Walls | Added "tapestydoclet" to left-hand navigation. |
2005-02-08 16:22:34 | Michael Newcomb | - added @tapestry to list of tags under apache group |
2005-02-08 16:20:27 | Michael Newcomb |
modules/apache/src/META-INF/xtags.xml v 1.31 modules/apache/src/xdoclet/modules/apache/tapestry/ComponentSpecificationSubTask.java v 1.1 modules/apache/src/xdoclet/modules/apache/tapestry/PageSpecificationSubTask.java v 1.1 modules/apache/src/xdoclet/modules/apache/tapestry/TapestryDocletTask.java v 1.1 modules/apache/src/xdoclet/modules/apache/tapestry/TapestryTagsHandler.java v 1.1 modules/apache/src/xdoclet/modules/apache/tapestry/resources/Script_3_0.dtd v 1.1 modules/apache/src/xdoclet/modules/apache/tapestry/resources/Tapestry_3_0.dtd v 1.1 modules/apache/src/xdoclet/modules/apache/tapestry/resources/component-specification.xdt v 1.1 modules/apache/src/xdoclet/modules/apache/tapestry/resources/page-component-shared-content.xdt v 1.1 modules/apache/src/xdoclet/modules/apache/tapestry/resources/page-specification.xdt v 1.1 - added support for Tapestry (http://jakarta.apache.org/tapestry) |
2005-02-07 23:33:23 | Andrew Stevens | More typos (XDT-1267). |
2005-02-07 01:00:32 | Andrew Stevens | Typo (XDT-1267) |
2005-02-06 22:20:53 | René Zanner |
modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-cmp-rdbms-jar-xml.xdt v 1.24 XDT-1266: now supporting correct case for cmp field names by using new method of CmpTagsHandler |
2005-02-05 21:42:29 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/EjbTagsHandler.java v 1.26 Saved the current bean class within forAllBeans and modified ejbName to ensure that the correct ejb-name element is used when generating assembly descriptor elements for inherited methods (XDT-1198) |
2005-02-05 20:49:12 | Matthias Germann | Fixed parameter documentation for the ejb-external-ref (XDT-1253) |
2005-02-04 17:50:33 | Matthias Germann |
modules/ejb/src/META-INF/xtags.xml v 1.53 modules/ejb/src/xdoclet/modules/ejb/dd/EjbRefTagsHandler.java v 1.17 modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-ref.xdt v 1.3 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/WebSphereEjbRefTagsHandler.java v 1.2 Set the same default value for the view-type parameter of ejb-ref and ejb-external-ref (XDT-1264). Removed code dupplication for default view type in ejb-ref.xdt |
2005-02-04 17:04:03 | Matthias Germann |
modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-bnd-ejb-body_xmi.xdt v 1.7 Fix for ejb-external-ref with view-type="local" and mixed ejb-ref and ejb-external-ref with view-type="local" (XDT-1250) |
2005-02-04 10:59:28 | greywind |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_xml.xdt v 1.35 Fix XDT-1263 |
2005-02-04 08:53:36 | greywind |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss-bean-body.xdt v 1.5 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_xml.xdt v 1.34 Fix XDT-1151 |
2005-02-04 07:54:05 | greywind |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-body.xdt v 1.29 Fix XDT-1143 |
2005-02-02 22:54:19 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/lookup/resources/lookup.xdt v 1.13 fixed java.rmi.Remote subclass check for narrowing (XDT-1124) |
2005-02-02 21:56:20 | Matthias Germann |
modules/jboss/src/xdoclet/modules/jboss/ejb/JBossRelationTagsHandler.java v 1.12 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_xml.xdt v 1.70 Fixed incorrect jdbc-type/sql-type mapping for jboss.relation (XDT-1084) |
2005-02-02 21:45:07 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/home/resources/home-local.xdt v 1.9 fixed view-type value for ejb.home-method has no effect (XDT-1153) |
2005-02-02 21:44:21 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/home/resources/home.xdt v 1.10 fixed view-type value for ejb.home-method has no effect (XDT-1153) |
2005-02-02 21:42:27 | Matthias Germann |
modules/ejb/src/xdoclet/modules/ejb/home/HomeTagsHandler.java v 1.35 fixed view-type value for ejb.home-method has no effect (XDT-1153) |
2005-02-02 21:25:51 | Matthias Germann |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss-jaws_xml.xdt v 1.12 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_xml.xdt v 1.69 Fixed upper-lower-case conversion for cmp field names (XDT-1254) |
2005-02-02 20:56:38 | Matthias Germann |
modules/jboss/src/META-INF/xtags.xml v 1.57 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_xml.xdt v 1.68 Added support for the read-only and read-time-out elements of ejb-relation (XDT-1258) |
2005-02-02 20:39:07 | Matthias Germann |
modules/bea/src/xdoclet/modules/bea/wls/ejb/WebLogicSubTask.java v 1.28 Documented that the destinationFile attribute is ignored (XDT-1256) |
2005-02-02 20:35:05 | Matthias Germann |
modules/jboss/src/xdoclet/modules/jboss/ejb/JBossSubTask.java v 1.34 Documented that the destinationFile attribute is ignored (XDT-1255) |
2005-01-30 12:42:07 | Heiko W. Rupp |
modules/jboss/src/META-INF/xtags.xml v 1.56 modules/jboss/src/xdoclet/modules/jboss/web/JBossWebTagsHandler.java v 1.5 modules/jboss/src/xdoclet/modules/jboss/web/resources/jboss_web_xml.xdt v 1.12 Allow for depends entries in servlets and filters. Should fix XDT-1203. |
2005-01-29 14:07:29 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/jmx/JBossXmlServiceTemplateSubTask.java v 1.9 Don't overwrite an externally given template in the execute() method. XDT-1227. |
2005-01-29 09:58:05 | Andrew Stevens |
modules/jsf/src/xdoclet/modules/jsf/FacesConfigXmlSubTask.java v 1.2 Correct typo. |
2005-01-25 00:51:36 | Andrew Stevens |
core/src/xdoclet/tagshandler/PropertyTagsHandler.java v 1.13 Javadocs (XDT-1225). |
2005-01-25 00:04:05 | Andrew Stevens |
modules/java/src/xdoclet/modules/java/javabean/resources/i18n.xdt v 1.4 Applied javabean.property patch from XDT-1200. |
2005-01-24 23:53:56 | Andrew Stevens |
modules/java/src/xdoclet/modules/java/javabean/JavaBeanTagsHandler.java v 1.5 Avoid possible NPE (part of XDT-1200). |
2005-01-23 23:52:18 | Andrew Stevens |
modules/hibernate/resources/xdoclet/modules/hibernate/XDocletModulesHibernateMessagesMessages_de.properties v 1.7 modules/java/resources/xdoclet/modules/java/javabean/XDocletModulesJavabeanMessagesMessages_fr_FR.properties v 1.4 modules/jdo/resources/xdoclet/modules/jdo/XDocletModulesJdoMessagesMessages_fr_FR.properties v 1.4 modules/solarmetric/resources/xdoclet/modules/solarmetric/jdo/XDocletModulesSolarmetricMessagesMessages_fr_FR.properties v 1.4 Run native2ascii over the other locales' properties files as well, in case they also suffer the same problem as XDT-1221. |
2005-01-23 12:17:04 | Andrew Stevens |
core/resources/xdoclet/XDocletMessagesMessages_pt_BR.properties v 1.2 core/resources/xdoclet/loader/LoaderMessagesMessages_pt_BR.properties v 1.2 core/resources/xdoclet/tagshandler/XDocletTagshandlerMessagesMessages_pt_BR.properties v 1.2 core/resources/xdoclet/template/XDocletTemplateMessagesMessages_pt_BR.properties v 1.2 core/resources/xdoclet/util/XDocletUtilMessagesMessages_pt_BR.properties v 1.2 modules/apache/resources/xdoclet/modules/apache/axis/ejb/XDocletModulesApacheAxisEjbMessagesMessages_pt_BR.properties v 1.2 modules/apache/resources/xdoclet/modules/apache/soap/ejb/XDocletModulesApacheSoapEjbMessagesMessages_pt_BR.properties v 1.2 modules/apache/resources/xdoclet/modules/apache/struts/ejb/XDocletModulesApacheStrutsEjbMessagesMessages_pt_BR.properties v 1.2 modules/bea/resources/xdoclet/modules/bea/wls/ejb/XDocletModulesBeaWlsEjbMessagesMessages_pt_BR.properties v 1.2 modules/caucho/resources/xdoclet/modules/caucho/LMessages_pt_BR.properties v 1.2 modules/ejb/resources/xdoclet/modules/ejb/XDocletModulesEjbMessagesMessages_pt_BR.properties v 1.2 modules/exolab/resources/xdoclet/modules/exolab/castor/ejb/XDocletModulesCastorEjbMessagesMessages_pt_BR.properties v 1.2 modules/hibernate/resources/xdoclet/modules/hibernate/XDocletModulesHibernateMessagesMessages_pt_BR.properties v 1.2 modules/ibm/resources/xdoclet/modules/ibm/websphere/web/XDocletModulesIbmWebsphereWebMessagesMessages_pt_BR.properties v 1.2 modules/java/resources/xdoclet/modules/java/javabean/XDocletModulesJavabeanMessagesMessages_pt_BR.properties v 1.2 modules/jboss/resources/xdoclet/modules/jboss/ejb/XDocletModulesJBossEjbMessagesMessages_pt_BR.properties v 1.2 modules/jdo/resources/xdoclet/modules/jdo/XDocletModulesJdoMessagesMessages_pt_BR.properties v 1.2 modules/jmx/resources/xdoclet/modules/jmx/XDocletModulesJmxMessagesMessages_pt_BR.properties v 1.2 modules/solarmetric/resources/xdoclet/modules/solarmetric/jdo/XDocletModulesSolarmetricMessagesMessages_pt_BR.properties v 1.2 modules/xdoclet/resources/xdoclet/modules/doc/XDocletModulesDocMessagesMessages_pt_BR.properties v 1.2 modules/xdoclet/resources/xdoclet/modules/util/CollectionMessagesMessages_pt_BR.properties v 1.2 Run native2ascii over _pt_BR.properties files, so they display correctly on the console (XDT-1221). |
2005-01-21 00:25:11 | Andrew Stevens |
modules/ejb/src/xdoclet/modules/ejb/home/HomeTagsHandler.java v 1.34 Improve javadocs. XDT-1225 |
2005-01-21 00:03:24 | Andrew Stevens | Fix axis @tags documentation (XDT-1167). |
2005-01-17 00:58:32 | Andrew Stevens |
modules/xdoclet/src/xdoclet/modules/doc/AntdocTagsHandler.java v 1.10 Fix broken (generated) links in subtask docs for nested elements using inner classes. XDT-1181 |
2005-01-17 00:36:11 | Andrew Stevens | Add a couple of context params to the web DD, by way of a test and example. XDT-1223 |
2005-01-17 00:34:30 | Andrew Stevens |
modules/web/src/xdoclet/modules/web/resources/web_xml.xdt v 1.26 Fix typo on closing ifConfigParamNotGreaterOrEquals tag. Also ensure (optional) description is generated only when one is supplied. XDT-1223 |
2005-01-16 23:46:34 | Andrew Stevens |
modules/web/src/xdoclet/modules/web/resources/taglib_tld.xdt v 1.14 example sub-element of tag has been present since JSP 1.2, not just 2.0. Related to XDT-580. |
2005-01-16 20:59:38 | Heiko W. Rupp |
modules/jboss/src/META-INF/xtags.xml v 1.55 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_xml.xdt v 1.33 Support for port-component element. XDT-1236. |
2005-01-16 19:56:13 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/JBossSubTask.java v 1.33 Datasource mapping and datasource only need to go together in 3.x servers. XDT-1086 |
2005-01-16 13:07:33 | Heiko W. Rupp | Advertisment :-) |
2005-01-16 12:51:48 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/web/JBossWebXmlSubTask.java v 1.13 Add support for servlet spec 2.4, which results in jboss-web_4_0.dtd. XDT-1177. |
2005-01-16 12:32:54 | Heiko W. Rupp |
modules/web/src/xdoclet/modules/web/resources/web_xml.xdt v 1.25 Depending on servlet spec, the description tag is the first or last element within context-param. XDT-1223. |
2005-01-16 12:24:09 | Heiko W. Rupp |
modules/web/src/xdoclet/modules/web/resources/taglib_tld.xdt v 1.13 Added 'scriptless' as option for body-content when JSP-version is 2.0 XDT-581. |
2005-01-16 12:13:48 | Heiko W. Rupp |
modules/web/src/xdoclet/modules/web/resources/taglib_tld.xdt v 1.12 Added not yet present changes from XDT-580. Patch by Andy Jaschke. |
2005-01-16 11:41:55 | Heiko W. Rupp |
modules/web/src/xdoclet/modules/web/JspTaglibSubTask.java v 1.15 modules/web/src/xdoclet/modules/web/WebXmlSubTask.java v 1.14 modules/web/src/xdoclet/modules/web/resources/taglib_tld.xdt v 1.11 Patch from XDT-457 by Jörg Prante to support more of JSP 2.0. |
2005-01-16 11:14:48 | Heiko W. Rupp |
modules/caucho/src/xdoclet/modules/caucho/resources/resin-web-xml.xdt v 1.5 modules/web/src/META-INF/xtags.xml v 1.19 modules/web/src/xdoclet/modules/web/resources/web_xml.xdt v 1.24 Provide a dispatcher for servlet filters as from Servlet spec 2.4 XDT-1171, patch by Jirka Hanika. |
2005-01-16 09:00:20 | Andrew Stevens | Minor correction to hibernate tag docs. XDT-1229 |
2005-01-15 10:28:20 | Heiko W. Rupp |
modules/ejb/src/META-INF/xtags.xml v 1.52 modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-ref.xdt v 1.2 Support for ejb.ejb-service-ref element. See XDT-1237. |
2005-01-15 01:11:39 | Andrew Stevens |
modules/ejb/src/xdoclet/modules/ejb/dd/RelationTagsHandler.java v 1.12 modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-body.xdt v 1.28 modules/ejb/src/xdoclet/modules/ejb/entity/CmpTagsHandler.java v 1.16 modules/ejb/src/xdoclet/modules/ejb/entity/PersistentTagsHandler.java v 1.21 modules/ejb/src/xdoclet/modules/ejb/entity/resources/entitypk.xdt v 1.13 Fix CMP field initial upper/lower case problem (XDT-528/XDT-600). Thanks to Matthias Germann for patches. |
2005-01-15 01:05:46 | Andrew Stevens |
modules/ejb/src/xdoclet/modules/ejb/entity/PersistentTagsHandler.java v 1.20 Make forAllPersistentFields take notice of the not-pk & only-pk attributes' values (XDT-1235). Document attributes. |
2005-01-15 00:09:28 | Andrew Stevens |
modules/jdo/src/META-INF/xtags.xml v 1.11 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_datastore-identity.xdt v 1.2 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_field_column.xdt v 1.2 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_field_join.xdt v 1.2 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_inheritance.xdt v 1.2 Rename nulls-allowed parameters as allows-null, to match current version of DTD. (XDT-1224) Thanks to Bernhard Neuhauser for patch. |
2005-01-14 23:10:22 | Andrew Stevens |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-body.xdt v 1.27 Escape message selector (XDT-1173). |
2005-01-07 23:45:21 | Andrew Stevens | Change xtags to match tag handler. XDT-1225 |
2005-01-06 16:21:07 | Marco Schulze |
modules/jdo/src/xdoclet/modules/jdo/resources/jdo_2_0.dtd v 1.3 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_field.xdt v 1.3 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_implements.xdt v 1.1 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_inheritance.xdt v 1.1 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.xdt v 1.13 added some new JDO2 tags (e.g. param "detachable" or tag "inheritance") |
2005-01-05 14:03:44 | Magnus Larsson |
modules/ibm/src/META-INF/xtags.xml v 1.17 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-ext-ejb-body_xmi.xdt v 1.4 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-ext_xmi.xdt v 1.11 XDT-1220: Add support for the WebSphere beanCache extension |
2005-01-05 08:47:02 | Magnus Larsson |
modules/ibm/src/META-INF/xtags.xml v 1.16 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-ext_xmi.xdt v 1.10 XDT-1197: Support for the WebSphere extension "local-transaction" |
2005-01-05 08:46:52 | Magnus Larsson |
modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-ext-ejb-body_xmi.xdt v 1.3 XDT-1197: Support for the WebSphere extension "local-transaction" |
2005-01-04 09:36:03 | Magnus Larsson |
modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/WebSphereTagsHandler.java v 1.2 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-ext-ejb-body_xmi.xdt v 1.2 modules/ibm/src/xdoclet/modules/ibm/websphere/web/resources/ibm-web-ext_xmi.xdt v 1.4 XDT-1208: Applied patch3.diff |
2005-01-04 08:01:45 | Magnus Larsson |
modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-bnd-ejb-body_xmi.xdt v 1.6 modules/ibm/src/xdoclet/modules/ibm/websphere/web/resources/ibm-web-bnd_xmi.xdt v 1.6 XDT-1205: A final touch to make IBM's Application Server Toolkit happy when jndi-names are missing |
2005-01-03 11:26:33 | Magnus Larsson |
modules/ibm/src/META-INF/xtags.xml v 1.15 modules/ibm/src/xdoclet/modules/ibm/websphere/web/resources/ibm-web-ext_xmi.xdt v 1.3 XDT-1208: Added support for the web-module |
2005-01-03 11:17:13 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_xml.xdt v 1.67 Make post-table-create workable with 4.0 |
2005-01-03 10:32:03 | Magnus Larsson |
modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-bnd-ejb-body_xmi.xdt v 1.5 modules/ibm/src/xdoclet/modules/ibm/websphere/web/resources/ibm-web-bnd_xmi.xdt v 1.5 XDT-1205: Minor update to get more compact code in the xdt-files |
2005-01-03 09:35:15 | Magnus Larsson |
modules/ibm/src/META-INF/xtags.xml v 1.14 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/WebSphereTagsHandler.java v 1.1 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-bnd_xmi.xdt v 1.14 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-ext-ejb-body_xmi.xdt v 1.1 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-ext_xmi.xdt v 1.9 XDT-1208: Added support for new tag websphere.resource-ref |
2005-01-01 21:53:03 | Nick Heudecker |
modules/apache/src/xdoclet/modules/apache/struts/StrutsDynaFormValidationXmlSubTask.java v 1.3 modules/apache/src/xdoclet/modules/apache/struts/StrutsValidationXmlSubTask.java v 1.12 modules/apache/src/xdoclet/modules/apache/struts/resources/dynaform_validation_xml.xdt v 1.3 modules/apache/src/xdoclet/modules/apache/struts/resources/validation_xml.xdt v 1.10 Added an additional merge file called validation-forms.xml that allows you to bypass having the formset elements required by validation-global.xml. Also updated the merge file documentation in the source files. |
2005-01-01 17:36:06 | Nick Heudecker |
modules/apache/src/xdoclet/modules/apache/struts/resources/struts_config_xml.xdt v 1.19 Applying patch for XDT-1215. Patch submitted by Antoni Reus. |
2005-01-01 17:09:23 | Nick Heudecker |
modules/jsf/src/META-INF/xtags.xml v 1.2 modules/jsf/src/xdoclet/modules/jsf/resources/faces_config_xml.xdt v 1.4 Applying patch for XDT-1087. Patch submitted by cheeser. |
2005-01-01 10:36:46 | Andrew Stevens | Fix an outdated URL. |
2005-01-01 10:10:04 | Andrew Stevens |
modules/hibernate/src/xdoclet/modules/hibernate/resources/jboss-service.xdt v 1.18 Use correct QueryCache attribute name in JBoss Service for Hibernate >= 2.1.6 (XDT-1218) Thanks to Chris Bonham for the patch. |
2004-12-30 23:07:45 | Magnus Larsson |
modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-bnd-ejb-body_xmi.xdt v 1.4 modules/ibm/src/xdoclet/modules/ibm/websphere/web/resources/ibm-web-bnd_xmi.xdt v 1.4 XDT-1205: "bindings-DD invalid if jndi-name not set for every ejb.resource-ref" FIXED |
2004-12-29 15:45:14 | Magnus Larsson |
modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/WebSphereSubTask.java v 1.10 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-bnd_xmi.xdt v 1.13 XDT-1192: Add support for defining a currentBackendId in the websphere-ant-task |
2004-12-27 07:12:57 | Magnus Larsson |
modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/WebSphereEjbRefTagsHandler.java v 1.1 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-bnd-ejb-body_xmi.xdt v 1.3 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-bnd_xmi.xdt v 1.12 XDT-1185: Fixed the problem with a EJB-bean that defines both a local and a remote interface. |
2004-12-23 12:38:26 | Magnus Larsson | Lowercased the namespace, see XDT-1207 for details |
2004-12-17 20:45:10 | Marco Schulze |
modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.xdt v 1.12 added attribute "table" to specify a table name in which a class will be persisted |
2004-12-08 18:34:24 | Nick Heudecker |
modules/apache/src/META-INF/xtags.xml v 1.29 modules/apache/src/xdoclet/modules/apache/struts/resources/struts_config_xml.xdt v 1.18 Adding patch for issue XDT-1175, contributed by Felipe Leme. |
2004-11-29 01:20:31 | Nick Heudecker |
modules/apache/src/META-INF/xtags.xml v 1.28 modules/apache/src/xdoclet/modules/apache/struts/StrutsDynaFormValidatorTagsHandler.java v 1.2 modules/apache/src/xdoclet/modules/apache/struts/StrutsValidatorTagsHandler.java v 1.12 Added the ability to override validation rules on fields. |
2004-11-27 08:17:03 | Magnus Larsson |
modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-ext_xmi.xdt v 1.8 XDT-533: Corrected generation of the timeout-extension. |
2004-11-22 14:43:19 | Marco Schulze |
modules/jdo/src/META-INF/xtags.xml v 1.10 modules/jdo/src/xdoclet/modules/jdo/JdoDocletTask.java v 1.5 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_2_0.dtd v 1.2 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_fetch-group.xdt v 1.1 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.xdt v 1.11 - newer version of jdo_2_0.dtd (fetched from the JPOX project) - added support of @jdo.fetch-group on class level |
2004-11-17 17:32:51 | Craig Walls |
modules/portlet/src/META-INF/xtags.xml v 1.3 modules/portlet/src/xdoclet/modules/portlet/resources/portlet_xml.xdt v 1.5 Added portlet-class parameter to portlet.portlet tag. (XDT-1158) |
2004-11-15 22:10:23 | René Zanner | need junit.jar instead of xalan.jar!!! (XDT-1149) |
2004-11-15 21:28:53 | René Zanner | was checked in as binary |
2004-11-15 21:27:25 | René Zanner | was checked in as binary |
2004-11-15 00:19:33 | Magnus Larsson |
modules/ibm/src/META-INF/xtags.xml v 1.12 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/WebSphereSubTask.java v 1.9 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-bnd_xmi.xdt v 1.11 modules/ibm/src/xdoclet/modules/ibm/websphere/web/WebSphereWebXmlSubTask.java v 1.7 modules/ibm/src/xdoclet/modules/ibm/websphere/web/resources/ibm-web-bnd_xmi.xdt v 1.3 modules/ibm/src/xdoclet/modules/ibm/websphere/web/resources/ibm-web-ext_xmi.xdt v 1.2 Documentation and ”old code” updated. Some old tags are marked as deprecated but kept in the code for backward compatibility. The new websphere tag attributes “websphere.bean.listenerPort” and “websphere.persistence.datasource” has changed names to “websphere.mdb.listenerPort” and “websphere.cmp.datasource” to better reflect their intended use. |
2004-11-12 20:10:19 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/JBossSubTask.java v 1.32 Mention new merge file jboss-webservices.ent. XDT-1148. |
2004-11-12 20:07:35 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_4_0.dtd v 1.4 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_xml.xdt v 1.32 Support webservice-description and webservice-context-root elments through merge file. XDT-1148. |
2004-11-12 20:04:43 | Heiko W. Rupp | Supply a sample merge file. XDT-1148. |
2004-11-12 20:04:13 | Heiko W. Rupp | Change jboss-version to 4.0 and provide a merge dir. XDT-1148. |
2004-11-09 01:02:17 | Andrew Stevens |
modules/borland/src/xdoclet/modules/borland/bes/ejb/resources/ejb-bean-settings_2_0.xdt v 1.4 Amend res-env-ref-name element name to conform to DTD. Fixes XDT-1141. |
2004-11-07 18:01:03 | Magnus Larsson |
modules/ibm/src/META-INF/xtags.xml v 1.11 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/WebSphereSubTask.java v 1.8 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-bnd_xmi.xdt v 1.10 modules/ibm/src/xdoclet/modules/ibm/websphere/web/WebSphereWebXmlSubTask.java v 1.6 modules/ibm/src/xdoclet/modules/ibm/websphere/web/resources/ibm-web-bnd_xmi.xdt v 1.2 Major update of the IBM WebSphere module to support WebSphere v5.* and v6.0, see XDT-1107 for details |
2004-11-07 17:59:56 | Magnus Larsson |
modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-bnd-ejb-body_xmi.xdt v 1.2 Change from Binary to ASCII (-kkv) |
2004-11-07 17:53:03 | Magnus Larsson |
modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-bnd-ejb-body_xmi.xdt v 1.1 Major update of the IBM WebSphere module to support WebSphere v5.* and v6.0, see XDT-1107 for details |
2004-10-29 16:28:57 | David M. Lloyd |
modules/hibernate/src/xdoclet/modules/hibernate/resources/jboss-service.xdt v 1.17 Revert the revert, because the version compare seems to work now (though I can't figure out what changed to make it work???) |
2004-10-27 00:20:26 | Andrew Stevens | Fix target dependencies; "all" would work, but calling "doclipse" directly would give an error as the xmlcatalog is defined in the "init" target. Related to XDT-1127. |
2004-10-26 13:51:53 | Heiko W. Rupp | Link in 1.2.2 release. |
2004-10-26 13:32:48 | Heiko W. Rupp | Hopefully prevent the xslt processor for the doclipse genration to call home. XDT-1127. |
2004-10-26 13:30:09 | Heiko W. Rupp | Set version to 1.3-SNAPSHOT. |
2004-10-26 13:28:55 | Heiko W. Rupp |
modules/wsee/src/META-INF/xtags.xml v 1.4 modules/wsee/src/xdoclet/modules/wsee/resources/jaxrpc-mapping_xml.xdt v 1.3 Adjust jaxrpc-mapping.xdt to match Schema. Not perfect yet ... This brought an api change. XDT-1126. |
2004-10-26 12:23:09 | Heiko W. Rupp |
modules/wsee/src/xdoclet/modules/wsee/resources/jaxrpc-mapping_xml.xdt v 1.2 Use XMLSchema instead fo DTD. From XDT-1126 by Bruce Scharlau. Also correctly close <root-type-qname> when we're here. |
2004-10-26 11:28:27 | Heiko W. Rupp | Set version to 1.3-SNAPSHOT. |
2004-10-24 18:34:08 | Eric Pugh | Add missing lib requried to run samples |
2004-10-21 22:48:15 | Andrew Stevens | Restore Wiki link to the docs. |
2004-10-16 20:06:45 | Andrew Stevens | Update URL. |
2004-10-16 19:37:12 | Andrew Stevens |
modules/spring/src/xdoclet/modules/spring/SpringValidatorTagsHandler.java v 1.3 Update javadocs. XDT-1034 |
2004-10-16 07:41:16 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_xml.xdt v 1.31 Throw away empty block. |
2004-10-14 09:34:00 | Heiko W. Rupp |
modules/ejb/src/xdoclet/modules/ejb/mdb/resources/mdb.xdt v 1.2 Don't throw CreateException on ejbCreate() according to 15.7.3 of the ejb spec. Fixes XDT-1119. |
2004-10-14 02:39:06 | David M. Lloyd |
modules/hibernate/src/xdoclet/modules/hibernate/HibernateTagsHandler.java v 1.37 This one REALLY fixes XDT-1097, XDT-1083, and XDT-1110. Stupid mistake in boolean logic. Tested |
2004-10-12 23:32:49 | David M. Lloyd |
modules/hibernate/src/xdoclet/modules/hibernate/HibernateTagsHandler.java v 1.36 Fix silly mistake where if the current mapping element is not set (which is much of the time), parts of the generated mapping file disappear. Hopefully fixes XDT-1097, XDT-1083, and XDT-1110 |
2004-10-12 14:19:09 | Heiko W. Rupp |
modules/wsee/src/xdoclet/modules/wsee/resources/web-services_xml.xdt v 1.4 Fix Typo. |
2004-10-12 14:02:57 | Heiko W. Rupp | Follow web-services_xml.xdt. XDT-1113. |
2004-10-12 13:55:59 | Heiko W. Rupp |
modules/wsee/src/xdoclet/modules/wsee/resources/web-services_xml.xdt v 1.3 Use name attribtue for wsdl-port, not 'local-part' |
2004-10-12 09:02:45 | Heiko W. Rupp |
modules/wsee/src/xdoclet/modules/wsee/resources/web-services_xml.xdt v 1.2 Make generated file adhere to the XML Schema. The previous version probably adhered to the DTD-based version published in PDF form, which doesn't conform to the XMLSchema. XDT-1113. |
2004-10-11 11:20:48 | Heiko W. Rupp |
modules/wsee/src/xdoclet/modules/wsee/WseeTagsHandler.java v 1.3 Fix closing tag. |
2004-10-11 10:39:53 | Heiko W. Rupp | Add WseeDoclet to navigation. |
2004-10-11 08:12:47 | Eric Pugh |
modules/hibernate/src/META-INF/xtags.xml v 1.44 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-joined-subclass.xdt v 1.6 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-subclass.xdt v 1.12 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate.xdt v 1.34 XDT-818 Support for lazy class attribute doesn't work |
2004-10-11 07:46:53 | Heiko W. Rupp |
modules/wsee/src/xdoclet/modules/wsee/WebServicesXmlSubTask.java v 1.2 Adust name of deployment descriptor. Fixes XDT-1111. |
2004-10-10 23:26:42 | Andrew Stevens |
core/src/xdoclet/tagshandler/ClassTagsHandler.java v 1.22 core/src/xdoclet/tagshandler/TypeTagsHandler.java v 1.15 modules/xdoclet/src/xdoclet/modules/doc/AntdocTagsHandler.java v 1.9 modules/xdoclet/src/xdoclet/modules/doc/resources/antdoc-xdoc.xdt v 1.6 Automatically list possible values in docs for Ant EnumeratedAttributes, plus javadoc improvements. (XDT-1034). |
2004-10-10 22:32:14 | Andrew Stevens |
core/src/xdoclet/SubTask.java v 1.75 core/src/xdoclet/TemplateSubTask.java v 1.78 Misc javadoc improvements XDT-1034 |
2004-10-10 22:23:08 | Andrew Stevens | Add changes log for v1.2.2. |
2004-10-10 22:12:03 | Andrew Stevens |
modules/jboss/src/xdoclet/modules/jboss/web/JBossWebXmlSubTask.java v 1.12 Trivial javadoc change. |
2004-10-10 22:10:10 | Andrew Stevens |
modules/jdo/src/xdoclet/modules/jdo/JdoTagsHandler.java v 1.10 Document template tags (XDT-1034). |
2004-10-10 22:06:51 | Andrew Stevens |
modules/web/src/xdoclet/modules/web/JspTaglibSubTask.java v 1.14 Updates javadocs (XDT-1034). Also removes a couple of unused inner classes left over from when the subtask was created by copying WebXmlSubTask. |
2004-10-10 21:53:25 | Andrew Stevens |
modules/ibm/src/META-INF/xtags.xml v 1.10 modules/macromedia/src/META-INF/xtags.xml v 1.9 modules/mvcsoft/src/META-INF/xtags.xml v 1.9 Remove empty <default/> elements. They're optional anyway, but their presence causes empty "Default value(s):" entries in the generated docs. XDT-1034 |
2004-10-10 19:57:29 | Heiko W. Rupp | EJB2.0 -> EJB2.0+ . XDT-1034. |
2004-10-10 12:44:31 | Andrew Stevens | Add persistence tags so the samples build with the borland module. Add import (even though it's not strictly necessary) to eliminate xjavadoc warning. Tabs -> Spaces, as prettyprint doesn't appear to be run over the samples. |
2004-10-10 12:20:44 | Andrew Stevens | Update version number ready for build. Add another contributor. |
2004-10-10 10:04:23 | Eric Pugh |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-configuration-2.0.dtd v 1.2 XDT-1095 Update hibernate-configuration-2.0.dtd file |
2004-10-10 09:49:11 | Eric Pugh |
modules/hibernate/src/META-INF/xtags.xml v 1.43 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate.xdt v 1.33 XDT-1104 @hibernate.class optimistic-lock support |
2004-10-10 09:43:05 | Eric Pugh |
modules/hibernate/src/META-INF/xtags.xml v 1.42 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-column.xdt v 1.6 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-properties.xdt v 1.29 XDT-1102 @hibernate.property formula="..." support |
2004-10-10 08:25:37 | Heiko W. Rupp | Mention reverse-xdoclet by Guilaume Binet. |
2004-10-08 23:01:19 | Andrew Stevens |
modules/web/src/xdoclet/modules/web/resources/web_xml.xdt v 1.23 Add missing <XDtId:prefixedId> tags (XDT-1106). Thanks to Magnus Larsson for patch. |
2004-10-08 22:46:03 | Matt Raible |
modules/web/src/xdoclet/modules/web/WebXmlSubTask.java v 1.13 Fixed XDT-1109 |
2004-10-08 21:50:22 | Andrew Stevens |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-body.xdt v 1.26 modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-jar_xml.xdt v 1.8 Add missing <XDtId:prefixedId> tag (XDT-1105). Thanks to Magnus Larsson for patch. |
2004-10-07 23:53:31 | Andrew Stevens |
modules/xdoclet/src/META-INF/xtags.xml v 1.11 modules/xdoclet/src/xdoclet/modules/externalizer/ExternalizerSubTask.java v 1.12 modules/xdoclet/src/xdoclet/modules/externalizer/ExternalizerTagsHandler.java v 1.7 modules/xdoclet/src/xdoclet/modules/externalizer/PropertiesTranslatorSubTask.java v 1.6 Javadoc & template tag docs. Document @ant.* tags. XDT-1034 |
2004-10-07 23:49:46 | Andrew Stevens | Doc improvements XDT-1034 |
2004-10-07 23:46:05 | Andrew Stevens |
modules/exolab/src/xdoclet/modules/exolab/castor/ejb/CastorTagsHandler.java v 1.7 Javadocs & template tag documentation. XDT-1034 |
2004-10-07 23:44:56 | Andrew Stevens |
modules/borland/src/xdoclet/modules/borland/bes/ejb/BorlandRelationTagsHandler.java v 1.4 Ensure content template tags appear in documentation. XDT-1034 |
2004-10-07 10:07:27 | Heiko W. Rupp | Add a section about self reference. From Stefan Champailler. |
2004-10-06 13:11:34 | Heiko W. Rupp | Dbindex is for 3.2.(2?) and later. |
2004-10-05 23:03:10 | Andrew Stevens |
modules/ejb/src/xdoclet/modules/ejb/entity/resources/entity-value.xdt v 1.16 Only call makeDirty() when it exists (XDT-966). Thanks to Mike Moulton for fixing the fix :-) |
2004-10-05 22:01:24 | Andrew Stevens | Roll xjavadoc version number. |
2004-10-05 00:10:49 | Andrew Stevens |
modules/oracle/src/xdoclet/modules/oracle/oc4j/ejb/OC4JSubTask.java v 1.2 modules/oracle/src/xdoclet/modules/oracle/oc4j/ejb/resources/oc4j.xdt v 1.2 Add a merge point for non-xdoclet beans' settings ( XDT-1091) |
2004-10-03 16:14:25 | Nick Heudecker |
modules/apache/src/xdoclet/modules/apache/struts/resources/struts_config_xml.xdt v 1.17 Fixes open bugs XDT-1003, XDT-931 and XDT-1085. |
2004-10-03 00:06:22 | René Zanner |
modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-rdbms20-persistence-810.dtd v 1.3 -kb -> -kkv |
2004-10-02 23:24:44 | René Zanner |
modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic810-ejb-jar.dtd v 1.2 -kb -> -kkv |
2004-10-01 16:14:40 | Matt Raible |
modules/spring/src/xdoclet/modules/spring/SpringValidatorTagsHandler.java v 1.2 Fixed XDT-1093: @spring.validator doesn't generate validations for java.util.Date. Also added tests for nested validation rules. |
2004-09-28 23:42:18 | Andrew Stevens |
modules/wsee/src/xdoclet/modules/wsee/resources/wsdl.xdt v 1.2 Remove duplicate <?xml ...?> entry (XDT-1089) |
2004-09-27 21:53:57 | Nick Heudecker |
modules/apache/src/xdoclet/modules/apache/struts/StrutsDynaFormValidationXmlSubTask.java v 1.2 modules/apache/src/xdoclet/modules/apache/struts/StrutsValidationXmlSubTask.java v 1.11 Light refactoring on the StrutsDynaFormValidationXmlSubTask class. When initially written, it was external to the main XDoclet tree. |
2004-09-27 21:51:22 | Nick Heudecker |
modules/apache/src/xdoclet/modules/apache/struts/StrutsDynaFormValidatorTagsHandler.java v 1.1 modules/apache/src/xdoclet/modules/apache/struts/StrutsValidatorTagsHandler.java v 1.11 modules/apache/src/xdoclet/modules/apache/struts/resources/dynaform_validation_xml.xdt v 1.2 Added support for validating nested DynaForm properties. |
2004-09-27 09:03:59 | René Zanner | new samples to demonstrate various types of BEA relationships (part of XDT-71) |
2004-09-27 09:03:37 | René Zanner | include test.bea package in generation (part of XDT-71) |
2004-09-27 08:59:39 | René Zanner | new samples to demonstrate various types of BEA relationships (part of XDT-71) |
2004-09-27 05:37:27 | Heiko W. Rupp | Ignore resources/ for now. |
2004-09-26 10:16:41 | René Zanner | doc improvements as part of XDT-71 |
2004-09-26 08:50:12 | Heiko W. Rupp | Adjust statistics a bit. |
2004-09-25 08:20:40 | Heiko W. Rupp | Adjust the options to match xdt as described in XDT-1078. |
2004-09-24 09:07:37 | Eric Pugh | XDT-1023. Beefed up Maven docs a bit and the /samples app does more to demonstrate using Maven and XDoclet. |
2004-09-24 08:49:02 | Eric Pugh | XDT-1023. Beefed up Maven docs a bit and the /samples app does more to demonstrate using Maven and XDoclet. |
2004-09-24 08:42:53 | Eric Pugh | XDT-1081. EJB's not compiling. Instead of trying to grok all the ejb/maven ickyness, instead just get the deploymentdescriptor to generate, and use sourceModification to ignore the rest. at least this way a jar file is produced. Also fixed up generating the JMX stuff using jmxdoclet. |
2004-09-24 08:41:12 | Eric Pugh | Tweak to formatting. |
2004-09-24 08:32:41 | Eric Pugh | XDT-980 Fix where we are storing ejb-jar.xml. |
2004-09-23 17:34:21 | Eric Pugh | XDT-1081. Update samples to work with latest maven plugin. |
2004-09-23 17:19:18 | Eric Pugh |
modules/xdoclet/src/xdoclet/modules/maven/MavenpluginTagsHandler.java v 1.4 modules/xdoclet/src/xdoclet/modules/maven/resources/mavenplugin.xdt v 1.18 XDT-411 Reduce the number of modules that must be declared in project.xml by moving them into the plugin. |
2004-09-23 16:38:02 | Eric Pugh |
modules/xdoclet/src/xdoclet/modules/maven/MavenpluginSubTask.java v 1.4 import statement cleanup |
2004-09-23 10:41:07 | Matt Raible | Fixed XDT-1080: @struts.form-field tags now only require a "form-name" attribute if there is a "name" attribute on the @struts.form. |
2004-09-23 10:40:55 | Matt Raible | test validation.xml generation |
2004-09-23 10:40:32 | Matt Raible | Fixed XDT-1080: Test classes for ActionForm and validation.xml generation |
2004-09-23 10:39:19 | Matt Raible |
modules/apache/src/xdoclet/modules/apache/struts/ActionFormTagsHandler.java v 1.2 modules/apache/src/xdoclet/modules/apache/struts/StrutsFormTagsHandler.java v 1.13 Fixed XDT-1080: @struts.form-field tags now only require a "form-name" attribute if there is a "name" attribute on the @struts.form. |
2004-09-23 10:36:24 | Matt Raible | Removed unused import |
2004-09-22 23:49:47 | Andrew Stevens | Add another patch contributor. |
2004-09-22 23:47:07 | Andrew Stevens |
modules/exolab/src/META-INF/xtags.xml v 1.10 modules/exolab/src/xdoclet/modules/exolab/castor/ejb/resources/mapping-body.xdt v 1.9 Add support for verify-constructable attribute (XDT-490). Thanks to Dan Kristensen for the patch. |
2004-09-22 14:58:55 | René Zanner | added missing documentation for some struts-tags |
2004-09-21 18:58:40 | Heiko W. Rupp |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-properties.xdt v 1.28 Adjust cascade settings to follow DTD. See XDT-1078. |
2004-09-21 07:22:48 | René Zanner |
modules/apache/src/xdoclet/modules/apache/axis/ejb/AxisDeploySubTask.java v 1.3 modules/apache/src/xdoclet/modules/apache/axis/ejb/AxisUndeploySubTask.java v 1.3 commented out debug to System.out fixes XDT-1077 |
2004-09-20 23:16:25 | Andrew Stevens |
modules/borland/src/xdoclet/modules/borland/bes/ejb/BorlandSubTask.java v 1.3 Move initialisation of settings to constructor. Fixes XDT-1073, I hope. |
2004-09-20 23:06:32 | Andrew Stevens |
modules/mx4j/src/xdoclet/modules/mx4j/resources/mx4j-mbean-description.xdt v 1.8 Remove double-spacing left over from EOL conversion (most lines appeared to have been using ^M^M previously as the EOL, not just ^M). |
2004-09-19 19:48:49 | Heiko W. Rupp |
modules/jsf/src/xdoclet/modules/jsf/resources/faces_config_xml.xdt v 1.3 Use the transformed name to correctly support inner classes. From XDT-1076 by Sylvain Vieujot. |
2004-09-19 09:52:52 | Heiko W. Rupp | Remove unnecessary toString(). From XDT-1075 by Dave Brosius. |
2004-09-19 00:17:25 | René Zanner | added Marcel May as contributor for XDT-1069 |
2004-09-18 22:18:04 | Andrew Stevens |
modules/spring/src/xdoclet/modules/spring/resources/spring_xml.xdt v 1.4 Fix the dodgy destroy-method attribute (XDT-946) |
2004-09-18 07:53:15 | Heiko W. Rupp |
modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/resources/ibm-ejb-jar-bnd_xmi.xdt v 1.9 Allow for local-jndi-name in DD. From Matthias Germann in XDT-867. Also fixes XDT-759. |
2004-09-18 07:48:47 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_4_0.dtd v 1.3 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_4_0.dtd v 1.5 DTDs are Ascii. |
2004-09-18 07:42:36 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_4_0.dtd v 1.2 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_4_0.dtd v 1.4 modules/jboss/src/xdoclet/modules/jboss/web/resources/jboss-web_4_0.dtd v 1.2 DTDs are ascii, not binary as this #*@!§$ Eclipse sets it. |
2004-09-18 07:41:31 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_4_0.dtd v 1.1 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_4_0.dtd v 1.3 modules/jboss/src/xdoclet/modules/jboss/web/resources/jboss-web_4_0.dtd v 1.1 Add some Jboss 4.0 DTDs. |
2004-09-18 07:15:59 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/JBossSubTask.java v 1.31 Cater for JBoss4.0 and J2EE 1.4. From Frank 'lafr' Langelage in XDT-1063. See also XDT-1051. |
2004-09-17 20:11:54 | Heiko W. Rupp | Add xdoclet online articles from informit.com |
2004-09-16 15:33:54 | René Zanner |
modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-cmp-rdbms-jar-xml.xdt v 1.23 added new merge point for weblogic-rdbms-bean section contributor: Marcel May (XDT-1069) |
2004-09-16 15:33:15 | René Zanner |
modules/bea/src/xdoclet/modules/bea/wls/ejb/WebLogicSubTask.java v 1.27 added documentation for merge points contributor: Marcel May (XDT-1069) |
2004-09-16 15:26:20 | René Zanner |
modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-cmp-rdbms-jar-xml.xdt v 1.22 modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-rdbms11-persistence-600.dtd v 1.4 new version as part of fixes for XDT-1070 |
2004-09-16 15:23:19 | René Zanner |
modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-rdbms20-persistence-810.dtd v 1.2 new version as part of fixes for XDT-1070 |
2004-09-16 15:21:38 | René Zanner |
modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-rdbms20-persistence-600.dtd v 1.4 modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-rdbms20-persistence-700.dtd v 1.2 new version as part of fixes for XDT-1070 |
2004-09-16 15:02:11 | René Zanner |
modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-cmp-rdbms-jar-xml.xdt v 1.21 added some todo comments, fixed dbms-column-type (XDT-1070) |
2004-09-16 14:55:14 | René Zanner | fixed some comments, additional option for dbms-column-type (XDT-1070) |
2004-09-16 09:29:35 | Eric Pugh | update POM format to not use some deprecated values. |
2004-09-16 09:29:13 | Eric Pugh | Try and pull dependencies from both Ibiblio and Xdoclet repos |
2004-09-15 07:41:12 | René Zanner | added my email address |
2004-09-15 07:29:07 | Heiko W. Rupp |
modules/jboss/src/META-INF/xtags.xml v 1.53 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_xml.xdt v 1.66 Add sql-type and jdbc-type to jboss.target-relation. Patch from Jesper Pedersen in XDT-1060. |
2004-09-15 05:37:45 | Heiko W. Rupp | Explain the relation of @hibernate.component to @hibernate.property.column-name and @hibernate.column. See XDT-1065. XDT-1034. |
2004-09-12 23:37:26 | Andrew Stevens | Eliminate javadoc warnings while building samples. |
2004-09-11 11:56:31 | Andrew Stevens | Install maven plugin to MAVEN_LOCAL_HOME, if defined, instead of MAVEN_HOME. This allows for read-only shared Maven installations. (XDT-722) |
2004-09-11 11:14:46 | Heiko W. Rupp | Add some best practices. Fellow developers: please review! |
2004-09-10 15:10:11 | Eric Pugh | since the Maven plugin pulls xjavadoc from the /repo/xjavadoc directory not /repo/xdoclet then make sure we copy it there. Don't need it in two places. |
2004-09-10 14:39:13 | Eric Pugh |
modules/xdoclet/src/xdoclet/modules/maven/resources/mavenplugin.xdt v 1.17 XDT-747 xjavadoc should be pulled from www.ibiblio.com/maven/xjavadoc, not from /maven/xdoclet/ |
2004-09-10 14:09:32 | Eric Pugh |
modules/hibernate/src/xdoclet/modules/hibernate/HibernateTagsHandler.java v 1.35 XDT-753 hibernate.id with BigInteger failed. |
2004-09-08 20:41:38 | René Zanner |
modules/bea/src/xdoclet/modules/bea/wls/ejb/WebLogicSubTask.java v 1.26 XDT-861: createtables had invalid default value |
2004-09-07 13:37:12 | Eric Pugh |
modules/hibernate/src/xdoclet/modules/hibernate/HibernateCfgSubTask.java v 1.9 modules/hibernate/src/xdoclet/modules/hibernate/XDocletModulesHibernateMessages.java v 1.12 XDT-1058. Display correct file name when generating Hibernate configuration xml file, don't assume it is hibernate.cfg.xml. |
2004-09-07 11:42:45 | René Zanner | javadoc fixes - mainly for XDT-568 |
2004-09-06 05:18:30 | Heiko W. Rupp |
modules/ejb/src/xdoclet/modules/ejb/entity/DataObjectSubTask.java v 1.11 enum will be a reserved word in JDK5, so prevent its usage as variable name. From XDT-1056 by trajano. |
2004-09-06 05:16:09 | Heiko W. Rupp |
core/src/xdoclet/ant/modulesbuilder/ModulesGrandBuilderTask.java v 1.13 enum will be a reserved word in JDK5, so prevent its usage as variable name. From XDT-1056 by trajano. |
2004-09-05 23:35:24 | Andrew Stevens | Docs. XDT-1034 |
2004-09-05 23:08:24 | Andrew Stevens |
modules/apache/src/xdoclet/modules/apache/struts/ActionFormSubTask.java v 1.2 Update URLs to avoid checklink errors. XDT-1034 |
2004-09-05 22:54:47 | Andrew Stevens |
modules/bea/src/xdoclet/modules/bea/wls/ejb/WebLogicSubTask.java v 1.25 Use defined constants instead of strings for version numbers. |
2004-09-03 20:04:54 | Heiko W. Rupp | Some minor javadoc corrections. XXX there should be some more checking wrt possible NPEs. See XDT-1034. |
2004-09-03 19:30:12 | Heiko W. Rupp |
modules/ejb/src/xdoclet/modules/ejb/EjbDocletTask.java v 1.13 Mention ejbSpec 2.1. See XDT-1034. |
2004-09-03 18:57:59 | Heiko W. Rupp |
modules/ejb/src/xdoclet/modules/ejb/entity/CmpTagsHandler.java v 1.15 Also accept EJB-version 2.1 as 2.x. Else ifUsingCmp2() would be false. Fixes XDT-1053 by Fusayuki Minamoto. |
2004-09-03 18:43:45 | Heiko W. Rupp |
modules/jboss/src/META-INF/xtags.xml v 1.52 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss-jaws_xml.xdt v 1.11 Sql-type and jdbc-type need to go together. |
2004-09-03 18:34:23 | Heiko W. Rupp |
modules/bea/src/xdoclet/modules/bea/wls/ejb/WebLogicSubTask.java v 1.24 If EJB spec 2.1 is requested, then print a warning and fall back to 2.0 instead of completely failing. See XDT-1051. |
2004-09-02 04:55:49 | Matt Raible |
modules/apache/src/xdoclet/modules/apache/struts/StrutsValidationXmlSubTask.java v 1.10 Fixed XDT-880 - DTD for 11 should be 1.1 |
2004-09-02 04:52:26 | Matt Raible | Fixed XDT-1019 - Added POJOs to the list of classes you can apply this to |
2004-09-01 22:43:50 | Andrew Stevens |
core/src/xdoclet/tagshandler/AbstractProgramElementTagsHandler.java v 1.16 core/src/xdoclet/tagshandler/MethodTagsHandler.java v 1.32 core/src/xdoclet/tagshandler/PackageTagsHandler.java v 1.14 core/src/xdoclet/tagshandler/TranslatorTagsHandler.java v 1.10 Misc javadoc & template tag doc improvements (XDT-1034). |
2004-09-01 20:47:41 | Marco Schulze |
modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_field.xdt v 1.2 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_field_element.xdt v 1.1 began support for package/class/field/element |
2004-09-01 12:03:34 | Matt Raible |
modules/hibernate/src/xdoclet/modules/hibernate/XDocletModulesHibernateMessages.java v 1.11 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-factory.xdt v 1.9 Minor changes - no reason Hibernate should use messages from another module |
2004-09-01 11:42:04 | Matt Raible | Modifications for XDT-884 - to prove that actionforms can be generated from POJOs |
2004-09-01 11:41:19 | Matt Raible |
modules/apache/src/xdoclet/modules/apache/struts/ActionFormSubTask.java v 1.1 modules/apache/src/xdoclet/modules/apache/struts/ActionFormTagsHandler.java v 1.1 modules/apache/src/xdoclet/modules/apache/struts/ejb/XDocletModulesApacheStrutsEjbMessages.java v 1.5 modules/apache/src/xdoclet/modules/apache/struts/resources/struts_form.xdt v 1.1 Fix for XDT-884 - allow generation of ActionForms w/o having j2ee.jar in classpath |
2004-08-31 20:16:49 | Heiko W. Rupp |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-body.xdt v 1.25 More EJB-2.1 support. From Michal Kopp in XDT-1043. |
2004-08-31 20:11:00 | Heiko W. Rupp |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-jar_2_1.xsd v 1.1 EJB 2.1 schema |
2004-08-31 19:33:12 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/JBossRelationTagsHandler.java v 1.11 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_xml.xdt v 1.65 Hopefully fix XDT-902 finally. This failure was reported in XDT-1050 by Wei He. |
2004-08-31 19:33:54 | Heiko W. Rupp | Add a (slightly) sensless cascade-delete. |
2004-08-31 10:59:28 | Heiko W. Rupp | Move Marco to developer section and add minimal entries for the other four new developers. |
2004-08-31 00:52:31 | David M. Lloyd |
modules/apache/src/META-INF/xtags.xml v 1.24 modules/apache/src/xdoclet/modules/apache/struts/resources/struts_config_xml.xdt v 1.16 Another Nick Heudecker contribution. Add support for struts.action-set-property. Fixes XDT-1047. Patch applied as is (with one reject because the patch was generated from a previous CVS rev of xtags.xml). |
2004-08-30 22:02:52 | David M. Lloyd |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate.xdt v 1.32 Another Nick Heudecker patch. Looks for @hibernate.query on subclasses in addition to base classes. Should resolve XDT-1046. Let me know if this does not work right. Will close the issue in a couple days otherwise. |
2004-08-30 21:17:47 | David M. Lloyd |
modules/apache/src/META-INF/xtags.xml v 1.23 modules/apache/src/xdoclet/modules/apache/struts/StrutsConfigXmlSubTask.java v 1.12 modules/apache/src/xdoclet/modules/apache/struts/StrutsDynaFormValidationXmlSubTask.java v 1.1 modules/apache/src/xdoclet/modules/apache/struts/resources/dynaform_validation_xml.xdt v 1.1 modules/apache/src/xdoclet/modules/apache/struts/resources/struts-config_1_2.dtd v 1.1 modules/apache/src/xdoclet/modules/apache/struts/resources/validator_1_1_3.dtd v 1.1 Add support for Struts 1.2 and Commons-Validator 1.1.3, and generate validation.xml file used by dynamic forms created with the struts.dynaforms tags. Fixes XDT-1036 and XDT-997. |
2004-08-30 15:23:03 | David M. Lloyd |
modules/hibernate/src/xdoclet/modules/hibernate/HibernateTagsHandler.java v 1.34 Make component column prefixes recursive. (Fixes XDT-1013) |
2004-08-28 08:36:25 | David M. Lloyd | Add utility methods for getting method return types in transformed fashion (with $) |
2004-08-28 08:35:15 | David M. Lloyd | Make inner class notation using $ not cause pushClass to fail |
2004-08-28 08:05:20 | David M. Lloyd |
modules/hibernate/src/xdoclet/modules/hibernate/resources/jboss-service.xdt v 1.16 This still does not work right... would update JIRA but it is down at the moment. Using XDtConfig:ifConfigParamNotGreaterOrEquals does not seem to work with x.y.z strings. So I put in XDtConfig:ifHasConfigParam instead for useOuterJoin, so if you do not specify it, it is left off instead of defaulting. But the version check needs to be fixed in any case. |
2004-08-27 22:33:05 | David M. Lloyd |
modules/hibernate/src/xdoclet/modules/hibernate/HibernateTagsHandler.java v 1.33 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-collections.xdt v 1.22 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-column.xdt v 1.5 Add support for @hibernate.collection-composite-index, fixes XDT-830 and then some (though in a different way: you can just use a plain @hibernate.property instead of using @hibernate.key-property. You also get support for many-to-one at no extra charge) |
2004-08-27 08:02:13 | Heiko W. Rupp |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate.xdt v 1.31 Get the attributes of the generator param to work with versions > "2.0". |
2004-08-27 06:44:19 | Heiko W. Rupp | Add an explicit discriminator entry via @hibernate.discriminator. |
2004-08-27 06:37:07 | Heiko W. Rupp | Added documentation for new @hibernate.discriminator attributes. From XDT-1041, which closes the issue. |
2004-08-27 04:50:27 | Heiko W. Rupp | Add some more attribtues to @hibernate.discriminator. Unfortunately, XDT-1041 did not contain documentation, so usage-description is weak. |
2004-08-27 04:49:38 | Heiko W. Rupp |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate.xdt v 1.30 Add some more attribtues to @hibernate.discriminator. From Jonathan Kennedy in XDT-1041. |
2004-08-26 15:22:47 | Heiko W. Rupp |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/asm-descriptor.xdt v 1.12 Watch for correct transaction types and spellings. Also provide a test for it. From XDT-1040 by Haug Bürger. |
2004-08-26 09:38:17 | Heiko W. Rupp | Add a note about @jboss.query and the referral to @ejb.finder. |
2004-08-23 16:45:41 | Heiko W. Rupp | Update my name and Matts record. |
2004-08-23 08:43:57 | Heiko W. Rupp |
modules/jdo/src/xdoclet/modules/jdo/JdoDocletTask.java v 1.4 Document the jdoSpec attribute of the <jdodoclet> task. |
2004-08-23 08:17:55 | Heiko W. Rupp | Run jdodoclet twice. One time with jdoSpec = 1.0 and the other time with jdoSpec = 2.0. |
2004-08-23 08:12:59 | Heiko W. Rupp |
modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_field.xdt v 1.1 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_field_fetch-group.xdt v 1.1 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.xdt v 1.10 More Tags for JDO 2.0. From Marco Schulze in XDT-1035. |
2004-08-22 11:48:43 | Heiko W. Rupp |
core/src/xdoclet/ant/modulesbuilder/ModulesGrandBuilderTask.java v 1.12 modules/ejb/src/xdoclet/modules/ejb/dd/EjbRefTagsHandler.java v 1.16 Do string compare via equals() |
2004-08-22 10:25:11 | Heiko W. Rupp |
modules/apache/src/xdoclet/modules/apache/struts/ejb/StrutsFormSubTask.java v 1.12 Make constants final. |
2004-08-22 10:16:47 | Heiko W. Rupp |
modules/web/src/xdoclet/modules/web/ServiceEndpointSubTask.java v 1.3 Make constants final. |
2004-08-22 09:56:10 | Heiko W. Rupp |
modules/wsee/src/xdoclet/modules/wsee/WseeTagsHandler.java v 1.2 Make constants final. |
2004-08-21 22:23:53 | Andrew Stevens |
modules/web/src/xdoclet/modules/web/WebXmlSubTask.java v 1.12 (XDT-619) Don't include Collection-based setters in the attributes documentation when they're documented under the nested elements. |
2004-08-21 14:42:45 | Heiko W. Rupp | Add @jboss.ejb-local-ref to test for XDT-1006. |
2004-08-21 14:37:14 | Andrew Stevens | Trivial change to make descriptions consistent with tag names. |
2004-08-21 13:17:07 | Andrew Stevens |
modules/mx4j/src/xdoclet/modules/mx4j/resources/mx4j-mbean-description.xdt v 1.7 Fix dodgy EOLs. |
2004-08-21 13:13:51 | Andrew Stevens |
modules/spring/src/xdoclet/modules/spring/SpringDocletTask.java v 1.2 Fix dodgy EOLs. |
2004-08-21 13:11:10 | Andrew Stevens |
modules/jboss/src/xdoclet/modules/jboss/web/JBossWebTagsHandler.java v 1.4 Fix dodgy EOLs. |
2004-08-21 13:07:56 | Andrew Stevens |
core/src/xdoclet/tagshandler/ParameterTagsHandler.java v 1.19 Fix dodgy EOLs. |
2004-08-21 13:03:46 | Andrew Stevens |
modules/web/src/xdoclet/modules/web/XDocletModulesWebMessages.java v 1.2 Fix dodgy EOLs. |
2004-08-21 12:51:01 | Andrew Stevens |
modules/web/src/xdoclet/modules/web/ServiceEndpointSubTask.java v 1.2 Fix dodgy EOLs |
2004-08-21 10:51:36 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_xml.xdt v 1.30 Mention the jboss-container.xml merge point in the generated file. |
2004-08-21 10:42:54 | Andrew Stevens |
modules/ejb/src/xdoclet/modules/ejb/XDocletModulesEjbMessages.java v 1.17 Fixed dodgy javadocs (introduced by patch from XDT-636 being a line out) as it was causing the Externalizer to throw an Exception. |
2004-08-20 20:00:57 | Heiko W. Rupp |
modules/bea/src/META-INF/xtags.xml v 1.13 modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-ejb-jar-xml.xdt v 1.15 Implemented a few things from XDT-765. Disabled (local-)jndi-name for MDBs (from XDT-1032). XXX Is this the right thing to do? |
2004-08-20 05:27:13 | Heiko W. Rupp | Set hibernate version to 2.1.6 to test the disabling of outer-join attribute. |
2004-08-20 05:23:47 | Heiko W. Rupp |
modules/hibernate/src/xdoclet/modules/hibernate/resources/jboss-service.xdt v 1.15 Disable outer-join for hibernate >= 2.1.6. |
2004-08-20 05:15:58 | Heiko W. Rupp |
modules/xdoclet/src/xdoclet/modules/externalizer/ExternalizerTagsHandler.java v 1.6 convert characters with more than 8 bits into escaped unicode ones. Allows for non iso-8859-x. From XDT-1025. |
2004-08-19 19:05:47 | Heiko W. Rupp | Add some online and offline articles. |
2004-08-19 11:29:04 | Heiko W. Rupp | Change namespace from castormapping to castor as it should be. As suggestd in XDT-1027. |
2004-08-18 23:53:02 | Andrew Stevens | Trivial documentation improvement. |
2004-08-18 09:53:20 | Heiko W. Rupp | Fix a typo, add a role to myself, update Marco's record. |
2004-08-17 08:18:14 | Heiko W. Rupp | Prevent a possible NPE. |
2004-08-16 23:39:53 | Andrew Stevens | Remove use of deprecated method. |
2004-08-16 17:03:34 | Heiko W. Rupp | Some comment for getPackageNameFor() |
2004-08-16 13:46:40 | Heiko W. Rupp |
modules/xdoclet/src/xdoclet/modules/doc/DocumentationTagsHandler.java v 1.6 modules/xdoclet/src/xdoclet/modules/doc/info/InfoSubTask.java v 1.14 modules/xdoclet/src/xdoclet/modules/doc/info/InfoTagsHandler.java v 1.9 modules/xdoclet/src/xdoclet/modules/externalizer/ExternalizerSubTask.java v 1.11 modules/xdoclet/src/xdoclet/modules/externalizer/ExternalizerTagsHandler.java v 1.5 modules/xdoclet/src/xdoclet/modules/externalizer/PropertiesTranslatorSubTask.java v 1.5 Remove unused imports and use of deprecated methods. |
2004-08-16 13:42:56 | Heiko W. Rupp |
modules/xdoclet/src/xdoclet/modules/maven/MavenpluginSubTask.java v 1.3 Remove unused imports. |
2004-08-16 13:31:25 | Heiko W. Rupp |
modules/webwork/src/xdoclet/modules/webwork/WebWorkActionDocsSubTask.java v 1.5 modules/webwork/src/xdoclet/modules/webwork/WebWorkConfigPropertiesSubTask.java v 1.6 modules/webwork/src/xdoclet/modules/webwork/WebWorkTagsHandler.java v 1.5 Remove unused imports. |
2004-08-16 13:30:11 | Heiko W. Rupp |
modules/mockobjects/src/xdoclet/modules/mockobjects/util/CodeUtils.java v 1.2 Remove unused imports. |
2004-08-16 13:29:46 | Heiko W. Rupp |
modules/macromedia/src/xdoclet/modules/macromedia/jrun/web/JRunWebXmlSubTask.java v 1.8 Remove unused imports. |
2004-08-16 13:29:00 | Heiko W. Rupp |
modules/tjdo/src/xdoclet/modules/triactive/jdo/TJDOSubTask.java v 1.3 Remove unused imports and use of deprecated methods. |
2004-08-16 13:28:21 | Heiko W. Rupp |
modules/mockobjects/src/xdoclet/modules/mockobjects/MockObjectTagsHandler.java v 1.2 modules/solarmetric/src/xdoclet/modules/solarmetric/jdo/KodoSubTask.java v 1.3 Remove unused imports and use of deprecated methods. |
2004-08-16 13:27:32 | Heiko W. Rupp |
modules/exolab/src/xdoclet/modules/exolab/castor/ejb/CastorTagsHandler.java v 1.6 modules/jdo/src/xdoclet/modules/jdo/JdoTagsHandler.java v 1.9 modules/jdo/src/xdoclet/modules/jdo/JdoXmlMetadataSubTask.java v 1.11 Remove unused imports and use of deprecated methods. |
2004-08-16 09:47:20 | Heiko W. Rupp |
modules/caucho/src/xdoclet/modules/caucho/ResinWebTagsHandler.java v 1.6 modules/exolab/src/xdoclet/modules/exolab/castor/ejb/CastorSubTask.java v 1.7 Remove unused imports. |
2004-08-16 09:46:52 | Heiko W. Rupp |
modules/caucho/src/xdoclet/modules/caucho/ResinEjbTagsHandler.java v 1.7 Remove unused imports. |
2004-08-16 09:46:28 | Heiko W. Rupp |
modules/libelis/src/xdoclet/modules/libelis/jdo/LidoSubTask.java v 1.3 Remove unused imports and use of deprecated methods. |
2004-08-16 09:43:41 | Heiko W. Rupp |
modules/hp/src/xdoclet/modules/hp/hpas/ejb/HPASSubTask.java v 1.8 modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/WebSphereSubTask.java v 1.7 Remove unused imports. |
2004-08-16 09:42:39 | Heiko W. Rupp | Remove unused imports. |
2004-08-16 09:41:52 | Heiko W. Rupp |
modules/jmx/src/xdoclet/modules/jmx/JMXTagsHandler.java v 1.12 Get rid of deprecated methods. |
2004-08-16 09:39:49 | Heiko W. Rupp |
modules/jmx/src/xdoclet/modules/jmx/MBeanInterfaceSubTask.java v 1.10 Remove unused imports. |
2004-08-16 04:52:50 | Heiko W. Rupp | Close output in case of an exception. From XDT-706 by Chris Dolphy. |
2004-08-15 23:38:44 | Andrew Stevens | Update obsolete URL. |
2004-08-15 23:36:11 | Andrew Stevens |
modules/ejb/src/xdoclet/modules/ejb/dd/EjbDotXmlSubTask.java v 1.15 Add new merge points, and adjust scope of existing ones for consistency. Fixes XDT-801 and XDT-427. |
2004-08-15 23:35:36 | Andrew Stevens |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/asm-descriptor.xdt v 1.11 Add new merge points, and adjust scope of existing ones for consistency. Fixes XDT-801 and XDT-427. |
2004-08-15 23:29:45 | Andrew Stevens | Update obsolete URL. Add another book, and a couple of reviews. |
2004-08-15 23:28:21 | Andrew Stevens | Update obsolete URL. |
2004-08-15 20:37:30 | Heiko W. Rupp | Document jboss.audit* tags. Suggested by Ingo Brüll in XDT-622. |
2004-08-15 20:14:42 | Heiko W. Rupp | Check to see if @ejb.persistence read-only="true" works on jboss. |
2004-08-15 20:13:54 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_xml.xdt v 1.64 Support read-only on method level also from @ejb.persistence, not only from @jboss.persistence. Suggested by Ingo Brüll in XDT-623. |
2004-08-15 19:38:26 | Heiko W. Rupp | Make constants final. |
2004-08-15 10:37:57 | Heiko W. Rupp |
modules/ejb/src/xdoclet/modules/ejb/entity/DataObjectTagsHandler.java v 1.12 Don't compare instances of class XMethod with String. |
2004-08-15 09:56:35 | Heiko W. Rupp |
modules/ejb/src/xdoclet/modules/ejb/entity/DataObjectSubTask.java v 1.10 modules/ejb/src/xdoclet/modules/ejb/entity/EntityBmpSubTask.java v 1.10 modules/ejb/src/xdoclet/modules/ejb/entity/EntityCmpSubTask.java v 1.8 modules/ejb/src/xdoclet/modules/ejb/entity/EntityFacadeSubTask.java v 1.3 modules/ejb/src/xdoclet/modules/ejb/entity/EntityPkSubTask.java v 1.10 modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectSubTask.java v 1.14 modules/ejb/src/xdoclet/modules/ejb/home/HomeInterfaceSubTask.java v 1.11 modules/ejb/src/xdoclet/modules/ejb/home/LocalHomeInterfaceSubTask.java v 1.11 modules/ejb/src/xdoclet/modules/ejb/intf/LocalInterfaceSubTask.java v 1.11 modules/ejb/src/xdoclet/modules/ejb/intf/RemoteInterfaceSubTask.java v 1.11 modules/ejb/src/xdoclet/modules/ejb/intf/ServiceEndpointSubTask.java v 1.2 modules/ejb/src/xdoclet/modules/ejb/mdb/MdbSubTask.java v 1.2 modules/ejb/src/xdoclet/modules/ejb/session/RemoteFacadeSubTask.java v 1.4 modules/ejb/src/xdoclet/modules/ejb/session/SessionSubTask.java v 1.8 Make constants final. |
2004-08-15 09:38:12 | Heiko W. Rupp |
modules/hibernate/src/xdoclet/modules/hibernate/XDocletModulesHibernateMessages.java v 1.10 Make constants final. |
2004-08-14 20:47:24 | Andrew Stevens | Update obsolete URL. |
2004-08-14 20:25:14 | Andrew Stevens | Update obsolete URL. |
2004-08-14 20:19:34 | Heiko W. Rupp |
modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_datastore-identity.xdt v 1.1 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_field_column.xdt v 1.1 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_field_join.xdt v 1.1 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_sequence.xdt v 1.1 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.xdt v 1.9 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml_package-class-field-column.xdt v 1.2 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml_package-class-field-join.xdt v 1.2 Add new JDO2 tags. From XDT-1020 by Marco Schulze. |
2004-08-14 19:41:24 | Heiko W. Rupp |
modules/apache/src/xdoclet/modules/apache/struts/StrutsFormTagsHandler.java v 1.12 modules/apache/src/xdoclet/modules/apache/struts/StrutsValidatorTagsHandler.java v 1.10 modules/apache/src/xdoclet/modules/apache/struts/ejb/StrutsFormSubTask.java v 1.11 Get rid of deprecated methods. |
2004-08-14 19:35:58 | Heiko W. Rupp |
modules/ejb/src/xdoclet/modules/ejb/mdb/MdbTagsHandler.java v 1.11 Remove unused imports. |
2004-08-14 19:35:14 | Heiko W. Rupp |
modules/borland/src/xdoclet/modules/borland/bes/ejb/BorlandRelationTagsHandler.java v 1.3 Get rid of deprecated methods. |
2004-08-14 19:33:11 | Heiko W. Rupp |
modules/bea/src/xdoclet/modules/bea/wls/ejb/WeblogicRelationTagsHandler.java v 1.11 Get rid of deprecated methods. |
2004-08-14 19:27:27 | Heiko W. Rupp |
modules/apache/src/xdoclet/modules/apache/bsf/BsfEngineTagHandler.java v 1.2 modules/apache/src/xdoclet/modules/apache/soap/ejb/ApacheSoapSubTask.java v 1.10 modules/apache/src/xdoclet/modules/apache/struts/StrutsConfigXmlSubTask.java v 1.11 modules/apache/src/xdoclet/modules/apache/velocity/VelocityEngineTagHandler.java v 1.3 modules/apache/src/xdoclet/modules/apache/velocity/VelocitySubTemplateEngine.java v 1.2 Remove unused imports. |
2004-08-14 17:19:01 | Heiko W. Rupp | Docu patch from Marco Schulze in XDT-1020. |
2004-08-14 16:55:55 | Heiko W. Rupp |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-mapping_2_0.dtd v 1.4 Import the DTD from hibernate 2.1.6 package. Suggested in XDT-1015. |
2004-08-14 16:12:46 | Heiko W. Rupp | Create jboss-service.xml from hibernatedoclet for hibernate 2.1 and check some 2.1 features. |
2004-08-14 16:10:36 | Heiko W. Rupp |
modules/hibernate/src/xdoclet/modules/hibernate/JBossServiceSubTask.java v 1.18 Mention that default hibernate version for the jboss subtask is 2.1 |
2004-08-14 16:09:02 | Heiko W. Rupp |
modules/hibernate/src/xdoclet/modules/hibernate/JBossServiceSubTask.java v 1.17 modules/hibernate/src/xdoclet/modules/hibernate/resources/jboss-service.xdt v 1.14 Implement generation of hmb2ddl attributes as described in XDT-806. |
2004-08-14 16:07:43 | Heiko W. Rupp |
modules/hibernate/src/xdoclet/modules/hibernate/HibernateSubTask.java v 1.11 Add 2.1 as specific hibernate version |
2004-08-14 12:08:13 | Heiko W. Rupp | Make default final. |
2004-08-14 00:23:12 | Andrew Stevens |
modules/apache/src/xdoclet/modules/apache/struts/ejb/StrutsFormSubTask.java v 1.10 Update obsolete URL. |
2004-08-14 00:22:41 | Andrew Stevens | Update obsolete URL. |
2004-08-14 00:13:03 | Andrew Stevens | Add a couple of recent patch contributors. |
2004-08-14 00:11:03 | Andrew Stevens |
modules/ejb/src/xdoclet/modules/ejb/entity/resources/entity-value.xdt v 1.15 Flag EJB as dirty if VO setter changes relations (XDT-966). Thanks to Fredrik Vraalsen for patch. |
2004-08-13 17:34:14 | Heiko W. Rupp |
core/test/src/xdoclet/retest/test/StatelessSessionBeanRegressionTestCase.java v 1.4 Remove unused imports. |
2004-08-13 16:49:35 | Heiko W. Rupp |
core/test/src/xdoclet/retest/util/ClassComparator.java v 1.4 Remove unused imports. |
2004-08-11 00:12:32 | Craig Walls |
modules/portlet/src/xdoclet/modules/portlet/resources/portlet_xml.xdt v 1.4 Fixed portlet-app tag per XDT-842 |
2004-08-10 08:38:17 | Heiko W. Rupp |
modules/jboss/src/META-INF/xtags.xml v 1.49 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_3_2.dtd v 1.4 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_xml.xdt v 1.29 Support for the JBoss 3.2.4 transaction-timeout method attribute. From Matthias Germann in XDT-1009. |
2004-08-10 05:37:42 | Heiko W. Rupp | Document table attribute of @hibernate.joined-subclass as proposed in XDT-1011. |
2004-08-10 05:27:52 | Heiko W. Rupp | Add some more attributes to <jbossweb/> subtask to check for the behaviour of XDT-1012. |
2004-08-10 05:26:51 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/web/resources/jboss_web_xml.xdt v 1.11 Lowercase attributes of the <jbossweb/> subtask, as proposed in XDT-1012. |
2004-08-09 19:14:33 | Heiko W. Rupp |
modules/hibernate/src/META-INF/xtags.xml v 1.36 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate.xdt v 1.29 Add attributes of <hibernate-mapping/> element. From Aleksei Valikov in XDT-1010. |
2004-08-09 08:44:53 | Heiko W. Rupp | Include the build of the webservices samples. From XDT-816. |
2004-08-09 08:43:24 | Heiko W. Rupp | Remove TestSession. This was in the patch of CGJung in XDT-816, but shouldn't have been there. |
2004-08-09 08:17:41 | Heiko W. Rupp |
modules/hibernate/src/xdoclet/modules/hibernate/FactoryClassSubTask.java v 1.8 Provide getOtherMappings() method, needed as fallout from XDT-999. |
2004-08-07 20:45:42 | Heiko W. Rupp |
modules/hibernate/src/META-INF/xtags.xml v 1.35 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-collections.xdt v 1.21 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-properties.xdt v 1.27 Added suport for "any" mapping and "many-to-any" mapping. From Aleksei Valikov in XDT-1008 (fixes also XDT-1005). |
2004-08-07 20:31:38 | Heiko W. Rupp | Allow for empty sustitutions as described in XDT-489. In case useFirst==true, this can be done by replace "foo." by "". |
2004-08-07 20:12:22 | Heiko W. Rupp | Added a few contributors. |
2004-08-07 19:44:53 | Heiko W. Rupp | Added my blog. |
2004-08-07 19:32:44 | Heiko W. Rupp | Add @wsee and @axis to navigation. |
2004-08-07 19:23:07 | Heiko W. Rupp |
modules/ejb/src/xdoclet/modules/ejb/dd/EjbRefTagsHandler.java v 1.15 Throw an exception when no ejb-name in ejb-ref is given. Fixes XDT-441 from Hani Suleiman. |
2004-08-07 18:45:26 | Heiko W. Rupp | Fix possible values for generate attribute of @ejb.home tag. Fixes XDT-392 and partially also XDT-689. |
2004-08-07 17:25:07 | Heiko W. Rupp | Add two new taghandlers: ifThrowsException() and ifDoesntThrowException(). From XDT-240 by Shaun Kelly. |
2004-08-07 11:47:40 | Heiko W. Rupp |
modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-ejb-jar-xml.xdt v 1.14 dispatch-policy is already in wls 7.0 according to the DTD. |
2004-08-07 10:27:59 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/web/JBossWebXmlSubTask.java v 1.11 Change URL of 3.2 DTD Fix DTD selection for Jboss 3.0.* |
2004-08-07 10:26:30 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_xml.xdt v 1.63 XDTBla -> XDtBla |
2004-08-07 10:26:08 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/web/resources/jboss_web_xml.xdt v 1.10 Support Jboss 3.2 res-refs with urls. Fixes XDT-726 as suggested by Ingo Klöckl. |
2004-08-07 10:06:56 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/web/resources/jboss-web_3_2.dtd v 1.1 JBoss 3.2 DTD for jboss-web.xml |
2004-08-07 08:35:33 | Heiko W. Rupp |
modules/jboss/src/META-INF/xtags.xml v 1.48 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_xml.xdt v 1.62 Add support for batch-cascade-delete option for the CMP engine. Fixes XDT-902. |
2004-08-07 08:31:05 | Heiko W. Rupp |
modules/ejb/src/META-INF/xtags.xml v 1.47 modules/ejb/src/xdoclet/modules/ejb/EjbDocletTask.java v 1.12 modules/ejb/src/xdoclet/modules/ejb/EjbTagsHandler.java v 1.25 modules/ejb/src/xdoclet/modules/ejb/XDocletModulesEjbMessages.java v 1.16 modules/ejb/src/xdoclet/modules/ejb/dd/EjbDotXmlSubTask.java v 1.14 modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-body.xdt v 1.24 modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-jar_xml.xdt v 1.7 modules/ejb/src/xdoclet/modules/ejb/home/HomeInterfaceSubTask.java v 1.10 modules/ejb/src/xdoclet/modules/ejb/home/LocalHomeInterfaceSubTask.java v 1.10 modules/ejb/src/xdoclet/modules/ejb/intf/InterfaceTagsHandler.java v 1.18 modules/ejb/src/xdoclet/modules/ejb/intf/LocalInterfaceSubTask.java v 1.10 modules/ejb/src/xdoclet/modules/ejb/intf/RemoteInterfaceSubTask.java v 1.10 modules/web/src/META-INF/xtags.xml v 1.17 modules/web/src/xdoclet/modules/web/WebTagsHandler.java v 1.4 modules/web/src/xdoclet/modules/web/WebXmlSubTask.java v 1.11 modules/web/src/xdoclet/modules/web/resources/web_xml.xdt v 1.22 Additions from the supplied patch in XDT-816. |
2004-08-06 20:01:22 | Heiko W. Rupp | Rollback last commit and correctly apply patch from XDT-955. |
2004-08-06 12:59:06 | Heiko W. Rupp |
modules/ejb/src/xdoclet/modules/ejb/intf/ServiceEndpointSubTask.java v 1.1 modules/ejb/src/xdoclet/modules/ejb/intf/resources/service-endpoint.xdt v 1.1 modules/web/src/xdoclet/modules/web/ServiceEndpointSubTask.java v 1.1 modules/web/src/xdoclet/modules/web/XDocletModulesWebMessages.java v 1.1 modules/web/src/xdoclet/modules/web/resources/service-endpoint.xdt v 1.1 modules/wsee/src/META-INF/xtags.xml v 1.1 modules/wsee/src/xdoclet/modules/wsee/JaxrpcMappingSubTask.java v 1.1 modules/wsee/src/xdoclet/modules/wsee/WebServicesXmlSubTask.java v 1.1 modules/wsee/src/xdoclet/modules/wsee/WsdlSubTask.java v 1.1 modules/wsee/src/xdoclet/modules/wsee/WseeDocletTask.java v 1.1 modules/wsee/src/xdoclet/modules/wsee/WseeTagsHandler.java v 1.1 modules/wsee/src/xdoclet/modules/wsee/XDocletModulesMessages.java v 1.1 modules/wsee/src/xdoclet/modules/wsee/resources/jaxrpc-mapping_xml.xdt v 1.1 modules/wsee/src/xdoclet/modules/wsee/resources/web-services_xml.xdt v 1.1 modules/wsee/src/xdoclet/modules/wsee/resources/wsdl.xdt v 1.1 samples/src/java/test/wsee/TestBean.java v 1.1 samples/src/java/test/wsee/TestException.java v 1.1 samples/src/java/test/wsee/TestObject.java v 1.1 First shot at WSEE 1.1 (JSR 921) suppot. From Christoph D Jung in XDT-816. |
2004-08-06 12:26:50 | Heiko W. Rupp | Added Weblogic tags. (Forgot from which XDT..) |
2004-08-06 10:59:18 | Heiko W. Rupp |
modules/hibernate/src/xdoclet/modules/hibernate/HibernateCfgSubTask.java v 1.8 modules/hibernate/src/xdoclet/modules/hibernate/HibernateProperties.java v 1.4 modules/hibernate/src/xdoclet/modules/hibernate/HibernateTagsHandler.java v 1.32 modules/hibernate/src/xdoclet/modules/hibernate/JBossServiceSubTask.java v 1.16 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-cfg.xdt v 1.5 Patch for adding other Mappings to generated Hibernate.cfg.xml. From Eric Pugh in XDT-999. |
2004-08-06 10:37:06 | Heiko W. Rupp |
modules/jdo/src/xdoclet/modules/jdo/JdoDocletTask.java v 1.3 modules/jdo/src/xdoclet/modules/jdo/JdoXmlMetadataSubTask.java v 1.10 modules/jdo/src/xdoclet/modules/jdo/resources/jdo-10.dtd v 1.2 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_1_0.dtd v 1.1 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_2_0.dtd v 1.1 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.xdt v 1.8 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml_package-class-field-column.xdt v 1.1 modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml_package-class-field-join.xdt v 1.1 First shot at JDO-2.0 support. From Marco Schulze in XDT-1004. |
2004-08-06 07:42:06 | Heiko W. Rupp |
modules/java/src/META-INF/xtags.xml v 1.9 modules/java/src/xdoclet/modules/java/javabean/JavaBeanTagsHandler.java v 1.4 modules/java/src/xdoclet/modules/java/javabean/resources/beaninfo.xdt v 1.10 add support for arbitrary getter and/or setter method names associated with a property. From XDT-955 by Ryan Ovrevik. |
2004-08-04 12:25:22 | Heiko W. Rupp |
modules/hibernate/src/META-INF/xtags.xml v 1.34 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-properties.xdt v 1.26 Implement parent property. By FrankFebbraro in XDT-929. |
2004-08-04 00:06:42 | Andrew Stevens |
modules/ejb/src/xdoclet/modules/ejb/entity/resources/dataobject.xdt v 1.15 Simplest change to fix the DO's obvious copy constructor bug (XDT-274 and duplicates). |
2004-08-03 17:12:50 | Heiko W. Rupp |
modules/bea/src/xdoclet/modules/bea/wls/ejb/WebLogicSubTask.java v 1.23 Support full WLS 8.1 create-table options. From XDT-995 by Paul Stath. |
2004-08-03 17:07:12 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_xml.xdt v 1.61 Correct bad closing tag. Fallout from XDT-994. |
2004-08-03 11:26:38 | Heiko W. Rupp |
modules/jboss/src/META-INF/xtags.xml v 1.47 modules/jboss/src/xdoclet/modules/jboss/ejb/JBossSubTask.java v 1.30 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_3_2.dtd v 1.5 modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_xml.xdt v 1.60 Support for alter-table feature of the JBoss CMP engine. Patch from Jesper Pedersen in XDT-994. |
2004-08-03 11:06:28 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_4_0.dtd v 1.2 There is no 4.0 specific dtd for jboss cmp subsystem. |
2004-08-03 07:57:00 | Heiko W. Rupp |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-mapping_1_1.dtd v 1.2 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-mapping_2_0.dtd v 1.3 DTDs are no xml files, so remove xml header. See also XDT-993. |
2004-08-03 04:55:44 | Heiko W. Rupp |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate.xdt v 1.28 Honor the correct xml encoding for non-utf8/non-iso-8859-1 endcodings. From XDT-993 |
2004-08-02 20:06:33 | Heiko W. Rupp |
modules/bea/src/xdoclet/modules/bea/wls/ejb/WebLogicSubTask.java v 1.22 Also have an externally modifiable template file for the cmp dd. From René Zanner in XDT-992. |
2004-08-01 13:44:38 | Heiko W. Rupp | JavaCC home has changed. From XDT-988, based upon a mail from Gopal M. |
2004-08-01 13:38:44 | Andrew Stevens |
modules/web/src/xdoclet/modules/web/resources/web_xml.xdt v 1.21 Move servlets.xml merge point, as requested in XDT-841. This shouldn't have any side-effects, as the order of <servlet> entries isn't supposed to matter. |
2004-08-01 13:18:54 | Andrew Stevens |
modules/web/src/xdoclet/modules/web/resources/taglib_tld.xdt v 1.10 Applied (slightly modified) patch from XDT-742, so that valid 1.1 TLDs can still be generated if 1.2-specific tags etc. are present. Thanks to Howard M. Lewis Ship for the patch. |
2004-07-30 23:24:27 | David M. Lloyd |
modules/apache/src/META-INF/xtags.xml v 1.22 modules/apache/src/xdoclet/modules/apache/struts/resources/struts_config_xml.xdt v 1.15 modules/apache/src/xdoclet/modules/apache/struts/resources/struts_dynaform.xdt v 1.1 Add support for dynaform and dynaform-field. Fixes XDT-986. |
2004-07-30 23:00:23 | David M. Lloyd |
modules/hibernate/src/xdoclet/modules/hibernate/FactoryClassSubTask.java v 1.7 modules/hibernate/src/xdoclet/modules/hibernate/JBossServiceSubTask.java v 1.15 fix missing methods that *broke the build*, see cvs log for details. Also, pretty-printer wants to process JBossServiceSubTask, so I let it. |
2004-07-30 09:28:33 | topping |
modules/xdoclet/src/xdoclet/modules/maven/resources/mavenplugin.xdt v 1.16 http://opensource.atlassian.com/projects/xdoclet/browse/XDT-930 |
2004-07-30 08:23:01 | Heiko W. Rupp |
modules/bea/src/xdoclet/modules/bea/wls/ejb/WebLogicSubTask.java v 1.21 For WLS >= 8.1, create-default-dbms-tables no longer accepts true/false, but finer settings. From XDT-978. There should probably be a better fix to allow for all options. |
2004-07-28 22:19:10 | Andrew Stevens |
modules/web/src/xdoclet/modules/web/resources/taglib_tld.xdt v 1.9 Reapply fix for XDT-442 (XDT-981). |
2004-07-28 14:17:26 | David M. Lloyd |
modules/hibernate/src/xdoclet/modules/hibernate/HibernateTagsHandler.java v 1.31 Fix this guy's name |
2004-07-28 08:39:44 | topping |
modules/hibernate/src/xdoclet/modules/hibernate/HibernateTagsHandler.java v 1.30 Fix the 'type' parameter of an attribute so that it overrides the return type of the method instead of basically doing nothing at all. |
2004-07-27 15:42:49 | Heiko W. Rupp |
modules/jsf/src/xdoclet/modules/jsf/resources/faces_config_xml.xdt v 1.2 Add component element. From XDT-976. |
2004-07-27 15:20:47 | Heiko W. Rupp |
modules/bea/src/xdoclet/modules/bea/wls/ejb/WebLogicSubTask.java v 1.20 Initialize the default template in the constructor to allow for overrides. From XDT-975 by René Zanner. |
2004-07-27 15:05:23 | Heiko W. Rupp |
modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-ejb-jar-xml.xdt v 1.13 Create lifecycle element only when wls version is < 7.0. From René Zanner in XDT-974. |
2004-07-27 13:54:07 | Heiko W. Rupp |
modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic700-ejb-jar.dtd v 1.2 Actual version of 7.0 ejb-jar.dtd. From XDT-974. |
2004-07-26 15:46:03 | Andrew Stevens |
modules/apache/src/META-INF/xtags.xml v 1.21 modules/apache/src/xdoclet/modules/apache/axis/ejb/AxisDeploySubTask.java v 1.2 modules/apache/src/xdoclet/modules/apache/axis/ejb/AxisUndeploySubTask.java v 1.2 Documentation improvements. |
2004-07-24 13:24:55 | Heiko W. Rupp | Document the redirect attribute of the @action.forward tag. From XDT-963. |
2004-07-24 13:21:20 | Heiko W. Rupp |
modules/bea/src/META-INF/xtags.xml v 1.12 modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-cmp-rdbms-jar-xml.xdt v 1.20 Add 'LongString' type for use with Sybase DBs. From XDT-928. |
2004-07-24 13:17:41 | Heiko W. Rupp | Add description of table attribute of @hibernate.joined-subclass |
2004-07-24 12:55:42 | Heiko W. Rupp |
modules/ejb/resources/xdoclet/modules/ejb/XDocletModulesEjbMessages.properties v 1.1 modules/ejb/src/META-INF/xtags.xml v 1.46 modules/ejb/src/xdoclet/modules/ejb/EjbTagsHandler.java v 1.24 modules/ejb/src/xdoclet/modules/ejb/XDocletModulesEjbMessages.java v 1.15 modules/ejb/src/xdoclet/modules/ejb/lookup/LookupObjectSubTask.java v 1.13 modules/ejb/src/xdoclet/modules/ejb/lookup/resources/lookup.xdt v 1.12 modules/ejb/src/xdoclet/modules/ejb/mdb/MdbSubTask.java v 1.1 modules/ejb/src/xdoclet/modules/ejb/mdb/MdbTagsHandler.java v 1.10 modules/ejb/src/xdoclet/modules/ejb/mdb/resources/mdb.xdt v 1.1 Better support for message driven beans. From XDT-636. Needs testing! |
2004-07-24 07:11:26 | Heiko W. Rupp | Add the first of the two 'missing' UML diagrams. |
2004-07-24 07:02:44 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_xml.xdt v 1.59 Prevent duplicate entries in jbosscmp-jdbc.xml in case of inherited CMP fields. From XDT-876. |
2004-07-24 04:58:56 | Heiko W. Rupp | CMPs (especially with Releations) should not be exposed to remote client, so add a view-type of local |
2004-07-24 04:55:38 | Heiko W. Rupp | A note about the unpacked jars for use with maven. |
2004-07-23 18:31:40 | Heiko W. Rupp |
modules/hibernate/src/xdoclet/modules/hibernate/HibernateCfgSubTask.java v 1.7 modules/hibernate/src/xdoclet/modules/hibernate/HibernateProperties.java v 1.3 modules/hibernate/src/xdoclet/modules/hibernate/HibernateTagsHandler.java v 1.29 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-cfg.xdt v 1.4 Allow arbitrary properties to be added to the hibernate.cfg.xml. From XDT-972 by Eric Pugh. |
2004-07-22 07:03:56 | Andrew Stevens |
modules/ejb/src/xdoclet/modules/ejb/dd/resources/ejb-body.xdt v 1.23 Add Websphere prefixes to resource env refs. Fixes XDT-924. |
2004-07-18 14:40:34 | Andrew Stevens | Change namespaces to match tags. This should get JBossIDE's code completion working with the axis/soap tags (XDT-833). |
2004-07-15 13:00:44 | Heiko W. Rupp |
modules/borland/src/xdoclet/modules/borland/bes/ejb/resources/ejb-bean-settings_2_0.xdt v 1.3 Correctly close xml tags. From XDT-935. |
2004-07-14 16:40:48 | Heiko W. Rupp |
modules/java/src/xdoclet/modules/java/javabean/resources/beaninfo.xdt v 1.9 Patch from XDT-950 to hopefully make beaninfo more robust. |
2004-07-14 14:53:12 | Heiko W. Rupp |
modules/objectweb/src/xdoclet/modules/objectweb/jonas/ejb/resources/jonas.xdt v 1.4 Prevent a line break in jdbc-table-mapping. Fixes XDT-957. |
2004-07-14 14:53:39 | Matt Raible |
modules/apache/src/xdoclet/modules/apache/struts/ejb/resources/struts_form.xdt v 1.9 Fix for XDT-958: The template used by strutsform should be updated to take into account all of the @struts tags (specifically @struts.validator, @struts.validator-args, and @struts.validator-var). MR: I added XDoclet code to the template that will put any @struts.validator tags specified on a getter onto a setter of the generated form. |
2004-07-10 17:02:03 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/JBossRelationTagsHandler.java v 1.10 modules/jboss/src/xdoclet/modules/jboss/ejb/JBossTagsHandler.java v 1.12 Don't use deprecated methods / classes. |
2004-07-10 14:06:01 | Heiko W. Rupp |
modules/ejb/src/xdoclet/modules/ejb/lookup/LookupUtilTagsHandler.java v 1.11 Remove unused imports. |
2004-07-10 14:05:01 | Heiko W. Rupp | Remove unused imports. |
2004-07-10 14:04:02 | Heiko W. Rupp |
core/src/xdoclet/tagshandler/TagDefTagsHandler.java v 1.8 core/src/xdoclet/tagshandler/TranslatorTagsHandler.java v 1.9 Remove unused imports. |
2004-07-10 14:03:09 | Heiko W. Rupp |
core/src/xdoclet/tagshandler/ConfigTagsHandler.java v 1.9 core/src/xdoclet/tagshandler/ConstructorTagsHandler.java v 1.12 Remove unused imports. |
2004-07-10 14:02:51 | Heiko W. Rupp | Remove unused imports. |
2004-07-10 13:56:12 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/JBossTagsHandler.java v 1.11 Remove unused imports. |
2004-07-10 13:55:09 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/jmx/JBossXmlDocSubTask.java v 1.6 Remove unused imports. |
2004-07-10 13:52:24 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/jmx/JBossXMBeanDescriptorSubTask.java v 1.8 modules/jboss/src/xdoclet/modules/jboss/jmx/JBossXmlServiceTemplateSubTask.java v 1.8 Remove unused imports. |
2004-07-10 13:50:10 | Heiko W. Rupp | Remove unused imports. |
2004-07-10 13:48:14 | Heiko W. Rupp |
modules/jsf/src/META-INF/xtags.xml v 1.1 modules/jsf/src/xdoclet/modules/jsf/BeanTagsHandler.java v 1.1 modules/jsf/src/xdoclet/modules/jsf/FacesConfigXmlSubTask.java v 1.1 modules/jsf/src/xdoclet/modules/jsf/NavigationTagsHandler.java v 1.1 modules/jsf/src/xdoclet/modules/jsf/resources/faces_config_xml.xdt v 1.1 modules/jsf/src/xdoclet/modules/jsf/resources/web-facesconfig_1_0.dtd v 1.1 New jsf module. From Markus Plattner in XDT-951. |
2004-07-10 13:46:22 | Heiko W. Rupp | New jsf module. From Markus Plattner in XDT-951. |
2004-07-10 13:31:51 | Heiko W. Rupp | New jsf module. From Markus Plattner in XDT-951. |
2004-07-10 13:29:38 | Heiko W. Rupp |
samples/src/java/test/jsf/JsfConverter.java v 1.1 New jsf module. From Markus Plattner in XDT-951. |
2004-07-10 13:28:03 | Heiko W. Rupp | New jsf module. From Markus Plattner in XDT-951. |
2004-07-09 19:21:19 | Matt Raible |
modules/apache/src/META-INF/xtags.xml v 1.18 modules/apache/src/xdoclet/modules/apache/struts/resources/struts_config_xml.xdt v 1.14 modules/spring/src/META-INF/xtags.xml v 1.3 modules/spring/src/xdoclet/modules/spring/resources/spring_xml.xdt v 1.3 Fixed XDT-952: Using XDoclet to configure when using Struts-Spring plugin |
2004-07-08 16:08:25 | Heiko W. Rupp |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-mapping_2_0.dtd v 1.2 Fix from XDT-953. |
2004-07-07 16:31:00 | Matt Raible | Fixed XDT-949 |
2004-06-27 17:42:29 | topping |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-factory.xdt v 1.8 Turn off Clover instrumentation in factory |
2004-06-21 19:14:10 | Craig Walls | Added Doclipse file creation to the build (XDT-937). |
2004-06-21 18:21:32 | Craig Walls | Added Doclipse file creation to the build (XDT-937). |
2004-06-19 23:40:58 | Andrew Stevens |
modules/apache/src/xdoclet/modules/apache/struts/StrutsValidatorMessages.java v 1.1 modules/apache/src/xdoclet/modules/apache/struts/StrutsValidatorTagsHandler.java v 1.9 Applied patch XDT-432 for indexed properties support (modified for i18n of error message). Added some javadocs. |
2004-06-19 23:38:50 | Andrew Stevens |
modules/apache/src/xdoclet/modules/apache/struts/resources/validation_xml.xdt v 1.9 Applied patch XDT-432 for indexed properties support. |
2004-06-16 05:24:10 | topping |
modules/hibernate/src/xdoclet/modules/hibernate/FactoryClassSubTask.java v 1.6 modules/hibernate/src/xdoclet/modules/hibernate/HibernateTagsHandler.java v 1.28 Changes to get the Hibernate FactoryClass subtask rolling again. |
2004-06-05 10:13:07 | Heiko W. Rupp | Add description of '@hibernate.class where'. From XDT-692. |
2004-06-05 07:51:43 | Heiko W. Rupp |
modules/hibernate/src/META-INF/xtags.xml v 1.31 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate.xdt v 1.27 Provide support for select-before-update attribute. Fixes XDT-777. |
2004-06-05 05:01:21 | Heiko W. Rupp |
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate.xdt v 1.26 Add a merge file for generator parameters. Fixes XDT-926. |
2004-06-01 08:49:56 | Heiko W. Rupp |
modules/hibernate/src/META-INF/xtags.xml v 1.30 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-column.xdt v 1.4 Support forumla attribute for hibernate.column. Fixes XDT-920. |
2004-05-30 06:33:29 | Heiko W. Rupp |
modules/hibernate/src/xdoclet/modules/hibernate/HibernateCfgSubTask.java v 1.6 Removed the freshly introduced statementCacheSize, as it is not in the .xdt. |
2004-05-30 06:30:58 | Heiko W. Rupp |
modules/hibernate/src/xdoclet/modules/hibernate/HibernateCfgSubTask.java v 1.5 modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-cfg.xdt v 1.3 Add more config options. Fixes XDT-912. |
2004-05-21 20:10:26 | Heiko W. Rupp |
modules/ejb/src/META-INF/xtags.xml v 1.45 modules/ejb/src/xdoclet/modules/ejb/dd/resources/asm-descriptor.xdt v 1.10 Implemented a @ejb.security-roles tag. Fixes XDT-606. |
2004-05-21 17:41:50 | Heiko W. Rupp | The description is a separate key-value pair on @ejb.security-identity. |
2004-05-16 05:59:25 | Heiko W. Rupp | Added a CapitalizedFieldName tag. Fixes XDT-608. |
2004-05-15 21:08:44 | Heiko W. Rupp |
modules/borland/src/xdoclet/modules/borland/bes/ejb/resources/ejb-borland_2_0.xdt v 1.5 Change handling of jndi names. Fixes XDT-618 and XDT-306. |
2004-05-15 20:57:54 | Heiko W. Rupp | Provide a ifDoesntHaveFieldTag tag. Fixes XDT-607. |
2004-05-15 20:12:40 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jbosscmp-jdbc_3_2.dtd v 1.4 Import latest version of this DTD. |
2004-05-15 20:07:52 | Heiko W. Rupp |
modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_xml.xdt v 1.28 Add ejb-local-ref tag for session beans. Fixes XDT-901. |
2004-05-15 08:57:29 | Heiko W. Rupp | s/persistent-field/persistence/ Remove bogus &lt; etc. |
2004-05-14 18:38:12 | Heiko W. Rupp | Be a little more explicit in the notion that work is also done on 1.x |
2004-05-09 19:16:47 | Heiko W. Rupp |
modules/bea/src/META-INF/xtags.xml v 1.11 modules/bea/src/xdoclet/modules/bea/wls/ejb/WebLogicSubTask.java v 1.19 modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-cmp-rdbms-jar-xml.xdt v 1.19 modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-ejb-jar-xml.xdt v 1.12 Patch from XDT-681 to enable Wls 8.1 support. |
2004-05-08 13:32:54 | Heiko W. Rupp | Add some timezones. |
2004-05-08 13:15:04 | Heiko W. Rupp |
modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-rdbms20-persistence-810.dtd v 1.1 modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic810-ejb-jar.dtd v 1.1 Add new Bea Wls 8.1 related DTDs. From XDT-681 |
2004-05-08 11:29:32 | Andrew Stevens | Updated with 1.2.1 release info. |
2004-05-08 11:17:49 | Andrew Stevens | Update site location and developer/contributor lists, roll version number. |