Author: thomas.diesler(a)jboss.com
Date: 2007-11-08 05:35:23 -0500 (Thu, 08 Nov 2007)
New Revision: 5011
Modified:
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxws/jbws944/JBWS944TestCase.java
stack/native/branches/jbossws-native-2.0.2/src/test/resources/test-excludes-jboss500.txt
stack/native/branches/jbossws-native-2.0.2/version.properties
Log:
Update AS50 excludes
Modified:
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxws/jbws944/JBWS944TestCase.java
===================================================================
---
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxws/jbws944/JBWS944TestCase.java 2007-11-08
09:53:16 UTC (rev 5010)
+++
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxws/jbws944/JBWS944TestCase.java 2007-11-08
10:35:23 UTC (rev 5011)
@@ -73,6 +73,7 @@
System.out.println("FIXME: [JBCTS-540] EJB3 proxy does not implement the
Home interface");
return;
}
+
InitialContext iniCtx = getInitialContext();
Object obj = iniCtx.lookup("/ejb3/EJB3EndpointInterface");
EJB3RemoteHome ejb3Home = (EJB3RemoteHome)PortableRemoteObject.narrow(obj,
EJB3RemoteHome.class);
Modified:
stack/native/branches/jbossws-native-2.0.2/src/test/resources/test-excludes-jboss500.txt
===================================================================
---
stack/native/branches/jbossws-native-2.0.2/src/test/resources/test-excludes-jboss500.txt 2007-11-08
09:53:16 UTC (rev 5010)
+++
stack/native/branches/jbossws-native-2.0.2/src/test/resources/test-excludes-jboss500.txt 2007-11-08
10:35:23 UTC (rev 5011)
@@ -4,9 +4,6 @@
# [JBAS-4890] EJBAccessException: Caller unauthorized
org/jboss/test/ws/jaxws/samples/context/**
-# [JBAS-4903] EJB 2.1 view cannot be realized
-org/jboss/test/ws/jaxws/jbws944/**
-
# [JBAS-4944] Ejb3AuthenticationInterceptorv2.invoke not implemented
org/jboss/test/ws/jaxws/jbws1813/**
Modified: stack/native/branches/jbossws-native-2.0.2/version.properties
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/version.properties 2007-11-08 09:53:16 UTC
(rev 5010)
+++ stack/native/branches/jbossws-native-2.0.2/version.properties 2007-11-08 10:35:23 UTC
(rev 5011)
@@ -32,7 +32,7 @@
# JBossAS-5.0
jboss-jbossxb-jboss50=snapshot
-jboss-remoting-jboss50=2.2.2.SP1
+jboss-remoting-jboss50=2.2.2.SP2
# JBossAS-4.2
jboss-jbossxb-jboss42=1.0.0.GA
Show replies by date