You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(94) |
Sep
(205) |
Oct
(139) |
Nov
(144) |
Dec
(252) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(44) |
Feb
(3) |
Mar
|
Apr
(32) |
May
(40) |
Jun
(24) |
Jul
(4) |
Aug
(20) |
Sep
(10) |
Oct
(61) |
Nov
(86) |
Dec
(79) |
2005 |
Jan
(82) |
Feb
(124) |
Mar
(9) |
Apr
(123) |
May
(125) |
Jun
(115) |
Jul
(35) |
Aug
(111) |
Sep
(62) |
Oct
(82) |
Nov
(77) |
Dec
(167) |
2006 |
Jan
(31) |
Feb
(29) |
Mar
(8) |
Apr
(16) |
May
(11) |
Jun
(104) |
Jul
(4) |
Aug
(115) |
Sep
(37) |
Oct
(2) |
Nov
(4) |
Dec
(6) |
2007 |
Jan
(2) |
Feb
(1) |
Mar
|
Apr
(2) |
May
(3) |
Jun
|
Jul
(3) |
Aug
(1) |
Sep
|
Oct
|
Nov
(2) |
Dec
|
2008 |
Jan
|
Feb
(3) |
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(5) |
Sep
(1) |
Oct
(1) |
Nov
(4) |
Dec
(1) |
2009 |
Jan
|
Feb
|
Mar
|
Apr
(9) |
May
(1) |
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
From: Konstantin P. <ko...@us...> - 2006-09-09 13:16:09
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19076/src/main/java/org/xdoclet/plugin/hibernate Modified Files: Array.jelly Bag.jelly BaseCollectionHead.jelly Class.jelly Idbag.jelly Join.jelly JoinedSubclass.jelly List.jelly Map.jelly PrimitiveArray.jelly Set.jelly UnionSubclass.jelly Added Files: Comment.jelly Log Message: fix for XDP-141 problem, tag parameters are changed!!! --- NEW FILE: Comment.jelly --- <j:jelly xmlns:j="jelly:core" xmlns:x="jelly:xml" xmlns:l="jelly:log"> <j:if test="${commentTag != null}"> <comment>${commentTag.value}</comment> </j:if> </j:jelly> Index: Idbag.jelly =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Idbag.jelly,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Idbag.jelly 17 Sep 2005 15:57:41 -0000 1.6 --- Idbag.jelly 9 Sep 2006 13:16:04 -0000 1.7 *************** *** 43,52 **** <j:import uri="/Synchronize.jelly" inherit="true"/> </j:forEach> ! ! <!-- process comment --> ! <j:if test="${idBagTag.comment != null}"> ! <comment>${idBagTag.comment}</comment> ! </j:if> ! <!-- process collection-id --> <j:import uri="/CollectionId.jelly" inherit="true"/> --- 43,51 ---- <j:import uri="/Synchronize.jelly" inherit="true"/> </j:forEach> ! ! <!-- process comment if any --> ! <j:set var="commentTag" value="${property.entity.getTagByName('hibernate.comment')}"/> ! <j:import uri="/Comment.jelly" inherit="true"/> ! <!-- process collection-id --> <j:import uri="/CollectionId.jelly" inherit="true"/> Index: JoinedSubclass.jelly =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/JoinedSubclass.jelly,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** JoinedSubclass.jelly 24 Aug 2005 09:42:35 -0000 1.14 --- JoinedSubclass.jelly 9 Sep 2006 13:16:04 -0000 1.15 *************** *** 52,59 **** </j:forEach> ! <!-- process comment --> ! <j:if test="${joinedSubclassTag.comment != null}"> ! <comment>${joinedSubclassTag.comment}</comment> ! </j:if> <!-- process loader --> --- 52,59 ---- </j:forEach> ! <!-- process comment if any --> ! <j:set var="commentTag" value="${class.getTagByName('hibernate.comment')}"/> ! <j:import uri="/Comment.jelly" inherit="true"/> ! <!-- process loader --> Index: List.jelly =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/List.jelly,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** List.jelly 17 Sep 2005 15:57:41 -0000 1.13 --- List.jelly 9 Sep 2006 13:16:04 -0000 1.14 *************** *** 45,52 **** <j:import uri="/BaseCollectionTail.jelly" inherit="true"/> - <!-- process comment --> - <j:if test="${listTag.comment != null}"> - <comment>${listTag.comment}</comment> - </j:if> </list> </j:if> --- 45,48 ---- Index: UnionSubclass.jelly =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/UnionSubclass.jelly,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** UnionSubclass.jelly 29 Dec 2005 15:41:27 -0000 1.4 --- UnionSubclass.jelly 9 Sep 2006 13:16:04 -0000 1.5 *************** *** 48,55 **** </j:forEach> ! <!-- process comment --> ! <j:if test="${unionSubclassTag.comment != null}"> ! <comment>${unionSubclassTag.comment}</comment> ! </j:if> <!-- process loader --> --- 48,55 ---- </j:forEach> ! <!-- process comment if any --> ! <j:set var="commentTag" value="${class.getTagByName('hibernate.comment')}"/> ! <j:import uri="/Comment.jelly" inherit="true"/> ! <!-- process loader --> Index: Map.jelly =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Map.jelly,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Map.jelly 17 Sep 2005 15:57:41 -0000 1.15 --- Map.jelly 9 Sep 2006 13:16:04 -0000 1.16 *************** *** 43,51 **** <j:import uri="/BaseCollectionTail.jelly" inherit="true"/> - <!-- process comment --> - <j:if test="${mapTag.comment != null}"> - <comment>${mapTag.comment}</comment> - </j:if> - </map> </j:jelly> --- 43,46 ---- Index: Class.jelly =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Class.jelly,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** Class.jelly 14 Jun 2006 19:58:39 -0000 1.25 --- Class.jelly 9 Sep 2006 13:16:04 -0000 1.26 *************** *** 47,54 **** <j:set var="cacheEntiry" value="null"/> ! <!-- process comment element --> ! <j:if test="${classTag.comment != null}"> ! <comment>${classTag.comment}</comment> ! </j:if> <!-- process class ID tags --> --- 47,53 ---- <j:set var="cacheEntiry" value="null"/> ! <!-- process comment if any --> ! <j:set var="commentTag" value="${class.getTagByName('hibernate.comment')}"/> ! <j:import uri="/Comment.jelly" inherit="true"/> <!-- process class ID tags --> Index: PrimitiveArray.jelly =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/PrimitiveArray.jelly,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** PrimitiveArray.jelly 17 Sep 2005 15:57:41 -0000 1.10 --- PrimitiveArray.jelly 9 Sep 2006 13:16:04 -0000 1.11 *************** *** 57,65 **** <j:set var="sqlOperationEntity" value="${property.entity}"/> <j:import uri="/SqlOperations.jelly" inherit="true"/> - - <!-- process comment --> - <j:if test="${primitiveArrayTag.comment != null}"> - <comment>${primitiveArrayTag.comment}</comment> - </j:if> </primitive-array> </j:if> --- 57,60 ---- Index: Bag.jelly =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Bag.jelly,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Bag.jelly 17 Sep 2005 15:57:41 -0000 1.13 --- Bag.jelly 9 Sep 2006 13:16:04 -0000 1.14 *************** *** 27,34 **** <j:import uri="/BaseCollectionHead.jelly" inherit="true"/> <j:import uri="/BaseCollectionTail.jelly" inherit="true"/> ! <!-- process comment --> ! <j:if test="${bagTag.comment != null}"> ! <comment>${bagTag.comment}</comment> ! </j:if> </bag> </j:if> --- 27,31 ---- <j:import uri="/BaseCollectionHead.jelly" inherit="true"/> <j:import uri="/BaseCollectionTail.jelly" inherit="true"/> ! </bag> </j:if> Index: BaseCollectionHead.jelly =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/BaseCollectionHead.jelly,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** BaseCollectionHead.jelly 31 May 2005 11:24:35 -0000 1.2 --- BaseCollectionHead.jelly 9 Sep 2006 13:16:04 -0000 1.3 *************** *** 20,24 **** <j:import uri="/Synchronize.jelly" inherit="true"/> </j:forEach> ! <!-- process key --> <j:set var="keyTag" value="${property.entity.getTagByName('hibernate.key')}"/> --- 20,28 ---- <j:import uri="/Synchronize.jelly" inherit="true"/> </j:forEach> ! ! <!-- process comment if any --> ! <j:set var="commentTag" value="${property.entity.getTagByName('hibernate.comment')}"/> ! <j:import uri="/Comment.jelly" inherit="true"/> ! <!-- process key --> <j:set var="keyTag" value="${property.entity.getTagByName('hibernate.key')}"/> Index: Join.jelly =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Join.jelly,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Join.jelly 24 Aug 2005 09:42:35 -0000 1.3 --- Join.jelly 9 Sep 2006 13:16:04 -0000 1.4 *************** *** 9,12 **** --- 9,17 ---- optional="${joinTag.optional}"> + + <!-- process comment if any --> + <j:set var="commentTag" value="${property.entity.getTagByName('hibernate.comment')}"/> + <j:import uri="/Comment.jelly" inherit="true"/> + <!-- process key --> <j:set var="keyTag" value="${class.getTagByName('hibernate.join-key')}"/> *************** *** 17,24 **** <j:import uri="/Key.jelly" inherit="true"/> - <!-- process comment --> - <j:if test="${joinTag.comment != null}"> - <comment>${joinTag.comment}</comment> - </j:if> <!-- process subselect --> --- 22,25 ---- Index: Array.jelly =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Array.jelly,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Array.jelly 17 Sep 2005 15:57:41 -0000 1.10 --- Array.jelly 9 Sep 2006 13:16:04 -0000 1.11 *************** *** 43,50 **** <j:import uri="/BaseCollectionTail.jelly" inherit="true"/> - <!-- process comment --> - <j:if test="${arrayTag.comment != null}"> - <comment>${arrayTag.comment}</comment> - </j:if> </array> </j:if> --- 43,46 ---- Index: Set.jelly =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Set.jelly,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Set.jelly 17 Sep 2005 15:57:41 -0000 1.13 --- Set.jelly 9 Sep 2006 13:16:04 -0000 1.14 *************** *** 27,34 **** <j:import uri="/BaseCollectionHead.jelly" inherit="true"/> <j:import uri="/BaseCollectionTail.jelly" inherit="true"/> ! <!-- process comment --> ! <j:if test="${setTag.comment != null}"> ! <comment>${setTag.comment}</comment> ! </j:if> </set> </j:jelly> --- 27,31 ---- <j:import uri="/BaseCollectionHead.jelly" inherit="true"/> <j:import uri="/BaseCollectionTail.jelly" inherit="true"/> ! </set> </j:jelly> |
From: Konstantin P. <ko...@us...> - 2006-09-09 13:16:08
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19076/src/test/java/org/xdoclet/plugin/hibernate/pojo Modified Files: SetMapping.hbm.xml SetMapping.java Simple.java Log Message: fix for XDP-141 problem, tag parameters are changed!!! Index: SetMapping.hbm.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/SetMapping.hbm.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** SetMapping.hbm.xml 4 Jan 2006 10:20:00 -0000 1.17 --- SetMapping.hbm.xml 9 Sep 2006 13:16:05 -0000 1.18 *************** *** 22,25 **** --- 22,26 ---- </set> <set name="fieldSet" access="field"> + <comment>blurge bang</comment> <key/> <one-to-many class="org.xdoclet.plugin.hibernate.pojo.Simple"/> Index: SetMapping.java =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/SetMapping.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** SetMapping.java 24 Aug 2005 09:42:36 -0000 1.13 --- SetMapping.java 9 Sep 2006 13:16:05 -0000 1.14 *************** *** 19,24 **** * test one-to-many set using multiple key-column * ! * @hibernate.set * @hibernate.one-to-many class="org.xdoclet.plugin.hibernate.pojo.Simple" */ private Set fieldSet; --- 19,25 ---- * test one-to-many set using multiple key-column * ! * @hibernate.set * @hibernate.one-to-many class="org.xdoclet.plugin.hibernate.pojo.Simple" + * @hibernate.comment blurge bang */ private Set fieldSet; Index: Simple.java =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/Simple.java,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** Simple.java 15 Jan 2006 11:49:17 -0000 1.30 --- Simple.java 9 Sep 2006 13:16:05 -0000 1.31 *************** *** 15,21 **** * dynamic-update="true" dynamic-insert="false" * batch-size="239" select-before-update="true" ! * optimistic-lock="version" lazy="true" comment="This is comment" * @hibernate.meta attribute="attribute" inherit="true" value="blurge" ! * * @hibernate.typedef name="TypeName1" class="EnumUserType" * @hibernate.typedef-param typedef-name="TypeName1" name="enumClassName" value="a.B" --- 15,21 ---- * dynamic-update="true" dynamic-insert="false" * batch-size="239" select-before-update="true" ! * optimistic-lock="version" lazy="true" * @hibernate.meta attribute="attribute" inherit="true" value="blurge" ! * @hibernate.comment This is comment * @hibernate.typedef name="TypeName1" class="EnumUserType" * @hibernate.typedef-param typedef-name="TypeName1" name="enumClassName" value="a.B" |
From: Konstantin P. <ko...@us...> - 2006-09-06 09:31:40
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/taglib In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15999/taglib Modified Files: pom.xml Log Message: XDP-195-197 fixed Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/taglib/pom.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** pom.xml 30 Aug 2006 10:09:39 -0000 1.4 --- pom.xml 6 Sep 2006 09:28:16 -0000 1.5 *************** *** 26,29 **** --- 26,35 ---- </execution> </executions> + <!-- + since maven plusgin does not specify dependencies + on concrete xdoclet-2 plugins, you must specify them + explicitely. as well as dependencies which may be needed by + plugin itself + --> <dependencies> <dependency> *************** *** 43,53 **** --- 49,74 ---- <configuration> <configs> + <!-- + each config defines single xdoclet2 run + for some plugins. more than one run can be specified with + different parameters + --> <config> <components> + <!-- + components are xdoclet2 plugins to be run + and sometimes configuration objects + --> <component> + <!-- classname of the component --> <classname>org.xdoclet.plugin.qtags.impl.QTagImplPlugin</classname> </component> <component> <classname>org.xdoclet.plugin.qtags.impl.QTagLibraryPlugin</classname> + <!-- + components can be configured with parameters + configuration specified here overrides common configuration settings + for config + --> <params> <packagereplace>org.xdoclet.plugin.${xdoclet.plugin.namespace}.qtags</packagereplace> *************** *** 71,74 **** --- 92,102 ---- </components> <includes>**/*.java</includes> + <!-- + common parameters for all used plugins. individual plugins + can override them. + --> + <params> + <destdir>${project.build.directory}/generated-resources/xdoclet</destdir> + </params> </config> </configs> |
From: Konstantin P. <ko...@us...> - 2006-09-06 09:29:48
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15999/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate Modified Files: KeyManyToOne.jelly Log Message: XDP-195-197 fixed Index: KeyManyToOne.jelly =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/KeyManyToOne.jelly,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** KeyManyToOne.jelly 17 Sep 2005 15:57:41 -0000 1.3 --- KeyManyToOne.jelly 6 Sep 2006 09:28:16 -0000 1.4 *************** *** 7,11 **** column="${keyManyToOneTag.column}" length="${keyManyToOneTag.length}" ! class="${keyManyToOneTag.class_}"> <j:forEach var="metaTag" items="${keyProperty.entity.getTagsByName('hibernate.meta')}"> <j:import uri="/Meta.jelly" inherit="true"/> --- 7,12 ---- column="${keyManyToOneTag.column}" length="${keyManyToOneTag.length}" ! class="${keyManyToOneTag.class_}" ! entity-name="${keyManyToOneTag.entityName}"> <j:forEach var="metaTag" items="${keyProperty.entity.getTagsByName('hibernate.meta')}"> <j:import uri="/Meta.jelly" inherit="true"/> |
From: Konstantin P. <ko...@us...> - 2006-09-06 09:28:18
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15999/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags Modified Files: HibernateManyToManyTag.java HibernateOneToManyTag.java Log Message: XDP-195-197 fixed Index: HibernateOneToManyTag.java =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateOneToManyTag.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** HibernateOneToManyTag.java 24 Aug 2005 09:42:36 -0000 1.9 --- HibernateOneToManyTag.java 6 Sep 2006 09:28:16 -0000 1.10 *************** *** 21,27 **** NotFound { /** ! * class of many side. ! * ! * @qtags.required */ String getClass_(); --- 21,25 ---- NotFound { /** ! * class of many side. either this or entity-name is required */ String getClass_(); Index: HibernateManyToManyTag.java =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateManyToManyTag.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** HibernateManyToManyTag.java 24 Aug 2005 09:42:36 -0000 1.8 --- HibernateManyToManyTag.java 6 Sep 2006 09:28:16 -0000 1.9 *************** *** 19,23 **** Fetch, Node, EmbedXml, EntityName, Formula, Unique, NotFound { /** ! * @qtags.required */ String getClass_(); --- 19,23 ---- Fetch, Node, EmbedXml, EntityName, Formula, Unique, NotFound { /** ! * either this or entity-name parameter is required */ String getClass_(); |
From: Konstantin P. <ko...@us...> - 2006-09-06 09:28:18
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15999/plugin-hibernate Modified Files: pom.xml Log Message: XDP-195-197 fixed Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/pom.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pom.xml 30 Aug 2006 10:09:39 -0000 1.3 --- pom.xml 6 Sep 2006 09:28:16 -0000 1.4 *************** *** 11,14 **** --- 11,22 ---- <name>XDoclet 2 hibernate plugin</name> <description>XDoclet 2 plugin generating hibernate 2 & 3 mappings and configuration</description> + <contributors> + <contributor> + <name> + Tomasz Blachowicz + </name> + </contributor> + </contributors> + <build> <plugins> |
From: Konstantin P. <ko...@us...> - 2006-08-30 10:30:31
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-xwork In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5162/plugin-xwork Added Files: pom.xml Log Message: missing poms --- NEW FILE: pom.xml --- <?xml version="1.0" encoding="UTF-8"?> <project> <parent> <artifactId>xdoclet-taglib-plugin</artifactId> <groupId>xdoclet-plugins</groupId> <version>1.0.4-SNAPSHOT</version> <relativePath>../taglib</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>xdoclet-plugin-xwork</artifactId> <name>xdoclet-plugin-xwork</name> <build> <plugins> <plugin> <groupId>xdoclet</groupId> <artifactId>maven2-xdoclet2-plugin</artifactId> </plugin> </plugins> </build> <properties> <xdoclet.plugin.namespace>xwork</xdoclet.plugin.namespace> </properties> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-30 10:29:22
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-xtags In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5162/plugin-xtags Added Files: pom.xml Log Message: missing poms --- NEW FILE: pom.xml --- <?xml version="1.0" encoding="UTF-8"?> <project> <parent> <artifactId>xdoclet-taglib-plugin</artifactId> <groupId>xdoclet-plugins</groupId> <version>1.0.4-SNAPSHOT</version> <relativePath>../taglib</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>xdoclet-plugin-xtags</artifactId> <name>xdoclet-plugin-xtags</name> <build> <plugins> <plugin> <groupId>xdoclet</groupId> <artifactId>maven2-xdoclet2-plugin</artifactId> </plugin> </plugins> </build> <properties> <xdoclet.plugin.namespace>xtags</xdoclet.plugin.namespace> </properties> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-30 10:09:46
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/taglib In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29269/taglib Modified Files: pom.xml Log Message: m2 build works for all plugins Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/taglib/pom.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pom.xml 29 Aug 2006 18:56:29 -0000 1.3 --- pom.xml 30 Aug 2006 10:09:39 -0000 1.4 *************** *** 54,65 **** </params> </component> ! <component> ! <classname>org.xdoclet.plugin.qtags.doclipse.QTagDoclipsePlugin</classname> ! <params> ! <!--<destdir>${project.build.directory}/doclipse</destdir>--> ! <filereplace>qtags.xml</filereplace> ! <namespace>${xdoclet.plugin.namespace}</namespace> ! </params> ! </component> </components> <includes>**/*.java</includes> --- 54,72 ---- </params> </component> ! <component> ! <classname>org.xdoclet.plugin.qtags.doclipse.QTagDoclipsePlugin</classname> ! <params> ! <filereplace>qtags.xml</filereplace> ! <namespace>${xdoclet.plugin.namespace}</namespace> ! </params> ! </component> ! <component> ! <classname>org.xdoclet.plugin.qtags.confluence.QTagConfluencePlugin</classname> ! <params> ! <destdir>${project.build.directory}/tag-doc</destdir> ! <namespace>${xdoclet.plugin.namespace}</namespace> ! <filereplace>${xdoclet.plugin.namespace}.confluence</filereplace> ! </params> ! </component> </components> <includes>**/*.java</includes> |
From: Konstantin P. <ko...@us...> - 2006-08-30 10:09:46
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29269 Modified Files: pom.xml Log Message: m2 build works for all plugins Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/pom.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** pom.xml 29 Aug 2006 18:56:27 -0000 1.10 --- pom.xml 30 Aug 2006 10:09:39 -0000 1.11 *************** *** 137,141 **** <artifactId>maven2-xdoclet2-plugin</artifactId> <version>2.0.5-SNAPSHOT</version> - <configuration></configuration> </plugin> <plugin> --- 137,140 ---- *************** *** 177,180 **** --- 176,181 ---- <module>plugin-weblogic</module> <module>plugin-webwork</module> + <module>plugin-xtags</module> + <module>plugin-xwork</module> </modules> <dependencies> *************** *** 184,219 **** <version>2.0.5</version> </dependency> - <!-- - <dependency> - <groupId>generama</groupId> - <artifactId>qdox</artifactId> - <version>20051211.114207</version> - </dependency> - <dependency> - <groupId>picocontainer</groupId> - <artifactId>picocontainer</artifactId> - <version>1.0</version> - </dependency> - <dependency> - <groupId>nanocontainer</groupId> - <artifactId>nanocontainer-ant</artifactId> - <version>1.0-beta-3</version> - </dependency> - <dependency> - <groupId>nanocontainer</groupId> - <artifactId>nanocontainer</artifactId> - <version>1.0-beta-3</version> - </dependency> - <dependency> - <groupId>generama</groupId> - <artifactId>generama</artifactId> - <version>1.2.2-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>velocity</groupId> - <artifactId>velocity</artifactId> - <version>1.4</version> - </dependency> - --> <dependency> <groupId>xerces</groupId> --- 185,188 ---- *************** *** 276,301 **** <version>1.0-FCS</version> </dependency> - <!-- - <dependency> - <groupId>commons-jexl</groupId> - <artifactId>commons-jexl</artifactId> - <version>1.0</version> - </dependency> - <dependency> - <groupId>ant</groupId> - <artifactId>ant</artifactId> - <version>1.5.3-1</version> - </dependency> - <dependency> - <groupId>xmlunit</groupId> - <artifactId>xmlunit</artifactId> - <version>1.0</version> - </dependency> - <dependency> - <groupId>antlr</groupId> - <artifactId>antlr</artifactId> - <version>2.7.2</version> - </dependency> - --> <dependency> <groupId>junit</groupId> --- 245,248 ---- |
From: Konstantin P. <ko...@us...> - 2006-08-30 10:09:46
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-webwork In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29269/plugin-webwork Modified Files: pom.xml Log Message: m2 build works for all plugins Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-webwork/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pom.xml 29 Aug 2006 18:56:29 -0000 1.1 --- pom.xml 30 Aug 2006 10:09:39 -0000 1.2 *************** *** 19,23 **** </build> <dependencies> ! <dependency> <groupId>opensymphony</groupId> <artifactId>webwork</artifactId> --- 19,23 ---- </build> <dependencies> ! <dependency> <groupId>opensymphony</groupId> <artifactId>webwork</artifactId> |
From: Konstantin P. <ko...@us...> - 2006-08-30 10:09:46
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/taglib-qtags In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29269/taglib-qtags Modified Files: pom.xml Log Message: m2 build works for all plugins Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/taglib-qtags/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pom.xml 24 Aug 2006 05:26:47 -0000 1.2 --- pom.xml 30 Aug 2006 10:09:39 -0000 1.3 *************** *** 44,48 **** <groupId>xdoclet-plugins</groupId> <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.version}</version> </dependency> </dependencies> --- 44,48 ---- <groupId>xdoclet-plugins</groupId> <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>1.0.4-SNAPSHOT</version> </dependency> </dependencies> |
From: Konstantin P. <ko...@us...> - 2006-08-30 10:09:46
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29269/plugin-hibernate Modified Files: pom.xml Log Message: m2 build works for all plugins Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pom.xml 29 Aug 2006 18:56:28 -0000 1.2 --- pom.xml 30 Aug 2006 10:09:39 -0000 1.3 *************** *** 19,34 **** </plugins> </build> - <dependencies> - <dependency> - <groupId>xdoclet-plugins</groupId> - <artifactId>xdoclet-plugin-qtags</artifactId> - <version>1.0.4-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>xdoclet-plugins</groupId> - <artifactId>xdoclet-taglib-qtags</artifactId> - <version>1.0.4-SNAPSHOT</version> - </dependency> - </dependencies> <properties> <xdoclet.plugin.namespace>hibernate</xdoclet.plugin.namespace> --- 19,22 ---- |
From: Konstantin P. <ko...@us...> - 2006-08-29 19:25:37
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/test/java/org/xdoclet/plugin/ejb/entity In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17588/plugin-ejb/src/test/java/org/xdoclet/plugin/ejb/entity Modified Files: AbstractValueObjectPluginTestCase.java AbstractValueObjectPluginXDocletExampleTestCase.java Log Message: bugfix Index: AbstractValueObjectPluginXDocletExampleTestCase.java =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/test/java/org/xdoclet/plugin/ejb/entity/AbstractValueObjectPluginXDocletExampleTestCase.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** AbstractValueObjectPluginXDocletExampleTestCase.java 29 Aug 2006 18:56:27 -0000 1.6 --- AbstractValueObjectPluginXDocletExampleTestCase.java 29 Aug 2006 19:25:28 -0000 1.7 *************** *** 67,71 **** //System.out.println(".shouldGenerate() getExpectedClass()=" + getExpectedClass()); //System.out.println(".shouldGenerate() super.getDestinationClassname(javaClass)=" + ! super.getDestinationClassname(javaClass)); if (getExpectedClass().equals(super.getDestinationClassname(javaClass))) { --- 67,71 ---- //System.out.println(".shouldGenerate() getExpectedClass()=" + getExpectedClass()); //System.out.println(".shouldGenerate() super.getDestinationClassname(javaClass)=" + ! // super.getDestinationClassname(javaClass)); if (getExpectedClass().equals(super.getDestinationClassname(javaClass))) { Index: AbstractValueObjectPluginTestCase.java =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/test/java/org/xdoclet/plugin/ejb/entity/AbstractValueObjectPluginTestCase.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** AbstractValueObjectPluginTestCase.java 29 Aug 2006 18:56:27 -0000 1.6 --- AbstractValueObjectPluginTestCase.java 29 Aug 2006 19:25:28 -0000 1.7 *************** *** 62,66 **** //System.out.println(".shouldGenerate() getExpectedClass()=" + getExpectedClass()); //System.out.println(".shouldGenerate() super.getDestinationClassname(javaClass)=" + ! super.getDestinationClassname(javaClass)); if (getExpectedClass().equals(super.getDestinationClassname(javaClass))) { --- 62,66 ---- //System.out.println(".shouldGenerate() getExpectedClass()=" + getExpectedClass()); //System.out.println(".shouldGenerate() super.getDestinationClassname(javaClass)=" + ! // super.getDestinationClassname(javaClass)); if (getExpectedClass().equals(super.getDestinationClassname(javaClass))) { |
From: Konstantin P. <ko...@us...> - 2006-08-29 18:56:54
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-webwork In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4362/plugin-webwork Added Files: pom.xml Log Message: syncronisation. evrythiing builds up to webwork --- NEW FILE: pom.xml --- <?xml version="1.0" encoding="UTF-8"?> <project> <parent> <artifactId>xdoclet-taglib-plugin</artifactId> <groupId>xdoclet-plugins</groupId> <version>1.0.4-SNAPSHOT</version> <relativePath>../taglib</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>xdoclet-plugin-webwork</artifactId> <name>xdoclet-plugin-webwork</name> <build> <plugins> <plugin> <groupId>xdoclet</groupId> <artifactId>maven2-xdoclet2-plugin</artifactId> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>opensymphony</groupId> <artifactId>webwork</artifactId> <version>1.4</version> <scope>test</scope> </dependency> </dependencies> <properties> <xdoclet.plugin.namespace>webwork</xdoclet.plugin.namespace> </properties> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-29 18:56:39
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4362 Modified Files: pom.xml Log Message: syncronisation. evrythiing builds up to webwork Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/pom.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** pom.xml 24 Aug 2006 18:21:55 -0000 1.9 --- pom.xml 29 Aug 2006 18:56:27 -0000 1.10 *************** *** 176,179 **** --- 176,180 ---- <module>plugin-web</module> <module>plugin-weblogic</module> + <module>plugin-webwork</module> </modules> <dependencies> |
From: Konstantin P. <ko...@us...> - 2006-08-29 18:56:34
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic/src/test/java/org/xdoclet/plugin/weblogic/ejb In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4362/plugin-weblogic/src/test/java/org/xdoclet/plugin/weblogic/ejb Modified Files: AbstractWeblogicEjbXmlPluginTestCase.java Log Message: syncronisation. evrythiing builds up to webwork Index: AbstractWeblogicEjbXmlPluginTestCase.java =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic/src/test/java/org/xdoclet/plugin/weblogic/ejb/AbstractWeblogicEjbXmlPluginTestCase.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AbstractWeblogicEjbXmlPluginTestCase.java 12 Jun 2006 06:54:51 -0000 1.1 --- AbstractWeblogicEjbXmlPluginTestCase.java 29 Aug 2006 18:56:28 -0000 1.2 *************** *** 22,28 **** */ protected MetadataProvider createMetadataProvider() throws IOException { ! String basedir = System.getProperty("xdoclet.weblogic.home"); ! assertNotNull(basedir); ! URL reader = new File(basedir + "/../testapp-ejb/src/main/java").toURL(); return new QDoxMetadataProvider(new File(reader.getPath())); } --- 22,26 ---- */ protected MetadataProvider createMetadataProvider() throws IOException { ! URL reader = getClass().getResource("/org/xdoclet/testapp/ejb/beans"); return new QDoxMetadataProvider(new File(reader.getPath())); } |
From: Konstantin P. <ko...@us...> - 2006-08-29 18:56:33
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/taglib In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4362/taglib Modified Files: pom.xml Log Message: syncronisation. evrythiing builds up to webwork Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/taglib/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pom.xml 24 Aug 2006 05:26:47 -0000 1.2 --- pom.xml 29 Aug 2006 18:56:29 -0000 1.3 *************** *** 30,39 **** <groupId>xdoclet-plugins</groupId> <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.version}</version> </dependency> <dependency> <groupId>xdoclet-plugins</groupId> <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.version}</version> </dependency> </dependencies> --- 30,39 ---- <groupId>xdoclet-plugins</groupId> <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>1.0.4-SNAPSHOT</version> </dependency> <dependency> <groupId>xdoclet-plugins</groupId> <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>1.0.4-SNAPSHOT</version> </dependency> </dependencies> |
From: Konstantin P. <ko...@us...> - 2006-08-29 18:56:31
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic/src/test/java/org/xdoclet/testapp/ejb/beans In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4362/plugin-weblogic/src/test/java/org/xdoclet/testapp/ejb/beans Added Files: AccountBean.java BaseClientBean.java ClientBean.java CompanyClientBean.java TransferBean.java TransferReceiverBean.java Log Message: syncronisation. evrythiing builds up to webwork --- NEW FILE: BaseClientBean.java --- /* * Copyright (c) 2005 * XDoclet Team * All rights reserved. */ package org.xdoclet.testapp.ejb.beans; import java.util.Collection; import org.xdoclet.testapp.ejb.interfaces.NoNumberException; /** * This is part of the common test application for all ejb-related * XDoclet plugin. Vendor-specific tags should be added herein. * * @ejb.bean name="xxx" generate="false" jndi-name="jndi.ClientRemote" local-jndi-name="jndi.ClientLocal" * @ejb.pk-xxx implements="org.xdoclet.testapp.ejb.interfaces.Dummy" * * @weblogic.cache * max-beans-in-cache = "1" * max-queries-in-cache = "2" * idle-timeout-seconds = "3" * read-timeout-seconds = "4" * concurrency-strategy="A" * cache-between-transactions = "true" * * @author Diogo Quintela * @author Ive Hellemans * @version $Revision: 1.1 $ */ public abstract class BaseClientBean { /** * @ejb.interface-method view-type="local" * @ejb.relation name="all-accounts" role-name="admin" target-ejb="Account" * * @weblogic.column-map * foreign-key-column="FK_COL" * key-column="PK_COL" * * @return Collection of {@link AccountLocal} */ public abstract Collection getAllAccounts(); /** * @ejb.interface-method view-type="both" * @ejb.persistence-field column-name="IDENTITY_NUMBER" * @ejb.pk-field * @return the account number */ public abstract String getIdentityNumber() throws NoNumberException; } --- NEW FILE: TransferReceiverBean.java --- /* * Copyright (c) 2005 * XDoclet Team * All rights reserved. */ package org.xdoclet.testapp.ejb.beans; import javax.ejb.EJBException; import javax.ejb.MessageDrivenBean; import javax.ejb.MessageDrivenContext; /** * This is part of the common test application for all ejb-related * XDoclet plugin. Vendor-specific tags should be added herein. * * @author Diogo Quintela * @author Ive Hellemans * * @ejb.bean name="TransferReceiverBean" type="Stateless" transaction-type="Container" message-selector="abc" * acknowledge-mode="Auto-acknowledge" destination-type="javax.jms.Queue" * destination-jndi-name="dest/jndi/queue" connection-factory-jndi-name="jndi/conn/factory" * subscription-durability="NonDurable" jndi-name="jndi.TransferReceiver" * * @ejb.activation-config-property name="dumbName1" value="dumbValue1" * @ejb.activation-config-property name="dumbName2" value="dumbValue2" * * @ejb.env-entry name="entryName1" value="entryValue1" * @ejb.env-entry name="entryName2" type="java.lang.Integer" description="entryDesc" * * @ejb.destination-ref name="refName1" type="refType1" description="refDesc" link="refLink" * @ejb.destination-ref name="refName2" type="refType2" usage="Consumes" * * @ejb.security-role-ref role-name="roleName1" role-link="roleLink1" * @ejb.security-role-ref role-name="roleName2" role-link="roleLink2" * * @ejb.security-identity description="secDescription1" use-caller-identity="false" run-as="secRunAs1" * @xxxejb.security-identity description="secDescription2" use-caller-identity="true" run-as="secRunAs2" * * @ejb.ejb-ref ejb-name="Account" view-type="remote" * @ejb.ejb-ref ejb-name="Account" * * @ejb.ejb-external-ref ref-name="ejb/OtherBean" business="org.xdoclet.testapp.ejb.interfaces.OtherRemote" * home="org.xdoclet.testapp.ejb.interfaces.OtherRemoteHome" type="Entity" * * @ejb.ejb-service-ref name="ServiceRefName" description="ServiceRefDesc" interface="ServiceRefClass" * jaxrpc-mapping-file="jaxrp-file" qname="ServiceRefQName" * wsdl-file-uri="ServiceRefFileURI" * * @ejb.resource-ref res-ref-name="ResRefName1" res-type="ResRefType1" res-auth="Container" * description="ResRefDescription1" * @ejb.resource-ref res-ref-name="ResRefName2" res-type="ResRefType2" res-auth="Container" * description="ResRefDescription2" res-sharing-scope="Unshareable" * @ejb.resource-env-ref name="ResEnvRefName1" type="ResEnvRefType1" description="ResEnvRefDescription1" */ public class TransferReceiverBean implements MessageDrivenBean { /** * @ejb.ejb-external-ref business="org.xdoclet.testapp.ejb.interfaces.OtherRemote" * home="org.xdoclet.testapp.ejb.interfaces.OtherRemoteHome" * type="Entity" * @ejb.ejb-service-ref description="ServiceRefDesc" interface="ServiceRefClass" * jaxrpc-mapping-file="jaxrp-file" qname="ServiceRefQName" * @ejb.resource-ref res-type="ResRefType2" res-auth="Application" description="ResRefDescription2" * @ejb.resource-env-ref */ protected String refField; public void ejbRemove() throws EJBException { // empty } public void setMessageDrivenContext(MessageDrivenContext arg0) throws EJBException { // empty } } --- NEW FILE: ClientBean.java --- /* * Copyright (c) 2005 * XDoclet Team * All rights reserved. */ package org.xdoclet.testapp.ejb.beans; import java.util.Collection; import javax.ejb.EntityBean; /** * This is part of the common test application for all ejb-related * XDoclet plugin. Vendor-specific tags should be added herein. * * @ejb.pk pattern="{0}PrimaryKey" * @ejb.home local-pattern="{0}LocalHomeIFace" remote-pattern="{0}RemoteHomeIFace" * @ejb.interface local-pattern="{0}LocalIFace" pattern="{0}IFace" * @ejb.transaction type="Supports" * @ejb.persistence table-name="CLIENT_T" * * @author Diogo Quintela * @author Ive Hellemans * @version $Revision: 1.1 $ */ public abstract class ClientBean extends BaseClientBean implements EntityBean { /** * @ejb.interface-method view-type="local" * @ejb.relation name="user-accounts" role-name="user" * * @weblogic.column-map foreign-key-column="USER_FK" key-column="IDENTITY_NUMBER" * * @return Collection of {@link AccountLocal} */ public abstract Collection getAccounts(); } --- NEW FILE: TransferBean.java --- /* * Copyright (c) 2005 * XDoclet Team * All rights reserved. */ package org.xdoclet.testapp.ejb.beans; import java.rmi.RemoteException; import javax.ejb.EJBException; import javax.ejb.FinderException; import javax.ejb.SessionBean; import javax.ejb.SessionContext; import javax.naming.NamingException; /** * This is part of the common test application for all ejb-related * XDoclet plugin. Vendor-specific tags should be added herein. * * @ejb.bean name="Transfer" view-type="all" jndi-name="jndi.TransferRemote" local-jndi-name="jndi.TransferLocal" * @ejb.interface generate="local,remote,service-endpoint" * * @weblogic.enable-call-by-reference True * @weblogic.pool max-beans-in-free-pool = 10 initial-beans-in-free-pool = 10 * @weblogic.clustering * home-is-clusterable = True * home-load-algorithm = x * home-call-router-class-name = y * use-serverside-stubs = false * stateless-bean-is-clusterable = true * stateless-bean-load-algorithm = a * stateless-bean-call-router-class-name = b * @weblogic.resource-description * res-ref-name = "jdbc/datasource" * jndi-name = "testapp-ejb.datasource" * * @author Diogo Quintela * @author Ive Hellemans */ public class TransferBean implements SessionBean { /** * @ejb.interface-method */ public void transferAmount(String srcAcc, String dstAcc, double amount) throws NamingException, FinderException { /* InitialContext initialContext = new InitialContext(); Object objRef = initialContext.lookup(AccountLocalHome.COMP_NAME); AccountLocalHome accLocalHome = (AccountLocalHome) PortableRemoteObject.narrow(objRef, AccountLocalHome.class); AccountLocal srcAccount = accLocalHome.findByPrimaryKey(srcAcc); AccountLocal dstAccount = accLocalHome.findByPrimaryKey(dstAcc); srcAccount.debit(amount); dstAccount.credit(amount); */ } /** * @ejb.home-method view-type="remote" */ public void ejbHomeFoo() { // dummy } /** * @ejb.home-method view-type="local" */ public void ejbHomeOtherFoo() { // dummy } public void ejbActivate() throws EJBException, RemoteException { // nothing } public void ejbPassivate() throws EJBException, RemoteException { // nothing } public void ejbRemove() throws EJBException, RemoteException { // nothing } public void setSessionContext(SessionContext arg0) throws EJBException, RemoteException { // nothing } } --- NEW FILE: CompanyClientBean.java --- /* * Copyright (c) 2005 * XDoclet Team * All rights reserved. */ package org.xdoclet.testapp.ejb.beans; import javax.ejb.EntityBean; import org.xdoclet.testapp.ejb.interfaces.AccountLocal; import org.xdoclet.testapp.ejb.interfaces.NoNumberException; /** * This is part of the common test application for all ejb-related * XDoclet plugin. Vendor-specific tags should be added herein. * * @ejb.bean name="CompanyClient" generate="true" use-soft-locking="true" jndi-name="jndi.CompanyClientRemote" local-jndi-name="jndi.CompanyClientLocal" * @ejb.value-object name="Normal" * @ejb.value-object name="Medium" match="medium" * @ejb.value-object name="MediumStrict" match="mediumStrict" ordering="strict" * @ejb.value-object name="MediumFullClone" match="mediumFullClone" full-clone="true" synchronization="full" * @ejb.value-object name="Light" match="light" synchronization="none" * * @weblogic.lock-order 1 * @weblogic.instance-lock-order AccessOrder * @weblogic.use-select-for-update true * * @author Diogo Quintela * @author Ive Hellemans * @version $Revision: 1.1 $ */ public abstract class CompanyClientBean extends BaseClientBean implements EntityBean { /** * @ejb.interface-method view-type="both" * @ejb.persistence-field * @ejb.pk-field * @ejb.value-object-field match="medium" * @ejb.value-object-field match="mediumStrict" * @ejb.value-object-field match="mediumFullClone" * * @return the account number */ public abstract String getCompanyNumber() throws NoNumberException; /** * @ejb.interface-method view-type="both" * @ejb.relation name="company-main-account" target-ejb="Account" role-name="anyrole1" target-role-name="anyrole2" * @ejb.value-object-field match="medium" aggregate="org.xdoclet.testapp.ejb.util.AccountValueObject" aggregate-name="myAggrName" * @ejb.value-object-field match="mediumStrict" aggregate="org.xdoclet.testapp.ejb.util.AccountValueObject" aggregate-name="myAggrName" * @ejb.value-object-field match="mediumFullClone" aggregate="org.xdoclet.testapp.ejb.util.AccountValueObject" aggregate-name="myAggrName" * * @weblogic.relation group-name="groupA" * @weblogic.column-map foreign-key-column="NUMBER_FK" key-column="NUMBER" * * @return Collection of {@link AccountLocal} */ public abstract AccountLocal getPrimaryAccount(); /** * @ejb.interface-method view-type="both" * @ejb.persistence-field * @ejb.value-object-field match="medium" * @ejb.value-object-field match="mediumStrict" * @ejb.value-object-field match="mediumFullClone" * @ejb.value-object-field match="light" */ public abstract String getCompanyName(); /** * @ejb.interface-method view-type="both" * @ejb.persistence-field */ public abstract String getCompanyFiscalNumber(); /** * @ejb.interface-method view-type="both" * @ejb.persistence-field * @ejb.value-object-field match="*" */ public abstract String getCompanyOwnerName(); } --- NEW FILE: AccountBean.java --- package org.xdoclet.testapp.ejb.beans; import org.xdoclet.testapp.ejb.interfaces.NoNumberException; import javax.ejb.EntityBean; import java.util.Collection; /** * This is part of the common test application for all ejb-related * XDoclet plugin. Vendor-specific tags should be added herein. * * @author Aslak Hellesøy * @author Diogo Quintela * @author Ive Hellemans * @version $Revision: 1.1 $ * * @ejb.bean generate="true" name="Account" type="CMP" use-soft-locking="true" primkey-field="number" * jndi-name="jndi.AccountRemote" local-jndi-name="jndi.AccountLocal" * * @ejb.pk-removed class="com.abc.AccountPK" pattern="Test{0}TestPK" package="com.my.test.package" * @ejb.pk role-names="admin" * * @ejb.finder view-type="local" description="finderDesc1" signature="java.util.Collection findAll()" * unchecked="true" role-names="myRole1" query="my EJBQL 1" result-type-mapping="Local" * transaction-type="Supports" method-intf="LocalHome" max-elements="100" * @ejb.finder view-type="remote" signature="java.util.Collection findAll(int[])" unchecked="false" * role-names="myRole2" query="my EJBQL 2" result-type-mapping="Remote" transaction-type="Required" * method-intf="Home" * @ejb.finder view-type="both" description="finderDesc3" * signature="java.util.Collection findOther(java.lang.String param1,java.lang.Integer param2)" * query="SELECT OBJECT(o) FROM Account o WHERE o.param1 = ?1 and o.param2 = ?2 and o.id <> 5" * unchecked="true" role-names="myRole3" * @ejb.finder view-type="both" description="findWithHighestBalance" signature="Object findWithHighestBalance()" * unchecked="true" role-names="admin" * @ejb.permission role-names="normal-role" view-type="both" * @ejb.transaction type="Supports" method-intf="Remote" * * @ejb.interface extends="org.xdoclet.testapp.ejb.interfaces.Dummy" * * @ejb.persistence table-name="ACCOUNT_T" * * @ejb.value-object name="Account" * * @weblogic.cache-ref * cache-name = "A" * idle-timeout-seconds = "1" * read-timeout-seconds = "2" * concurrency-strategy="B" * cache-between-transactions = "true" * estimated-bean-size = 3 * @weblogic.clustering * home-is-clusterable = true * home-load-algorithm = x * home-call-router-class-name = y * use-serverside-stubs = false * @weblogic.automatic-key-generation * generator-type="ORACLE" * generator-name="MY_SEQ" * key-cache-size="1" * @weblogic.enable-dynamic-queries * @weblogic.data-source-name testapp-ejb.datasource * @weblogic.delay-database-insert-until ejbPostCreate */ public abstract class AccountBean implements EntityBean { /** * @ejb.interface-method view-type="both" * @ejb.transaction-method type="Required" * @ejb.relation name="user-accounts" role-name="admin" * @ejb.permission role-names="admin" view-type="both" * * @weblogic.relation join-table-name = "USER_ACCOUNTS" * @weblogic.column-map foreign-key-column="ACCOUNT_FK" key-column="NUMBER" * * @return Collection of {@link ClientLocal} */ public abstract Collection getOwners(); /** * @ejb.interface-method view-type="both" * @ejb.persistence-field column-name="NUMBER_COL" * @ejb.permission role-names="user-role" method-intf="Remote" * * @return the account number */ public abstract String getNumber() throws NoNumberException; /** * Gets the type * * @ejb.interface-method view-type="both" * @ejb.persistence-field column-name="TYPE_COL" * * @return the account type */ public abstract String getType(); /** * Dummy select * * @ejb.select result-type-mapping="Local" query="SELECT OBJECT(o) FROM Statement o WHERE o.value > 1000" */ public abstract Object ejbSelectLargeStatements(); /** * A dummy finder */ public abstract Object ejbFindAccountWithBiggestStatement(); /** * @ejb.create-method * @ejb.permission role-names="operator,admin" */ public abstract Object ejbCreate(String pk); } |
From: Konstantin P. <ko...@us...> - 2006-08-29 18:56:31
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic/src/test/java/org/xdoclet/testapp/ejb/interfaces In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4362/plugin-weblogic/src/test/java/org/xdoclet/testapp/ejb/interfaces Added Files: AccountLocal.java AccountLocalHome.java AccountRemote.java AccountRemoteHome.java Dummy.java NoNumberException.java TransferEndPoint.java TransferLocal.java TransferLocalHome.java TransferRemote.java TransferRemoteHome.java Log Message: syncronisation. evrythiing builds up to webwork --- NEW FILE: Dummy.java --- /* * Copyright (c) 2005 * XDoclet Team * All rights reserved. */ package org.xdoclet.testapp.ejb.interfaces; /** * @author Diogo Quintela * @version $Revision: 1.1 $ */ public interface Dummy { // empty } --- NEW FILE: TransferRemote.java --- /* * Copyright (c) 2005 * XDoclet Team * All rights reserved. */ package org.xdoclet.testapp.ejb.interfaces; /** * This class would normally be generated by XDoclet, but we keep it in the codebase only to ensure that * the testapp can compile without XDoclet. * This source is also used by the xdoclet-ejb plugin to compare the generated output. * * @author Diogo Quintela * @version $Revision: 1.1 $ */ public interface TransferRemote extends javax.ejb.EJBObject { void transferAmount(java.lang.String srcAcc, java.lang.String dstAcc, double amount) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException; } --- NEW FILE: TransferLocal.java --- /* * Copyright (c) 2005 * XDoclet Team * All rights reserved. */ package org.xdoclet.testapp.ejb.interfaces; /** * This class would normally be generated by XDoclet, but we keep it in the codebase only to ensure that the * testapp can compile without XDoclet. * This source is also used by the xdoclet-ejb plugin to compare the generated output. * * @author Diogo Quintela */ public interface TransferLocal extends javax.ejb.EJBLocalObject { void transferAmount(java.lang.String srcAcc, java.lang.String dstAcc, double amount) throws javax.naming.NamingException, javax.ejb.FinderException; } --- NEW FILE: AccountLocalHome.java --- /* * Copyright (c) 2005 * XDoclet Team * All rights reserved. */ package org.xdoclet.testapp.ejb.interfaces; /** * This class would normally be generated by XDoclet, but we keep it in the codebase only to ensure that the * testapp can compile without XDoclet. * This source is also used by the xdoclet-ejb plugin to compare the generated output. * * @author Diogo Quintela * @version $Revision: 1.1 $ */ public interface AccountLocalHome extends javax.ejb.EJBLocalHome { public static final String COMP_NAME="java:comp/env/ejb/AccountLocal"; public static final String JNDI_NAME="jndi.AccountLocal"; org.xdoclet.testapp.ejb.interfaces.AccountLocal create(java.lang.String pk) throws javax.ejb.CreateException; org.xdoclet.testapp.ejb.interfaces.AccountLocal findAccountWithBiggestStatement() throws javax.ejb.FinderException; java.util.Collection findOther(java.lang.String param1, java.lang.Integer param2) throws javax.ejb.FinderException; org.xdoclet.testapp.ejb.interfaces.AccountLocal findWithHighestBalance() throws javax.ejb.FinderException; org.xdoclet.testapp.ejb.interfaces.AccountLocal findByPrimaryKey(java.lang.String pk) throws javax.ejb.FinderException; } --- NEW FILE: AccountRemoteHome.java --- /* * Copyright (c) 2005 * XDoclet Team * All rights reserved. */ package org.xdoclet.testapp.ejb.interfaces; /** * This class would normally be generated by XDoclet, but we keep it in the codebase only to ensure that * the testapp can compile without XDoclet. * This source is also used by the xdoclet-ejb plugin to compare the generated output. * * @author Diogo Quintela * @version $Revision: 1.1 $ */ public interface AccountRemoteHome extends javax.ejb.EJBHome { public static final String COMP_NAME="java:comp/env/ejb/AccountRemote"; public static final String JNDI_NAME="jndi.AccountRemote"; org.xdoclet.testapp.ejb.interfaces.AccountRemote create(java.lang.String pk) throws javax.ejb.CreateException, java.rmi.RemoteException; org.xdoclet.testapp.ejb.interfaces.AccountRemote findAccountWithBiggestStatement() throws javax.ejb.FinderException, java.rmi.RemoteException; java.util.Collection findAll(int[] _arg0) throws javax.ejb.FinderException, java.rmi.RemoteException; java.util.Collection findOther(java.lang.String param1, java.lang.Integer param2) throws javax.ejb.FinderException, java.rmi.RemoteException; org.xdoclet.testapp.ejb.interfaces.AccountRemote findWithHighestBalance() throws javax.ejb.FinderException, java.rmi.RemoteException; org.xdoclet.testapp.ejb.interfaces.AccountRemote findByPrimaryKey(java.lang.String pk) throws javax.ejb.FinderException, java.rmi.RemoteException; } --- NEW FILE: TransferEndPoint.java --- /* * Copyright (c) 2005 * XDoclet Team * All rights reserved. */ package org.xdoclet.testapp.ejb.interfaces; /** * This class would normally be generated by XDoclet, but we keep it in the codebase only to ensure that the * testapp can compile without XDoclet. * This source is also used by the xdoclet-ejb plugin to compare the generated output. * * @author Diogo Quintela * @version $Revision: 1.1 $ */ public interface TransferEndPoint extends java.rmi.Remote { void transferAmount(java.lang.String srcAcc, java.lang.String dstAcc, double amount) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException; } --- NEW FILE: AccountLocal.java --- /* * Copyright (c) 2005 * XDoclet Team * All rights reserved. */ package org.xdoclet.testapp.ejb.interfaces; /** * This class would normally be generated by XDoclet, but we keep it in the codebase only to ensure that the * testapp can compile without XDoclet. * This source is also used by the xdoclet-ejb plugin to compare the generated output. * * @author Aslak Hellesøy * @version $Revision: 1.1 $ */ public interface AccountLocal extends javax.ejb.EJBLocalObject { java.util.Collection getOwners(); java.lang.String getNumber() throws org.xdoclet.testapp.ejb.interfaces.NoNumberException; java.lang.String getType(); } --- NEW FILE: NoNumberException.java --- /* * Copyright (c) 2005 * XDoclet Team * All rights reserved. */ package org.xdoclet.testapp.ejb.interfaces; /** * @author Aslak Hellesøy * @version $Revision: 1.1 $ */ public class NoNumberException extends Exception { // empty } --- NEW FILE: AccountRemote.java --- /* * Copyright (c) 2005 * XDoclet Team * All rights reserved. */ package org.xdoclet.testapp.ejb.interfaces; /** * This class would normally be generated by XDoclet, but we keep it in the codebase only to ensure that * the testapp can compile without XDoclet. * This source is also used by the xdoclet-ejb plugin to compare the generated output. * * @author Aslak Hellesøy * @author Diogo Quintela * @version $Revision: 1.1 $ */ public interface AccountRemote extends org.xdoclet.testapp.ejb.interfaces.Dummy, javax.ejb.EJBObject { java.util.Collection getOwners() throws java.rmi.RemoteException; java.lang.String getNumber() throws org.xdoclet.testapp.ejb.interfaces.NoNumberException, java.rmi.RemoteException; java.lang.String getType() throws java.rmi.RemoteException; } --- NEW FILE: TransferRemoteHome.java --- /* * Copyright (c) 2005 * XDoclet Team * All rights reserved. */ package org.xdoclet.testapp.ejb.interfaces; /** * This class would normally be generated by XDoclet, but we keep it in the codebase only to ensure that * the testapp can compile without XDoclet. * This source is also used by the xdoclet-ejb plugin to compare the generated output. * * @author Diogo Quintela * @version $Revision: 1.1 $ */ public interface TransferRemoteHome extends javax.ejb.EJBHome { public static final String COMP_NAME="java:comp/env/ejb/TransferRemote"; public static final String JNDI_NAME="jndi.TransferRemote"; org.xdoclet.testapp.ejb.interfaces.TransferRemote create() throws javax.ejb.CreateException, java.rmi.RemoteException; void foo() throws java.rmi.RemoteException; } --- NEW FILE: TransferLocalHome.java --- /* * Copyright (c) 2005 * XDoclet Team * All rights reserved. */ package org.xdoclet.testapp.ejb.interfaces; /** * This class would normally be generated by XDoclet, but we keep it in the codebase only to ensure that * the testapp can compile without XDoclet. * This source is also used by the xdoclet-ejb plugin to compare the generated output. * * @author Diogo Quintela * @version $Revision: 1.1 $ */ public interface TransferLocalHome extends javax.ejb.EJBLocalHome { public static final String COMP_NAME = "java:comp/env/ejb/TransferLocal"; public static final String JNDI_NAME = "jndi.TransferLocal"; org.xdoclet.testapp.ejb.interfaces.TransferLocal create() throws javax.ejb.CreateException; void otherFoo(); } |
From: Konstantin P. <ko...@us...> - 2006-08-29 18:56:31
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4362/plugin-hibernate Modified Files: pom.xml Log Message: syncronisation. evrythiing builds up to webwork Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pom.xml 11 Aug 2006 17:15:10 -0000 1.1 --- pom.xml 29 Aug 2006 18:56:28 -0000 1.2 *************** *** 19,22 **** --- 19,34 ---- </plugins> </build> + <dependencies> + <dependency> + <groupId>xdoclet-plugins</groupId> + <artifactId>xdoclet-plugin-qtags</artifactId> + <version>1.0.4-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>xdoclet-plugins</groupId> + <artifactId>xdoclet-taglib-qtags</artifactId> + <version>1.0.4-SNAPSHOT</version> + </dependency> + </dependencies> <properties> <xdoclet.plugin.namespace>hibernate</xdoclet.plugin.namespace> |
From: Konstantin P. <ko...@us...> - 2006-08-29 18:56:30
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/test/java/org/xdoclet/plugin/ejb/entity In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4362/plugin-ejb/src/test/java/org/xdoclet/plugin/ejb/entity Modified Files: AbstractValueObjectPluginTestCase.java AbstractValueObjectPluginXDocletExampleTestCase.java Log Message: syncronisation. evrythiing builds up to webwork Index: AbstractValueObjectPluginXDocletExampleTestCase.java =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/test/java/org/xdoclet/plugin/ejb/entity/AbstractValueObjectPluginXDocletExampleTestCase.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** AbstractValueObjectPluginXDocletExampleTestCase.java 23 Jun 2006 14:04:54 -0000 1.5 --- AbstractValueObjectPluginXDocletExampleTestCase.java 29 Aug 2006 18:56:27 -0000 1.6 *************** *** 64,70 **** if (shouldGenerate) { ! System.out.println(".shouldGenerate() shouldGenerate=" + shouldGenerate); ! System.out.println(".shouldGenerate() getExpectedClass()=" + getExpectedClass()); ! System.out.println(".shouldGenerate() super.getDestinationClassname(javaClass)=" + super.getDestinationClassname(javaClass)); --- 64,70 ---- if (shouldGenerate) { ! //System.out.println(".shouldGenerate() shouldGenerate=" + shouldGenerate); ! //System.out.println(".shouldGenerate() getExpectedClass()=" + getExpectedClass()); ! //System.out.println(".shouldGenerate() super.getDestinationClassname(javaClass)=" + super.getDestinationClassname(javaClass)); Index: AbstractValueObjectPluginTestCase.java =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/test/java/org/xdoclet/plugin/ejb/entity/AbstractValueObjectPluginTestCase.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** AbstractValueObjectPluginTestCase.java 23 Jun 2006 14:04:54 -0000 1.5 --- AbstractValueObjectPluginTestCase.java 29 Aug 2006 18:56:27 -0000 1.6 *************** *** 59,65 **** if (shouldGenerate) { ! System.out.println(".shouldGenerate() shouldGenerate=" + shouldGenerate); ! System.out.println(".shouldGenerate() getExpectedClass()=" + getExpectedClass()); ! System.out.println(".shouldGenerate() super.getDestinationClassname(javaClass)=" + super.getDestinationClassname(javaClass)); --- 59,65 ---- if (shouldGenerate) { ! //System.out.println(".shouldGenerate() shouldGenerate=" + shouldGenerate); ! //System.out.println(".shouldGenerate() getExpectedClass()=" + getExpectedClass()); ! //System.out.println(".shouldGenerate() super.getDestinationClassname(javaClass)=" + super.getDestinationClassname(javaClass)); |
From: Konstantin P. <ko...@us...> - 2006-08-29 18:51:36
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic/src/test/java/org/xdoclet/testapp/ejb/beans In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3118/src/test/java/org/xdoclet/testapp/ejb/beans Log Message: Directory /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic/src/test/java/org/xdoclet/testapp/ejb/beans added to the repository |
From: Konstantin P. <ko...@us...> - 2006-08-29 18:51:35
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic/src/test/java/org/xdoclet/testapp/ejb/interfaces In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3118/src/test/java/org/xdoclet/testapp/ejb/interfaces Log Message: Directory /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic/src/test/java/org/xdoclet/testapp/ejb/interfaces added to the repository |
From: Konstantin P. <ko...@us...> - 2006-08-29 18:51:35
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic/src/test/java/org/xdoclet/testapp/ejb/util In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3118/src/test/java/org/xdoclet/testapp/ejb/util Log Message: Directory /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic/src/test/java/org/xdoclet/testapp/ejb/util added to the repository |