RE: [Xdoclet-devel] Release date projection for 1.3?

2005-03-31 Thread Rupp, Heiko
Sounds good to me as well. But if we do a 1.2.3, we really should do a 1.3 *soon*. People are waiting for JDK 5 support. >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf >Of Matthias Germann >Sent: Wednesday, March 30, 2005 10:55 AM >To: xdoclet-devel@l

[Xdoclet-devel] CVS: xdoclet/core/src/xdoclet XmlSubTask.java,1.24,1.25

2005-03-31 Thread Matthias Germann
Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14655/core/src/xdoclet Modified Files: XmlSubTask.java Log Message: better debug output and less failure if the SAXParser does not support JAXP Schema Validation and a fix for mixed

[Xdoclet-devel] CVS: xdoclet/core/src/xdoclet/util XDocletUtilMessages.java,1.4,1.5

2005-03-31 Thread Matthias Germann
Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9415/core/src/xdoclet/util Modified Files: XDocletUtilMessages.java Log Message: better warning messages for missing JAXP 1.2 SAX Parser Index: XDocletUtilMessages.java

[Xdoclet-devel] CVS: xdoclet/modules/ejb/src/xdoclet/modules/ejb/dd EjbRefTagsHandler.java,1.19,1.20

2005-03-31 Thread Matthias Germann
Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/dd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6479/modules/ejb/src/xdoclet/modules/ejb/dd Modified Files: EjbRefTagsHandler.java Log Message: added default view-type determination for ejb-ref's (XDT-1320)

[Xdoclet-devel] CVS: xdoclet/core/src/xdoclet/util XmlValidator.java,1.18,1.19

2005-03-31 Thread Matthias Germann
Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14655/core/src/xdoclet/util Modified Files: XmlValidator.java Log Message: better debug output and less failure if the SAXParser does not support JAXP Schema Validation and a f

[Xdoclet-devel] [XDoclet-JIRA] Updated: (XDT-1321) enclosing tags not created in the jboss.xml file when the *jboss.port-component tag is used

2005-03-31 Thread noreply
The following issue has been updated: Updater: Jason Essington (mailto:[EMAIL PROTECTED]) Date: Wed, 30 Mar 2005 5:53 PM Comment: Actually there is a redundant port-component section that uses the undocumented jboss.webservice tag. this section is at about line 355 in the jboss_xml

[Xdoclet-devel] [XDoclet-JIRA] Created: (XDT-1322) the sample merge file jboss-webservices.ent doesn't validate against the jboss dtd

2005-03-31 Thread noreply
Message: A new issue has been created in JIRA. - View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1322 Here is an overview of the issue:

[Xdoclet-devel] [XDoclet-JIRA] Updated: (XDT-1322) the sample merge file jboss-webservices.ent doesn't validate against the jboss dtd

2005-03-31 Thread noreply
The following issue has been updated: Updater: Jason Essington (mailto:[EMAIL PROTECTED]) Date: Thu, 31 Mar 2005 12:50 PM Comment: here is a patch to fix this issue Changes: Attachment changed to jboss-sample-webservice-merge.patch --

[Xdoclet-devel] [XDoclet-JIRA] Assigned: (XDT-1322) the sample merge file jboss-webservices.ent doesn't validate against the jboss dtd

2005-03-31 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-1322 Here is an overview of the issue

[Xdoclet-devel] CVS: xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb/resources jboss_xml.xdt,1.38,1.39

2005-03-31 Thread Matthias Germann
Update of /cvsroot/xdoclet/xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb/resources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5812/modules/jboss/src/xdoclet/modules/jboss/ejb/resources Modified Files: jboss_xml.xdt Log Message: added missing port-component tags. Thanks

[Xdoclet-devel] CVS: xdoclet/samples/src/merge jboss-webservices.ent,1.3,1.4

2005-03-31 Thread Matthias Germann
Update of /cvsroot/xdoclet/xdoclet/samples/src/merge In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3538/samples/src/merge Modified Files: jboss-webservices.ent Log Message: Invalid elements replaced. Thanks to Jason Essington for the patch (XDT-1322) Index: jboss-webservices.ent

