From jira-events at lists.jboss.org Sat Jun 2 09:33:08 2007 Content-Type: multipart/mixed; boundary="===============5875094515999972157==" MIME-Version: 1.0 From: Thomas Diesler (JIRA) To: jbossws-issues at lists.jboss.org Subject: [jbossws-issues] [JBoss JIRA] Updated: (JBWS-1685) Add support for WebServiceContext propagation Date: Sat, 02 Jun 2007 09:33:08 -0400 Message-ID: <7894597.1180791188566.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 25548872.1180791188527.JavaMail.jira@cloud.prod.atl2.jboss.com --===============5875094515999972157== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/JBWS-1685?page=3Dall ] Thomas Diesler updated JBWS-1685: --------------------------------- Component/s: integration-xfire (was: integration-sunri) Description: = XFire does not give access to the standard JAXWS WebServiceContext in its I= nvoker interface import org.codehaus.xfire.MessageContext; import org.codehaus.xfire.fault.XFireFault; /** * The invoker class allows you to control how your service class is invoke= d. * For instance, you could supply an alternate instance which used a Factor= y to * create your service instead of XFire instantiating it. * = * @author Dan Diephouse * @since Nov 16, 2004 */ public interface Invoker { Object invoke( Method m, Object[] params, MessageContext context ) throws XFireFault; } was: tests-run-internal: [junit] Running org.jboss.test.ws.jaxws.samples.context.WebServiceConte= xtEJBTestCase [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 7.163 sec [junit] Test org.jboss.test.ws.jaxws.samples.context.WebServiceContextE= JBTestCase FAILED [junit] Running org.jboss.test.ws.jaxws.samples.context.WebServiceConte= xtJSETestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.312 sec BUILD SUCCESSFUL Total time: 15 seconds [tdiesler(a)tddell sunri]$ cat output-tests/reports/TEST-org.jboss.test.ws.= jaxws.samples.context.WebServiceContextEJBTestCase.txt = Testsuite: org.jboss.test.ws.jaxws.samples.context.WebServiceContextEJBTest= Case Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 7.163 sec Testcase: testGetWebContext took 1.919 sec FAILED expected: but was: junit.framework.ComparisonFailure: expected: but was: at org.jboss.test.ws.jaxws.samples.context.WebServiceContextEJBTest= Case.testGetWebContext(WebServiceContextEJBTestCase.java:71) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) at junit.extensions.TestSetup$1.protect(TestSetup.java:19) at junit.extensions.TestSetup.run(TestSetup.java:23) > Add support for WebServiceContext propagation > --------------------------------------------- > > Key: JBWS-1685 > URL: http://jira.jboss.com/jira/browse/JBWS-1685 > Project: JBoss Web Services > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: integration-xfire > Reporter: Thomas Diesler > Assigned To: Thomas Diesler > Fix For: jbossws-2.1.0 > > > XFire does not give access to the standard JAXWS WebServiceContext in its= Invoker interface > import org.codehaus.xfire.MessageContext; > import org.codehaus.xfire.fault.XFireFault; > /** > * The invoker class allows you to control how your service class is invo= ked. > * For instance, you could supply an alternate instance which used a Fact= ory to > * create your service instead of XFire instantiating it. > * = > * @author Dan Diephouse > * @since Nov 16, 2004 > */ > public interface Invoker > { > Object invoke( Method m, Object[] params, MessageContext context ) > throws XFireFault; > } -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============5875094515999972157==-- From jira-events at lists.jboss.org Sat Jun 2 09:33:08 2007 Content-Type: multipart/mixed; boundary="===============3916436071769991227==" MIME-Version: 1.0 From: Thomas Diesler (JIRA) To: jbossws-issues at lists.jboss.org Subject: [jbossws-issues] [JBoss JIRA] Created: (JBWS-1685) Add support for WebServiceContext propagation Date: Sat, 02 Jun 2007 09:33:08 -0400 Message-ID: <25548872.1180791188527.JavaMail.jira@cloud.prod.atl2.jboss.com> --===============3916436071769991227== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Add support for WebServiceContext propagation --------------------------------------------- Key: JBWS-1685 URL: http://jira.jboss.com/jira/browse/JBWS-1685 Project: JBoss Web Services Issue Type: Bug Security Level: Public (Everyone can see) Components: integration-sunri Reporter: Thomas Diesler Assigned To: Thomas Diesler Fix For: jbossws-2.1.0 tests-run-internal: [junit] Running org.jboss.test.ws.jaxws.samples.context.WebServiceConte= xtEJBTestCase [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 7.163 sec [junit] Test org.jboss.test.ws.jaxws.samples.context.WebServiceContextE= JBTestCase FAILED [junit] Running org.jboss.test.ws.jaxws.samples.context.WebServiceConte= xtJSETestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.312 sec BUILD SUCCESSFUL Total time: 15 seconds [tdiesler(a)tddell sunri]$ cat output-tests/reports/TEST-org.jboss.test.ws.= jaxws.samples.context.WebServiceContextEJBTestCase.txt = Testsuite: org.jboss.test.ws.jaxws.samples.context.WebServiceContextEJBTest= Case Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 7.163 sec Testcase: testGetWebContext took 1.919 sec FAILED expected: but was: junit.framework.ComparisonFailure: expected: but was: at org.jboss.test.ws.jaxws.samples.context.WebServiceContextEJBTest= Case.testGetWebContext(WebServiceContextEJBTestCase.java:71) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) at junit.extensions.TestSetup$1.protect(TestSetup.java:19) at junit.extensions.TestSetup.run(TestSetup.java:23) -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============3916436071769991227==-- From jira-events at lists.jboss.org Sat Jun 2 10:19:08 2007 Content-Type: multipart/mixed; boundary="===============9176341081951182632==" MIME-Version: 1.0 From: Thomas Diesler (JIRA) To: jbossws-issues at lists.jboss.org Subject: [jbossws-issues] [JBoss JIRA] Updated: (JBWS-1685) Add support for WebServiceContext propagation Date: Sat, 02 Jun 2007 10:19:08 -0400 Message-ID: <8386528.1180793948685.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 25548872.1180791188527.JavaMail.jira@cloud.prod.atl2.jboss.com --===============9176341081951182632== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/JBWS-1685?page=3Dall ] Thomas Diesler updated JBWS-1685: --------------------------------- Assignee: (was: Thomas Diesler) > Add support for WebServiceContext propagation > --------------------------------------------- > > Key: JBWS-1685 > URL: http://jira.jboss.com/jira/browse/JBWS-1685 > Project: JBoss Web Services > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: integration-xfire > Reporter: Thomas Diesler > Fix For: jbossws-2.1.0 > > > XFire does not give access to the standard JAXWS WebServiceContext in its= Invoker interface > import org.codehaus.xfire.MessageContext; > import org.codehaus.xfire.fault.XFireFault; > /** > * The invoker class allows you to control how your service class is invo= ked. > * For instance, you could supply an alternate instance which used a Fact= ory to > * create your service instead of XFire instantiating it. > * = > * @author Dan Diephouse > * @since Nov 16, 2004 > */ > public interface Invoker > { > Object invoke( Method m, Object[] params, MessageContext context ) > throws XFireFault; > } -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============9176341081951182632==-- From jira-events at lists.jboss.org Fri Jun 22 05:05:54 2007 Content-Type: multipart/mixed; boundary="===============2854590336011588528==" MIME-Version: 1.0 From: Thomas Diesler (JIRA) To: jbossws-issues at lists.jboss.org Subject: [jbossws-issues] [JBoss JIRA] Updated: (JBWS-1685) Add support for WebServiceContext propagation Date: Fri, 22 Jun 2007 05:05:53 -0400 Message-ID: <26513292.1182503153898.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 25548872.1180791188527.JavaMail.jira@cloud.prod.atl2.jboss.com --===============2854590336011588528== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/JBWS-1685?page=3Dall ] Thomas Diesler updated JBWS-1685: --------------------------------- We are going to integrate Apache CXF 2.0 when it becomes available. This i= ssue needs to be revaluated with the updated binary > Add support for WebServiceContext propagation > --------------------------------------------- > > Key: JBWS-1685 > URL: http://jira.jboss.com/jira/browse/JBWS-1685 > Project: JBoss Web Services > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: integration-xfire > Reporter: Thomas Diesler > Fix For: jbossws-2.1.0 > > > XFire does not give access to the standard JAXWS WebServiceContext in its= Invoker interface > import org.codehaus.xfire.MessageContext; > import org.codehaus.xfire.fault.XFireFault; > /** > * The invoker class allows you to control how your service class is invo= ked. > * For instance, you could supply an alternate instance which used a Fact= ory to > * create your service instead of XFire instantiating it. > * = > * @author Dan Diephouse > * @since Nov 16, 2004 > */ > public interface Invoker > { > Object invoke( Method m, Object[] params, MessageContext context ) > throws XFireFault; > } -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============2854590336011588528==-- From jira-events at lists.jboss.org Wed Jan 16 11:56:21 2008 Content-Type: multipart/mixed; boundary="===============7949634081726876422==" MIME-Version: 1.0 From: Thomas Diesler (JIRA) To: jbossws-issues at lists.jboss.org Subject: [jbossws-issues] [JBoss JIRA] Updated: (JBWS-1685) Add support for WebServiceContext propagation Date: Wed, 16 Jan 2008 11:56:21 -0500 Message-ID: <14141136.1200502581258.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 25548872.1180791188527.JavaMail.jira@cloud.prod.atl2.jboss.com --===============7949634081726876422== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/JBWS-1685?page=3Dall ] Thomas Diesler updated JBWS-1685: --------------------------------- Component/s: jbossws-jaxws (was: integration-cxf) Fix Version/s: jbossws-cxf-1.0.0 > Add support for WebServiceContext propagation > --------------------------------------------- > > Key: JBWS-1685 > URL: http://jira.jboss.com/jira/browse/JBWS-1685 > Project: JBoss Web Services > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: jbossws-jaxws > Reporter: Thomas Diesler > Fix For: jbossws-cxf-1.0.0 > > > XFire does not give access to the standard JAXWS WebServiceContext in its= Invoker interface > import org.codehaus.xfire.MessageContext; > import org.codehaus.xfire.fault.XFireFault; > /** > * The invoker class allows you to control how your service class is invo= ked. > * For instance, you could supply an alternate instance which used a Fact= ory to > * create your service instead of XFire instantiating it. > * = > * @author Dan Diephouse > * @since Nov 16, 2004 > */ > public interface Invoker > { > Object invoke( Method m, Object[] params, MessageContext context ) > throws XFireFault; > } -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============7949634081726876422==-- From jira-events at lists.jboss.org Wed Jan 16 12:04:21 2008 Content-Type: multipart/mixed; boundary="===============8905943626183505023==" MIME-Version: 1.0 From: Thomas Diesler (JIRA) To: jbossws-issues at lists.jboss.org Subject: [jbossws-issues] [JBoss JIRA] Updated: (JBWS-1685) Add support for WebServiceContext propagation Date: Wed, 16 Jan 2008 12:04:20 -0500 Message-ID: <15873839.1200503060970.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 25548872.1180791188527.JavaMail.jira@cloud.prod.atl2.jboss.com --===============8905943626183505023== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/JBWS-1685?page=3Dall ] Thomas Diesler updated JBWS-1685: --------------------------------- Fix Version/s: (was: jbossws-cxf-1.0.0) > Add support for WebServiceContext propagation > --------------------------------------------- > > Key: JBWS-1685 > URL: http://jira.jboss.com/jira/browse/JBWS-1685 > Project: JBoss Web Services > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: jaxws > Reporter: Thomas Diesler > > XFire does not give access to the standard JAXWS WebServiceContext in its= Invoker interface > import org.codehaus.xfire.MessageContext; > import org.codehaus.xfire.fault.XFireFault; > /** > * The invoker class allows you to control how your service class is invo= ked. > * For instance, you could supply an alternate instance which used a Fact= ory to > * create your service instead of XFire instantiating it. > * = > * @author Dan Diephouse > * @since Nov 16, 2004 > */ > public interface Invoker > { > Object invoke( Method m, Object[] params, MessageContext context ) > throws XFireFault; > } -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============8905943626183505023==--