I tried on a different machine and the JMS related otest passed. Maybe it's a timing issue
waiting for the JMS response from the queue.
I saw your problem too but it works on a different machine.
The maven build is tricky :-(
Thanks,
Raymond
On Apr 23, 2012, at 1:35 PM, Simon Laws wrote:
> On Mon, Apr 23, 2012 at 7:25 PM, Raymond Feng <enjoyjava@gmail.com> wrote:
>> Hi,
>>
>> I'm struggling to get a clean build. The top-down build hangs at the following otest:
>>
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 sec
>> Running client_bjm.BJM_6014_1_1_TestCase
>> Implementation language set to: _Java
>> Apr 23, 2012 11:00:34 AM org.apache.tuscany.sca.node.impl.NodeImpl start
>> INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
>> Apr 23, 2012 11:00:34 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
>> INFO: Loading contribution: file:/home/rfeng/tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/target/oasis-contributions/BJM_6014_1_1/target/BJM_6014_1_1.zip
>> Apr 23, 2012 11:00:34 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
>> INFO: Loading contribution: file:/home/rfeng/tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/target/oasis-contributions/BJM_General/target/BJM_General.zip
>> Apr 23, 2012 11:00:34 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
>> INFO: Loading contribution: file:/home/rfeng/tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/target/oasis-contributions/BJM_General_Java/target/BJM_General_Java.zip
>> Apr 23, 2012 11:00:35 AM org.apache.tuscany.sca.binding.jms.host.DefaultJMSServiceListener
registerListener
>> INFO: JMS service 'Service3' listening on destination TEST_BJM_6014_Service_Queue
>> Apr 23, 2012 11:00:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl
addEndpoint
>> INFO: Add endpoint - binding.jms - TEST_BJM_6014Component1/Service3
>> Apr 23, 2012 11:00:35 AM org.apache.tuscany.sca.binding.jms.host.DefaultJMSServiceListener
registerListener
>> INFO: JMS callback service 'reference4' listening on destination TEST_BJM_6014_Callback_Queue
>> Apr 23, 2012 11:00:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl
addEndpoint
>> INFO: Add endpoint - binding.jms - TEST_BJM_6014Component1/reference4
>> Apr 23, 2012 11:00:35 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
>> Test BJM_6014_1_1 completed successfully
>> INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
>> Apr 23, 2012 11:00:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl
removeEndpoint
>> INFO: Remove endpoint - binding.jms - TEST_BJM_6014Component1/Service3
>>
>> I had to interrupt the process.
>>
>> Thanks,
>> Raymond
>>
>> On Apr 22, 2012, at 10:54 PM, ant elder wrote:
>>
>>> Still looking for votes. Its been nearly two weeks now...
>>>
>>> ...ant
>>>
>>> On Thu, Apr 12, 2012 at 6:04 PM, ant elder <ant.elder@gmail.com> wrote:
>>>> I've spun the artifacts for the 2.0 release, they're available at:
>>>> http://people.apache.org/~antelder/tuscany/2.0-RC1/
>>>>
>>>> Please review and cast your vote on releasing.
>>>>
>>>> Many thanks,
>>>>
>>>> ...ant
>>
>
> Hi Raymond
>
> I've seen that a few times in my normal development build. It seemed
> to be behaving itself recently but obviously not.
>
> I did however see an issue I've not seen before when building the
> "all" source on linux with a clean repo.
>
> [INFO] ------------------------------------------------------------------------
> [INFO] Error for project: Apache Tuscany SCA Comet Binding Runtime (during insta
> ll)
> [INFO] ------------------------------------------------------------------------
> [INFO] Error building POM (may not be this project's POM).
>
>
> Project ID: null:jersey-server:bundle:null
>
> Reason: Cannot find parent: com.sun.jersey:jersey-project for project: null:jers
> ey-server:bundle:null for project null:jersey-server:bundle:null
>
> Haven't looked into it yet.
>
> In parallel i'm starting to look through the samples. The first issues
> is that the top level README is empty. It's like this in svn so not
> sure what's happened.
>
> More later
>
> Simon
>
> --
> Apache Tuscany committer: tuscany.apache.org
> Co-author of a book about Tuscany and SCA: tuscanyinaction.com
|