Author: coheigea
Date: Tue Aug 13 09:31:19 2013
New Revision: 1513404
URL: http://svn.apache.org/r1513404
Log:
Fixed some JAXB issues in OSGi
Modified:
webservices/wss4j/trunk/ws-security-stax/src/main/java/org/apache/wss4j/stax/ext/WSSConstants.java
Modified:
webservices/wss4j/trunk/ws-security-stax/src/main/java/org/apache/wss4j/stax/ext/WSSConstants.java
URL:
http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-stax/src/main/java/org/apache/wss4j/stax/ext/WSSConstants.java?rev=1513404&r1=1513403&r2=1513404&view=diff
==============================================================================
---
webservices/wss4j/trunk/ws-security-stax/src/main/java/org/apache/wss4j/stax/ext/WSSConstants.java
(original)
+++
webservices/wss4j/trunk/ws-security-stax/src/main/java/org/apache/wss4j/stax/ext/WSSConstants.java
Tue Aug 13 09:31:19 2013
@@ -44,16 +44,16 @@ public class WSSConstants extends XMLSec
try {
setJaxbContext(
JAXBContext.newInstance(
- "org.apache.wss4j.binding.wss10:" +
- "org.apache.wss4j.binding.wss11:" +
- "org.apache.wss4j.binding.wsu10:" +
- "org.apache.wss4j.binding.wssc13:" +
- "org.apache.wss4j.binding.wssc200502:" +
- "org.apache.xml.security.binding.xmlenc:" +
-
"org.apache.xml.security.binding.xmlenc11:" +
- "org.apache.xml.security.binding.xmldsig:"
+
-
"org.apache.xml.security.binding.xmldsig11:" +
- "org.apache.xml.security.binding.excc14n"
+ org.apache.wss4j.binding.wss10.ObjectFactory.class,
+ org.apache.wss4j.binding.wss11.ObjectFactory.class,
+ org.apache.wss4j.binding.wsu10.ObjectFactory.class,
+
org.apache.wss4j.binding.wssc13.ObjectFactory.class,
+
org.apache.wss4j.binding.wssc200502.ObjectFactory.class,
+
org.apache.xml.security.binding.xmlenc.ObjectFactory.class,
+
org.apache.xml.security.binding.xmlenc11.ObjectFactory.class,
+
org.apache.xml.security.binding.xmldsig.ObjectFactory.class,
+
org.apache.xml.security.binding.xmldsig11.ObjectFactory.class,
+
org.apache.xml.security.binding.excc14n.ObjectFactory.class
)
);
SchemaFactory schemaFactory =
SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI);