[JBoss JIRA] (JBWS-3641) cxf InInterceptors annotation not firing
by David Lin (JIRA)
[ https://issues.jboss.org/browse/JBWS-3641?page=com.atlassian.jira.plugin.... ]
David Lin updated JBWS-3641:
----------------------------
Environment:
jboss 7.1.1 final
jdk 1.6.0_43
mac os 10.6.8
was:
jboss 7.1.1
jdk 1.6
> cxf InInterceptors annotation not firing
> ----------------------------------------
>
> Key: JBWS-3641
> URL: https://issues.jboss.org/browse/JBWS-3641
> Project: JBoss Web Services
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: jbossws-cxf
> Environment: jboss 7.1.1 final
> jdk 1.6.0_43
> mac os 10.6.8
> Reporter: David Lin
> Labels: annotation, interceptor
> Attachments: hellows.tar
>
>
> Implement the web service using the jax-ws with cxf InInterceptor as following
> @WebService(serviceName = "HelloService",
> portName = "HelloServicePort",
> name = "HelloService",
> endpointInterface = "simple.service.HelloService",
> targetNamespace = "urn:common:hello")
> @InInterceptors(interceptors="org.apache.cxf.interceptor.LoggingInInterceptor")
> public class HelloServiceImpl implements HelloService {
> @WebMethod
> public String sayHello() {
> return "Hello World";
> }
> }
> The META-INF/MANIFEST.MF is as following
> Manifest-Version: 1.0
> Dependencies: org.jboss.ws.cxf.jbossws-cxf-client services export
> The web service is working fine but the interceptor is not firing. Tested in jboss 7.1.1 Final and 7.1.0 Final.
> The jbossws-cxf module does no have the test case for the interceptor annotation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months
[JBoss JIRA] (JBWS-3641) cxf InInterceptors annotation not firing
by David Lin (JIRA)
[ https://issues.jboss.org/browse/JBWS-3641?page=com.atlassian.jira.plugin.... ]
David Lin commented on JBWS-3641:
---------------------------------
The jboss server is running with
standalone.sh -c standalone-full.xml
> cxf InInterceptors annotation not firing
> ----------------------------------------
>
> Key: JBWS-3641
> URL: https://issues.jboss.org/browse/JBWS-3641
> Project: JBoss Web Services
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: jbossws-cxf
> Environment: jboss 7.1.1
> jdk 1.6
> Reporter: David Lin
> Labels: annotation, interceptor
> Attachments: hellows.tar
>
>
> Implement the web service using the jax-ws with cxf InInterceptor as following
> @WebService(serviceName = "HelloService",
> portName = "HelloServicePort",
> name = "HelloService",
> endpointInterface = "simple.service.HelloService",
> targetNamespace = "urn:common:hello")
> @InInterceptors(interceptors="org.apache.cxf.interceptor.LoggingInInterceptor")
> public class HelloServiceImpl implements HelloService {
> @WebMethod
> public String sayHello() {
> return "Hello World";
> }
> }
> The META-INF/MANIFEST.MF is as following
> Manifest-Version: 1.0
> Dependencies: org.jboss.ws.cxf.jbossws-cxf-client services export
> The web service is working fine but the interceptor is not firing. Tested in jboss 7.1.1 Final and 7.1.0 Final.
> The jbossws-cxf module does no have the test case for the interceptor annotation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months
[JBoss JIRA] (JBWS-3641) cxf InInterceptors annotation not firing
by David Lin (JIRA)
[ https://issues.jboss.org/browse/JBWS-3641?page=com.atlassian.jira.plugin.... ]
David Lin updated JBWS-3641:
----------------------------
Attachment: hellows.tar
Please see the attached maven project
> cxf InInterceptors annotation not firing
> ----------------------------------------
>
> Key: JBWS-3641
> URL: https://issues.jboss.org/browse/JBWS-3641
> Project: JBoss Web Services
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: jbossws-cxf
> Environment: jboss 7.1.1
> jdk 1.6
> Reporter: David Lin
> Labels: annotation, interceptor
> Attachments: hellows.tar
>
>
> Implement the web service using the jax-ws with cxf InInterceptor as following
> @WebService(serviceName = "HelloService",
> portName = "HelloServicePort",
> name = "HelloService",
> endpointInterface = "simple.service.HelloService",
> targetNamespace = "urn:common:hello")
> @InInterceptors(interceptors="org.apache.cxf.interceptor.LoggingInInterceptor")
> public class HelloServiceImpl implements HelloService {
> @WebMethod
> public String sayHello() {
> return "Hello World";
> }
> }
> The META-INF/MANIFEST.MF is as following
> Manifest-Version: 1.0
> Dependencies: org.jboss.ws.cxf.jbossws-cxf-client services export
> The web service is working fine but the interceptor is not firing. Tested in jboss 7.1.1 Final and 7.1.0 Final.
> The jbossws-cxf module does no have the test case for the interceptor annotation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months
[JBoss JIRA] (JBWS-3641) cxf InInterceptors annotation not firing
by Alessio Soldano (JIRA)
[ https://issues.jboss.org/browse/JBWS-3641?page=com.atlassian.jira.plugin.... ]
Alessio Soldano commented on JBWS-3641:
---------------------------------------
Can you please attache the jar you're reproducing this with? I've an equivalent test working upstream, so would need to double check with yours.
> cxf InInterceptors annotation not firing
> ----------------------------------------
>
> Key: JBWS-3641
> URL: https://issues.jboss.org/browse/JBWS-3641
> Project: JBoss Web Services
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: jbossws-cxf
> Environment: jboss 7.1.1
> jdk 1.6
> Reporter: David Lin
> Labels: annotation, interceptor
>
> Implement the web service using the jax-ws with cxf InInterceptor as following
> @WebService(serviceName = "HelloService",
> portName = "HelloServicePort",
> name = "HelloService",
> endpointInterface = "simple.service.HelloService",
> targetNamespace = "urn:common:hello")
> @InInterceptors(interceptors="org.apache.cxf.interceptor.LoggingInInterceptor")
> public class HelloServiceImpl implements HelloService {
> @WebMethod
> public String sayHello() {
> return "Hello World";
> }
> }
> The META-INF/MANIFEST.MF is as following
> Manifest-Version: 1.0
> Dependencies: org.jboss.ws.cxf.jbossws-cxf-client services export
> The web service is working fine but the interceptor is not firing. Tested in jboss 7.1.1 Final and 7.1.0 Final.
> The jbossws-cxf module does no have the test case for the interceptor annotation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months
[JBoss JIRA] (JBWS-3642) Replace gnu-getopt:getopt with gnu.getopt:java-getopt
by Alessio Soldano (JIRA)
[ https://issues.jboss.org/browse/JBWS-3642?page=com.atlassian.jira.plugin.... ]
Alessio Soldano updated JBWS-3642:
----------------------------------
Description: We're including gnu getopt (for jaxws tooling) from the jboss thirdparty repository; we should replace that with the gnu.getopt:java-getopt from maven central. That would help for building jbossws using the maven central repo only. (was: We're including gnu getopt (for jbossws tooling) from the jboss thirdparty repository; we should replace that with the gnu.getopt:java-getopt from maven central. That would help for building jbossws using the maven central repo only.)
> Replace gnu-getopt:getopt with gnu.getopt:java-getopt
> -----------------------------------------------------
>
> Key: JBWS-3642
> URL: https://issues.jboss.org/browse/JBWS-3642
> Project: JBoss Web Services
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: productization
> Reporter: Alessio Soldano
> Assignee: Alessio Soldano
> Fix For: jbossws-cxf-4.2
>
>
> We're including gnu getopt (for jaxws tooling) from the jboss thirdparty repository; we should replace that with the gnu.getopt:java-getopt from maven central. That would help for building jbossws using the maven central repo only.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months
[JBoss JIRA] (JBWS-3642) Replace gnu-getopt:getopt with gnu.getopt:java-getopt
by Alessio Soldano (JIRA)
Alessio Soldano created JBWS-3642:
-------------------------------------
Summary: Replace gnu-getopt:getopt with gnu.getopt:java-getopt
Key: JBWS-3642
URL: https://issues.jboss.org/browse/JBWS-3642
Project: JBoss Web Services
Issue Type: Task
Security Level: Public (Everyone can see)
Components: productization
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: jbossws-cxf-4.2
We're including gnu getopt (for jbossws tooling) from the jboss thirdparty repository; we should replace that with the gnu.getopt:java-getopt from maven central. That would help for building jbossws using the maven central repo only.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months
[JBoss JIRA] (JBWS-3641) cxf InInterceptors annotation not firing
by David Lin (JIRA)
[ https://issues.jboss.org/browse/JBWS-3641?page=com.atlassian.jira.plugin.... ]
David Lin updated JBWS-3641:
----------------------------
Description:
Implement the web service using the jax-ws with cxf InInterceptor as following
@WebService(serviceName = "HelloService",
portName = "HelloServicePort",
name = "HelloService",
endpointInterface = "simple.service.HelloService",
targetNamespace = "urn:common:hello")
@InInterceptors(interceptors="org.apache.cxf.interceptor.LoggingInInterceptor")
public class HelloServiceImpl implements HelloService {
@WebMethod
public String sayHello() {
return "Hello World";
}
}
The META-INF/MANIFEST.MF is as following
Manifest-Version: 1.0
Dependencies: org.jboss.ws.cxf.jbossws-cxf-client services export
The web service is working fine but the interceptor is not firing. Tested in jboss 7.1.1 Final and 7.1.0 Final.
The jbossws-cxf module does no have the test case for the interceptor annotation.
was:
Implement the web service using the jax-ws with cxf InInterceptor as following
@WebService(serviceName = "HelloService",
portName = "HelloServicePort",
name = "HelloService",
endpointInterface = "simple.service.HelloService",
targetNamespace = "urn:common:hello")
@InInterceptors(interceptors="org.apache.cxf.interceptor.LoggingInIntercepto")
public class HelloServiceImpl implements HelloService {
@WebMethod
public String sayHello() {
return "Hello World";
}
}
The META-INF/MANIFEST.MF is as following
Manifest-Version: 1.0
Dependencies: org.jboss.ws.cxf.jbossws-cxf-client services export
The web service is working fine but the interceptor is not firing. Tested in jboss 7.1.1 Final and 7.1.0 Final.
The jbossws-cxf module does no have the test case for the interceptor annotation.
> cxf InInterceptors annotation not firing
> ----------------------------------------
>
> Key: JBWS-3641
> URL: https://issues.jboss.org/browse/JBWS-3641
> Project: JBoss Web Services
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: jbossws-cxf
> Environment: jboss 7.1.1
> jdk 1.6
> Reporter: David Lin
> Labels: annotation, interceptor
>
> Implement the web service using the jax-ws with cxf InInterceptor as following
> @WebService(serviceName = "HelloService",
> portName = "HelloServicePort",
> name = "HelloService",
> endpointInterface = "simple.service.HelloService",
> targetNamespace = "urn:common:hello")
> @InInterceptors(interceptors="org.apache.cxf.interceptor.LoggingInInterceptor")
> public class HelloServiceImpl implements HelloService {
> @WebMethod
> public String sayHello() {
> return "Hello World";
> }
> }
> The META-INF/MANIFEST.MF is as following
> Manifest-Version: 1.0
> Dependencies: org.jboss.ws.cxf.jbossws-cxf-client services export
> The web service is working fine but the interceptor is not firing. Tested in jboss 7.1.1 Final and 7.1.0 Final.
> The jbossws-cxf module does no have the test case for the interceptor annotation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months
[JBoss JIRA] (JBWS-3641) cxf InInterceptors annotation not firing
by David Lin (JIRA)
David Lin created JBWS-3641:
-------------------------------
Summary: cxf InInterceptors annotation not firing
Key: JBWS-3641
URL: https://issues.jboss.org/browse/JBWS-3641
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jbossws-cxf
Environment: jboss 7.1.1
jdk 1.6
Reporter: David Lin
Implement the web service using the jax-ws with cxf InInterceptor as following
@WebService(serviceName = "HelloService",
portName = "HelloServicePort",
name = "HelloService",
endpointInterface = "simple.service.HelloService",
targetNamespace = "urn:common:hello")
@InInterceptors(interceptors="org.apache.cxf.interceptor.LoggingInIntercepto")
public class HelloServiceImpl implements HelloService {
@WebMethod
public String sayHello() {
return "Hello World";
}
}
The META-INF/MANIFEST.MF is as following
Manifest-Version: 1.0
Dependencies: org.jboss.ws.cxf.jbossws-cxf-client services export
The web service is working fine but the interceptor is not firing. Tested in jboss 7.1.1 Final and 7.1.0 Final.
The jbossws-cxf module does no have the test case for the interceptor annotation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months
[JBoss JIRA] (JBWS-3625) Fix the WS-I BSP test failures
by Alessio Soldano (JIRA)
[ https://issues.jboss.org/browse/JBWS-3625?page=com.atlassian.jira.plugin.... ]
Alessio Soldano updated JBWS-3625:
----------------------------------
Fix Version/s: jbossws-cxf-4.3
(was: jbossws-cxf-4.2)
Rescheduling to 4.3 as it's blocked by WSS4J 1.6.11 release and [1][2].
[1] https://tools.oasis-open.org/issues/browse/WSBRSP-3
[2] https://tools.oasis-open.org/issues/browse/WSBRSP-4
> Fix the WS-I BSP test failures
> --------------------------------
>
> Key: JBWS-3625
> URL: https://issues.jboss.org/browse/JBWS-3625
> Project: JBoss Web Services
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: jbossws-cxf
> Affects Versions: jbossws-cxf-4.1.2
> Reporter: Jim Ma
> Fix For: jbossws-cxf-4.3
>
> Attachments: jbossws-bsp-log-report.zip
>
>
> There are several failures when run the ws-i bsp tests with the following tests:
> org.jboss.test.ws.jaxws.samples.wsse.policy.basic.*TestCase
> org.jboss.test.ws.jaxws.samples.wsse.policy.oasis.*TestCase.
> The failure of org.jboss.test.ws.jaxws.samples.wsse.policy.basic.SignEncryptGCMTestCase is caused by the GCM is not the allowed by WS-I BSP profile. We can simply remove this tests or change the tests to use the standard EncryptionMethod.
> The failures of org.jboss.test.ws.jaxws.samples.wsse.policy.oasis.*TestCase are assertion failures : "A wsse:Reference element does NOT contain a ValueType attribute". Look at if this is the issue in wss4j.
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months