You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Dan Carda <da...@twtelecom.com> on 2012/07/27 00:55:51 UTC

Anybody Tried to deploy to JBoss 7?

I'm trying to deploy to JBoss 7 and it's not going well.  Basically, my
DS.xml is not parsing right.  I'm new to 7 and it's a bit of a new beaste.  

I'm including a copy of my qpid-jca-ds.xml file
http://old.nabble.com/file/p34218214/qpid-jca-ds.xml qpid-jca-ds.xml 

As I try to deploy, I'm getting the error (below).  I have not got a clue
what to do next.  Any help would be GREATLY appreciated!

Thanks!
Daniel



16:43:16,571 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8)
JBAS015876: Starting deployment of "qpid-jca-ds.xml"
16:43:16,611 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4)
MSC00001: Failed to start service
jboss.deployment.unit."qpid-jca-ds.xml".PARSE:
org.jboss.msc.service.StartException in service
jboss.deployment.unit."qpid-jca-ds.xml".PARSE: Failed to process phase PARSE
of deployment "qpid-jca-ds.xml"
        at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119)
[jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
        at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
[jboss-msc-1.0.2.GA.jar:1.0.2.GA]
        at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1747)
[jboss-msc-1.0.2.GA.jar:1.0.2.GA]
        at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[rt.jar:1.6.0_33]
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:909)
[rt.jar:1.6.0_33]
        at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_33]
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException:
IJ010061: Unexpected element: connection-factories
        at
org.jboss.as.connector.deployers.processors.DsXmlDeploymentParsingProcessor.deploy(DsXmlDeploymentParsingProcessor.java:85)
        at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113)
[jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
        ... 5 more
Caused by: org.jboss.jca.common.metadata.ParserException: IJ010061:
Unexpected element: connection-factories
        at
org.jboss.jca.common.metadata.ds.DsParser.parse(DsParser.java:123)
        at org.jboss.jca.common.metadata.ds.DsParser.parse(DsParser.java:82)
        at
org.jboss.as.connector.deployers.processors.DsXmlDeploymentParsingProcessor.deploy(DsXmlDeploymentParsingProcessor.java:80)
        ... 6 more

16:43:16,641 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2)
JBAS015870: Deploy of deployment "qpid-jca-ds.xml" was rolled back with
failure message {"JBAS014671: Failed services" =>
{"jboss.deployment.unit.\"qpid-jca-ds.xml\".PARSE" =>
"org.jboss.msc.service.StartException in service
jboss.deployment.unit.\"qpid-jca-ds.xml\".PARSE: Failed to process phase
PARSE of deployment \"qpid-jca-ds.xml\""}}
16:43:16,641 INFO  [org.jboss.as.server.deployment] (MSC service thread
1-16) JBAS015877: Stopped deployment qpid-jca-ds.xml in 8ms
16:43:16,651 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2)
JBAS014774: Service status report
JBAS014777:   Services which failed to start:      service
jboss.deployment.unit."qpid-jca-ds.xml".PARSE:
org.jboss.msc.service.StartException in service
jboss.deployment.unit."qpid-jca-ds.xml".PARSE: Failed to process phase PARSE
of deployment "qpid-jca-ds.xml"

16:43:16,651 ERROR [org.jboss.as.server.deployment.scanner]
(DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and
was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671:
Failed services" => {"jboss.deployment.unit.\"qpid-jca-ds.xml\".PARSE" =>
"org.jboss.msc.service.StartException in service
jboss.deployment.unit.\"qpid-jca-ds.xml\".PARSE: Failed to process phase
PARSE of deployment \"qpid-jca-ds.xml\""}}}
-- 
View this message in context: http://old.nabble.com/Anybody-Tried-to-deploy-to-JBoss-7--tp34218214p34218214.html
Sent from the Qpid Developers mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


Re: Anybody Tried to deploy to JBoss 7?

