Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
There are a couple of problems with JCA_General_POJO/src/main/java/org/oasisopen/sca/test/Service1WithAsyncMethods.java:
1) there are two operation1Async methods and the interface uses @Remotable so using it fails saying you can't use overloaded operations with remotable interfaces
2) when used with the Service1.java interface they're being flagged as incompatible as Service1 doesn't implement the operation1Async methods
As operation1Async is related to JAXWS support I'll assign it to "OASIS Compliance - TUSCANY" for now till the JAXWS support is done and we can see if that resolves this.