If you build from sources, you should use
   maven -Dmaven.test.skip=true
command line.

On the BPEL side, the PXE integration is currently broken.
A mail has been posted and if you search the mailing list you will
find hints to repackage a jbi component.  Else you can try the
servicemix-bpe component.

Cheers,
Guillaume Nodet

On 4/20/06, MinhLT <[EMAIL PROTECTED]> wrote:
>
> Thank you for your advise, that error has been disappeared!
>
> Now I have another problem.
>
> 1) The build is still not successful with the SedaFlowTransactionTest, and
> the cause here is the DeliveryChannel has been closed before transaction. In
> details, it looks like following:
>
>     [junit] 2006-04-20 15:09:55,566 [Thread-2       ] ERROR
> AsyncReceiverPojo
>            - Failed to process inbound messages:
> javax.jbi.messaging.MessagingEx
> ception: DeliveryChannel has been closed.
>     [junit] javax.jbi.messaging.MessagingException: DeliveryChannel has been
> clo
> sed.
>     [junit]     at
> org.servicemix.jbi.messaging.DeliveryChannelImpl.accept(Deliv
> eryChannelImpl.java:263)
>     [junit]     at
> org.servicemix.examples.AsyncReceiverPojo.run(AsyncReceiverPo
> jo.java:93)
>     [junit]     at java.lang.Thread.run(Thread.java:595)
>     [junit] 15:09:55,566 ERROR [AsyncReceiverPojo] Failed to process inbound
> mes
> sages: javax.jbi.messaging.MessagingException: DeliveryChannel has been
> closed.
>     [junit] javax.jbi.messaging.MessagingException: DeliveryChannel has been
> clo
> sed.
>     [junit]     at
> org.servicemix.jbi.messaging.DeliveryChannelImpl.accept(Deliv
> eryChannelImpl.java:263)
>     [junit]     at
> org.servicemix.examples.AsyncReceiverPojo.run(AsyncReceiverPo
> jo.java:93)
>     [junit]     at java.lang.Thread.run(Thread.java:595)
>
> Did I forget to do anything?
>
> 2) There is an error occurs while running the BPEL example in the binary
> version. At my viewpoint, this error and the above one has the same nature.
> What's your opinion in this case?
>
> ERROR [JmsServiceComponent] Failed to process inbound JMS Message:
> ACTIVEMQ_TEXT_MESSAGE: id = 0 ActiveMQMessage{ , jmsMessageID = null,
> bodyAsByte
> s = [EMAIL PROTECTED], readOnlyMessage = true,
> jmsClientID
> = 'ID:ltthanhminh-2710-1145522977267-1:0' , jmsCorrelationID = 'null' ,
> jmsDesti
> nation = demo.org.servicemix.source, jmsReplyTo =
> TemporaryTopic-{TD{ID:ltthanhm
> inh-2710-1145522977267-1:0}TD}ID:ltthanhminh-2710-1145522977267-6:0,
> jmsDelivery
> Mode = 2, jmsRedelivered = false, jmsType = 'null' , jmsExpiration = 0,
> jmsPrior
> ity = 4, jmsTimestamp = 1145522978328, properties = {}, readOnlyProperties =
> tru
> e, entryBrokerName = 'ID:ltthanhminh-2695-1145522881327-0:0' ,
> entryClusterName
> = 'default' , consumerNos = [0], transactionId = 'null' , xaTransacted =
> false,
> consumerIdentifer = 'ID:ltthanhminh-2695-1145522881327-6:0.1.1' ,
> messageConsume
> d = false, transientConsumed = false, sequenceNumber = 0, deliveryCount = 1,
> dis
> patchedFromDLQ = false, messageAcknowledge =
> [EMAIL PROTECTED]
> , jmsMessageIdentity = null, producerKey =
> ID:ltthanhminh-2710-1145522977267-7:
> }, text = <?xml version="1.0" encoding="UTF-8"?><AllOrders
> xmlns="uri:com.bptest
> .types">
>
> <content of soap message>
>
> </AllOrders>
> javax.jbi.messaging.MessagingException: Failed to resolve endpoint:
> org.servicem
> ix.jbi.NoServiceEndpointAvailableException: Cannot find an instance of the
> servi
> ce: {uri:fivesight.com/examples/AsyncProcessJBI}ProcessSVC and endpoint:
> Process
> PORT
>         at org.servicemix.jbi.nmr.Broker.resolveAddress(Broker.java:362)
>         at org.servicemix.jbi.nmr.Broker.sendExchangePacket(Broker.java:282)
>         at
> org.servicemix.jbi.container.JBIContainer.sendExchange(JBIContainer.j
> ava:567)
>         at
> org.servicemix.jbi.messaging.DeliveryChannelImpl.doSend(DeliveryChann
> elImpl.java:347)
>         at
> org.servicemix.jbi.messaging.DeliveryChannelImpl.sendSync(DeliveryCha
> nnelImpl.java:422)
>         at
> org.servicemix.jbi.messaging.DeliveryChannelImpl.sendSync(DeliveryCha
> nnelImpl.java:398)
>         at
> org.servicemix.components.jms.JmsServiceComponent.onMessage(JmsServic
> eComponent.java:155)
>         at
> org.activemq.ActiveMQMessageConsumer.processMessage(ActiveMQMessageCo
> nsumer.java:449)
>         at
> org.activemq.ActiveMQSessionExecutor.dispatch(ActiveMQSessionExecutor
> .java:115)
>         at
> org.activemq.ActiveMQSessionExecutor.run(ActiveMQSessionExecutor.java
> :100)
>         at java.lang.Thread.run(Thread.java:595)
> Caused by: org.servicemix.jbi.NoServiceEndpointAvailableException: Cannot
> find a
> n instance of the service:
> {uri:fivesight.com/examples/AsyncProcessJBI}ProcessSV
> C and endpoint: ProcessPORT
>         at
> org.servicemix.jbi.resolver.ServiceAndEndpointNameResolver.resolveEnd
> point(ServiceAndEndpointNameResolver.java:52)
>         at org.servicemix.jbi.nmr.Broker.resolveAddress(Broker.java:359)
>         ... 10 more
>
> Please take a look and give me some recommendations to solve these problems.
>
> 3) In fact, I study ServiceMix to have a concept about SOA and ESB. My aim
> is to understand the structure of ServiceMix and to be able to write some
> services that can communicate via ServiceMix. Could you show me an efficient
> way to reach my goal?
>
> With many thanks,
>
> Le Thanh Minh
> --
> View this message in context: 
> http://www.nabble.com/Retrieve-old-jar-files-t1473148.html#a4004021
> Sent from the ServiceMix - User forum at Nabble.com.
>
>

Reply via email to