[JBoss JIRA] Updated: (JBWS-981) Virtual host configuration for EJB endpoints
by Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBWS-981?page=all ]
Thomas Diesler updated JBWS-981:
--------------------------------
Fix Version/s: jbossws-native-2.0.4
(was: jbossws-3.0.1)
> Virtual host configuration for EJB endpoints
> --------------------------------------------
>
> Key: JBWS-981
> URL: http://jira.jboss.com/jira/browse/JBWS-981
> Project: JBoss Web Services
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: jbossws-native
> Reporter: Thomas Diesler
> Assigned To: Darran Lofthouse
> Fix For: jbossws-native-2.0.4
>
>
> I use JBoss 4.0.4 GA and want to deploy a EJB3 (JSR-181) webserivce. Nearly everything is fine. The problem is that the generated servlet of the webservice is deployed on the default virtual host, but I want to change this to another. How is this possible? I tried to add an jboss-web.xml in META-INF directory of the jar-file containing the webservice bean and interface, but with no success.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years
[JBoss JIRA] Updated: (JBWS-1172) Support schema validation for incoming messages
by Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBWS-1172?page=all ]
Thomas Diesler updated JBWS-1172:
---------------------------------
Fix Version/s: jbossws-native-2.0.4
(was: jbossws-3.0.1)
> Support schema validation for incoming messages
> -----------------------------------------------
>
> Key: JBWS-1172
> URL: http://jira.jboss.com/jira/browse/JBWS-1172
> Project: JBoss Web Services
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: jbossws-native
> Reporter: Thomas Diesler
> Fix For: jbossws-native-2.0.4
>
>
> I am trying to use JBOSSWS 1.0.2. and JBOSSAS-4.0.4GA
> I am starting with a WSDL file that contains a schema. I used WSTOOLS to generate the appropriate artifacts
> I would like to use DOCUMENT/LITERAL wrapped style and I would like to turn on schema validation of my XML instances against a schema defined in the WSDL (on receipt of the message the server does the validation ?).
> Looking through the sources, I see that JAXBDeserializer (jbossws-core.jar) calls JAXBUnmarshallerImpl which calls UnmarshallerImpl (jboss-xml-binding.jar) which does the parsing of the XML.
> I do not see any call to UnmarshallerImpl.setSchemaValidation in this call graph. Should this be called to turn on to do Schema Validation ? If so how and where ?
> Is Schema Validation for Document/Literal something that JBOSSWS 1.0.2 supports ?
> How does one turn on XML Schema validation in JBOSSWS ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years
[JBoss JIRA] Updated: (JBWS-925) Add support for FastInfoset
by Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBWS-925?page=all ]
Thomas Diesler updated JBWS-925:
--------------------------------
Fix Version/s: jbossws-native-2.0.4
(was: jbossws-3.0.1)
> Add support for FastInfoset
> ---------------------------
>
> Key: JBWS-925
> URL: http://jira.jboss.com/jira/browse/JBWS-925
> Project: JBoss Web Services
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: jbossws-native
> Reporter: Thomas Diesler
> Fix For: jbossws-native-2.0.4
>
>
> A standard way of doing binary WS is FastInfoset
> http://java.sun.com/developer/technicalArticles/xml/fastinfoset/
> The Fast Infoset standard draft (currently being developed as joint work by ISO/IEC JTC 1 and ITU-T) specifies a binary format for XML infosets that is an efficient alternative to XML. An instance of this binary format is called a fast infoset document. Fast infoset documents are analogous to XML documents. Each has a physical form and an XML infoset. Fast infoset documents are, given the results presented, faster to serialize and parse, and smaller in size, than the equivalent XML documents. Thus, fast infoset documents may be used whenever the size and processing time of XML documents is an issue.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years