[Xdoclet-devel] [XDoclet-JIRA] Closed: (XDT-1321) enclosing tags not created in the jboss.xml file when the *jboss.port-component tag is used

2005-03-31 Thread noreply
Message: The following issue has been closed. Resolver: Matthias Germann Date: Thu, 31 Mar 2005 3:45 PM Patch applied to CVS. Thanks. - View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1

[Xdoclet-devel] [XDoclet-JIRA] Commented: (XDT-1321) enclosing tags not created in the jboss.xml file when the *jboss.port-component tag is used

2005-03-31 Thread noreply
The following comment has been added to this issue: Author: Matthias Germann Created: Thu, 31 Mar 2005 4:25 PM Body: CVS COMMIT LOG: SUBJECT: [Xdoclet-devel] CVS: xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb/resources jboss_xml.xdt,1.38,1.39 added missing port-component

[Xdoclet-devel] [XDoclet-JIRA] Created: (XDT-1323) updates to wsdl and webservices.xml generation

2005-03-31 Thread noreply
Message: A new issue has been created in JIRA. - View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1323 Here is an overview of the issue:

[Xdoclet-devel] [XDoclet-JIRA] Updated: (XDT-1323) updates to wsdl and webservices.xml generation

2005-03-31 Thread noreply
The following issue has been updated: Updater: Jason Essington (mailto:[EMAIL PROTECTED]) Date: Thu, 31 Mar 2005 5:52 PM Changes: Attachment changed to web-services-port-component.xdt - For a full h

[Xdoclet-devel] [XDoclet-JIRA] Updated: (XDT-1323) updates to wsdl and webservices.xml generation

2005-03-31 Thread noreply
The following issue has been updated: Updater: Jason Essington (mailto:[EMAIL PROTECTED]) Date: Thu, 31 Mar 2005 5:52 PM Changes: Attachment changed to web-services-description.xdt - For a full hist

[Xdoclet-devel] [XDoclet-JIRA] Updated: (XDT-1323) updates to wsdl and webservices.xml generation

2005-03-31 Thread noreply
The following issue has been updated: Updater: Jason Essington (mailto:[EMAIL PROTECTED]) Date: Thu, 31 Mar 2005 5:51 PM Changes: Attachment changed to wsee-update.patch - For a full history of the

[Xdoclet-devel] [XDoclet-JIRA] Updated: (XDT-1323) updates to wsdl and webservices.xml generation

2005-03-31 Thread noreply
The following issue has been updated: Updater: Jason Essington (mailto:[EMAIL PROTECTED]) Date: Thu, 31 Mar 2005 5:53 PM Changes: Attachment changed to wsdl_porttypes.xdt - For a full history of the

[Xdoclet-devel] [XDoclet-JIRA] Updated: (XDT-1323) updates to wsdl and webservices.xml generation

2005-03-31 Thread noreply
The following issue has been updated: Updater: Jason Essington (mailto:[EMAIL PROTECTED]) Date: Thu, 31 Mar 2005 5:54 PM Changes: Attachment changed to wsdl_service.xdt - For a full history of the i

[Xdoclet-devel] [XDoclet-JIRA] Updated: (XDT-1323) updates to wsdl and webservices.xml generation

2005-03-31 Thread noreply
The following issue has been updated: Updater: Jason Essington (mailto:[EMAIL PROTECTED]) Date: Thu, 31 Mar 2005 5:52 PM Changes: Attachment changed to wsdl_methods.xdt - For a full history of the i

[Xdoclet-devel] [XDoclet-JIRA] Updated: (XDT-1323) updates to wsdl and webservices.xml generation

2005-03-31 Thread noreply
The following issue has been updated: Updater: Jason Essington (mailto:[EMAIL PROTECTED]) Date: Thu, 31 Mar 2005 5:52 PM Changes: Attachment changed to wsdl_binding.xdt - For a full history of the i