Posted by "Weston M. Price" <wp...@redhat.com>.
Hi Daniel,
	Sorry, should have been more clear. Easiest thing to do is checkout the code from upstream, which has the latest and greatest. JBoss7 support is fairly new so it may not be in the version that you have. You can go here for instructions in getting the code:

http://qpid.apache.org/source_repository.html


On Jul 27, 2012, at 11:01 AM, Dan Carda wrote:

> 
> I just downloaded (what I think) is the latest version.  However, the readme
> file you referenced does not exist.  
> 
> Is there some other place I should be downloading from?
> 
> Thanks!
> Daniel
> 
> 
> 
> Weston M. Price wrote:
>> 
>> The *-ds.xml file has been deprecated in JBoss7. Have a look at the JCA
>> example code in the Qpid project. There is a README-JBOSS7.txt file that
>> tells you how to get the Qpid JCA adapter and example code up and running. 
>> 
>> Regards,
>> 
>> Weston
>> On Jul 26, 2012, at 6:55 PM, Dan Carda wrote:
>> 
>>> 
>>> I'm trying to deploy to JBoss 7 and it's not going well.  Basically, my
>>> DS.xml is not parsing right.  I'm new to 7 and it's a bit of a new
>>> beaste.  
>>> 
>>> I'm including a copy of my qpid-jca-ds.xml file
>>> http://old.nabble.com/file/p34218214/qpid-jca-ds.xml qpid-jca-ds.xml 
>>> 
>>> As I try to deploy, I'm getting the error (below).  I have not got a clue
>>> what to do next.  Any help would be GREATLY appreciated!
>>> 
>>> Thanks!
>>> Daniel
>>> 
>>> 
>>> 
>>> 16:43:16,571 INFO  [org.jboss.as.server.deployment] (MSC service thread
>>> 1-8)
>>> JBAS015876: Starting deployment of "qpid-jca-ds.xml"
>>> 16:43:16,611 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4)
>>> MSC00001: Failed to start service
>>> jboss.deployment.unit."qpid-jca-ds.xml".PARSE:
>>> org.jboss.msc.service.StartException in service
>>> jboss.deployment.unit."qpid-jca-ds.xml".PARSE: Failed to process phase
>>> PARSE
>>> of deployment "qpid-jca-ds.xml"
>>>       at
>>> org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119)
>>> [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
>>>       at
>>> org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
>>> [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
>>>       at
>>> org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1747)
>>> [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
>>>       at
>>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>>> [rt.jar:1.6.0_33]
>>>       at
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:909)
>>> [rt.jar:1.6.0_33]
>>>       at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_33]
>>> Caused by:
>>> org.jboss.as.server.deployment.DeploymentUnitProcessingException:
>>> IJ010061: Unexpected element: connection-factories
>>>       at
>>> org.jboss.as.connector.deployers.processors.DsXmlDeploymentParsingProcessor.deploy(DsXmlDeploymentParsingProcessor.java:85)
>>>       at
>>> org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113)
>>> [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
>>>       ... 5 more
>>> Caused by: org.jboss.jca.common.metadata.ParserException: IJ010061:
>>> Unexpected element: connection-factories
>>>       at
>>> org.jboss.jca.common.metadata.ds.DsParser.parse(DsParser.java:123)
>>>       at
>>> org.jboss.jca.common.metadata.ds.DsParser.parse(DsParser.java:82)
>>>       at
>>> org.jboss.as.connector.deployers.processors.DsXmlDeploymentParsingProcessor.deploy(DsXmlDeploymentParsingProcessor.java:80)
>>>       ... 6 more
>>> 
>>> 16:43:16,641 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2)
>>> JBAS015870: Deploy of deployment "qpid-jca-ds.xml" was rolled back with
>>> failure message {"JBAS014671: Failed services" =>
>>> {"jboss.deployment.unit.\"qpid-jca-ds.xml\".PARSE" =>
>>> "org.jboss.msc.service.StartException in service
>>> jboss.deployment.unit.\"qpid-jca-ds.xml\".PARSE: Failed to process phase
>>> PARSE of deployment \"qpid-jca-ds.xml\""}}
>>> 16:43:16,641 INFO  [org.jboss.as.server.deployment] (MSC service thread
>>> 1-16) JBAS015877: Stopped deployment qpid-jca-ds.xml in 8ms
>>> 16:43:16,651 INFO  [org.jboss.as.controller] (DeploymentScanner-threads -
>>> 2)
>>> JBAS014774: Service status report
>>> JBAS014777:   Services which failed to start:      service
>>> jboss.deployment.unit."qpid-jca-ds.xml".PARSE:
>>> org.jboss.msc.service.StartException in service
>>> jboss.deployment.unit."qpid-jca-ds.xml".PARSE: Failed to process phase
>>> PARSE
>>> of deployment "qpid-jca-ds.xml"
>>> 
>>> 16:43:16,651 ERROR [org.jboss.as.server.deployment.scanner]
>>> (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed
>>> and
>>> was rolled back. Steps that failed:" => {"Operation step-2" =>
>>> {"JBAS014671:
>>> Failed services" => {"jboss.deployment.unit.\"qpid-jca-ds.xml\".PARSE" =>
>>> "org.jboss.msc.service.StartException in service
>>> jboss.deployment.unit.\"qpid-jca-ds.xml\".PARSE: Failed to process phase
>>> PARSE of deployment \"qpid-jca-ds.xml\""}}}
>>> -- 
>>> View this message in context:
>>> http://old.nabble.com/Anybody-Tried-to-deploy-to-JBoss-7--tp34218214p34218214.html
>>> Sent from the Qpid Developers mailing list archive at Nabble.com.
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
>>> For additional commands, e-mail: dev-help@qpid.apache.org
>>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
>> For additional commands, e-mail: dev-help@qpid.apache.org
>> 
>> 
>> 
> 
> -- 
> View this message in context: http://old.nabble.com/Anybody-Tried-to-deploy-to-JBoss-7--tp34218214p34220955.html
> Sent from the Qpid Developers mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
> For additional commands, e-mail: dev-help@qpid.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


