[JBoss-user] [JBossWS] - Cannot obtain java type mapping

2006-06-21 Thread mscongdon
We recently upgraded to JBoss 4.0.4 with the JBossWS stack and are noticing what may be a bug in JBossWS. When it comes to defining faults in our messages, all instances of the fault name must be EXACTLY the same in our XSD and all points in our WSDL. For example. This works. OurService.xsd

[JBoss-user] [JBoss Eclipse IDE (users)] - Building without cleaning a directory

2006-06-01 Thread mscongdon
I have 2 projects in my Eclipse IDE that are both required to run our application, but should be managed as separate projects. To run them together, the build output of our .java files should go to the same directory where our JBoss server picks it up. However, if I configure each project to ha

[JBoss-user] [JBossWS] - Re: wstools failing on XSDs using xs:import

2006-06-01 Thread mscongdon
Correction on the end of my previous post... The xsd directory is a CHILD of the wsdl directory, NOT a sibling. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948562#3948562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [JBossWS] - wstools failing on XSDs using xs:import

2006-06-01 Thread mscongdon
Using the wstools shipped with the JBossWS stack in JBoss 4.0.4.GA (and using Java 1.5.0_06), we can successfully generate artifacts for our WSDL if the XSD it references contains every xs:complexType therein. However, we want to reuse many XML structures. Hence we have put our re-useable xs:c

[JBoss-user] [Beginners Corner] - JBoss AS and Java EE 5

2006-03-01 Thread mscongdon
As Java EE 5 is scheduled for release Q1 '06, is there a target release date for a fully Java EE 5-certified version of JBoss AS? If not, what is the best approach for implementing the Java EE 5 specifications for Web Services technologies (i.e. JAXB 2.0, JAX-WS 2.0, StAX, Web Services Metadat

[JBoss-user] [The Lizzard's corner] - JBoss certified for Java EE 5?

2006-02-28 Thread mscongdon
As Java EE 5 is scheduled for release Q1 '06, is there a target release date for a fully Java EE 5-certified version of JBoss AS? If not, what is the best approach for implementing the Java EE 5 specifications for Web Services technologies (i.e. JAXB 2.0, JAX-WS 2.0, StAX, Web Services Metadata

[JBoss-user] [Installation, Configuration & Deployment] - Re: Running JBoss as a windows service

2006-02-24 Thread mscongdon
Did you ever get a resolution to this? I'm seeing the same thing (used JavaService 2.0.9 for our install). The out.log has shows FileNotFoundExceptions for all files our application tries to load...for example... java.io.FileNotFoundException: C:\dev\jboss\JBoss-4.0.3SP1_Tomcat-5.5_SSL\serve

[JBoss-user] [Installation, Configuration & Deployment] - Re: JDOM parsing XML as empty document

2006-02-19 Thread mscongdon
I actually figured it out. A 3rd party XML/HTML parser (cyberneko) was installed in our codebase, and it was being picked up instead of the default Xerces parser because it was configured in the META-INF/services directory to do so. Looks like JBoss and Xerces were doing there job just fine.

[JBoss-user] [Installation, Configuration & Deployment] - JDOM parsing XML as empty document

2006-02-14 Thread mscongdon
I have installed a minimal JBoss 4.0.3SP1 server and have added just the minimal amount of components to run our needs (i.e. for data source, Web Apps and not much else). When I try to parse an XML document using standard JDOM SAXBuilder code (this has been running successfully years on other a