Hi Tammo,

I did have one exception related to timeouts, thats in
management/DeploymentTest.java, I attached the exception.
for the security test cases, it seems I had problem with installing rampart?
or maybe I missed some files, also not sure about whether we need to do some
updates on samples or not from rampart 1.4 to rampart 1.5.

For the jpa work, no, I won't drop off the dao-hibernate for now, it means
we will have jpa-openjpa, jpa-hibernate, native-hibernate (as what we had
dao-hibernate now).

Regards
Jeff


------------org.apache.axis2.AxisFault: Timeout waiting for connection

        at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
        at 
org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:203)
        at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76)
        at 
org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400)
        at 
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225)
        at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:435)
        at 
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402)
        at 
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
        at 
org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
        at 
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:540)
        at 
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:521)
        at 
org.apache.ode.axis2.service.ServiceClientUtil.send(ServiceClientUtil.java:69)
        at 
org.apache.ode.axis2.service.ServiceClientUtil.send(ServiceClientUtil.java:48)
        at 
org.apache.ode.axis2.management.DeploymentTest.sendToDeployment(DeploymentTest.java:248)
        at 
org.apache.ode.axis2.management.DeploymentTest.testGetProcessPackage(DeploymentTest.java:116)
        at 
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:62)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:102)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:109)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1017)
Caused by: org.apache.commons.httpclient.ConnectionPoolTimeoutException:
Timeout waiting for connection
        at 
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.doGetConnection(MultiThreadedHttpConnectionManager.java:497)
        at 
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.getConnectionWithTimeout(MultiThreadedHttpConnectionManager.java:416)
        at 
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:153)
        at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
        at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
        at 
org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:542)
        at 
org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:199)
        ... 42 more


On Tue, Aug 3, 2010 at 7:25 PM, Tammo van Lessen <[email protected]>wrote:

> Hi Jeff,
>
> one thing up front: ODE does not work properly with Axis2 1.5.1 due to
> AXIS2-4752. This will be fixed in 1.5.2, so we can switch from 1.5 to
> 1.5.2 once this is out. Perhaps this is also causing your test failures
> (timeouts?)?
>
> Anyways, many thanks for your work on bringing the tests back!
>
> Regarding the jpa refactoring: Will your refactoring drop the current
> hibernate implementation? Then I'd like to see it in a branch first.
> Some time ago I ran into some race conditions in the openjpa
> implementation that do not occur with the hibernate DAO layer. I
> couldn't find the time to chase them but unless the JPA layer is as
> stable as the hibernate layer is, I don't want to drop the hibernate
> code from trunk.
>
> Cheers,
>  Tammo
>
> On 03.08.2010 09:44, Jeff Yu wrote:
> > Now, the axis2-war tests has been enabled. however there are two majors
> > parts failed as following:
> >
> > 1. rampart security tests failed.. I was trying to upgrade the rampart to
> > 1.5, as we now use axis2-1.5.1, the compatible should be rampart 1.5, but
> I
> > haven't managed to make it work yet. current buildr one is still using
> > rampart 1.4.1 version, so it would be better that someone know axis2
> better
> > can jump in and fix it? ;), also I am thinking that should we had all of
> > these tests in ODE codebase? as these are from rampart, would it be
> better
> > that we can have some typical samples to verify the security feature, but
> > not all. thoughts?
> >
> > 2. right now the InstanceManagementTest and DeploymentTest failed..
> >
> > Next, I will try to work on my local jpa refactoring work, against
> current
> > maven build, and then try to put it in our trunk.. Would it be any
> problems
> > if I can make a commit with current maven build or do you prefer to have
> me
> > committed to some branch firstly??
> >
> > Regards
> > Jeff
> >
> > On Thu, Jul 29, 2010 at 6:52 PM, Jeff Yu <[email protected]> wrote:
> >
> >> Hi all,
> >>
> >> Was running successfully with following combinations by using buildr.
> >>
> >> buildr 1.3.5 + jruby 1.4.0 + sun's jdk 1.6.
> >>
> >> However, I found that in the buildr's config file, we are still using
> the
> >> 1.4.1 version for things like addressing-1.4.1.mar, mex-1.41.mar etc.
> while
> >> in the maven build, we've already used the 1.5.1.mar version...
> >>
> >> can someone tell me which one is the way to go? 1.4.1 or 1.5.1?
> >>
> >> Thanks
> >> Jeff
> >>
> >> On Tue, Jul 20, 2010 at 6:31 PM, Rafal Rusin <[email protected]> wrote:
> >>
> >>> Hello,
> >>>
> >>> recently I did update to security tests.
> >>> This is latest build from buildr, which is known to pass all tests:
> >>>
> >>> Revision: 965628
> >>> Changes
> >>>
> >>>   1. ODE-874: Server should log the error for the fault and also
> >>> point the position of fault (instance details) Fix thanks to Veresh
> >>> Jain (detail)
> >>>
> >>>
> >>> On Tue, Jul 20, 2010 at 7:49 AM, Aaron Anderson <[email protected]
> >
> >>> wrote:
> >>>> Hi Jeff,
> >>>>
> >>>> If there is anything I can do to help please let me know. Overall I
> >>> didn't need
> >>>> to tweak much to get the tests to work in the experimental trunk. The
> >>> most
> >>>> challenging part was getting the Axis security tests to pass which
> >>> required a
> >>>> slight tweak to the base test class to allow for overriding the Axis
> >>> module
> >>>> directory at runtime and a few lines of groovy to move files around to
> >>> the right
> >>>> places.
> >>>>
> >>>> Cheers,
> >>>>
> >>>> Aaron
> >>>>
> >>>>
> >>>>
> >>>>
> >>>> ________________________________
> >>>> From: Jeff Yu <[email protected]>
> >>>> To: [email protected]
> >>>> Sent: Mon, July 19, 2010 3:12:35 AM
> >>>> Subject: maven build for axis2-war testing discussion
> >>>>
> >>>> Hi all,
> >>>>
> >>>> Instead of following up the 'ode trunk build' thread, I'd like to
> start
> >>> a
> >>>> new thread of enabling maven build for axis2-war module.
> >>>>
> >>>> I think we can start work on it by importing Aaron's work from ode 2.x
> >>>> experiment,
> >>>>
> >>>
> http://svn.apache.org/repos/asf/ode/branches/APACHE_ODE_2.X-experimental/axis2-war/pom.xml
> >>>>
> >>>>
> >>>> I am importing this work, but currently had some problems which I am
> >>> looking
> >>>> into it.
> >>>>
> >>>> @waruna, any problems on that we start from here? As I've run
> >>> successfully
> >>>> axis2-war module in the ode-2.x experiment branch.
> >>>>
> >>>> Regards
> >>>> Jeff
> >>>>
> >>>> --
> >>>> Cheers,
> >>>> Jeff Yu
> >>>>
> >>>> ----------------
> >>>> blog: http://jeff.familyyu.net
> >>>>
> >>>
> >>>
> >>>
> >>> --
> >>> Regards,
> >>> RafaƂ Rusin
> >>> http://rrusin.blogspot.com
> >>>
> >>
> >>
> >>
> >> --
> >> Cheers,
> >> Jeff Yu
> >>
> >> ----------------
> >> blog: http://jeff.familyyu.net
> >>
> >>
> >
> >
>
> --
> Tammo van Lessen - http://www.taval.de
>



-- 
Cheers,
Jeff Yu

----------------
blog: http://jeff.familyyu.net

Reply via email to