This content has been marked as final.
Show 21 replies
-
15. Re: JAXB Deployer
alesj Mar 18, 2009 5:43 PM (in response to anil.saldhana)Where is the encoding?
No encoding on unmarshaller? -
16. Re: JAXB Deployer
anil.saldhana Mar 18, 2009 5:47 PM (in response to anil.saldhana)"alesj" wrote:
Where is the encoding?
No encoding on unmarshaller?
http://java.sun.com/javase/6/docs/api/javax/xml/bind/Unmarshaller.html
According to documentation, there are no properties that are mandated to be supported by implementors of JAXB.Supported Properties There currently are not any properties required to be supported by all JAXB Providers on Unmarshaller. However, some providers may support their own set of provider specific properties.
-
17. Re: JAXB Deployer
anil.saldhana Apr 1, 2009 6:28 PM (in response to anil.saldhana)http://anonsvn.jboss.org/repos/jbossas/branches/Branch_5_x/security/src/main/org/jboss/security/deployers/
Maybe the JAXBElementDeployer should go into deployers? -
18. Re: JAXB Deployer
alesj Apr 2, 2009 6:07 AM (in response to anil.saldhana)"anil.saldhana@jboss.com" wrote:
http://anonsvn.jboss.org/repos/jbossas/branches/Branch_5_x/security/src/main/org/jboss/security/deployers/
Maybe the JAXBElementDeployer should go into deployers?
I see no need, as I've fixed JAXBDeployer to handle enclosed differently. -
19. Re: JAXB Deployer
anil.saldhana Apr 2, 2009 10:06 AM (in response to anil.saldhana)"alesj" wrote:
"anil.saldhana@jboss.com" wrote:
http://anonsvn.jboss.org/repos/jbossas/branches/Branch_5_x/security/src/main/org/jboss/security/deployers/
Maybe the JAXBElementDeployer should go into deployers?
I see no need, as I've fixed JAXBDeployer to handle enclosed differently.
Is AS5x/6 updated with your changes? -
20. Re: JAXB Deployer
alesj Apr 2, 2009 10:15 AM (in response to anil.saldhana)Not yet, see my last jboss-dev email on why not. ;-)
-
21. Re: JAXB Deployer
anil.saldhana Apr 2, 2009 10:55 AM (in response to anil.saldhana)https://jira.jboss.org/jira/browse/JBAS-6723
That is the issue for me to take a look once you update AS.