JBossWS SVN: r7822 - container/jboss50/tags.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-07-15 03:13:55 -0400 (Tue, 15 Jul 2008)
New Revision: 7822
Added:
container/jboss50/tags/jbossws-jboss500CR1-3.0.2.GA/
Removed:
container/jboss50/tags/jbossws-jboss500CR1/
Log:
rename tag
Copied: container/jboss50/tags/jbossws-jboss500CR1-3.0.2.GA (from rev 7821, container/jboss50/tags/jbossws-jboss500CR1)
16 years, 5 months
JBossWS SVN: r7821 - container/jboss50/tags.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-07-15 03:12:45 -0400 (Tue, 15 Jul 2008)
New Revision: 7821
Added:
container/jboss50/tags/jbossws-jboss500CR1/
Log:
tag CR1
Copied: container/jboss50/tags/jbossws-jboss500CR1 (from rev 7820, container/jboss50/trunk)
16 years, 5 months
JBossWS SVN: r7820 - in stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976: src/main/java/org/jboss/ws/tools/wsdl and 5 other directories.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-07-14 08:04:02 -0400 (Mon, 14 Jul 2008)
New Revision: 7820
Added:
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Endpoint.java
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/EndpointImpl.java
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Id.java
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/JBWS2250TestCase.java
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Message.java
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/ObjectFactory.java
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/resources/jaxws/jbws2250/
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/resources/jaxws/jbws2250/WEB-INF/
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/resources/jaxws/jbws2250/WEB-INF/jboss-web.xml
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/resources/jaxws/jbws2250/WEB-INF/web.xml
Removed:
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Endpoint.java
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/EndpointImpl.java
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Id.java
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/JBWS2250TestCase.java
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Message.java
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/ObjectFactory.java
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/resources/jaxws/jbws2250/WEB-INF/
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/resources/jaxws/jbws2250/WEB-INF/jboss-web.xml
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/resources/jaxws/jbws2250/WEB-INF/web.xml
Modified:
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/ant-import-tests/build-jars-jaxws.xml
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/main/java/org/jboss/ws/tools/wsdl/JAXBWSDLGenerator.java
Log:
[JBPAPP-976] Reference to JAXBElement Causes NullPointerException on deployment.
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/ant-import-tests/build-jars-jaxws.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/ant-import-tests/build-jars-jaxws.xml 2008-07-14 11:40:00 UTC (rev 7819)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/ant-import-tests/build-jars-jaxws.xml 2008-07-14 12:04:02 UTC (rev 7820)
@@ -570,6 +570,17 @@
<include name="*.*"/>
</fileset>
</war>
+
+ <!-- jaxws-jbws2250 -->
+ <war warfile="${tests.output.dir}/libs/jaxws-jbws2250.war" webxml="${tests.output.dir}/resources/jaxws/jbws2250/WEB-INF/web.xml">
+ <classes dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxws/jbws2250/**/*.class"/>
+ <exclude name="org/jboss/test/ws/jaxws/jbws2250/*TestCase.class"/>
+ </classes>
+ <webinf dir="${tests.output.dir}/resources/jaxws/jbws2250/WEB-INF">
+ <include name="jboss-web.xml"/>
+ </webinf>
+ </war>
<!-- jbossws-interop-wsa10.war -->
<war warfile="${tests.output.dir}/libs/jbossws-interop-wsa10.war" webxml="${tests.output.dir}/resources/interop/wsa/WEB-INF/web.xml">
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/main/java/org/jboss/ws/tools/wsdl/JAXBWSDLGenerator.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/main/java/org/jboss/ws/tools/wsdl/JAXBWSDLGenerator.java 2008-07-14 11:40:00 UTC (rev 7819)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/main/java/org/jboss/ws/tools/wsdl/JAXBWSDLGenerator.java 2008-07-14 12:04:02 UTC (rev 7820)
@@ -21,7 +21,14 @@
*/
package org.jboss.ws.tools.wsdl;
-import com.sun.xml.bind.api.JAXBRIContext;
+import java.io.IOException;
+
+import javax.xml.bind.SchemaOutputResolver;
+import javax.xml.parsers.DocumentBuilder;
+import javax.xml.parsers.DocumentBuilderFactory;
+import javax.xml.transform.Result;
+import javax.xml.transform.dom.DOMResult;
+
import org.jboss.ws.Constants;
import org.jboss.ws.WSException;
import org.jboss.ws.extensions.security.Util;
@@ -29,12 +36,7 @@
import org.w3c.dom.Document;
import org.w3c.dom.Element;
-import javax.xml.bind.SchemaOutputResolver;
-import javax.xml.parsers.DocumentBuilder;
-import javax.xml.parsers.DocumentBuilderFactory;
-import javax.xml.transform.Result;
-import javax.xml.transform.dom.DOMResult;
-import java.io.IOException;
+import com.sun.xml.bind.api.JAXBRIContext;
/**
* JAXBWSDLGenerator provides a JAXB based WSDLGenerator.
@@ -69,8 +71,7 @@
final Element element = types.getElement();
final Element throwAway = doc.createElement("throw-away");
- ctx.generateSchema(new SchemaOutputResolver()
- {
+ ctx.generateSchema(new SchemaOutputResolver() {
@Override
public Result createOutput(String namespace, String file) throws IOException
{
@@ -79,8 +80,18 @@
wsdl.registerNamespaceURI(namespace, null);
// JAXB creates an empty namespace due to type references, ignore it
- DOMResult result = new DOMResult((namespace == null || namespace.length() == 0) ? throwAway : element);
- result.setSystemId("replace-me");
+ DOMResult result = null;
+ if (namespace == null || namespace.length() == 0)
+ {
+ result = new DOMResult(throwAway);
+ result.setSystemId("remove-me");
+ }
+ else
+ {
+ result = new DOMResult(element);
+ result.setSystemId("replace-me");
+ }
+
return result;
}
});
@@ -100,10 +111,16 @@
{
for (Element child = Util.getFirstChildElement(element); child != null; child = Util.getNextSiblingElement(child))
{
- if ("import".equals(child.getLocalName()) && Constants.NS_SCHEMA_XSD.equals(child.getNamespaceURI()) && "replace-me".equals(child.getAttribute("schemaLocation")))
+ if ("import".equals(child.getLocalName()) && Constants.NS_SCHEMA_XSD.equals(child.getNamespaceURI())
+ && "replace-me".equals(child.getAttribute("schemaLocation")))
{
child.removeAttribute("schemaLocation");
}
+ else if ("import".equals(child.getLocalName()) && Constants.NS_SCHEMA_XSD.equals(child.getNamespaceURI())
+ && "remove-me".equals(child.getAttribute("schemaLocation")))
+ {
+ element.removeChild(child);
+ }
else
{
removeSchemaLocations(child);
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250 (from rev 7790, stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2250)
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Endpoint.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Endpoint.java 2008-07-07 12:35:44 UTC (rev 7790)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Endpoint.java 2008-07-14 12:04:02 UTC (rev 7820)
@@ -1,38 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2008, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.jbws2250;
-
-import javax.jws.WebService;
-
-/**
- * The test service endpoint interface.
- *
- * @author darran.lofthouse(a)jboss.com
- * @since 7th July 2008
- */
-@WebService(name = "Endpoint", targetNamespace = "http://ws.jboss.org/jbws2250")
-public interface Endpoint
-{
-
- public Message echo(Message message);
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Endpoint.java (from rev 7790, stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Endpoint.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Endpoint.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Endpoint.java 2008-07-14 12:04:02 UTC (rev 7820)
@@ -0,0 +1,38 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws2250;
+
+import javax.jws.WebService;
+
+/**
+ * The test service endpoint interface.
+ *
+ * @author darran.lofthouse(a)jboss.com
+ * @since 7th July 2008
+ */
+@WebService(name = "Endpoint", targetNamespace = "http://ws.jboss.org/jbws2250")
+public interface Endpoint
+{
+
+ public Message echo(Message message);
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/EndpointImpl.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2250/EndpointImpl.java 2008-07-07 12:35:44 UTC (rev 7790)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/EndpointImpl.java 2008-07-14 12:04:02 UTC (rev 7820)
@@ -1,41 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2008, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.jbws2250;
-
-import javax.jws.WebService;
-
-/**
- * The test service endpoint implementation.
- *
- * @author darran.lofthouse(a)jboss.com
- * @since 7th July 2008
- */
-@WebService(name = "Endpoint", serviceName = "EndpointService", targetNamespace = "http://ws.jboss.org/jbws2250")
-public class EndpointImpl implements Endpoint
-{
-
- public Message echo(Message message)
- {
- return message;
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/EndpointImpl.java (from rev 7790, stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2250/EndpointImpl.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/EndpointImpl.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/EndpointImpl.java 2008-07-14 12:04:02 UTC (rev 7820)
@@ -0,0 +1,41 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws2250;
+
+import javax.jws.WebService;
+
+/**
+ * The test service endpoint implementation.
+ *
+ * @author darran.lofthouse(a)jboss.com
+ * @since 7th July 2008
+ */
+@WebService(name = "Endpoint", serviceName = "EndpointService", targetNamespace = "http://ws.jboss.org/jbws2250")
+public class EndpointImpl implements Endpoint
+{
+
+ public Message echo(Message message)
+ {
+ return message;
+ }
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Id.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Id.java 2008-07-07 12:35:44 UTC (rev 7790)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Id.java 2008-07-14 12:04:02 UTC (rev 7820)
@@ -1,45 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2008, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.jbws2250;
-
-/**
- * Test type to be marshalled.
- *
- * @author darran.lofthouse(a)jboss.com
- * @since 7th July 2008
- */
-public class Id
-{
-
- private String id;
-
- public String getId()
- {
- return id;
- }
-
- public void setId(String id)
- {
- this.id = id;
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Id.java (from rev 7790, stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Id.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Id.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Id.java 2008-07-14 12:04:02 UTC (rev 7820)
@@ -0,0 +1,45 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws2250;
+
+/**
+ * Test type to be marshalled.
+ *
+ * @author darran.lofthouse(a)jboss.com
+ * @since 7th July 2008
+ */
+public class Id
+{
+
+ private String id;
+
+ public String getId()
+ {
+ return id;
+ }
+
+ public void setId(String id)
+ {
+ this.id = id;
+ }
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/JBWS2250TestCase.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2250/JBWS2250TestCase.java 2008-07-07 12:35:44 UTC (rev 7790)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/JBWS2250TestCase.java 2008-07-14 12:04:02 UTC (rev 7820)
@@ -1,71 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2008, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.jbws2250;
-
-import java.net.URL;
-
-import javax.xml.namespace.QName;
-import javax.xml.ws.Service;
-
-import junit.framework.Test;
-
-import org.jboss.wsf.test.JBossWSTest;
-import org.jboss.wsf.test.JBossWSTestSetup;
-
-/**
- * [JBWS-2250] Test Case.
- *
- * The user of JAXBElement causes a NullPointerException on deployment
- * where JBossWS generates a new WSDL.
- *
- * @author darran.lofthouse(a)jboss.com
- * @since 7th July 2008
- */
-public class JBWS2250TestCase extends JBossWSTest
-{
-
- public static Test suite()
- {
- return new JBossWSTestSetup(JBWS2250TestCase.class, "jaxws-jbws2250.war");
- }
-
- public void testPortAccess() throws Exception
- {
- URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jbws2250?wsdl");
- QName serviceName = new QName("http://ws.jboss.org/jbws2250", "EndpointService");
- Service service = Service.create(wsdlURL, serviceName);
- Endpoint port = service.getPort(Endpoint.class);
-
- ObjectFactory of = new ObjectFactory();
- Id id = new Id();
- id.setId("003");
-
- Message message = new Message();
- message.setMessage("Hello");
- message.setMyId(of.createLayoutPerformanceId(id));
-
- Message retMessage = port.echo(message);
- assertEquals(message.getMessage(), retMessage.getMessage());
- assertEquals(id.getId(), retMessage.getMyId().getValue().getId());
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/JBWS2250TestCase.java (from rev 7790, stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2250/JBWS2250TestCase.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/JBWS2250TestCase.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/JBWS2250TestCase.java 2008-07-14 12:04:02 UTC (rev 7820)
@@ -0,0 +1,71 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws2250;
+
+import java.net.URL;
+
+import javax.xml.namespace.QName;
+import javax.xml.ws.Service;
+
+import junit.framework.Test;
+
+import org.jboss.wsf.test.JBossWSTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-2250] Test Case.
+ *
+ * The user of JAXBElement causes a NullPointerException on deployment
+ * where JBossWS generates a new WSDL.
+ *
+ * @author darran.lofthouse(a)jboss.com
+ * @since 7th July 2008
+ */
+public class JBWS2250TestCase extends JBossWSTest
+{
+
+ public static Test suite()
+ {
+ return new JBossWSTestSetup(JBWS2250TestCase.class, "jaxws-jbws2250.war");
+ }
+
+ public void testPortAccess() throws Exception
+ {
+ URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jbws2250?wsdl");
+ QName serviceName = new QName("http://ws.jboss.org/jbws2250", "EndpointService");
+ Service service = Service.create(wsdlURL, serviceName);
+ Endpoint port = service.getPort(Endpoint.class);
+
+ ObjectFactory of = new ObjectFactory();
+ Id id = new Id();
+ id.setId("003");
+
+ Message message = new Message();
+ message.setMessage("Hello");
+ message.setMyId(of.createLayoutPerformanceId(id));
+
+ Message retMessage = port.echo(message);
+ assertEquals(message.getMessage(), retMessage.getMessage());
+ assertEquals(id.getId(), retMessage.getMyId().getValue().getId());
+ }
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Message.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Message.java 2008-07-07 12:35:44 UTC (rev 7790)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Message.java 2008-07-14 12:04:02 UTC (rev 7820)
@@ -1,64 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2008, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.jbws2250;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElementRef;
-
-/**
- * Test type to be marshalled.
- *
- * @author darran.lofthouse(a)jboss.com
- * @since 7th July 2008
- */
-(a)XmlAccessorType(XmlAccessType.FIELD)
-public class Message
-{
-
- @XmlElementRef(name = "myId", type = JAXBElement.class)
- protected JAXBElement<Id> myId;
-
- protected String message;
-
- public JAXBElement<Id> getMyId()
- {
- return myId;
- }
-
- public void setMyId(JAXBElement<Id> myId)
- {
- this.myId = myId;
- }
-
- public String getMessage()
- {
- return message;
- }
-
- public void setMessage(String message)
- {
- this.message = message;
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Message.java (from rev 7790, stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Message.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Message.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/Message.java 2008-07-14 12:04:02 UTC (rev 7820)
@@ -0,0 +1,64 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws2250;
+
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElementRef;
+
+/**
+ * Test type to be marshalled.
+ *
+ * @author darran.lofthouse(a)jboss.com
+ * @since 7th July 2008
+ */
+(a)XmlAccessorType(XmlAccessType.FIELD)
+public class Message
+{
+
+ @XmlElementRef(name = "myId", type = JAXBElement.class)
+ protected JAXBElement<Id> myId;
+
+ protected String message;
+
+ public JAXBElement<Id> getMyId()
+ {
+ return myId;
+ }
+
+ public void setMyId(JAXBElement<Id> myId)
+ {
+ this.myId = myId;
+ }
+
+ public String getMessage()
+ {
+ return message;
+ }
+
+ public void setMessage(String message)
+ {
+ this.message = message;
+ }
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/ObjectFactory.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2250/ObjectFactory.java 2008-07-07 12:35:44 UTC (rev 7790)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/ObjectFactory.java 2008-07-14 12:04:02 UTC (rev 7820)
@@ -1,46 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2008, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.jbws2250;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlElementDecl;
-import javax.xml.bind.annotation.XmlRegistry;
-import javax.xml.namespace.QName;
-
-/**
- * The ObjectFactory to instantiate the JAXBElement.
- *
- * @author darran.lofthouse(a)jboss.com
- * @since 7th July 2008
- */
-@XmlRegistry
-public class ObjectFactory
-{
-
- private final static QName _MessageId_QNAME = new QName("", "myId");
-
- @XmlElementDecl(namespace = "", name = "myId")
- public JAXBElement<Id> createLayoutPerformanceId(Id value)
- {
- return new JAXBElement<Id>(_MessageId_QNAME, Id.class, value);
- }
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/ObjectFactory.java (from rev 7790, stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2250/ObjectFactory.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/ObjectFactory.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/java/org/jboss/test/ws/jaxws/jbws2250/ObjectFactory.java 2008-07-14 12:04:02 UTC (rev 7820)
@@ -0,0 +1,46 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws2250;
+
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlElementDecl;
+import javax.xml.bind.annotation.XmlRegistry;
+import javax.xml.namespace.QName;
+
+/**
+ * The ObjectFactory to instantiate the JAXBElement.
+ *
+ * @author darran.lofthouse(a)jboss.com
+ * @since 7th July 2008
+ */
+@XmlRegistry
+public class ObjectFactory
+{
+
+ private final static QName _MessageId_QNAME = new QName("", "myId");
+
+ @XmlElementDecl(namespace = "", name = "myId")
+ public JAXBElement<Id> createLayoutPerformanceId(Id value)
+ {
+ return new JAXBElement<Id>(_MessageId_QNAME, Id.class, value);
+ }
+}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/resources/jaxws/jbws2250 (from rev 7790, stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2250)
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/resources/jaxws/jbws2250/WEB-INF (from rev 7790, stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2250/WEB-INF)
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/resources/jaxws/jbws2250/WEB-INF/jboss-web.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2250/WEB-INF/jboss-web.xml 2008-07-07 12:35:44 UTC (rev 7790)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/resources/jaxws/jbws2250/WEB-INF/jboss-web.xml 2008-07-14 12:04:02 UTC (rev 7820)
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.4//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd">
-
-<jboss-web>
- <!-- Use an explicit context, because the default context in jboss-5.0.0 prepends the sar name -->
- <context-root>/jaxws-jbws2250</context-root>
-</jboss-web>
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/resources/jaxws/jbws2250/WEB-INF/jboss-web.xml (from rev 7790, stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2250/WEB-INF/jboss-web.xml)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/resources/jaxws/jbws2250/WEB-INF/jboss-web.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/resources/jaxws/jbws2250/WEB-INF/jboss-web.xml 2008-07-14 12:04:02 UTC (rev 7820)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.4//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd">
+
+<jboss-web>
+ <!-- Use an explicit context, because the default context in jboss-5.0.0 prepends the sar name -->
+ <context-root>/jaxws-jbws2250</context-root>
+</jboss-web>
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/resources/jaxws/jbws2250/WEB-INF/web.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2250/WEB-INF/web.xml 2008-07-07 12:35:44 UTC (rev 7790)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/resources/jaxws/jbws2250/WEB-INF/web.xml 2008-07-14 12:04:02 UTC (rev 7820)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
-
- <servlet>
- <servlet-name>Endpoint</servlet-name>
- <servlet-class>org.jboss.test.ws.jaxws.jbws2250.EndpointImpl</servlet-class>
- </servlet>
-
- <servlet-mapping>
- <servlet-name>Endpoint</servlet-name>
- <url-pattern>/*</url-pattern>
- </servlet-mapping>
-</web-app>
\ No newline at end of file
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/resources/jaxws/jbws2250/WEB-INF/web.xml (from rev 7790, stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2250/WEB-INF/web.xml)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/resources/jaxws/jbws2250/WEB-INF/web.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/src/test/resources/jaxws/jbws2250/WEB-INF/web.xml 2008-07-14 12:04:02 UTC (rev 7820)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+
+ <servlet>
+ <servlet-name>Endpoint</servlet-name>
+ <servlet-class>org.jboss.test.ws.jaxws.jbws2250.EndpointImpl</servlet-class>
+ </servlet>
+
+ <servlet-mapping>
+ <servlet-name>Endpoint</servlet-name>
+ <url-pattern>/*</url-pattern>
+ </servlet-mapping>
+</web-app>
\ No newline at end of file
16 years, 5 months
JBossWS SVN: r7819 - stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-07-14 07:40:00 -0400 (Mon, 14 Jul 2008)
New Revision: 7819
Modified:
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/version.properties
Log:
[JBPAPP-976] Set version.
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/version.properties
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/version.properties 2008-07-14 11:23:47 UTC (rev 7818)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/version.properties 2008-07-14 11:40:00 UTC (rev 7819)
@@ -5,8 +5,8 @@
specification.vendor=JBoss (http://www.jboss.org)
specification.version=jbossws-2.0
-version.id=2.0.1.SP2
-repository.id=2.0.1.SP2
+version.id=2.0.1.SP2_JBPAPP-976
+repository.id=2.0.1.SP2_JBPAPP-976
implementation.title=JBoss Web Services - Native
implementation.url=http://www.jboss.org/products/jbossws
16 years, 5 months
JBossWS SVN: r7818 - stack/native/branches.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-07-14 07:23:47 -0400 (Mon, 14 Jul 2008)
New Revision: 7818
Added:
stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976/
Log:
[JBPAPP-976] Branch for patch.
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_JBPAPP-976 (from rev 7817, stack/native/tags/jbossws-native-2.0.1.SP2)
16 years, 5 months
JBossWS SVN: r7817 - in stack/native/trunk: modules/management and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-07-11 15:24:27 -0400 (Fri, 11 Jul 2008)
New Revision: 7817
Modified:
stack/native/trunk/modules/management/pom.xml
stack/native/trunk/modules/testsuite/pom.xml
stack/native/trunk/pom.xml
Log:
[JAXR-4][JBWS-2255] switch from 1.2.0.GA to 1.2.0.SP2-SNAPSHOT
Modified: stack/native/trunk/modules/management/pom.xml
===================================================================
--- stack/native/trunk/modules/management/pom.xml 2008-07-11 19:08:23 UTC (rev 7816)
+++ stack/native/trunk/modules/management/pom.xml 2008-07-11 19:24:27 UTC (rev 7817)
@@ -68,7 +68,7 @@
<scope>runtime</scope>
</dependency>
<dependency>
- <groupId>jboss.jaxr</groupId>
+ <groupId>org.jboss.jaxr</groupId>
<artifactId>juddi-service</artifactId>
<scope>runtime</scope>
<type>sar</type>
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-07-11 19:08:23 UTC (rev 7816)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-07-11 19:24:27 UTC (rev 7817)
@@ -91,9 +91,9 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>jboss.jaxr</groupId>
+ <groupId>org.jboss.jaxr</groupId>
<artifactId>juddi-saaj</artifactId>
- <version>1.2.0.GA</version>
+ <version>1.2.0.SP2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-07-11 19:08:23 UTC (rev 7816)
+++ stack/native/trunk/pom.xml 2008-07-11 19:24:27 UTC (rev 7817)
@@ -70,7 +70,7 @@
<jboss.logging.version>2.0.5.GA</jboss.logging.version>
<jboss.microcontainer.version>2.0.0.Beta11</jboss.microcontainer.version>
<jboss.remoting.version>2.4.0.CR1</jboss.remoting.version>
- <juddi.service.version>1.2.0.GA</juddi.service.version>
+ <juddi.service.version>1.2.0.SP2-SNAPSHOT</juddi.service.version>
<sun.fastinfoset.version>1.2.2</sun.fastinfoset.version>
<sun.jaxws.version>2.1.3</sun.jaxws.version>
<woodstox.version>3.1.1</woodstox.version>
@@ -305,7 +305,7 @@
<version>${jboss.jaxbintros.version}</version>
</dependency>
<dependency>
- <groupId>jboss.jaxr</groupId>
+ <groupId>org.jboss.jaxr</groupId>
<artifactId>juddi-service</artifactId>
<version>${juddi.service.version}</version>
<type>sar</type>
16 years, 5 months
JBossWS SVN: r7816 - in stack/metro/trunk: modules/management and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-07-11 15:08:23 -0400 (Fri, 11 Jul 2008)
New Revision: 7816
Modified:
stack/metro/trunk/modules/management/pom.xml
stack/metro/trunk/modules/server/pom.xml
stack/metro/trunk/modules/testsuite/pom.xml
stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt
stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt
stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt
stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
stack/metro/trunk/pom.xml
Log:
[JAXR-4][JBWS-1673] switch from 1.2.0.GA to 1.2.0.SP2-SNAPSHOT
Modified: stack/metro/trunk/modules/management/pom.xml
===================================================================
--- stack/metro/trunk/modules/management/pom.xml 2008-07-10 15:11:48 UTC (rev 7815)
+++ stack/metro/trunk/modules/management/pom.xml 2008-07-11 19:08:23 UTC (rev 7816)
@@ -63,7 +63,7 @@
<scope>runtime</scope>
</dependency>
<dependency>
- <groupId>jboss.jaxr</groupId>
+ <groupId>org.jboss.jaxr</groupId>
<artifactId>juddi-service</artifactId>
<scope>runtime</scope>
<type>sar</type>
Modified: stack/metro/trunk/modules/server/pom.xml
===================================================================
--- stack/metro/trunk/modules/server/pom.xml 2008-07-10 15:11:48 UTC (rev 7815)
+++ stack/metro/trunk/modules/server/pom.xml 2008-07-11 19:08:23 UTC (rev 7816)
@@ -120,7 +120,7 @@
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>
- <groupId>jboss.jaxr</groupId>
+ <groupId>org.jboss.jaxr</groupId>
<artifactId>juddi-service</artifactId>
<type>sar</type>
</dependency>
Modified: stack/metro/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/pom.xml 2008-07-10 15:11:48 UTC (rev 7815)
+++ stack/metro/trunk/modules/testsuite/pom.xml 2008-07-11 19:08:23 UTC (rev 7816)
@@ -88,9 +88,9 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>jboss.jaxr</groupId>
+ <groupId>org.jboss.jaxr</groupId>
<artifactId>juddi-saaj</artifactId>
- <version>1.2.0.GA</version>
+ <version>1.2.0.SP2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt 2008-07-10 15:11:48 UTC (rev 7815)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt 2008-07-11 19:08:23 UTC (rev 7816)
@@ -11,9 +11,6 @@
# UsernameTestCase requires keystore & trustore in jboss-web tomcat configuration
org/jboss/test/ws/jaxws/samples/wsse/UsernameTestCase.*
-# [JBWS-1673] Fix JAXR samples for Metro
-org/jboss/test/ws/jaxws/samples/jaxr/**
-
# [JBWS-1813] context-root from jboss.xml
org/jboss/test/ws/jaxws/jbws1813/**
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt 2008-07-10 15:11:48 UTC (rev 7815)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt 2008-07-11 19:08:23 UTC (rev 7816)
@@ -11,9 +11,6 @@
# UsernameTestCase requires keystore & trustore in jboss-web tomcat configuration
org/jboss/test/ws/jaxws/samples/wsse/UsernameTestCase.*
-# [JBWS-1673] Fix JAXR samples for Metro
-org/jboss/test/ws/jaxws/samples/jaxr/**
-
# [JBWS-1841] WebServiceRef injection from DD doesn't work
org/jboss/test/ws/jaxws/jbws1841/**
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt 2008-07-10 15:11:48 UTC (rev 7815)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt 2008-07-11 19:08:23 UTC (rev 7816)
@@ -11,9 +11,6 @@
# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
-# [JBWS-1673] Fix JAXR samples for Metro
-org/jboss/test/ws/jaxws/samples/jaxr/**
-
# [JBWS-2127] Cannot generate WSDL for binding "http://www.w3.org/2003/05/soap/bindings/HTTP/"
org/jboss/test/ws/jaxws/binding/**
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-07-10 15:11:48 UTC (rev 7815)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-07-11 19:08:23 UTC (rev 7816)
@@ -11,9 +11,6 @@
# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
-# [JBWS-1673] Fix JAXR samples for Metro
-org/jboss/test/ws/jaxws/samples/jaxr/**
-
# [JBWS-2127] Cannot generate WSDL for binding "http://www.w3.org/2003/05/soap/bindings/HTTP/"
org/jboss/test/ws/jaxws/binding/**
Modified: stack/metro/trunk/pom.xml
===================================================================
--- stack/metro/trunk/pom.xml 2008-07-10 15:11:48 UTC (rev 7815)
+++ stack/metro/trunk/pom.xml 2008-07-11 19:08:23 UTC (rev 7816)
@@ -59,7 +59,7 @@
<jaxb.api.version>2.1</jaxb.api.version>
<jaxb.impl.version>2.1.6</jaxb.impl.version>
<jaxrpc.api.version>1.1</jaxrpc.api.version>
- <juddi.service.version>1.2.0.GA</juddi.service.version>
+ <juddi.service.version>1.2.0.SP2-SNAPSHOT</juddi.service.version>
<sun.fastinfoset.version>1.2.2</sun.fastinfoset.version>
<sun.sjsxp.version>SNAPSHOT</sun.sjsxp.version>
<sun.jaxws.version>2.1.3</sun.jaxws.version>
@@ -266,7 +266,7 @@
<version>${jaxb.impl.version}</version>
</dependency>
<dependency>
- <groupId>jboss.jaxr</groupId>
+ <groupId>org.jboss.jaxr</groupId>
<artifactId>juddi-service</artifactId>
<version>${juddi.service.version}</version>
<type>sar</type>
16 years, 5 months
JBossWS SVN: r7815 - in stack/metro/trunk: modules/resources/src/main/resources/resources and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-07-10 11:11:48 -0400 (Thu, 10 Jul 2008)
New Revision: 7815
Modified:
stack/metro/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
stack/metro/trunk/modules/testsuite/pom.xml
stack/metro/trunk/pom.xml
stack/metro/trunk/src/main/distro/build-deploy.xml
Log:
[JBWS-1673] fix jaxr (WIP)
Modified: stack/metro/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
===================================================================
--- stack/metro/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2008-07-10 14:05:08 UTC (rev 7814)
+++ stack/metro/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2008-07-10 15:11:48 UTC (rev 7815)
@@ -223,6 +223,23 @@
</macrodef>
<!-- ================================================================== -->
+ <!-- Deploy JUDDI Service -->
+ <!-- ================================================================== -->
+
+ <macrodef name="macro-deploy-juddi-sar">
+ <attribute name="thirdpartydir"/>
+ <attribute name="targetdir"/>
+ <sequential>
+ <mkdir dir="@{targetdir}"/>
+ <unzip dest="@{targetdir}">
+ <fileset dir="@{thirdpartydir}">
+ <include name="**/juddi-service.sar"/>
+ </fileset>
+ </unzip>
+ </sequential>
+ </macrodef>
+
+ <!-- ================================================================== -->
<!-- Deploy JBossWS Service -->
<!-- ================================================================== -->
@@ -347,6 +364,7 @@
<macro-deploy-jbossws-lib42 targetdir="${installserver}/../../lib" thirdpartydir="${thirdpartydir}"/>
<macro-deploy-jbossws-server-lib42 targetdir="${installserver}/lib" thirdpartydir="${thirdpartydir}" jbossid="${jbossid}"/>
<macro-deploy-jbossws-sar42 targetdir="${installserver}/deploy/jbossws.sar" artifactsdir="${artifactsdir}" thirdpartydir="${thirdpartydir}" jbossid="${jbossid}"/>
+ <macro-deploy-juddi-sar targetdir="${installserver}/deploy/juddi-service.sar" thirdpartydir="${thirdpartydir}"/>
</target>
<target name="deploy-jbossws-metro50" depends="check-parameters,deploy-jbossws-endorsed">
@@ -357,6 +375,7 @@
<macro-deploy-jbossws-sar50 targetdir="${installserver}/deploy/jbossws.sar" artifactsdir="${artifactsdir}" thirdpartydir="${thirdpartydir}" jbossid="${jbossid}"/>
<macro-deploy-jbossws-deployers50 targetdir="${installserver}/deployers/jbossws.deployer/" artifactsdir="${artifactsdir}" thirdpartydir="${thirdpartydir}" jbossid="${jbossid}"/>
<macro-deploy-jbossws-deploy50 targetdir="${installserver}/deploy" thirdpartydir="${thirdpartydir}" jbossid="${jbossid}"/>
+ <macro-deploy-juddi-sar targetdir="${installserver}/deploy/juddi-service.sar" thirdpartydir="${thirdpartydir}"/>
</target>
<target name="deploy-jbossws-endorsed" if="HAVE_JDK_1.6">
@@ -403,6 +422,9 @@
<!-- delete jbossws.sar -->
<delete dir="@{targetdir}"/>
+ <!-- delete juddi-service.sar -->
+ <delete dir="@{targetdir}/../juddi-service.sar"/>
+
</sequential>
</macrodef>
Modified: stack/metro/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/pom.xml 2008-07-10 14:05:08 UTC (rev 7814)
+++ stack/metro/trunk/modules/testsuite/pom.xml 2008-07-10 15:11:48 UTC (rev 7815)
@@ -17,7 +17,7 @@
<!-- Properties -->
<properties>
<surefire.security.args>-Djava.security.manager -Djava.security.policy=src/test/etc/tst.policy</surefire.security.args>
- <surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
+ <surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
<surefire.gc.args>-XX:MaxPermSize=128m</surefire.gc.args>
<test.archive.directory>${project.build.directory}/test-libs</test.archive.directory>
<test.classes.directory>${project.build.directory}/test-classes</test.classes.directory>
@@ -74,6 +74,34 @@
<artifactId>wsit-rt</artifactId>
<scope>test</scope>
</dependency>
+ <!-- JAXR samples -->
+ <dependency>
+ <groupId>apache-scout</groupId>
+ <artifactId>scout</artifactId>
+ <version>0.7rc2</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>juddi</groupId>
+ <artifactId>juddi</artifactId>
+ <version>0.9RC4</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>jboss.jaxr</groupId>
+ <artifactId>juddi-saaj</artifactId>
+ <version>1.2.0.GA</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
</dependencies>
<!-- Build -->
Modified: stack/metro/trunk/pom.xml
===================================================================
--- stack/metro/trunk/pom.xml 2008-07-10 14:05:08 UTC (rev 7814)
+++ stack/metro/trunk/pom.xml 2008-07-10 15:11:48 UTC (rev 7815)
@@ -55,6 +55,7 @@
<jbossws.jboss500.version>3.0.2-SNAPSHOT</jbossws.jboss500.version>
<jbossws.jboss501.version>3.0.2-SNAPSHOT</jbossws.jboss501.version>
<jboss.common.version>1.2.1.GA</jboss.common.version>
+ <commons.logging.version>1.1.1</commons.logging.version>
<jaxb.api.version>2.1</jaxb.api.version>
<jaxb.impl.version>2.1.6</jaxb.impl.version>
<jaxrpc.api.version>1.1</jaxrpc.api.version>
@@ -270,6 +271,11 @@
<version>${juddi.service.version}</version>
<type>sar</type>
</dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>${commons.logging.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>
Modified: stack/metro/trunk/src/main/distro/build-deploy.xml
===================================================================
--- stack/metro/trunk/src/main/distro/build-deploy.xml 2008-07-10 14:05:08 UTC (rev 7814)
+++ stack/metro/trunk/src/main/distro/build-deploy.xml 2008-07-10 15:11:48 UTC (rev 7815)
@@ -150,7 +150,7 @@
<macrodef name="macro-create-deploy-conf">
<attribute name="deploystructure"/>
<sequential>
- <fileset id="jbossws.deploy.fileset" dir="@{deploystructure}" excludes="**/jbossws.sar/**"/>
+ <fileset id="jbossws.deploy.fileset" dir="@{deploystructure}" excludes="**/jbossws.sar/**,**/juddi-service.sar/**"/>
<property name="jbossws.deploy.fileset" refid="jbossws.deploy.fileset"/>
<property name="jbossws.sar.dir" value="@{deploystructure}/server/${jboss.server.instance}/deploy/jbossws.sar"/>
<echo file="${jbossws.sar.dir}/jbossws-deploy.conf" message="${jbossws.deploy.fileset}"/>
16 years, 5 months
JBossWS SVN: r7814 - stack/metro/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-07-10 10:05:08 -0400 (Thu, 10 Jul 2008)
New Revision: 7814
Modified:
stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt
stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt
stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt
stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
Log:
exclude test
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt 2008-07-10 13:46:12 UTC (rev 7813)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt 2008-07-10 14:05:08 UTC (rev 7814)
@@ -46,6 +46,7 @@
org/jboss/test/ws/jaxws/jbws1904/**
org/jboss/test/ws/jaxws/jbws1969/**
org/jboss/test/ws/jaxws/jbws2000/**
+org/jboss/test/ws/jaxws/jbws2250/**
org/jboss/test/ws/jaxws/jbws860/**
org/jboss/test/ws/jaxws/webfault/**
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt 2008-07-10 13:46:12 UTC (rev 7813)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt 2008-07-10 14:05:08 UTC (rev 7814)
@@ -43,6 +43,7 @@
org/jboss/test/ws/jaxws/jbws1904/**
org/jboss/test/ws/jaxws/jbws1969/**
org/jboss/test/ws/jaxws/jbws2000/**
+org/jboss/test/ws/jaxws/jbws2250/**
org/jboss/test/ws/jaxws/jbws860/**
org/jboss/test/ws/jaxws/webfault/**
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt 2008-07-10 13:46:12 UTC (rev 7813)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt 2008-07-10 14:05:08 UTC (rev 7814)
@@ -40,6 +40,7 @@
org/jboss/test/ws/jaxws/jbws1904/**
org/jboss/test/ws/jaxws/jbws1969/**
org/jboss/test/ws/jaxws/jbws2000/**
+org/jboss/test/ws/jaxws/jbws2250/**
org/jboss/test/ws/jaxws/jbws860/**
org/jboss/test/ws/jaxws/webfault/**
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-07-10 13:46:12 UTC (rev 7813)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-07-10 14:05:08 UTC (rev 7814)
@@ -40,6 +40,7 @@
org/jboss/test/ws/jaxws/jbws1904/**
org/jboss/test/ws/jaxws/jbws1969/**
org/jboss/test/ws/jaxws/jbws2000/**
+org/jboss/test/ws/jaxws/jbws2250/**
org/jboss/test/ws/jaxws/jbws860/**
org/jboss/test/ws/jaxws/webfault/**
16 years, 5 months
JBossWS SVN: r7813 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-07-10 09:46:12 -0400 (Thu, 10 Jul 2008)
New Revision: 7813
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
fix client classpath
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2008-07-10 13:14:45 UTC (rev 7812)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2008-07-10 13:46:12 UTC (rev 7813)
@@ -333,6 +333,10 @@
</properties>
<dependencies>
<dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss500x</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
<version>${hibernate.version}</version>
@@ -343,13 +347,14 @@
<version>${asm.version}</version>
</dependency>
<dependency>
- <groupId>org.jboss.client</groupId>
- <artifactId>jbossall-client</artifactId>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-ejb3</artifactId>
<version>${jboss.version}</version>
</dependency>
<dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500x</artifactId>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-javaee</artifactId>
+ <version>${jboss.version}</version>
</dependency>
</dependencies>
<build>
@@ -365,6 +370,9 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args} -Djava.endorsed.dirs=${jboss500.home}/lib/endorsed</argLine>
+ <additionalClasspathElements>
+ <additionalClasspathElement>${jboss.home}/client/jboss-client.jar</additionalClasspathElement>
+ </additionalClasspathElements>
</configuration>
</plugin>
</plugins>
@@ -383,13 +391,18 @@
</properties>
<dependencies>
<dependency>
- <groupId>org.jboss.client</groupId>
- <artifactId>jbossall-client</artifactId>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss500x</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-ejb3</artifactId>
<version>${jboss.version}</version>
</dependency>
<dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500x</artifactId>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-javaee</artifactId>
+ <version>${jboss.version}</version>
</dependency>
</dependencies>
<build>
@@ -405,6 +418,10 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args} -Djava.endorsed.dirs=${jboss501.home}/lib/endorsed</argLine>
+ <additionalClasspathElements>
+ <additionalClasspathElement>${jboss.home}/client/jbossall-client.jar</additionalClasspathElement>
+ <additionalClasspathElement>${jboss.home}/server/default/lib/jboss-ejb3-core.jar</additionalClasspathElement>
+ </additionalClasspathElements>
</configuration>
</plugin>
</plugins>
16 years, 5 months