JBossWS SVN: r4838 - in stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml: rpc/soap and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-10-21 02:50:28 -0400 (Sun, 21 Oct 2007)
New Revision: 4838
Modified:
stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/JAXRPCException.java
stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/ServiceException.java
stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/soap/SOAPFaultException.java
stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/soap/SOAPException.java
Log:
Use serialVersionUID required by the tests
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/JAXRPCException.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/JAXRPCException.java 2007-10-21 06:40:22 UTC (rev 4837)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/JAXRPCException.java 2007-10-21 06:50:28 UTC (rev 4838)
@@ -28,7 +28,7 @@
*/
public class JAXRPCException extends RuntimeException
{
- private static final long serialVersionUID = 2012915834079496799L;
+ private static final long serialVersionUID = 5213579554532711730L;
public JAXRPCException()
{
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/ServiceException.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/ServiceException.java 2007-10-21 06:40:22 UTC (rev 4837)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/ServiceException.java 2007-10-21 06:50:28 UTC (rev 4838)
@@ -28,7 +28,7 @@
*/
public class ServiceException extends Exception
{
- private static final long serialVersionUID = -4042547292194127311L;
+ private static final long serialVersionUID = -6582148924441189775L;
public ServiceException()
{
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/soap/SOAPFaultException.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/soap/SOAPFaultException.java 2007-10-21 06:40:22 UTC (rev 4837)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/soap/SOAPFaultException.java 2007-10-21 06:50:28 UTC (rev 4838)
@@ -48,7 +48,7 @@
*/
public class SOAPFaultException extends RuntimeException
{
- private static final long serialVersionUID = 2231461982722876067L;
+ private static final long serialVersionUID = -7224636940495025621L;
// provide logging
private static Logger log = Logger.getLogger(SOAPFaultException.class.getName());
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/soap/SOAPException.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/soap/SOAPException.java 2007-10-21 06:40:22 UTC (rev 4837)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/soap/SOAPException.java 2007-10-21 06:50:28 UTC (rev 4838)
@@ -28,7 +28,7 @@
*/
public class SOAPException extends Exception
{
- private static final long serialVersionUID = -4385552115225336830L;
+ private static final long serialVersionUID = 5083961510786058130L;
public SOAPException()
{
17 years, 2 months
JBossWS SVN: r4837 - in stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/javax/xml: rpc/soap and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-10-21 02:40:22 -0400 (Sun, 21 Oct 2007)
New Revision: 4837
Modified:
stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/javax/xml/rpc/JAXRPCException.java
stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/javax/xml/rpc/ServiceException.java
stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/javax/xml/rpc/soap/SOAPFaultException.java
stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/javax/xml/soap/SOAPException.java
Log:
Use serialVersionUID required by the tests
Modified: stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/javax/xml/rpc/JAXRPCException.java
===================================================================
--- stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/javax/xml/rpc/JAXRPCException.java 2007-10-20 19:24:02 UTC (rev 4836)
+++ stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/javax/xml/rpc/JAXRPCException.java 2007-10-21 06:40:22 UTC (rev 4837)
@@ -28,7 +28,7 @@
*/
public class JAXRPCException extends RuntimeException
{
- private static final long serialVersionUID = 2012915834079496799L;
+ private static final long serialVersionUID = 5213579554532711730L;
public JAXRPCException()
{
Modified: stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/javax/xml/rpc/ServiceException.java
===================================================================
--- stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/javax/xml/rpc/ServiceException.java 2007-10-20 19:24:02 UTC (rev 4836)
+++ stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/javax/xml/rpc/ServiceException.java 2007-10-21 06:40:22 UTC (rev 4837)
@@ -28,7 +28,7 @@
*/
public class ServiceException extends Exception
{
- private static final long serialVersionUID = -4042547292194127311L;
+ private static final long serialVersionUID = -6582148924441189775L;
public ServiceException()
{
Modified: stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/javax/xml/rpc/soap/SOAPFaultException.java
===================================================================
--- stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/javax/xml/rpc/soap/SOAPFaultException.java 2007-10-20 19:24:02 UTC (rev 4836)
+++ stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/javax/xml/rpc/soap/SOAPFaultException.java 2007-10-21 06:40:22 UTC (rev 4837)
@@ -48,7 +48,7 @@
*/
public class SOAPFaultException extends RuntimeException
{
- private static final long serialVersionUID = 2231461982722876067L;
+ private static final long serialVersionUID = -7224636940495025621L;
// provide logging
private static Logger log = Logger.getLogger(SOAPFaultException.class.getName());
Modified: stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/javax/xml/soap/SOAPException.java
===================================================================
--- stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/javax/xml/soap/SOAPException.java 2007-10-20 19:24:02 UTC (rev 4836)
+++ stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/javax/xml/soap/SOAPException.java 2007-10-21 06:40:22 UTC (rev 4837)
@@ -28,7 +28,7 @@
*/
public class SOAPException extends Exception
{
- private static final long serialVersionUID = -4385552115225336830L;
+ private static final long serialVersionUID = 5083961510786058130L;
public SOAPException()
{
17 years, 2 months
JBossWS SVN: r4836 - in stack/native/trunk/src/main/java/javax/xml: rpc/soap and 5 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-10-20 15:24:02 -0400 (Sat, 20 Oct 2007)
New Revision: 4836
Modified:
stack/native/trunk/src/main/java/javax/xml/rpc/JAXRPCException.java
stack/native/trunk/src/main/java/javax/xml/rpc/ServiceException.java
stack/native/trunk/src/main/java/javax/xml/rpc/soap/SOAPFaultException.java
stack/native/trunk/src/main/java/javax/xml/soap/SOAPException.java
stack/native/trunk/src/main/java/javax/xml/ws/ProtocolException.java
stack/native/trunk/src/main/java/javax/xml/ws/WebServiceException.java
stack/native/trunk/src/main/java/javax/xml/ws/addressing/ActionNotSupportedException.java
stack/native/trunk/src/main/java/javax/xml/ws/addressing/AddressingException.java
stack/native/trunk/src/main/java/javax/xml/ws/addressing/DestinationUnreachableException.java
stack/native/trunk/src/main/java/javax/xml/ws/addressing/EndpointUnavailableException.java
stack/native/trunk/src/main/java/javax/xml/ws/addressing/InvalidMapException.java
stack/native/trunk/src/main/java/javax/xml/ws/addressing/MapRequiredException.java
stack/native/trunk/src/main/java/javax/xml/ws/http/HTTPException.java
stack/native/trunk/src/main/java/javax/xml/ws/soap/SOAPFaultException.java
Log:
Add serialVersionUID to Exceptions
Modified: stack/native/trunk/src/main/java/javax/xml/rpc/JAXRPCException.java
===================================================================
--- stack/native/trunk/src/main/java/javax/xml/rpc/JAXRPCException.java 2007-10-20 19:22:55 UTC (rev 4835)
+++ stack/native/trunk/src/main/java/javax/xml/rpc/JAXRPCException.java 2007-10-20 19:24:02 UTC (rev 4836)
@@ -28,6 +28,8 @@
*/
public class JAXRPCException extends RuntimeException
{
+ private static final long serialVersionUID = 2012915834079496799L;
+
public JAXRPCException()
{
}
Modified: stack/native/trunk/src/main/java/javax/xml/rpc/ServiceException.java
===================================================================
--- stack/native/trunk/src/main/java/javax/xml/rpc/ServiceException.java 2007-10-20 19:22:55 UTC (rev 4835)
+++ stack/native/trunk/src/main/java/javax/xml/rpc/ServiceException.java 2007-10-20 19:24:02 UTC (rev 4836)
@@ -28,6 +28,8 @@
*/
public class ServiceException extends Exception
{
+ private static final long serialVersionUID = -4042547292194127311L;
+
public ServiceException()
{
}
Modified: stack/native/trunk/src/main/java/javax/xml/rpc/soap/SOAPFaultException.java
===================================================================
--- stack/native/trunk/src/main/java/javax/xml/rpc/soap/SOAPFaultException.java 2007-10-20 19:22:55 UTC (rev 4835)
+++ stack/native/trunk/src/main/java/javax/xml/rpc/soap/SOAPFaultException.java 2007-10-20 19:24:02 UTC (rev 4836)
@@ -48,6 +48,8 @@
*/
public class SOAPFaultException extends RuntimeException
{
+ private static final long serialVersionUID = 2231461982722876067L;
+
// provide logging
private static Logger log = Logger.getLogger(SOAPFaultException.class.getName());
Modified: stack/native/trunk/src/main/java/javax/xml/soap/SOAPException.java
===================================================================
--- stack/native/trunk/src/main/java/javax/xml/soap/SOAPException.java 2007-10-20 19:22:55 UTC (rev 4835)
+++ stack/native/trunk/src/main/java/javax/xml/soap/SOAPException.java 2007-10-20 19:24:02 UTC (rev 4836)
@@ -28,6 +28,8 @@
*/
public class SOAPException extends Exception
{
+ private static final long serialVersionUID = -4385552115225336830L;
+
public SOAPException()
{
}
Modified: stack/native/trunk/src/main/java/javax/xml/ws/ProtocolException.java
===================================================================
--- stack/native/trunk/src/main/java/javax/xml/ws/ProtocolException.java 2007-10-20 19:22:55 UTC (rev 4835)
+++ stack/native/trunk/src/main/java/javax/xml/ws/ProtocolException.java 2007-10-20 19:24:02 UTC (rev 4836)
@@ -32,6 +32,8 @@
**/
public class ProtocolException extends WebServiceException
{
+ private static final long serialVersionUID = 6688436881502883481L;
+
/**
* Constructs a new protocol exception with null as its detail message. The
* cause is not initialized, and may subsequently be initialized by a call
Modified: stack/native/trunk/src/main/java/javax/xml/ws/WebServiceException.java
===================================================================
--- stack/native/trunk/src/main/java/javax/xml/ws/WebServiceException.java 2007-10-20 19:22:55 UTC (rev 4835)
+++ stack/native/trunk/src/main/java/javax/xml/ws/WebServiceException.java 2007-10-20 19:24:02 UTC (rev 4836)
@@ -31,6 +31,7 @@
public class WebServiceException extends java.lang.RuntimeException
{
+ private static final long serialVersionUID = 9050257594613372011L;
/** Constructs a new exception with <code>null</code> as its
* detail message. The cause is not initialized.
Modified: stack/native/trunk/src/main/java/javax/xml/ws/addressing/ActionNotSupportedException.java
===================================================================
--- stack/native/trunk/src/main/java/javax/xml/ws/addressing/ActionNotSupportedException.java 2007-10-20 19:22:55 UTC (rev 4835)
+++ stack/native/trunk/src/main/java/javax/xml/ws/addressing/ActionNotSupportedException.java 2007-10-20 19:24:02 UTC (rev 4836)
@@ -27,6 +27,7 @@
public class ActionNotSupportedException extends AddressingException
{
+ private static final long serialVersionUID = -2281268200778671820L;
static
{
Modified: stack/native/trunk/src/main/java/javax/xml/ws/addressing/AddressingException.java
===================================================================
--- stack/native/trunk/src/main/java/javax/xml/ws/addressing/AddressingException.java 2007-10-20 19:22:55 UTC (rev 4835)
+++ stack/native/trunk/src/main/java/javax/xml/ws/addressing/AddressingException.java 2007-10-20 19:24:02 UTC (rev 4836)
@@ -28,6 +28,7 @@
public class AddressingException extends WebServiceException
{
+ private static final long serialVersionUID = -4470655951999027171L;
protected QName code;
Modified: stack/native/trunk/src/main/java/javax/xml/ws/addressing/DestinationUnreachableException.java
===================================================================
--- stack/native/trunk/src/main/java/javax/xml/ws/addressing/DestinationUnreachableException.java 2007-10-20 19:22:55 UTC (rev 4835)
+++ stack/native/trunk/src/main/java/javax/xml/ws/addressing/DestinationUnreachableException.java 2007-10-20 19:24:02 UTC (rev 4836)
@@ -27,6 +27,7 @@
public class DestinationUnreachableException extends AddressingException
{
+ private static final long serialVersionUID = 7420697131368408456L;
static
{
Modified: stack/native/trunk/src/main/java/javax/xml/ws/addressing/EndpointUnavailableException.java
===================================================================
--- stack/native/trunk/src/main/java/javax/xml/ws/addressing/EndpointUnavailableException.java 2007-10-20 19:22:55 UTC (rev 4835)
+++ stack/native/trunk/src/main/java/javax/xml/ws/addressing/EndpointUnavailableException.java 2007-10-20 19:24:02 UTC (rev 4836)
@@ -27,6 +27,7 @@
public class EndpointUnavailableException extends AddressingException
{
+ private static final long serialVersionUID = 4098776568071868541L;
static
{
Modified: stack/native/trunk/src/main/java/javax/xml/ws/addressing/InvalidMapException.java
===================================================================
--- stack/native/trunk/src/main/java/javax/xml/ws/addressing/InvalidMapException.java 2007-10-20 19:22:55 UTC (rev 4835)
+++ stack/native/trunk/src/main/java/javax/xml/ws/addressing/InvalidMapException.java 2007-10-20 19:24:02 UTC (rev 4836)
@@ -27,6 +27,7 @@
public class InvalidMapException extends AddressingException
{
+ private static final long serialVersionUID = 1760077070006214469L;
static
{
Modified: stack/native/trunk/src/main/java/javax/xml/ws/addressing/MapRequiredException.java
===================================================================
--- stack/native/trunk/src/main/java/javax/xml/ws/addressing/MapRequiredException.java 2007-10-20 19:22:55 UTC (rev 4835)
+++ stack/native/trunk/src/main/java/javax/xml/ws/addressing/MapRequiredException.java 2007-10-20 19:24:02 UTC (rev 4836)
@@ -27,6 +27,7 @@
public class MapRequiredException extends AddressingException
{
+ private static final long serialVersionUID = 7593796661805754938L;
static
{
Modified: stack/native/trunk/src/main/java/javax/xml/ws/http/HTTPException.java
===================================================================
--- stack/native/trunk/src/main/java/javax/xml/ws/http/HTTPException.java 2007-10-20 19:22:55 UTC (rev 4835)
+++ stack/native/trunk/src/main/java/javax/xml/ws/http/HTTPException.java 2007-10-20 19:24:02 UTC (rev 4836)
@@ -23,7 +23,6 @@
// $Id$
-
/** The <code>HTTPException</code> exception represents a
* XML/HTTP fault.
*
@@ -31,24 +30,28 @@
* in XML/HTTP messaging, only the HTTP status code is captured.
*
* @since JAX-WS 2.0
-**/
-public class HTTPException extends javax.xml.ws.ProtocolException {
-
- private int statusCode;
+ **/
+public class HTTPException extends javax.xml.ws.ProtocolException
+{
+ private static final long serialVersionUID = -7126704204037460302L;
+
+ private int statusCode;
- /** Constructor for the HTTPException
- * @param statusCode <code>int</code> for the HTTP status code
- **/
- public HTTPException(int statusCode) {
- super();
- this.statusCode = statusCode;
- }
+ /** Constructor for the HTTPException
+ * @param statusCode <code>int</code> for the HTTP status code
+ **/
+ public HTTPException(int statusCode)
+ {
+ super();
+ this.statusCode = statusCode;
+ }
- /** Gets the HTTP status code.
- *
- * @return HTTP status code
- **/
- public int getStatusCode() {
- return statusCode;
- }
+ /** Gets the HTTP status code.
+ *
+ * @return HTTP status code
+ **/
+ public int getStatusCode()
+ {
+ return statusCode;
+ }
}
Modified: stack/native/trunk/src/main/java/javax/xml/ws/soap/SOAPFaultException.java
===================================================================
--- stack/native/trunk/src/main/java/javax/xml/ws/soap/SOAPFaultException.java 2007-10-20 19:22:55 UTC (rev 4835)
+++ stack/native/trunk/src/main/java/javax/xml/ws/soap/SOAPFaultException.java 2007-10-20 19:24:02 UTC (rev 4836)
@@ -50,7 +50,8 @@
**/
public class SOAPFaultException extends javax.xml.ws.ProtocolException
{
-
+ private static final long serialVersionUID = 3948617580148536298L;
+
private SOAPFault fault;
/** Constructor for SOAPFaultException
17 years, 2 months
JBossWS SVN: r4835 - in stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml: rpc/soap and 5 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-10-20 15:22:55 -0400 (Sat, 20 Oct 2007)
New Revision: 4835
Modified:
stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/JAXRPCException.java
stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/ServiceException.java
stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/soap/SOAPFaultException.java
stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/soap/SOAPException.java
stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/ProtocolException.java
stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/WebServiceException.java
stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/ActionNotSupportedException.java
stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/AddressingException.java
stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/DestinationUnreachableException.java
stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/EndpointUnavailableException.java
stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/InvalidMapException.java
stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/MapRequiredException.java
stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/http/HTTPException.java
stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/soap/SOAPFaultException.java
Log:
Add serialVersionUID to Exceptions
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/JAXRPCException.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/JAXRPCException.java 2007-10-20 19:17:27 UTC (rev 4834)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/JAXRPCException.java 2007-10-20 19:22:55 UTC (rev 4835)
@@ -28,6 +28,8 @@
*/
public class JAXRPCException extends RuntimeException
{
+ private static final long serialVersionUID = 2012915834079496799L;
+
public JAXRPCException()
{
}
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/ServiceException.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/ServiceException.java 2007-10-20 19:17:27 UTC (rev 4834)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/ServiceException.java 2007-10-20 19:22:55 UTC (rev 4835)
@@ -28,6 +28,8 @@
*/
public class ServiceException extends Exception
{
+ private static final long serialVersionUID = -4042547292194127311L;
+
public ServiceException()
{
}
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/soap/SOAPFaultException.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/soap/SOAPFaultException.java 2007-10-20 19:17:27 UTC (rev 4834)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/rpc/soap/SOAPFaultException.java 2007-10-20 19:22:55 UTC (rev 4835)
@@ -48,6 +48,8 @@
*/
public class SOAPFaultException extends RuntimeException
{
+ private static final long serialVersionUID = 2231461982722876067L;
+
// provide logging
private static Logger log = Logger.getLogger(SOAPFaultException.class.getName());
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/soap/SOAPException.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/soap/SOAPException.java 2007-10-20 19:17:27 UTC (rev 4834)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/soap/SOAPException.java 2007-10-20 19:22:55 UTC (rev 4835)
@@ -28,6 +28,8 @@
*/
public class SOAPException extends Exception
{
+ private static final long serialVersionUID = -4385552115225336830L;
+
public SOAPException()
{
}
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/ProtocolException.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/ProtocolException.java 2007-10-20 19:17:27 UTC (rev 4834)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/ProtocolException.java 2007-10-20 19:22:55 UTC (rev 4835)
@@ -32,6 +32,8 @@
**/
public class ProtocolException extends WebServiceException
{
+ private static final long serialVersionUID = 6688436881502883481L;
+
/**
* Constructs a new protocol exception with null as its detail message. The
* cause is not initialized, and may subsequently be initialized by a call
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/WebServiceException.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/WebServiceException.java 2007-10-20 19:17:27 UTC (rev 4834)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/WebServiceException.java 2007-10-20 19:22:55 UTC (rev 4835)
@@ -31,6 +31,7 @@
public class WebServiceException extends java.lang.RuntimeException
{
+ private static final long serialVersionUID = 9050257594613372011L;
/** Constructs a new exception with <code>null</code> as its
* detail message. The cause is not initialized.
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/ActionNotSupportedException.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/ActionNotSupportedException.java 2007-10-20 19:17:27 UTC (rev 4834)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/ActionNotSupportedException.java 2007-10-20 19:22:55 UTC (rev 4835)
@@ -27,6 +27,7 @@
public class ActionNotSupportedException extends AddressingException
{
+ private static final long serialVersionUID = -2281268200778671820L;
static
{
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/AddressingException.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/AddressingException.java 2007-10-20 19:17:27 UTC (rev 4834)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/AddressingException.java 2007-10-20 19:22:55 UTC (rev 4835)
@@ -28,6 +28,7 @@
public class AddressingException extends WebServiceException
{
+ private static final long serialVersionUID = -4470655951999027171L;
protected QName code;
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/DestinationUnreachableException.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/DestinationUnreachableException.java 2007-10-20 19:17:27 UTC (rev 4834)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/DestinationUnreachableException.java 2007-10-20 19:22:55 UTC (rev 4835)
@@ -27,6 +27,7 @@
public class DestinationUnreachableException extends AddressingException
{
+ private static final long serialVersionUID = 7420697131368408456L;
static
{
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/EndpointUnavailableException.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/EndpointUnavailableException.java 2007-10-20 19:17:27 UTC (rev 4834)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/EndpointUnavailableException.java 2007-10-20 19:22:55 UTC (rev 4835)
@@ -27,6 +27,7 @@
public class EndpointUnavailableException extends AddressingException
{
+ private static final long serialVersionUID = 4098776568071868541L;
static
{
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/InvalidMapException.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/InvalidMapException.java 2007-10-20 19:17:27 UTC (rev 4834)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/InvalidMapException.java 2007-10-20 19:22:55 UTC (rev 4835)
@@ -27,6 +27,7 @@
public class InvalidMapException extends AddressingException
{
+ private static final long serialVersionUID = 1760077070006214469L;
static
{
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/MapRequiredException.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/MapRequiredException.java 2007-10-20 19:17:27 UTC (rev 4834)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/addressing/MapRequiredException.java 2007-10-20 19:22:55 UTC (rev 4835)
@@ -27,6 +27,7 @@
public class MapRequiredException extends AddressingException
{
+ private static final long serialVersionUID = 7593796661805754938L;
static
{
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/http/HTTPException.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/http/HTTPException.java 2007-10-20 19:17:27 UTC (rev 4834)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/http/HTTPException.java 2007-10-20 19:22:55 UTC (rev 4835)
@@ -23,7 +23,6 @@
// $Id$
-
/** The <code>HTTPException</code> exception represents a
* XML/HTTP fault.
*
@@ -31,24 +30,28 @@
* in XML/HTTP messaging, only the HTTP status code is captured.
*
* @since JAX-WS 2.0
-**/
-public class HTTPException extends javax.xml.ws.ProtocolException {
-
- private int statusCode;
+ **/
+public class HTTPException extends javax.xml.ws.ProtocolException
+{
+ private static final long serialVersionUID = -7126704204037460302L;
+
+ private int statusCode;
- /** Constructor for the HTTPException
- * @param statusCode <code>int</code> for the HTTP status code
- **/
- public HTTPException(int statusCode) {
- super();
- this.statusCode = statusCode;
- }
+ /** Constructor for the HTTPException
+ * @param statusCode <code>int</code> for the HTTP status code
+ **/
+ public HTTPException(int statusCode)
+ {
+ super();
+ this.statusCode = statusCode;
+ }
- /** Gets the HTTP status code.
- *
- * @return HTTP status code
- **/
- public int getStatusCode() {
- return statusCode;
- }
+ /** Gets the HTTP status code.
+ *
+ * @return HTTP status code
+ **/
+ public int getStatusCode()
+ {
+ return statusCode;
+ }
}
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/soap/SOAPFaultException.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/soap/SOAPFaultException.java 2007-10-20 19:17:27 UTC (rev 4834)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/java/javax/xml/ws/soap/SOAPFaultException.java 2007-10-20 19:22:55 UTC (rev 4835)
@@ -50,7 +50,8 @@
**/
public class SOAPFaultException extends javax.xml.ws.ProtocolException
{
-
+ private static final long serialVersionUID = 3948617580148536298L;
+
private SOAPFault fault;
/** Constructor for SOAPFaultException
17 years, 2 months
JBossWS SVN: r4834 - stack/native/branches/jbossws-native-2.0.2/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-10-20 15:17:27 -0400 (Sat, 20 Oct 2007)
New Revision: 4834
Modified:
stack/native/branches/jbossws-native-2.0.2/src/main/distro/ant.properties.example
stack/native/branches/jbossws-native-2.0.2/src/main/distro/bin-dist-build.xml
stack/native/branches/jbossws-native-2.0.2/src/main/distro/bin-dist-deploy.xml
Log:
Fix distro build
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/distro/ant.properties.example
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/distro/ant.properties.example 2007-10-20 17:08:38 UTC (rev 4833)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/distro/ant.properties.example 2007-10-20 19:17:27 UTC (rev 4834)
@@ -4,12 +4,13 @@
# $Id: ant.properties.example 3137 2007-05-18 13:41:57Z thomas.diesler(a)jboss.com $
# Optional JBoss Home
-jboss50.home=(a)jboss50.home@
-jboss42.home=(a)jboss42.home@
-jboss40.home=(a)jboss40.home@
+jboss405.home=(a)jboss405.home@
+jboss421.home=(a)jboss421.home@
+jboss422.home=(a)jboss422.home@
+jboss500.home=(a)jboss500.home@
-# The JBoss server under test. This can be [jboss50|jboss42|jboss40]
-jbossws.integration.target=jboss42
+# The JBoss server under test. This can be [jboss405|jboss421|jboss422|jboss500]
+jbossws.integration.target=jboss422
# The JBoss settings
jboss.server.instance=default
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/distro/bin-dist-build.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/distro/bin-dist-build.xml 2007-10-20 17:08:38 UTC (rev 4833)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/distro/bin-dist-build.xml 2007-10-20 19:17:27 UTC (rev 4834)
@@ -28,37 +28,60 @@
<property file="${basedir}/ant.properties"/>
<property file="${basedir}/version.properties"/>
- <property name="jboss500.lib" value="${jboss500.home}/lib"/>
- <property name="jboss500.client" value="${jboss500.home}/client"/>
- <property name="jboss500.server" value="${jboss500.home}/server/${jboss.server.instance}"/>
- <property name="jboss500.server.lib" value="${jboss500.server}/lib"/>
- <property name="jboss500.server.deploy" value="${jboss500.server}/deploy"/>
- <property name="jboss500.server.deployers" value="${jboss500.server}/deployers"/>
+ <property name="jboss405.lib" value="${jboss405.home}/lib"/>
+ <property name="jboss405.client" value="${jboss405.home}/client"/>
+ <property name="jboss405.server" value="${jboss405.home}/server/${jboss.server.instance}"/>
+ <property name="jboss405.server.lib" value="${jboss405.server}/lib"/>
+ <property name="jboss405.server.deploy" value="${jboss405.server}/deploy"/>
- <property name="jboss422.lib" value="${jboss422.home}/lib"/>
- <property name="jboss422.client" value="${jboss422.home}/client"/>
- <property name="jboss422.server" value="${jboss422.home}/server/${jboss.server.instance}"/>
- <property name="jboss422.server.lib" value="${jboss422.server}/lib"/>
- <property name="jboss422.server.deploy" value="${jboss422.server}/deploy"/>
+ <property name="jboss421.lib" value="${jboss421.home}/lib"/>
+ <property name="jboss421.client" value="${jboss421.home}/client"/>
+ <property name="jboss421.server" value="${jboss421.home}/server/${jboss.server.instance}"/>
+ <property name="jboss421.server.lib" value="${jboss421.server}/lib"/>
+ <property name="jboss421.server.deploy" value="${jboss421.server}/deploy"/>
- <property name="jboss405.lib" value="${jboss405.home}/lib"/>
- <property name="jboss405.client" value="${jboss405.home}/client"/>
- <property name="jboss405.server" value="${jboss405.home}/server/${jboss.server.instance}"/>
- <property name="jboss405.server.lib" value="${jboss405.server}/lib"/>
- <property name="jboss405.server.deploy" value="${jboss405.server}/deploy"/>
+ <property name="jboss422.lib" value="${jboss422.home}/lib"/>
+ <property name="jboss422.client" value="${jboss422.home}/client"/>
+ <property name="jboss422.server" value="${jboss422.home}/server/${jboss.server.instance}"/>
+ <property name="jboss422.server.lib" value="${jboss422.server}/lib"/>
+ <property name="jboss422.server.deploy" value="${jboss422.server}/deploy"/>
- <property name="jbossws.integration.${jbossws.integration.target}" value="true"/>
-
- <property name="jboss500.available.file" value="${jboss500.client}/jboss-ejb3-client.jar"/>
- <property name="jboss422.available.file" value="${jboss422.client}/jboss-client.jar"/>
- <property name="jboss405.available.file" value="${jboss405.client}/jboss-client.jar"/>
-
- <available property="jboss500.available" file="${jboss500.available.file}"/>
- <available property="jboss422.available" file="${jboss422.available.file}"/>
- <available property="jboss405.available" file="${jboss405.available.file}"/>
+ <property name="jboss500.lib" value="${jboss500.home}/lib"/>
+ <property name="jboss500.client" value="${jboss500.home}/client"/>
+ <property name="jboss500.server" value="${jboss500.home}/server/${jboss.server.instance}"/>
+ <property name="jboss500.server.lib" value="${jboss500.server}/lib"/>
+ <property name="jboss500.server.deploy" value="${jboss500.server}/deploy"/>
+ <property name="jboss500.server.deployers" value="${jboss500.server}/deployers"/>
+ <property name="jboss.server.instance.${jboss.server.instance}" value="true"/>
+
+ <property name="jboss405.available.file" value="${jboss405.client}/jboss-client.jar"/>
+ <property name="jboss421.available.file" value="${jboss421.client}/jboss-client.jar"/>
+ <property name="jboss422.available.file" value="${jboss422.client}/jboss-client.jar"/>
+ <property name="jboss500.available.file" value="${jboss500.client}/jboss-ejb3-client.jar"/>
+
+ <available property="jboss405.available" file="${jboss405.available.file}"/>
<available property="jboss405.ejb3.available" file="${jboss405.client}/jboss-ejb3-client.jar"/>
+ <available property="jboss421.available" file="${jboss421.available.file}"/>
+ <available property="jboss422.available" file="${jboss422.available.file}"/>
+ <available property="jboss500.available" file="${jboss500.available.file}"/>
+ <condition property="jbossws.integration.jboss40" value="true">
+ <or>
+ <equals arg1="${jbossws.integration.target}" arg2="jboss405"/>
+ <equals arg1="${jbossws.integration.target}" arg2="jboss405.no.ejb3"/>
+ </or>
+ </condition>
+ <condition property="jbossws.integration.jboss42" value="true">
+ <or>
+ <equals arg1="${jbossws.integration.target}" arg2="jboss421"/>
+ <equals arg1="${jbossws.integration.target}" arg2="jboss422"/>
+ </or>
+ </condition>
+ <condition property="jbossws.integration.jboss50" value="true">
+ <equals arg1="${jbossws.integration.target}" arg2="jboss500"/>
+ </condition>
+
<!-- JDK Detection -->
<available classname="java.lang.Enum" property="HAVE_JDK_1.5"/>
<available classname="java.io.Console" property="HAVE_JDK_1.6"/>
Modified: stack/native/branches/jbossws-native-2.0.2/src/main/distro/bin-dist-deploy.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/main/distro/bin-dist-deploy.xml 2007-10-20 17:08:38 UTC (rev 4833)
+++ stack/native/branches/jbossws-native-2.0.2/src/main/distro/bin-dist-deploy.xml 2007-10-20 19:17:27 UTC (rev 4834)
@@ -12,85 +12,75 @@
<!-- $Id: bin-dist-deploy.xml 3576 2007-06-14 09:23:52Z thomas.diesler(a)jboss.com $ -->
<project>
-
- <!-- ================================================================== -->
- <!-- Deployment -->
- <!-- ================================================================== -->
-
- <!-- Deploy jbossws/native to jboss50 -->
- <target name="deploy-jboss50" depends="undeploy-jboss50,deploy-jboss50-endorsed" description="Deploy jbossws/native to jboss50">
- <macro-deploy-native50
- stacklibs="${lib.dir}"
- thirdpartylibs="${lib.dir}"/>
- <macro-deploy-framework
- thirdpartylibs="${lib.dir}"
- jbosshome="${jboss500.home}"/>
- </target>
- <target name="deploy-jboss50-endorsed" depends="prepare" if="HAVE_JDK_1.6">
- <macro-deploy-endorsed
- jbosshome="${jboss500.home}"
- stacklibs="${lib.dir}"
- thirdpartylibs="${lib.dir}"/>
- </target>
-
- <!-- Remove jbossws/native from jboss50 -->
- <target name="undeploy-jboss50" depends="prepare" description="Remove jbossws/native from jboss50">
- <macro-undeploy-native50/>
- <macro-undeploy-framework jbosshome="${jboss500.home}"/>
- </target>
-
- <!-- Deploy jbossws/native to jboss42 -->
- <target name="deploy-jboss42" depends="undeploy-jboss42,deploy-jboss42-endorsed" description="Deploy jbossws/native to jboss42">
- <macro-deploy-native42
- stacklibs="${lib.dir}"
- thirdpartylibs="${lib.dir}"/>
- <macro-deploy-framework
- thirdpartylibs="${lib.dir}"
- jbosshome="${jboss422.home}"/>
- </target>
- <target name="deploy-jboss42-endorsed" depends="prepare" if="HAVE_JDK_1.6">
- <macro-deploy-endorsed
- jbosshome="${jboss422.home}"
- stacklibs="${lib.dir}"
- thirdpartylibs="${lib.dir}"/>
- </target>
-
- <!-- Remove jbossws/native from jboss42 -->
- <target name="undeploy-jboss42" depends="prepare,undeploy-jboss42-endorsed" description="Remove jbossws/native from jboss42">
- <macro-undeploy-native42/>
- <macro-undeploy-framework jbosshome="${jboss422.home}"/>
- </target>
- <target name="undeploy-jboss42-endorsed" depends="prepare" if="HAVE_JDK_1.6">
- <macro-undeploy-endorsed jbosshome="${jboss422.home}"/>
- </target>
-
- <!-- Deploy jbossws/native to jboss40 -->
- <target name="deploy-jboss40" depends="deploy-jboss40-no-ejb3" description="Deploy jbossws/native to jboss40"/>
-
- <target name="deploy-jboss40-ejb3" depends="undeploy-jboss40">
- <macro-deploy-native40
- stacklibs="${lib.dir}"
- thirdpartylibs="${lib.dir}"/>
+
+ <!-- Deploy jbossws/native to jboss405 -->
+ <target name="deploy-jboss405" depends="deploy-jboss405-no-ejb3" description="Deploy jbossws/native to jboss405"/>
+
+ <target name="deploy-jboss405-ejb3" depends="undeploy-jboss405">
+ <macro-deploy-native405 stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
- <macro-deploy-framework
- thirdpartylibs="${lib.dir}"
- jbosshome="${jboss405.home}"/>
- </target>
-
- <target name="deploy-jboss40-no-ejb3" depends="deploy-jboss40-ejb3" unless="jboss405.ejb3.available">
- <macro-setup-native40-no-ejb3/>
- <echo>
- ***********************************
- * JBossWS EJB3 support disabled *
- * All EJB3 tests will fail. *
- ***********************************
- </echo>
- </target>
-
- <!-- Remove jbossws/native from jboss40 -->
- <target name="undeploy-jboss40" depends="prepare" description="Remove jbossws/native from jboss40">
- <macro-undeploy-native40/>
- <macro-undeploy-framework jbosshome="${jboss405.home}"/>
- </target>
-
-</project>
+ <macro-deploy-framework thirdpartylibs="${lib.dir}" jbosshome="${jboss405.home}"/>
+ </target>
+
+ <target name="deploy-jboss405-no-ejb3" depends="deploy-jboss405-ejb3" unless="jboss405.ejb3.available">
+ <macro-setup-native40-no-ejb3/>
+ <echo>*********************************</echo>
+ <echo>* JBossWS EJB3 support disabled *</echo>
+ <echo>* All EJB3 tests will fail. *</echo>
+ <echo>*********************************</echo>
+ </target>
+
+ <target name="undeploy-jboss405" depends="prepare" description="Remove jbossws/native from jboss405">
+ <macro-undeploy-native405/>
+ <macro-undeploy-framework jbosshome="${jboss405.home}"/>
+ </target>
+
+ <!-- Deploy jbossws/native to jboss421 -->
+ <target name="deploy-jboss421" depends="undeploy-jboss421,deploy-jboss421-endorsed" description="Deploy jbossws/native to jboss421">
+ <macro-deploy-native421 stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
+ <macro-deploy-framework thirdpartylibs="${lib.dir}" jbosshome="${jboss421.home}"/>
+ </target>
+ <target name="deploy-jboss421-endorsed" depends="prepare" if="HAVE_JDK_1.6">
+ <macro-deploy-endorsed jbosshome="${jboss421.home}" stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
+ </target>
+
+ <target name="undeploy-jboss421" depends="prepare,undeploy-jboss421-endorsed" description="Remove jbossws/native from jboss421">
+ <macro-undeploy-native421/>
+ <macro-undeploy-framework jbosshome="${jboss421.home}"/>
+ </target>
+ <target name="undeploy-jboss421-endorsed" depends="prepare" if="HAVE_JDK_1.6">
+ <macro-undeploy-endorsed jbosshome="${jboss421.home}"/>
+ </target>
+
+ <!-- Deploy jbossws/native to jboss422 -->
+ <target name="deploy-jboss422" depends="undeploy-jboss422,deploy-jboss422-endorsed" description="Deploy jbossws/native to jboss422">
+ <macro-deploy-native422 stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
+ <macro-deploy-framework thirdpartylibs="${lib.dir}" jbosshome="${jboss422.home}"/>
+ </target>
+ <target name="deploy-jboss422-endorsed" depends="prepare" if="HAVE_JDK_1.6">
+ <macro-deploy-endorsed jbosshome="${jboss422.home}" stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
+ </target>
+
+ <target name="undeploy-jboss422" depends="prepare,undeploy-jboss422-endorsed" description="Remove jbossws/native from jboss422">
+ <macro-undeploy-native422/>
+ <macro-undeploy-framework jbosshome="${jboss422.home}"/>
+ </target>
+ <target name="undeploy-jboss422-endorsed" depends="prepare" if="HAVE_JDK_1.6">
+ <macro-undeploy-endorsed jbosshome="${jboss422.home}"/>
+ </target>
+
+ <!-- Deploy jbossws/native to jboss50 -->
+ <target name="deploy-jboss500" depends="undeploy-jboss500,deploy-jboss500-endorsed" description="Deploy jbossws/native to jboss500">
+ <macro-deploy-native500 stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
+ <macro-deploy-framework thirdpartylibs="${lib.dir}" jbosshome="${jboss500.home}"/>
+ </target>
+ <target name="deploy-jboss500-endorsed" depends="prepare" if="HAVE_JDK_1.6">
+ <macro-deploy-endorsed jbosshome="${jboss500.home}" stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
+ </target>
+
+ <target name="undeploy-jboss500" depends="prepare" description="Remove jbossws/native from jboss500">
+ <macro-undeploy-native500/>
+ <macro-undeploy-framework jbosshome="${jboss500.home}"/>
+ </target>
+
+</project>
\ No newline at end of file
17 years, 2 months
JBossWS SVN: r4833 - stack/native/trunk/ant-import-tests.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2007-10-20 13:08:38 -0400 (Sat, 20 Oct 2007)
New Revision: 4833
Modified:
stack/native/trunk/ant-import-tests/build-jars-jaxrpc.xml
Log:
[JBWS-1762] adding new JAX-RPC based scenarios to test matrix
Modified: stack/native/trunk/ant-import-tests/build-jars-jaxrpc.xml
===================================================================
--- stack/native/trunk/ant-import-tests/build-jars-jaxrpc.xml 2007-10-20 17:08:01 UTC (rev 4832)
+++ stack/native/trunk/ant-import-tests/build-jars-jaxrpc.xml 2007-10-20 17:08:38 UTC (rev 4833)
@@ -2566,9 +2566,57 @@
<mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.war"/>
<unwar
src="${tests.output.dir}/libs/jaxrpc-jbws1762-packaged.war"
- dest="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.war"
- />
+ dest="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.war"/>
+ <jar destfile="${tests.output.dir}/libs/jaxrpc-jbws1762-packaged.jar">
+ <fileset dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Iface.class"/>
+ <include name="org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Bean.class"/>
+ </fileset>
+ <metainf dir="${tests.output.dir}/resources/jaxrpc/jbws1762/META-INF">
+ <include name="webservices.xml"/>
+ <include name="jaxrpc-mapping.xml"/>
+ <include name="ejb-jar.xml"/>
+ <include name="wsdl/**"/>
+ </metainf>
+ <metainf dir="${tests.output.dir}/resources/jaxrpc/jbws1762/META-INF/packaged">
+ <include name="jboss.xml"/>
+ </metainf>
+ </jar>
+
+ <mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.jar"/>
+ <unjar
+ src="${tests.output.dir}/libs/jaxrpc-jbws1762-packaged.jar"
+ dest="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.jar"/>
+ <copy
+ file="${tests.output.dir}/resources/jaxrpc/jbws1762/META-INF/exploded/jboss.xml"
+ todir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.jar/META-INF"
+ overwrite="true"/>
+
+ <jar jarfile="${tests.output.dir}/libs/jaxrpc-jbws1762-packaged.ear">
+ <fileset dir="${tests.output.dir}/libs">
+ <include name="jaxrpc-jbws1762-packaged.jar"/>
+ <include name="jaxrpc-jbws1762-packaged.war"/>
+ </fileset>
+ <metainf dir="${tests.output.dir}/resources/jaxrpc/jbws1762/META-INF/packaged">
+ <include name="application.xml"/>
+ </metainf>
+ </jar>
+
+ <mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear"/>
+ <mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear/META-INF"/>
+ <copy
+ file="${tests.output.dir}/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml"
+ todir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear/META-INF"/>
+ <mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear/jaxrpc-jbws1762-exploded.war"/>
+ <copy todir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear/jaxrpc-jbws1762-exploded.war">
+ <fileset dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.war"/>
+ </copy>
+ <mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear/jaxrpc-jbws1762-exploded.jar"/>
+ <copy todir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear/jaxrpc-jbws1762-exploded.jar">
+ <fileset dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.jar"/>
+ </copy>
+
<!-- jaxrpc-jbws1792 -->
<war warfile="${tests.output.dir}/libs/jaxrpc-jbws1792.war" webxml="${tests.output.dir}/resources/jaxrpc/jbws1792/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
17 years, 2 months
JBossWS SVN: r4832 - in stack/native/trunk: src/test/java/org/jboss/test/ws/jaxws/jbws1762 and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2007-10-20 13:08:01 -0400 (Sat, 20 Oct 2007)
New Revision: 4832
Modified:
stack/native/trunk/ant-import-tests/build-jars-jaxws.xml
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/AbstractEJB3Test.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/AbstractPOJOTest.java
Log:
[JBWS-1762] tests optimization
Modified: stack/native/trunk/ant-import-tests/build-jars-jaxws.xml
===================================================================
--- stack/native/trunk/ant-import-tests/build-jars-jaxws.xml 2007-10-20 17:06:27 UTC (rev 4831)
+++ stack/native/trunk/ant-import-tests/build-jars-jaxws.xml 2007-10-20 17:08:01 UTC (rev 4832)
@@ -378,8 +378,7 @@
<mkdir dir="${tests.output.dir}/libs/jaxws-jbws1762-exploded.jar"/>
<unjar
src="${tests.output.dir}/libs/jaxws-jbws1762-packaged.jar"
- dest="${tests.output.dir}/libs/jaxws-jbws1762-exploded.jar"
- />
+ dest="${tests.output.dir}/libs/jaxws-jbws1762-exploded.jar"/>
<war warfile="${tests.output.dir}/libs/jaxws-jbws1762-packaged.war" webxml="${tests.output.dir}/resources/jaxws/jbws1762/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
@@ -391,8 +390,7 @@
<mkdir dir="${tests.output.dir}/libs/jaxws-jbws1762-exploded.war"/>
<unwar
src="${tests.output.dir}/libs/jaxws-jbws1762-packaged.war"
- dest="${tests.output.dir}/libs/jaxws-jbws1762-exploded.war"
- />
+ dest="${tests.output.dir}/libs/jaxws-jbws1762-exploded.war"/>
<jar jarfile="${tests.output.dir}/libs/jaxws-jbws1762-packaged.sar">
<fileset dir="${tests.output.dir}/libs">
@@ -410,8 +408,7 @@
todir="${tests.output.dir}/libs/jaxws-jbws1762-exploded.sar/META-INF"/>
<unwar
src="${tests.output.dir}/libs/jaxws-jbws1762-packaged.war"
- dest="${tests.output.dir}/libs/jaxws-jbws1762-exploded.sar/jaxws-jbws1762-exploded.war"
- />
+ dest="${tests.output.dir}/libs/jaxws-jbws1762-exploded.sar/jaxws-jbws1762-exploded.war"/>
<jar jarfile="${tests.output.dir}/libs/jaxws-jbws1762-packaged.ear">
<fileset dir="${tests.output.dir}/libs">
@@ -434,12 +431,10 @@
todir="${tests.output.dir}/libs/jaxws-jbws1762-exploded.ear/META-INF"/>
<unwar
src="${tests.output.dir}/libs/jaxws-jbws1762-packaged.war"
- dest="${tests.output.dir}/libs/jaxws-jbws1762-exploded.ear/jaxws-jbws1762-exploded.war"
- />
+ dest="${tests.output.dir}/libs/jaxws-jbws1762-exploded.ear/jaxws-jbws1762-exploded.war"/>
<unjar
src="${tests.output.dir}/libs/jaxws-jbws1762-packaged.jar"
- dest="${tests.output.dir}/libs/jaxws-jbws1762-exploded.ear/jaxws-jbws1762-exploded.jar"
- />
+ dest="${tests.output.dir}/libs/jaxws-jbws1762-exploded.ear/jaxws-jbws1762-exploded.jar"/>
<!-- jaxws-jbws1797 -->
<war destfile="${tests.output.dir}/libs/jaxws-jbws1797.war" webxml="${tests.output.dir}/resources/jaxws/jbws1797/WEB-INF/web.xml">
Modified: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/AbstractEJB3Test.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/AbstractEJB3Test.java 2007-10-20 17:06:27 UTC (rev 4831)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/AbstractEJB3Test.java 2007-10-20 17:08:01 UTC (rev 4832)
@@ -46,15 +46,11 @@
public void setUp() throws Exception
{
super.setUp();
-
- if (ejb3Proxy == null)
- {
- QName serviceName = new QName(ejb3TargetNS, ejb3ServiceName);
- URL wsdlURL = new URL("http://" + getServerHost() + ":8080/" + getWSDLLocation());
+ QName serviceName = new QName(ejb3TargetNS, ejb3ServiceName);
+ URL wsdlURL = new URL("http://" + getServerHost() + ":8080/" + getWSDLLocation());
- Service service = Service.create(wsdlURL, serviceName);
- ejb3Proxy = service.getPort(EJB3Iface.class);
- }
+ Service service = Service.create(wsdlURL, serviceName);
+ ejb3Proxy = service.getPort(EJB3Iface.class);
}
protected abstract String getWSDLLocation();
Modified: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/AbstractPOJOTest.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/AbstractPOJOTest.java 2007-10-20 17:06:27 UTC (rev 4831)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/AbstractPOJOTest.java 2007-10-20 17:08:01 UTC (rev 4832)
@@ -46,15 +46,11 @@
protected void setUp() throws Exception
{
super.setUp();
+ QName serviceName = new QName(pojoTargetNS, pojoServiceName);
+ URL wsdlURL = new URL("http://" + getServerHost() + ":8080/" + getWSDLLocation());
- if (pojoProxy == null)
- {
- QName serviceName = new QName(pojoTargetNS, pojoServiceName);
- URL wsdlURL = new URL("http://" + getServerHost() + ":8080/" + getWSDLLocation());
-
- Service service = Service.create(wsdlURL, serviceName);
- pojoProxy = (POJOIface)service.getPort(POJOIface.class);
- }
+ Service service = Service.create(wsdlURL, serviceName);
+ pojoProxy = (POJOIface)service.getPort(POJOIface.class);
}
protected abstract String getWSDLLocation();
17 years, 2 months
JBossWS SVN: r4831 - in stack/native/trunk/src/test: java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2 and 15 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2007-10-20 13:06:27 -0400 (Sat, 20 Oct 2007)
New Revision: 4831
Added:
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractEJB2Test.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration1TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration2TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration3TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration1TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration2TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration3TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration1TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration2TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration3TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration1TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration2TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration3TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration1TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration2TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration3TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration1TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration2TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration3TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Bean.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Iface.java
stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/ejb-jar.xml
stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/
stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml
stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/jboss.xml
stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jaxrpc-mapping.xml
stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/
stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml
stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/jboss.xml
stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/webservices.xml
stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/wsdl/
stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/wsdl/EJB2Bean.wsdl
stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-ejb2.xml
stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-pojo.xml
Removed:
stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config.xml
Modified:
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractPOJOTest.java
stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jboss-service.xml
stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/exploded/application.xml
stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/exploded/jboss-app.xml
stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/jboss-service.xml
stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/packaged/application.xml
stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/packaged/jboss-app.xml
stack/native/trunk/src/test/resources/jaxws/jbws1762/WEB-INF/web.xml
Log:
[JBWS-1762] adding new JAX-RPC based scenarios to test matrix
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractEJB2Test.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractEJB2Test.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractEJB2Test.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,63 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762;
+
+import java.io.File;
+import java.net.URL;
+
+import javax.xml.namespace.QName;
+
+import org.jboss.test.ws.jaxrpc.jbws1762.services.EJB2Iface;
+import org.jboss.ws.core.jaxrpc.client.ServiceFactoryImpl;
+import org.jboss.ws.core.jaxrpc.client.ServiceImpl;
+import org.jboss.wsf.test.JBossWSTest;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public abstract class AbstractEJB2Test extends JBossWSTest
+{
+ private EJB2Iface ejb2Proxy;
+
+ public void setUp() throws Exception
+ {
+ super.setUp();
+ URL wsdlURL = new URL("http://" + getServerHost() + ":8080/" + getWSDLLocation());
+ URL mappingURL = new File("resources/jaxrpc/jbws1762/META-INF/jaxrpc-mapping.xml").toURL();
+ QName serviceName = new QName("http://org.jboss.test.webservice/jbws1762", "EJB2Bean");
+
+ ServiceFactoryImpl factory = new ServiceFactoryImpl();
+ ServiceImpl service = (ServiceImpl)factory.createService(wsdlURL, serviceName, mappingURL);
+ ejb2Proxy = (EJB2Iface)service.getPort(EJB2Iface.class);
+ }
+
+ protected abstract String getWSDLLocation();
+
+ public void testEJB2() throws Exception
+ {
+ assertEquals(ejb2Proxy.echo("Hello!"), "Hello!");
+ }
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractEJB2Test.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Modified: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractPOJOTest.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractPOJOTest.java 2007-10-20 13:43:52 UTC (rev 4830)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractPOJOTest.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -41,24 +41,18 @@
*/
public abstract class AbstractPOJOTest extends JBossWSTest
{
- private String pojoTargetNS = "http://org.jboss.test.ws/jbws1762";
- private String pojoServiceName = "POJOBean";
private POJOIface pojoProxy;
public void setUp() throws Exception
{
super.setUp();
-
- if (pojoProxy == null)
- {
- ServiceFactoryImpl factory = (ServiceFactoryImpl)ServiceFactory.newInstance();
- URL wsdlURL = new URL("http://" + getServerHost() + ":8080/" + getWSDLLocation());
- URL mappingURL = new File("resources/jaxrpc/jbws1762/WEB-INF/jaxrpc-mapping.xml").toURL();
- QName serviceName = new QName(pojoTargetNS, pojoServiceName);
+ ServiceFactoryImpl factory = (ServiceFactoryImpl)ServiceFactory.newInstance();
+ URL wsdlURL = new URL("http://" + getServerHost() + ":8080/" + getWSDLLocation());
+ URL mappingURL = new File("resources/jaxrpc/jbws1762/WEB-INF/jaxrpc-mapping.xml").toURL();
+ QName serviceName = new QName("http://org.jboss.test.ws/jbws1762", "POJOBean");
- Service service = factory.createService(wsdlURL, serviceName, mappingURL);
- pojoProxy = (POJOIface)service.getPort(POJOIface.class);
- }
+ Service service = factory.createService(wsdlURL, serviceName, mappingURL);
+ pojoProxy = (POJOIface)service.getPort(POJOIface.class);
}
protected abstract String getWSDLLocation();
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration1TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration1TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration1TestCase.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,47 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.exploded_ear_ejb2;
+
+import junit.framework.Test;
+
+import org.jboss.test.ws.jaxrpc.jbws1762.AbstractEJB2Test;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration1TestCase extends AbstractEJB2Test
+{
+ public static Test suite() throws Exception
+ {
+ return new JBossWSTestSetup(Iteration1TestCase.class, "jaxrpc-jbws1762-exploded.ear");
+ }
+
+ public String getWSDLLocation()
+ {
+ return "jaxrpc-jbws1762-exploded-jar/EJB2Bean?wsdl";
+ }
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration1TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration2TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration2TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration2TestCase.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.exploded_ear_ejb2;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration2TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration3TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration3TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration3TestCase.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.exploded_ear_ejb2;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration3TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration1TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration1TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration1TestCase.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,47 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.exploded_ear_pojo;
+
+import junit.framework.Test;
+
+import org.jboss.test.ws.jaxrpc.jbws1762.AbstractPOJOTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration1TestCase extends AbstractPOJOTest
+{
+ public static Test suite() throws Exception
+ {
+ return new JBossWSTestSetup(Iteration1TestCase.class, "jaxrpc-jbws1762-exploded.ear");
+ }
+
+ public String getWSDLLocation()
+ {
+ return "jaxrpc-jbws1762-exploded-war/POJOBean?wsdl";
+ }
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration1TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration2TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration2TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration2TestCase.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.exploded_ear_pojo;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration2TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration3TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration3TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration3TestCase.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.exploded_ear_pojo;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration3TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration1TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration1TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration1TestCase.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,47 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.exploded_jar_ejb2;
+
+import junit.framework.Test;
+
+import org.jboss.test.ws.jaxrpc.jbws1762.AbstractEJB2Test;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration1TestCase extends AbstractEJB2Test
+{
+ public static Test suite() throws Exception
+ {
+ return new JBossWSTestSetup(Iteration1TestCase.class, "jaxrpc-jbws1762-exploded.jar");
+ }
+
+ public String getWSDLLocation()
+ {
+ return "jaxrpc-jbws1762-exploded-jar/EJB2Bean?wsdl";
+ }
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration1TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration2TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration2TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration2TestCase.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.exploded_jar_ejb2;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration2TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration3TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration3TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration3TestCase.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.exploded_jar_ejb2;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration3TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration1TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration1TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration1TestCase.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,47 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.packaged_ear_ejb2;
+
+import junit.framework.Test;
+
+import org.jboss.test.ws.jaxrpc.jbws1762.AbstractEJB2Test;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration1TestCase extends AbstractEJB2Test
+{
+ public static Test suite() throws Exception
+ {
+ return new JBossWSTestSetup(Iteration1TestCase.class, "jaxrpc-jbws1762-packaged.ear");
+ }
+
+ public String getWSDLLocation()
+ {
+ return "jaxrpc-jbws1762-packaged-jar/EJB2Bean?wsdl";
+ }
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration1TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration2TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration2TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration2TestCase.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.packaged_ear_ejb2;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration2TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration3TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration3TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration3TestCase.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.packaged_ear_ejb2;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration3TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration1TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration1TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration1TestCase.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,47 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.packaged_ear_pojo;
+
+import junit.framework.Test;
+
+import org.jboss.test.ws.jaxrpc.jbws1762.AbstractPOJOTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration1TestCase extends AbstractPOJOTest
+{
+ public static Test suite() throws Exception
+ {
+ return new JBossWSTestSetup(Iteration1TestCase.class, "jaxrpc-jbws1762-packaged.ear");
+ }
+
+ public String getWSDLLocation()
+ {
+ return "jaxrpc-jbws1762-packaged-war/POJOBean?wsdl";
+ }
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration1TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration2TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration2TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration2TestCase.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.packaged_ear_pojo;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration2TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration3TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration3TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration3TestCase.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.packaged_ear_pojo;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration3TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration1TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration1TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration1TestCase.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,47 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.packaged_jar_ejb2;
+
+import junit.framework.Test;
+
+import org.jboss.test.ws.jaxrpc.jbws1762.AbstractEJB2Test;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration1TestCase extends AbstractEJB2Test
+{
+ public static Test suite() throws Exception
+ {
+ return new JBossWSTestSetup(Iteration1TestCase.class, "jaxrpc-jbws1762-packaged.jar");
+ }
+
+ public String getWSDLLocation()
+ {
+ return "jaxrpc-jbws1762-packaged-jar/EJB2Bean?wsdl";
+ }
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration1TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration2TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration2TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration2TestCase.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.packaged_jar_ejb2;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration2TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration3TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration3TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration3TestCase.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.packaged_jar_ejb2;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration3TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Bean.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Bean.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Bean.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,60 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.services;
+
+import javax.ejb.SessionBean;
+import javax.ejb.SessionContext;
+
+/**
+ * EJB2 bean
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class EJB2Bean implements SessionBean, EJB2Iface
+{
+ public String echo(String msg)
+ {
+ return msg;
+ }
+
+ public void setSessionContext(SessionContext ctx)
+ {
+ }
+
+ public void ejbCreate()
+ {
+ }
+
+ public void ejbRemove()
+ {
+ }
+
+ public void ejbActivate()
+ {
+ }
+
+ public void ejbPassivate()
+ {
+ }
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Bean.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Iface.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Iface.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Iface.java 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,37 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, 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.jaxrpc.jbws1762.services;
+
+import java.rmi.Remote;
+import java.rmi.RemoteException;
+
+/**
+ * EJB2 interface
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public interface EJB2Iface extends Remote
+{
+ String echo(String msg) throws RemoteException;
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Iface.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/ejb-jar.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/ejb-jar.xml (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/ejb-jar.xml 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ejb-jar
+ 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/ejb-jar_2_1.xsd"
+ version="2.1">
+ <enterprise-beans>
+ <session>
+ <ejb-name>EJB2Bean</ejb-name>
+ <service-endpoint>org.jboss.test.ws.jaxrpc.jbws1762.services.EJB2Iface</service-endpoint>
+ <ejb-class>org.jboss.test.ws.jaxrpc.jbws1762.services.EJB2Bean</ejb-class>
+ <session-type>Stateless</session-type>
+ <transaction-type>Bean</transaction-type>
+ </session>
+ </enterprise-beans>
+</ejb-jar>
+
Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/ejb-jar.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application 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/application_1_4.xsd"
+ version="1.4">
+ <module>
+ <ejb>jaxrpc-jbws1762-exploded.jar</ejb>
+ </module>
+ <module>
+ <web>
+ <web-uri>jaxrpc-jbws1762-exploded.war</web-uri>
+ <context-root>jaxrpc-jbws1762-exploded-war</context-root>
+ </web>
+ </module>
+</application>
Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/jboss.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/jboss.xml (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/jboss.xml 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">
+<jboss>
+ <webservices>
+ <context-root>/jaxrpc-jbws1762-exploded-jar</context-root>
+ </webservices>
+</jboss>
Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/jboss.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jaxrpc-mapping.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jaxrpc-mapping.xml (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jaxrpc-mapping.xml 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,39 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- this file was generated using wstools -->
+<java-wsdl-mapping version='1.1' 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://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
+ <package-mapping>
+ <package-type>org.jboss.test.ws.jaxrpc.jbws1762.services</package-type>
+ <namespaceURI>http://org.jboss.test.webservice/jbws1762/types</namespaceURI>
+ </package-mapping>
+ <service-interface-mapping>
+ <service-interface>org.jboss.test.ws.jaxrpc.jbws1762.services.EJB2Bean</service-interface>
+ <wsdl-service-name xmlns:serviceNS='http://org.jboss.test.webservice/jbws1762'>serviceNS:EJB2Bean</wsdl-service-name>
+ <port-mapping>
+ <port-name>EJB2IfacePort</port-name>
+ <java-port-name>EJB2IfacePort</java-port-name>
+ </port-mapping>
+ </service-interface-mapping>
+ <service-endpoint-interface-mapping>
+ <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1762.services.EJB2Iface</service-endpoint-interface>
+ <wsdl-port-type xmlns:portTypeNS='http://org.jboss.test.webservice/jbws1762'>portTypeNS:EJB2Iface</wsdl-port-type>
+ <wsdl-binding xmlns:bindingNS='http://org.jboss.test.webservice/jbws1762'>bindingNS:EJB2IfaceBinding</wsdl-binding>
+ <service-endpoint-method-mapping>
+ <java-method-name>echo</java-method-name>
+ <wsdl-operation>echo</wsdl-operation>
+ <method-param-parts-mapping>
+ <param-position>0</param-position>
+ <param-type>java.lang.String</param-type>
+ <wsdl-message-mapping>
+ <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.webservice/jbws1762'>wsdlMsgNS:EJB2Iface_echo</wsdl-message>
+ <wsdl-message-part-name>String_1</wsdl-message-part-name>
+ <parameter-mode>IN</parameter-mode>
+ </wsdl-message-mapping>
+ </method-param-parts-mapping>
+ <wsdl-return-value-mapping>
+ <method-return-value>java.lang.String</method-return-value>
+ <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.webservice/jbws1762'>wsdlMsgNS:EJB2Iface_echoResponse</wsdl-message>
+ <wsdl-message-part-name>result</wsdl-message-part-name>
+ </wsdl-return-value-mapping>
+ </service-endpoint-method-mapping>
+ </service-endpoint-interface-mapping>
+</java-wsdl-mapping>
\ No newline at end of file
Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jaxrpc-mapping.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Modified: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jboss-service.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jboss-service.xml 2007-10-20 13:43:52 UTC (rev 4830)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jboss-service.xml 2007-10-20 17:06:27 UTC (rev 4831)
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<server>
</server>
\ No newline at end of file
Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application 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/application_1_4.xsd"
+ version="1.4">
+ <module>
+ <ejb>jaxrpc-jbws1762-packaged.jar</ejb>
+ </module>
+ <module>
+ <web>
+ <web-uri>jaxrpc-jbws1762-packaged.war</web-uri>
+ <context-root>jaxrpc-jbws1762-packaged-war</context-root>
+ </web>
+ </module>
+</application>
Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/jboss.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/jboss.xml (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/jboss.xml 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">
+<jboss>
+ <webservices>
+ <context-root>/jaxrpc-jbws1762-packaged-jar</context-root>
+ </webservices>
+</jboss>
Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/jboss.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/webservices.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/webservices.xml (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/webservices.xml 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,16 @@
+<!-- this file was generated using wstools -->
+<webservices version='1.1' 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://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
+ <webservice-description>
+ <webservice-description-name>EJB2Bean</webservice-description-name>
+ <wsdl-file>META-INF/wsdl/EJB2Bean.wsdl</wsdl-file>
+ <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
+ <port-component>
+ <port-component-name>EJB2IfacePort</port-component-name>
+ <wsdl-port xmlns:portNS='http://org.jboss.test.webservice/jbws1762'>portNS:EJB2IfacePort</wsdl-port>
+ <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1762.services.EJB2Iface</service-endpoint-interface>
+ <service-impl-bean>
+ <ejb-link>EJB2Bean</ejb-link>
+ </service-impl-bean>
+ </port-component>
+ </webservice-description>
+</webservices>
\ No newline at end of file
Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/webservices.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/wsdl/EJB2Bean.wsdl
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/wsdl/EJB2Bean.wsdl (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/wsdl/EJB2Bean.wsdl 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- this file was generated using wstools -->
+<definitions name='EJB2Bean' targetNamespace='http://org.jboss.test.webservice/jbws1762' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.test.webservice/jbws1762' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
+ <types/>
+ <message name='EJB2Iface_echo'>
+ <part name='String_1' type='xsd:string'/>
+ </message>
+ <message name='EJB2Iface_echoResponse'>
+ <part name='result' type='xsd:string'/>
+ </message>
+ <portType name='EJB2Iface'>
+ <operation name='echo' parameterOrder='String_1'>
+ <input message='tns:EJB2Iface_echo'/>
+ <output message='tns:EJB2Iface_echoResponse'/>
+ </operation>
+ </portType>
+ <binding name='EJB2IfaceBinding' type='tns:EJB2Iface'>
+ <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
+ <operation name='echo'>
+ <soap:operation soapAction=''/>
+ <input>
+ <soap:body namespace='http://org.jboss.test.webservice/jbws1762' use='literal'/>
+ </input>
+ <output>
+ <soap:body namespace='http://org.jboss.test.webservice/jbws1762' use='literal'/>
+ </output>
+ </operation>
+ </binding>
+ <service name='EJB2Bean'>
+ <port binding='tns:EJB2IfaceBinding' name='EJB2IfacePort'>
+ <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
+ </port>
+ </service>
+</definitions>
\ No newline at end of file
Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/wsdl/EJB2Bean.wsdl
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-ejb2.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-ejb2.xml (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-ejb2.xml 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ wstools -cp classes -dest ./WEB-INF -config wstools-config-for-ejb2.xml
+-->
+<configuration
+ xmlns="http://www.jboss.org/jbossws-tools"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
+ <java-wsdl>
+ <service name="EJB2Bean" endpoint="org.jboss.test.ws.jaxrpc.jbws1762.services.EJB2Iface" style="rpc"/>
+ <namespaces target-namespace="http://org.jboss.test.webservice/jbws1762" type-namespace="http://org.jboss.test.webservice/jbws1762/types"/>
+ <mapping file="jaxrpc-mapping.xml"/>
+ <webservices ejb-link="EJB2Bean"/>
+ </java-wsdl>
+</configuration>
Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-ejb2.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-pojo.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-pojo.xml (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-pojo.xml 2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ wstools -cp classes -dest ./WEB-INF -config wstools-config-for-pojo.xml
+-->
+<configuration
+ xmlns="http://www.jboss.org/jbossws-tools"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
+ <java-wsdl>
+ <service name="POJOBean" endpoint="org.jboss.test.ws.jaxrpc.jbws1762.services.POJOIface" style="rpc"/>
+ <namespaces target-namespace="http://org.jboss.test.ws/jbws1762" type-namespace="http://org.jboss.test.ws/jbws1762/types"/>
+ <mapping file="jaxrpc-mapping.xml"/>
+ <webservices servlet-link="POJOBean"/>
+ </java-wsdl>
+</configuration>
Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-pojo.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Deleted: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config.xml 2007-10-20 13:43:52 UTC (rev 4830)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config.xml 2007-10-20 17:06:27 UTC (rev 4831)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- wstools -cp classes -dest ./WEB-INF -config wstools-config.xml
--->
-<configuration
- xmlns="http://www.jboss.org/jbossws-tools"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
- <java-wsdl>
- <service name="POJOBean" endpoint="org.jboss.test.ws.jaxrpc.jbws1762.services.POJOIface" style="rpc"/>
- <namespaces target-namespace="http://org.jboss.test.ws/jbws1762" type-namespace="http://org.jboss.test.ws/jbws1762/types"/>
- <mapping file="jaxrpc-mapping.xml"/>
- <webservices servlet-link="POJOBean"/>
- </java-wsdl>
-</configuration>
Modified: stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/exploded/application.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/exploded/application.xml 2007-10-20 13:43:52 UTC (rev 4830)
+++ stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/exploded/application.xml 2007-10-20 17:06:27 UTC (rev 4831)
@@ -1,19 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<application 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/application_1_4.xsd"
version="1.4">
-
<module>
<ejb>jaxws-jbws1762-exploded.jar</ejb>
</module>
-
<module>
<web>
<web-uri>jaxws-jbws1762-exploded.war</web-uri>
<context-root>jaxws-jbws1762-exploded</context-root>
</web>
</module>
-
</application>
Modified: stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/exploded/jboss-app.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/exploded/jboss-app.xml 2007-10-20 13:43:52 UTC (rev 4830)
+++ stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/exploded/jboss-app.xml 2007-10-20 17:06:27 UTC (rev 4831)
@@ -1,9 +1,5 @@
<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-app
- PUBLIC "-//JBoss//DTD J2EE Application 1.4//EN"
- "http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd">
-
+<!DOCTYPE jboss-app PUBLIC "-//JBoss//DTD J2EE Application 1.4//EN" "http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd">
<jboss-app>
- <loader-repository>jbossws.jbws1762:domain=jaxws-jbws1762-exploded.ear</loader-repository>
+ <loader-repository>jbossws.jbws1762:domain=jaxws-jbws1762-exploded.ear</loader-repository>
</jboss-app>
\ No newline at end of file
Modified: stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/jboss-service.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/jboss-service.xml 2007-10-20 13:43:52 UTC (rev 4830)
+++ stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/jboss-service.xml 2007-10-20 17:06:27 UTC (rev 4831)
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<server>
</server>
\ No newline at end of file
Modified: stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/packaged/application.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/packaged/application.xml 2007-10-20 13:43:52 UTC (rev 4830)
+++ stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/packaged/application.xml 2007-10-20 17:06:27 UTC (rev 4831)
@@ -1,19 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<application 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/application_1_4.xsd"
version="1.4">
-
<module>
<ejb>jaxws-jbws1762-packaged.jar</ejb>
</module>
-
<module>
<web>
<web-uri>jaxws-jbws1762-packaged.war</web-uri>
<context-root>jaxws-jbws1762-packaged</context-root>
</web>
</module>
-
</application>
Modified: stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/packaged/jboss-app.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/packaged/jboss-app.xml 2007-10-20 13:43:52 UTC (rev 4830)
+++ stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/packaged/jboss-app.xml 2007-10-20 17:06:27 UTC (rev 4831)
@@ -1,9 +1,5 @@
<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-app
- PUBLIC "-//JBoss//DTD J2EE Application 1.4//EN"
- "http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd">
-
+<!DOCTYPE jboss-app PUBLIC "-//JBoss//DTD J2EE Application 1.4//EN" "http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd">
<jboss-app>
- <loader-repository>jbossws.jbws1762:domain=jaxws-jbws1762-packaged.ear</loader-repository>
+ <loader-repository>jbossws.jbws1762:domain=jaxws-jbws1762-packaged.ear</loader-repository>
</jboss-app>
\ No newline at end of file
Modified: stack/native/trunk/src/test/resources/jaxws/jbws1762/WEB-INF/web.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxws/jbws1762/WEB-INF/web.xml 2007-10-20 13:43:52 UTC (rev 4830)
+++ stack/native/trunk/src/test/resources/jaxws/jbws1762/WEB-INF/web.xml 2007-10-20 17:06:27 UTC (rev 4831)
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<web-app 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"
- version="2.4">
-
- <servlet>
- <servlet-name>POJOBean</servlet-name>
- <servlet-class>org.jboss.test.ws.jaxws.jbws1762.services.POJOBean</servlet-class>
- </servlet>
-
- <servlet-mapping>
- <servlet-name>POJOBean</servlet-name>
- <url-pattern>/POJOBean</url-pattern>
- </servlet-mapping>
-
+ 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"
+ version="2.4">
+ <servlet>
+ <servlet-name>POJOBean</servlet-name>
+ <servlet-class>org.jboss.test.ws.jaxws.jbws1762.services.POJOBean</servlet-class>
+ </servlet>
+ <servlet-mapping>
+ <servlet-name>POJOBean</servlet-name>
+ <url-pattern>/POJOBean</url-pattern>
+ </servlet-mapping>
</web-app>
17 years, 2 months
JBossWS SVN: r4830 - in framework/branches/jbossws-framework-2.0.2/hudson/hudson-home: jobs/AS-Tests-ALL and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-10-20 09:43:52 -0400 (Sat, 20 Oct 2007)
New Revision: 4830
Modified:
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/config.xml
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/AS-Tests-ALL/config.xml
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-ALL/config.xml
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-ALL/config.xml
Log:
Remove metro and cxf
Modified: framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/config.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/config.xml 2007-10-20 10:13:24 UTC (rev 4829)
+++ framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/config.xml 2007-10-20 13:43:52 UTC (rev 4830)
@@ -29,7 +29,6 @@
<jobNames class="tree-set">
<no-comparator/>
<string>AS-Tests-ALL</string>
- <string>AS-Tests-AS-4.0.5</string>
<string>AS-Tests-AS-4.2.1</string>
<string>AS-Tests-AS-4.2.2</string>
<string>AS-Tests-AS-5.0.0</string>
@@ -78,10 +77,6 @@
<string>Distro-Native-AS-4.2.2</string>
<string>Distro-Native-AS-4.2.2-JDK6</string>
<string>Distro-Native-AS-5.0.0</string>
- <string>Distro-Metro-AS-4.2.2</string>
- <string>Distro-Metro-AS-5.0.0</string>
- <string>Distro-CXF-AS-4.2.2</string>
- <string>Distro-CXF-AS-5.0.0</string>
</jobNames>
<name>Distribution Tests</name>
<description>
@@ -103,10 +98,6 @@
<string>Integration-Native-AS-4.2.1</string>
<string>Integration-Native-AS-4.2.2</string>
<string>Integration-Native-AS-5.0.0</string>
- <string>Integration-Metro-AS-4.2.2</string>
- <string>Integration-Metro-AS-5.0.0</string>
- <string>Integration-CXF-AS-4.2.2</string>
- <string>Integration-CXF-AS-5.0.0</string>
</jobNames>
<name>Integration Tests</name>
<description>
@@ -130,14 +121,6 @@
<description>
<![CDATA[
A collection of jobs that cover the JBossWS release matrix.
-<p/>
-<table border=1>
-<tr align=center><th>Target</th> <th>Core Tests</th> <th colspan=3>Distribution Tests</th> <th colspan=3>Integration Tests</th></tr>
-<tr align=center><th> </th> <th> </th> <th>Native</th><th>Metro</th><th>CXF</th> <th>Native</th><th>Metro</th><th>CXF</th></tr>
-<tr align=center><th align=left>AS-4.0.5</th> <td>ok</td> <td>ok</td> <td>N/A</td> <td>N/A</td> <td>ok</td> <td>N/A</td> <td>N/A</td></tr>
-<tr align=center><th align=left>AS-4.2.1</th> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td></tr>
-<tr align=center><th align=left>AS-4.2.2</th> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td></tr>
-<tr align=center><th align=left>AS-5.0.0</th> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td></tr>
]]>
</description>
</view>
Modified: framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/AS-Tests-ALL/config.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/AS-Tests-ALL/config.xml 2007-10-20 10:13:24 UTC (rev 4829)
+++ framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/AS-Tests-ALL/config.xml 2007-10-20 13:43:52 UTC (rev 4830)
@@ -3,7 +3,7 @@
<builders class="vector"/>
<publishers class="vector">
<hudson.tasks.BuildTrigger>
- <childProjects>AS-Tests-AS-4.0.5, AS-Tests-AS-4.2.1, AS-Tests-AS-4.2.2, AS-Tests-AS-5.0.0</childProjects>
+ <childProjects>AS-Tests-AS-4.2.1, AS-Tests-AS-4.2.2, AS-Tests-AS-5.0.0</childProjects>
</hudson.tasks.BuildTrigger>
</publishers>
<buildWrappers class="vector"/>
Modified: framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-ALL/config.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-ALL/config.xml 2007-10-20 10:13:24 UTC (rev 4829)
+++ framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-ALL/config.xml 2007-10-20 13:43:52 UTC (rev 4830)
@@ -3,7 +3,7 @@
<builders class="vector"/>
<publishers class="vector">
<hudson.tasks.BuildTrigger>
- <childProjects>Distro-Native-AS-4.0.5, Distro-Native-AS-4.2.1, Distro-Native-AS-4.2.2, Distro-Native-AS-4.2.2-JDK6, Distro-Native-AS-5.0.0, Distro-Metro-AS-4.2.2, Distro-Metro-AS-5.0.0, Distro-CXF-AS-4.2.2, Distro-CXF-AS-5.0.0</childProjects>
+ <childProjects>Distro-Native-AS-4.0.5, Distro-Native-AS-4.2.1, Distro-Native-AS-4.2.2, Distro-Native-AS-4.2.2-JDK6, Distro-Native-AS-5.0.0</childProjects>
</hudson.tasks.BuildTrigger>
</publishers>
<buildWrappers class="vector"/>
Modified: framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-ALL/config.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-ALL/config.xml 2007-10-20 10:13:24 UTC (rev 4829)
+++ framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-ALL/config.xml 2007-10-20 13:43:52 UTC (rev 4830)
@@ -3,7 +3,7 @@
<builders class="vector"/>
<publishers class="vector">
<hudson.tasks.BuildTrigger>
- <childProjects>Integration-Native-AS-4.0.5, Integration-Native-AS-4.2.1, Integration-Native-AS-4.2.2, Integration-Native-AS-5.0.0, Integration-Metro-AS-4.2.2, Integration-Metro-AS-5.0.0, Integration-CXF-AS-4.2.2, Integration-CXF-AS-5.0.0</childProjects>
+ <childProjects>Integration-Native-AS-4.0.5, Integration-Native-AS-4.2.1, Integration-Native-AS-4.2.2, Integration-Native-AS-5.0.0</childProjects>
</hudson.tasks.BuildTrigger>
</publishers>
<buildWrappers class="vector"/>
17 years, 2 months
JBossWS SVN: r4829 - stack/native/branches/jbossws-native-2.0.2/ant-import.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-10-20 06:13:24 -0400 (Sat, 20 Oct 2007)
New Revision: 4829
Modified:
stack/native/branches/jbossws-native-2.0.2/ant-import/build-deploy.xml
stack/native/branches/jbossws-native-2.0.2/ant-import/macros-deploy-native.xml
Log:
Fix macro-deploy-native405-no-ejb3
Modified: stack/native/branches/jbossws-native-2.0.2/ant-import/build-deploy.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/ant-import/build-deploy.xml 2007-10-20 10:06:00 UTC (rev 4828)
+++ stack/native/branches/jbossws-native-2.0.2/ant-import/build-deploy.xml 2007-10-20 10:13:24 UTC (rev 4829)
@@ -30,7 +30,7 @@
<target name="deploy-jboss405-no-ejb3" depends="jars-jboss40,undeploy-jboss405,deploy-jboss405-ejb3" unless="jboss405.ejb3.available"
description="Deploy jbossws to jboss405 without EJB3 support">
- <macro-setup-native40-no-ejb3/>
+ <macro-deploy-native405-no-ejb3/>
</target>
<!-- Remove jbossws from jboss405 -->
Modified: stack/native/branches/jbossws-native-2.0.2/ant-import/macros-deploy-native.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/ant-import/macros-deploy-native.xml 2007-10-20 10:06:00 UTC (rev 4828)
+++ stack/native/branches/jbossws-native-2.0.2/ant-import/macros-deploy-native.xml 2007-10-20 10:13:24 UTC (rev 4829)
@@ -119,7 +119,7 @@
</sequential>
</macrodef>
- <macrodef name="macro-setup-native405-no-ejb3">
+ <macrodef name="macro-deploy-native405-no-ejb3">
<sequential>
<move tofile="${jboss405.home}/server/${jboss.server.instance}/deploy/jbossws.sar/META-INF/jboss-service-ejb3.xml"
17 years, 2 months