[Xdoclet-devel] [XDoclet-JIRA] Resolved: (XDT-1324) missing xdoclet tags from java files

2005-04-04 Thread noreply
Message: The following issue has been resolved as WON'T FIX. - View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1324 Here is an overview of the issue: -

[Xdoclet-devel] [XDoclet-JIRA] Commented: (XDT-1324) missing xdoclet tags from java files

2005-04-04 Thread noreply
The following comment has been added to this issue: Author: Paul Galbraith Created: Mon, 4 Apr 2005 9:02 AM Body: What you're asking doesn't make a lot of sense to me...why would you want to generate java from hbm, then hbm from java, then java from hbm? Pick one method and stic

[Xdoclet-devel] CVS: xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity ValueObjectTagsHandler.java,1.23,1.24

2005-04-04 Thread Matthias Germann
Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19755/modules/ejb/src/xdoclet/modules/ejb/entity Modified Files: ValueObjectTagsHandler.java Log Message: added parameter for controlling the plural form of

[Xdoclet-devel] CVS: xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/resources entity-value.xdt,1.17,1.18 entity-value-instantiation.xdt,1.6,1.7 valueobject.xdt,1.28,1.29

2005-04-04 Thread Matthias Germann
Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/resources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20089/modules/ejb/src/xdoclet/modules/ejb/entity/resources Modified Files: entity-value.xdt entity-value-instantiation.xdt valueobject.xd

[Xdoclet-devel] CVS: xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity ValueObjectTagsHandler.java,1.24,1.25

2005-04-04 Thread Matthias Germann
Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10324/modules/ejb/src/xdoclet/modules/ejb/entity Modified Files: ValueObjectTagsHandler.java Log Message: fix for relations with multiple VOs (XDT-1057) In

[Xdoclet-devel] CVS: xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/resources valueobject.xdt,1.29,1.30

2005-04-04 Thread Matthias Germann
Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/resources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10324/modules/ejb/src/xdoclet/modules/ejb/entity/resources Modified Files: valueobject.xdt Log Message: fix for relations with multiple VOs (XDT-

[Xdoclet-devel] [XDoclet-JIRA] Closed: (XDT-927) value object generation

2005-04-04 Thread noreply
Message: The following issue has been closed. Resolver: Matthias Germann Date: Mon, 4 Apr 2005 2:58 PM It's not possible to reprodouce the issue with the given description and the request for giving a sample was ignored. If anyone disagrees, please reopen, -

[Xdoclet-devel] [XDoclet-JIRA] Assigned: (XDT-509) @ejb.home generate not working

2005-04-04 Thread noreply
Message: The following issue has been re-assigned. Assignee: Matthias Germann (mailto:[EMAIL PROTECTED]) - View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-509 Here is an overview of the issue:

[Xdoclet-devel] CVS: xdoclet/modules/ejb/src/xdoclet/modules/ejb/home LocalHomeInterfaceSubTask.java,1.11,1.12

2005-04-04 Thread Matthias Germann
Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/home In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20619/modules/ejb/src/xdoclet/modules/ejb/home Modified Files: LocalHomeInterfaceSubTask.java Log Message: Fixed generation rules to use ejb.home instead of e

[Xdoclet-devel] [XDoclet-JIRA] Assigned: (XDT-678) packageSubstitution for ValueObjects Not Seen By Session Bean Interfaces

2005-04-04 Thread noreply
Message: The following issue has been re-assigned. Assignee: Matthias Germann (mailto:[EMAIL PROTECTED]) - View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-678 Here is an overview of the issue:

[Xdoclet-devel] [XDoclet-JIRA] Assigned: (XDT-800) Invalid VO classname generated if name parameter not specified

2005-04-04 Thread noreply
Message: The following issue has been re-assigned. Assignee: Matthias Germann (mailto:[EMAIL PROTECTED]) - View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-800 Here is an overview of the issue:

[Xdoclet-devel] [XDoclet-JIRA] Assigned: (XDT-817) @deprecated EJB business methods in interfaces

2005-04-04 Thread noreply
Message: The following issue has been re-assigned. Assignee: Matthias Germann (mailto:[EMAIL PROTECTED]) - View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-817 Here is an overview of the issue:

[Xdoclet-devel] [XDoclet-JIRA] Closed: (XDT-653) gen interfaces extends wrong class when bean abstract implements javax.ejb

2005-04-04 Thread noreply
Message: The following issue has been closed. Resolver: Matthias Germann Date: Mon, 4 Apr 2005 3:50 PM You must use the "extends" parameter of @ejb.interface and @ejb.home for that. - View the issue: http://openso

[Xdoclet-devel] [XDoclet-JIRA] Commented: (XDT-1324) missing xdoclet tags from java files

2005-04-04 Thread noreply
The following comment has been added to this issue: Author: Jeryl M. Cook Created: Mon, 4 Apr 2005 7:28 PM Body: round trip engineering?? middle gen, generates .hbm files from a datasource. Inside the generated .hbm files are xdoclet meta-data tags. process. 1. generate .hbm fro

[Xdoclet-devel] CVS: xdoclet/modules/hibernate/src/xdoclet/modules/hibernate/resources hibernate-configuration-3.0.dtd,NONE,1.1 hibernate-mapping_3_0.dtd,NONE,1.1

2005-04-04 Thread David Channon
Update of /cvsroot/xdoclet/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate/resources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6288/modules/hibernate/src/xdoclet/modules/hibernate/resources Added Files: hibernate-configuration-3.0.dtd hibernate-mapping_3_0.dtd Log Me

[Xdoclet-devel] CVS: xdoclet/modules/hibernate/src/xdoclet/modules/hibernate HibernateCfgSubTask.java,1.9,1.10 HibernateSubTask.java,1.11,1.12

2005-04-04 Thread David Channon
Update of /cvsroot/xdoclet/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6547/modules/hibernate/src/xdoclet/modules/hibernate Modified Files: HibernateCfgSubTask.java HibernateSubTask.java Log Message: Updated for generatin

[Xdoclet-devel] CVS: xdoclet/modules/wsee/src/xdoclet/modules/wsee WsdlSubTask.java,1.1,1.2 WseeTagsHandler.java,1.3,1.4

2005-04-04 Thread Jason Essington
Update of /cvsroot/xdoclet/xdoclet/modules/wsee/src/xdoclet/modules/wsee In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19079/modules/wsee/src/xdoclet/modules/wsee Modified Files: WsdlSubTask.java WseeTagsHandler.java Log Message: Addresses XDT-1323 and XDT-1114 Index: WsdlSubTas

[Xdoclet-devel] CVS: xdoclet/modules/wsee/src/xdoclet/modules/wsee/resources web-services-port-component.xdt,NONE,1.1 web-services-description.xdt,NONE,1.1 wsdl_methods.xdt,NONE,1.1 wsdl_service.xdt,N

2005-04-04 Thread Jason Essington
Update of /cvsroot/xdoclet/xdoclet/modules/wsee/src/xdoclet/modules/wsee/resources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19079/modules/wsee/src/xdoclet/modules/wsee/resources Modified Files: web-services_xml.xdt wsdl.xdt Added Files: web-services-port-component.x