You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Amila Suriarachchi <am...@gmail.com> on 2008/07/01 15:28:22 UTC

[Axis2] Move jaxbri version to 2.1.7

hi,
Newly released jaxbri 2.1.7 has a new feature called episode file support[1]
which is very useful for
codegeneration with jaxbri databinding.
Shall I move the Axis2 jaxbri verson to 2.1.7?

thanks,
Amila.

[1]
http://weblogs.java.net/blog/kohsuke/archive/2006/09/separate_compil.html
--
Amila Suriarachchi,
WSO2 Inc.

Re: [Axis2] Move jaxbri version to 2.1.7

Posted by Amila Suriarachchi <am...@gmail.com>.
All the tests were passed Moved the version to 2.1.7

thanks,
Amila.

On Wed, Jul 2, 2008 at 10:50 AM, Amila Suriarachchi <
amilasuriarachchi@gmail.com> wrote:

> hi Dims,
>
> I ran the tests without changing the jaxbri version and got this exception.
>
> 2132 [HttpConnection-6060-20] ERROR org.apache.axis2.engine.AxisEngine  -
> org.apache.axis2.AxisFault
>         at
> org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher.createFaultResponse(JavaBeanDispatcher.java:354)
>         at
> org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher.invoke(JavaBeanDispatcher.java:109)
>         at
> org.apache.axis2.jaxws.server.EndpointController.invoke(EndpointController.java:108)
>         at
> org.apache.axis2.jaxws.server.JAXWSMessageReceiver.receive(JAXWSMessageReceiver.java:159)
>         at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:170)
>         at
> org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:275)
>         at
> org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:278)
>         at
> org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
>         at
> org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
>         at
> org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
>         at java.lang.Thread.run(Thread.java:595)
> Caused by: java.lang.reflect.InvocationTargetException
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at
> org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher.invokeTargetOperation(JavaDispatcher.java:75)
>         at
> org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher.invoke(JavaBeanDispatcher.java:96)
>         ... 11 more
> Caused by: java.lang.NullPointerException: NPE thrown
>         at
> org.apache.axis2.jaxws.sample.dlwmin.GreeterImpl.process(GreeterImpl.java:55)
>         ... 17 more
> [SimpleHTTPServer] Stop called
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.709 sec
>
> Results :
>
> Failed tests:
>
> Tests run: 298, Failures: 1, Errors: 0, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
>
> Please refer to
> /home/amila/projects/axis2_trunk/java/modules/jaxws-integration/target/surefire-reports
> for the individual test results.
>
> Actually there were a lot of exception messages on the console although
> tests continue to run at jaxws-integration module.
>
> thanks,
> Amila.
>
>
> On Wed, Jul 2, 2008 at 12:48 AM, Davanum Srinivas <da...@gmail.com>
> wrote:
>
>> Amila,
>>
>> Does all the current tests pass?
>>
>> thanks,
>> dims
>>
>> On Tue, Jul 1, 2008 at 9:28 AM, Amila Suriarachchi
>> <am...@gmail.com> wrote:
>> > hi,
>> > Newly released jaxbri 2.1.7 has a new feature called episode file
>> support[1]
>> > which is very useful for
>> > codegeneration with jaxbri databinding.
>> > Shall I move the Axis2 jaxbri verson to 2.1.7?
>> >
>> > thanks,
>> > Amila.
>> >
>> > [1]
>> >
>> http://weblogs.java.net/blog/kohsuke/archive/2006/09/separate_compil.html
>> > --
>> > Amila Suriarachchi,
>> > WSO2 Inc.
>>
>>
>>
>> --
>> Davanum Srinivas :: http://davanum.wordpress.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-dev-help@ws.apache.org
>>
>>
>
>
> --
> Amila Suriarachchi,
> WSO2 Inc.




-- 
Amila Suriarachchi,
WSO2 Inc.

Re: [Axis2] Move jaxbri version to 2.1.7

Posted by Amila Suriarachchi <am...@gmail.com>.
hi Dims,

I ran the tests without changing the jaxbri version and got this exception.

2132 [HttpConnection-6060-20] ERROR org.apache.axis2.engine.AxisEngine  -
org.apache.axis2.AxisFault
        at
org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher.createFaultResponse(JavaBeanDispatcher.java:354)
        at
org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher.invoke(JavaBeanDispatcher.java:109)
        at
org.apache.axis2.jaxws.server.EndpointController.invoke(EndpointController.java:108)
        at
org.apache.axis2.jaxws.server.JAXWSMessageReceiver.receive(JAXWSMessageReceiver.java:159)
        at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:170)
        at
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:275)
        at
org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:278)
        at
org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
        at
org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
        at
org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
        at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at
org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher.invokeTargetOperation(JavaDispatcher.java:75)
        at
org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher.invoke(JavaBeanDispatcher.java:96)
        ... 11 more
Caused by: java.lang.NullPointerException: NPE thrown
        at
org.apache.axis2.jaxws.sample.dlwmin.GreeterImpl.process(GreeterImpl.java:55)
        ... 17 more
[SimpleHTTPServer] Stop called
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.709 sec

Results :

Failed tests:

Tests run: 298, Failures: 1, Errors: 0, Skipped: 0

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to
/home/amila/projects/axis2_trunk/java/modules/jaxws-integration/target/surefire-reports
for the individual test results.

Actually there were a lot of exception messages on the console although
tests continue to run at jaxws-integration module.

thanks,
Amila.

On Wed, Jul 2, 2008 at 12:48 AM, Davanum Srinivas <da...@gmail.com> wrote:

> Amila,
>
> Does all the current tests pass?
>
> thanks,
> dims
>
> On Tue, Jul 1, 2008 at 9:28 AM, Amila Suriarachchi
> <am...@gmail.com> wrote:
> > hi,
> > Newly released jaxbri 2.1.7 has a new feature called episode file
> support[1]
> > which is very useful for
> > codegeneration with jaxbri databinding.
> > Shall I move the Axis2 jaxbri verson to 2.1.7?
> >
> > thanks,
> > Amila.
> >
> > [1]
> >
> http://weblogs.java.net/blog/kohsuke/archive/2006/09/separate_compil.html
> > --
> > Amila Suriarachchi,
> > WSO2 Inc.
>
>
>
> --
> Davanum Srinivas :: http://davanum.wordpress.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>


-- 
Amila Suriarachchi,
WSO2 Inc.

Re: [Axis2] Move jaxbri version to 2.1.7

Posted by Davanum Srinivas <da...@gmail.com>.
Amila,

Does all the current tests pass?

thanks,
dims

On Tue, Jul 1, 2008 at 9:28 AM, Amila Suriarachchi
<am...@gmail.com> wrote:
> hi,
> Newly released jaxbri 2.1.7 has a new feature called episode file support[1]
> which is very useful for
> codegeneration with jaxbri databinding.
> Shall I move the Axis2 jaxbri verson to 2.1.7?
>
> thanks,
> Amila.
>
> [1]
> http://weblogs.java.net/blog/kohsuke/archive/2006/09/separate_compil.html
> --
> Amila Suriarachchi,
> WSO2 Inc.



-- 
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org