Re: Anybody Tried to deploy to JBoss 7?

Posted by Dan Carda <da...@twtelecom.com>.
I just downloaded (what I think) is the latest version.  However, the readme
file you referenced does not exist.  

Is there some other place I should be downloading from?

Thanks!
Daniel



Weston M. Price wrote:
> 
> The *-ds.xml file has been deprecated in JBoss7. Have a look at the JCA
> example code in the Qpid project. There is a README-JBOSS7.txt file that
> tells you how to get the Qpid JCA adapter and example code up and running. 
> 
> Regards,
> 
> Weston
> On Jul 26, 2012, at 6:55 PM, Dan Carda wrote:
> 
>> 
>> I'm trying to deploy to JBoss 7 and it's not going well.  Basically, my
>> DS.xml is not parsing right.  I'm new to 7 and it's a bit of a new
>> beaste.  
>> 
>> I'm including a copy of my qpid-jca-ds.xml file
>> http://old.nabble.com/file/p34218214/qpid-jca-ds.xml qpid-jca-ds.xml 
>> 
>> As I try to deploy, I'm getting the error (below).  I have not got a clue
>> what to do next.  Any help would be GREATLY appreciated!
>> 
>> Thanks!
>> Daniel
>> 
>> 
>> 
>> 16:43:16,571 INFO  [org.jboss.as.server.deployment] (MSC service thread
>> 1-8)
>> JBAS015876: Starting deployment of "qpid-jca-ds.xml"
>> 16:43:16,611 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4)
>> MSC00001: Failed to start service
>> jboss.deployment.unit."qpid-jca-ds.xml".PARSE:
>> org.jboss.msc.service.StartException in service
>> jboss.deployment.unit."qpid-jca-ds.xml".PARSE: Failed to process phase
>> PARSE
>> of deployment "qpid-jca-ds.xml"
>>        at
>> org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119)
>> [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
>>        at
>> org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
>> [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
>>        at
>> org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1747)
>> [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
>>        at
>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>> [rt.jar:1.6.0_33]
>>        at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:909)
>> [rt.jar:1.6.0_33]
>>        at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_33]
>> Caused by:
>> org.jboss.as.server.deployment.DeploymentUnitProcessingException:
>> IJ010061: Unexpected element: connection-factories
>>        at
>> org.jboss.as.connector.deployers.processors.DsXmlDeploymentParsingProcessor.deploy(DsXmlDeploymentParsingProcessor.java:85)
>>        at
>> org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113)
>> [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
>>        ... 5 more
>> Caused by: org.jboss.jca.common.metadata.ParserException: IJ010061:
>> Unexpected element: connection-factories
>>        at
>> org.jboss.jca.common.metadata.ds.DsParser.parse(DsParser.java:123)
>>        at
>> org.jboss.jca.common.metadata.ds.DsParser.parse(DsParser.java:82)
>>        at
>> org.jboss.as.connector.deployers.processors.DsXmlDeploymentParsingProcessor.deploy(DsXmlDeploymentParsingProcessor.java:80)
>>        ... 6 more
>> 
>> 16:43:16,641 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2)
>> JBAS015870: Deploy of deployment "qpid-jca-ds.xml" was rolled back with
>> failure message {"JBAS014671: Failed services" =>
>> {"jboss.deployment.unit.\"qpid-jca-ds.xml\".PARSE" =>
>> "org.jboss.msc.service.StartException in service
>> jboss.deployment.unit.\"qpid-jca-ds.xml\".PARSE: Failed to process phase
>> PARSE of deployment \"qpid-jca-ds.xml\""}}
>> 16:43:16,641 INFO  [org.jboss.as.server.deployment] (MSC service thread
>> 1-16) JBAS015877: Stopped deployment qpid-jca-ds.xml in 8ms
>> 16:43:16,651 INFO  [org.jboss.as.controller] (DeploymentScanner-threads -
>> 2)
>> JBAS014774: Service status report
>> JBAS014777:   Services which failed to start:      service
>> jboss.deployment.unit."qpid-jca-ds.xml".PARSE:
>> org.jboss.msc.service.StartException in service
>> jboss.deployment.unit."qpid-jca-ds.xml".PARSE: Failed to process phase
>> PARSE
>> of deployment "qpid-jca-ds.xml"
>> 
>> 16:43:16,651 ERROR [org.jboss.as.server.deployment.scanner]
>> (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed
>> and
>> was rolled back. Steps that failed:" => {"Operation step-2" =>
>> {"JBAS014671:
>> Failed services" => {"jboss.deployment.unit.\"qpid-jca-ds.xml\".PARSE" =>
>> "org.jboss.msc.service.StartException in service
>> jboss.deployment.unit.\"qpid-jca-ds.xml\".PARSE: Failed to process phase
>> PARSE of deployment \"qpid-jca-ds.xml\""}}}
>> -- 
>> View this message in context:
>> http://old.nabble.com/Anybody-Tried-to-deploy-to-JBoss-7--tp34218214p34218214.html
>> Sent from the Qpid Developers mailing list archive at Nabble.com.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
>> For additional commands, e-mail: dev-help@qpid.apache.org
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
> For additional commands, e-mail: dev-help@qpid.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/Anybody-Tried-to-deploy-to-JBoss-7--tp34218214p34220955.html
Sent from the Qpid Developers mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


