[seam-dev] Re: Deployment issues in JBoss-Embedded

Carlo de Wolf cdewolf at redhat.com
Tue Jun 16 06:02:55 EDT 2009


 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,
>
>   




More information about the seam-dev mailing list