« Return to Thread: Deployment issues in JBoss-Embedded

Re: Deployment issues in JBoss-Embedded

by Carlo de Wolf-2 :: Rate this Message:

Reply to Author | View in Thread

 From a glance you're mixing JBoss Messaging and JBoss MQ.
I haven't got a clue whether the old embedded has a compatibility bridge.

Carlo

Marek Novotny wrote:

> Hi,
>
>  first I know that JBoss Embedded is not supported, but anyway if
> somebody can help me, I'd appreciate it very much.
>
> I get the attached exception in seam integration testsuite. Sometimes it
> is thrown without java.util.ConcurrentModificationException stacktrace.
>
> What was changed in JBoss Embedded? I upgraded hibernate libs:
> hibernate-core to 3.3.1.GA
> hibernate-annotations to 3.4.0.GA
> hibernate-commons-annotations to 3.1.0.GA
> hibernate entitymanager to 3.4.0.GA
> hibernate-validator to 3.1.0.GA
>
> in test-build dir which is in classpath is the following
> destinations-service configuration:
> <server>
> <mbean code="org.jboss.mq.server.jmx.Topic"
>   name="jboss.mq.destination:service=Topic,name=testTopic">
> <depends optional-attribute-name="ServerPeer">
> jboss.messaging:service=ServerPeer
> </depends>
> <depends>jboss.messaging:service=PostOffice</depends>
> </mbean>
>
> <mbean code="org.jboss.mq.server.jmx.Queue"
>   name="jboss.mq.destination:service=Queue,name=testQueue">
> <depends optional-attribute-name="ServerPeer">
> jboss.messaging:service=ServerPeer
> </depends>
> <depends>jboss.messaging:service=PostOffice</depends>
> </mbean>
> </server>
>
>
> Thanks in advance,
>
>  

_______________________________________________
seam-dev mailing list
seam-dev@...
https://lists.jboss.org/mailman/listinfo/seam-dev

 « Return to Thread: Deployment issues in JBoss-Embedded