Re: Anybody Tried to deploy to JBoss 7?

Posted by "Weston M. Price" <wp...@redhat.com>.
The *-ds.xml file has been deprecated in JBoss7. Have a look at the JCA example code in the Qpid project. There is a README-JBOSS7.txt file that tells you how to get the Qpid JCA adapter and example code up and running. 

Regards,

Weston
On Jul 26, 2012, at 6:55 PM, Dan Carda wrote:

> 
> I'm trying to deploy to JBoss 7 and it's not going well.  Basically, my
> DS.xml is not parsing right.  I'm new to 7 and it's a bit of a new beaste.  
> 
> I'm including a copy of my qpid-jca-ds.xml file
> http://old.nabble.com/file/p34218214/qpid-jca-ds.xml qpid-jca-ds.xml 
> 
> As I try to deploy, I'm getting the error (below).  I have not got a clue
> what to do next.  Any help would be GREATLY appreciated!
> 
> Thanks!
> Daniel
> 
> 
> 
> 16:43:16,571 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8)
> JBAS015876: Starting deployment of "qpid-jca-ds.xml"
> 16:43:16,611 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4)
> MSC00001: Failed to start service
> jboss.deployment.unit."qpid-jca-ds.xml".PARSE:
> org.jboss.msc.service.StartException in service
> jboss.deployment.unit."qpid-jca-ds.xml".PARSE: Failed to process phase PARSE
> of deployment "qpid-jca-ds.xml"
>        at
> org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119)
> [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
>        at
> org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
> [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
>        at
> org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1747)
> [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
>        at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> [rt.jar:1.6.0_33]
>        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:909)
> [rt.jar:1.6.0_33]
>        at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_33]
> Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException:
> IJ010061: Unexpected element: connection-factories
>        at
> org.jboss.as.connector.deployers.processors.DsXmlDeploymentParsingProcessor.deploy(DsXmlDeploymentParsingProcessor.java:85)
>        at
> org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113)
> [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
>        ... 5 more
> Caused by: org.jboss.jca.common.metadata.ParserException: IJ010061:
> Unexpected element: connection-factories
>        at
> org.jboss.jca.common.metadata.ds.DsParser.parse(DsParser.java:123)
>        at org.jboss.jca.common.metadata.ds.DsParser.parse(DsParser.java:82)
>        at
> org.jboss.as.connector.deployers.processors.DsXmlDeploymentParsingProcessor.deploy(DsXmlDeploymentParsingProcessor.java:80)
>        ... 6 more
> 
> 16:43:16,641 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2)
> JBAS015870: Deploy of deployment "qpid-jca-ds.xml" was rolled back with
> failure message {"JBAS014671: Failed services" =>
> {"jboss.deployment.unit.\"qpid-jca-ds.xml\".PARSE" =>
> "org.jboss.msc.service.StartException in service
> jboss.deployment.unit.\"qpid-jca-ds.xml\".PARSE: Failed to process phase
> PARSE of deployment \"qpid-jca-ds.xml\""}}
> 16:43:16,641 INFO  [org.jboss.as.server.deployment] (MSC service thread
> 1-16) JBAS015877: Stopped deployment qpid-jca-ds.xml in 8ms
> 16:43:16,651 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2)
> JBAS014774: Service status report
> JBAS014777:   Services which failed to start:      service
> jboss.deployment.unit."qpid-jca-ds.xml".PARSE:
> org.jboss.msc.service.StartException in service
> jboss.deployment.unit."qpid-jca-ds.xml".PARSE: Failed to process phase PARSE
> of deployment "qpid-jca-ds.xml"
> 
> 16:43:16,651 ERROR [org.jboss.as.server.deployment.scanner]
> (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and
> was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671:
> Failed services" => {"jboss.deployment.unit.\"qpid-jca-ds.xml\".PARSE" =>
> "org.jboss.msc.service.StartException in service
> jboss.deployment.unit.\"qpid-jca-ds.xml\".PARSE: Failed to process phase
> PARSE of deployment \"qpid-jca-ds.xml\""}}}
> -- 
> View this message in context: http://old.nabble.com/Anybody-Tried-to-deploy-to-JBoss-7--tp34218214p34218214.html
> Sent from the Qpid Developers mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
> For additional commands, e-mail: dev-help@qpid.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org