[JBoss Tools] - JBoss Tools vs Developer Studio
by Max Andersen
Max Andersen [http://community.jboss.org/people/max.andersen%40jboss.com] modified the document:
"JBoss Tools vs Developer Studio"
To view the document, visit: http://community.jboss.org/docs/DOC-13300
--------------------------------------------------------------
Below is a comparison matrix to illustrate what parts of JBoss Tools have been included into the various releases of Developer Studio and which additional out-of-the-box setup and software Developer Studio provides.
||
|| *JBoss Tools 2.x* || *JBoss Tools 3.0.x* || *JBoss Tools 3.1.x (in progress)* || *Developer Studio 1.x* || *Developer Studio 2.x* || *Developer Studio 3.0.x* ||
| *Features:* | | | | | | |
| Hibernate | X | X | X | X | X | X |
| Seam | X | X | X | X | X | X |
| jBPM | X | X | X | X | X | X |
| Visual Page Editor | X | X | X | X | X | X |
| FreeMarker | X | X | X | X | X | X |
| Struts | X | X | X | X | X | X |
| JBoss AS | X | X | X | X | X | X |
| Project Archives | X | X | X | X | X | X |
| Drools | | X | X | | X | X |
| Portlet | | X | X | | X | X |
| ESB | | X | X | | X | X |
| JBoss Webservices |
| X | X | | X | X |
| Smooks | | X | X | | | X |
| Birt Integration | | X | X | | | |
| TPTP Integration | | X | X | | | X |
| Maven | | | X (requires m2eclipse) | | |
|
| | | | | | | |
| *Setup:* | | | | | | |
| Zip | X | X | X (deprecated) | | | |
| Update site | X | X | X | | X (since 2.1) | X |
| Archived Update Site | | | X | | | |
| Installer | |
| | X | X | X |
| | | | | | | |
| *3rd Party plugins:* | | | | | | |
| Eclipse | |
| | X | X (3.4) | X (3.5) |
| Web Tools | |
| | X | X | X |
| SpringIDE | |
| | X | X | X |
| TestNG | |
| | X | X | X |
| | | | | | | |
| *Integrated Platforms:* | |
| | |
| |
| JBoss Enterprise Application Platform | |
| | X | X | X |
| JBoss SOA Platform | |
| | | X (separate download) | X (separate download) |
| JBoss Enterprise Portal Platform | | | | | X (separate download) | X (separate download) |
| JBoss Enterprise Web Server | | | | | | X (separate download) |
--------------------------------------------------------------
Comment by going to Community
[http://community.jboss.org/docs/DOC-13300]
Create a new document in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=102&co...]
16 years, 1 month
[JCA] - Problem with JBOSS (4.2.2) and Websphere MQ adapter (6.2.0.5)
by Anders Berglund
Anders Berglund [http://community.jboss.org/people/andber] created the discussion
"Problem with JBOSS (4.2.2) and Websphere MQ adapter (6.2.0.5)"
To view the discussion, visit: http://community.jboss.org/message/534091#534091
--------------------------------------------------------------
Hi,
I am having a reconnect problem running the WMQ JCA adapter inside JBOSS AS. It works fine both ways, having MDB deployed in JBoss connected to a Websphere MQ queue and also sending out messages to a Websphere MQ queue from a stateless session bean. BUT, if Websphere MQ is restarted and JBoss is not, then I have a problem..
For inbound messages (to the MDB) it still works, it reconnects fine when the reconnect interval has elapsed, but for outbound it doesn't work, JBoss still uses connections from the connectionpool but they are now stale and give error back, example from trace log is below.
First, trace from before WMQ is restarted, this is the trace log for a message being sent out OK from the stateless session bean, notice the connection.. ManagedQueueConnectionImpl@1984909
[WorkManager(2)-3] 2010-03-25 16:55:08,484 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:484 CET.0] WorkManager(2)-3 ConnectionRequestInfo: null
[WorkManager(2)-3] 2010-03-25 16:55:08,484 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:484 CET.1] WorkManager(2)-3 Subject: null
[WorkManager(2)-3] 2010-03-25 16:55:08,484 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:484 CET.2] WorkManager(2)-3 supplied set contains 1 entries
[WorkManager(2)-3] 2010-03-25 16:55:08,485 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:484 CET.3] WorkManager(2)-3 ManagedConnectionFactoryImpl matchManagedConnections(...) using CRI and Subject are both null
[WorkManager(2)-3] 2010-03-25 16:55:08,485 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:485 CET.0] WorkManager(2)-3 returning: com.ibm.mq.connector.outbound.ManagedQueueConnectionImpl@1984909
[WorkManager(2)-3] 2010-03-25 16:55:08,485 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:485 CET.1] WorkManager(2)-3 timeout: 300, result: false
[WorkManager(2)-3] 2010-03-25 16:55:08,485 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:485 CET.2] WorkManager(2)-3 Xid: < 131075, 28, 26, 1--53effd92:ef0d:4bab84d2:f2-53effd92:ef0d:4bab84d2:f4
[WorkManager(2)-3] 2010-03-25 16:55:08,489 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:489 CET.0] WorkManager(2)-3 ManagedConnectionImpl xaStateChanged(): XAState: 7
[WorkManager(2)-3] 2010-03-25 16:55:08,490 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:490 CET.0] WorkManager(2)-3 ManagedConnectionImpl xaStateChanged transactionActive: true
[WorkManager(2)-3] 2010-03-25 16:55:08,490 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:490 CET.1] WorkManager(2)-3 returning: com.ibm.mq.jms.MQXAQueueSession
[WorkManager(2)-3] 2010-03-25 16:55:08,490 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:490 CET.2] WorkManager(2)-3 using Queue: queue://CoordQueueManager/CoordError
[WorkManager(2)-3] 2010-03-25 16:55:08,494 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:494 CET.0] WorkManager(2)-3 closing 1 MessageProducerWrapper objects
[WorkManager(2)-3] 2010-03-25 16:55:08,495 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:495 CET.0] WorkManager(2)-3 ManagedConnectionImpl.fireConnectionClosed()
[WorkManager(2)-3] 2010-03-25 16:55:08,496 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:496 CET.0] WorkManager(2)-3 event exception: null
[WorkManager(2)-3] 2010-03-25 16:55:08,496 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:496 CET.1] WorkManager(2)-3 ConnectionHandle: com.ibm.mq.connector.outbound.QueueConnectionWrapper@1b5424e
[WorkManager(2)-3] 2010-03-25 16:55:08,496 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:496 CET.2] WorkManager(2)-3 firing CONNECTION_CLOSED to org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener@d1fa4[state=NORMAL mc=com.ibm.mq.connector.outbound.ManagedQueueConnectionImpl@1984909 handles=1 lastUse=1269532508481 permit=true trackByTx=true mcp=org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePool@e3043b context=org.jboss.resource.connectionmanager.InternalManagedConnectionPool@2acb47 xaResource=org.jboss.resource.connectionmanager.xa.JcaXAResourceWrapper@187b9fe txSync=TxSync31473614{tx=TransactionImple < ac, BasicAction: -53effd92:ef0d:4bab84d2:f2 status: ActionStatus.RUNNING > wasTrackByTx=true enlisted=true}]
[WorkManager(2)-3] 2010-03-25 16:55:08,497 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:497 CET.0] WorkManager(2)-3 closing 0 MessageProducerWrapper objects
[WorkManager(2)-3] 2010-03-25 16:55:08,497 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:497 CET.1] WorkManager(2)-3 Xid: < 131075, 28, 26, 1--53effd92:ef0d:4bab84d2:f2-53effd92:ef0d:4bab84d2:f4
[WorkManager(2)-3] 2010-03-25 16:55:08,518 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:518 CET.0] WorkManager(2)-3 ManagedConnectionImpl xaStateChanged(): XAState: 1
[WorkManager(2)-3] 2010-03-25 16:55:08,518 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:518 CET.1] WorkManager(2)-3 ManagedConnectionImpl xaStateChanged transactionActive: false
[WorkManager(2)-3] 2010-03-25 16:55:08,519 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:519 CET.0] WorkManager(2)-3 Message delivered
[WorkManager(2)-3] 2010-03-25 16:55:08,519 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:519 CET.1] WorkManager(2)-3 calling afterDelivery()
[WorkManager(2)-3] 2010-03-25 16:55:08,520 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:520 CET.0] WorkManager(2)-3 Xid: < 131075, 28, 26, 1--53effd92:ef0d:4bab84d2:e3-53effd92:ef0d:4bab84d2:e4
[WorkManager(2)-3] 2010-03-25 16:55:08,521 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:521 CET.0] WorkManager(2)-3 Xid: < 131075, 28, 26, 1--53effd92:ef0d:4bab84d2:e3-53effd92:ef0d:4bab84d2:e4
[WorkManager(2)-3] 2010-03-25 16:55:08,529 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:529 CET.0] WorkManager(2)-3 message delivery completed
[WorkManager(2)-3] 2010-03-25 16:55:08,530 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:530 CET.0] WorkManager(2)-3 releasing MessageEndpoint: local/IntegrationReceiver@6493153@2
[WorkManager(2)-3] 2010-03-25 16:55:08,530 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:530 CET.1] WorkManager(2)-3 WorkImpl com.ibm.mq.connector.inbound.WorkImpl@11b12e1 completed
[WorkManager(2)-3] 2010-03-25 16:55:08,530 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:530 CET.2] WorkManager(2)-3 releasing: com.ibm.mq.jms.MQXASession@1210afa
[WorkManager(2)-3] 2010-03-25 16:55:08,531 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:531 CET.0] WorkManager(2)-3 releasing Session: com.ibm.mq.jms.MQXASession@1210afa
[WorkManager(2)-3] 2010-03-25 16:55:08,531 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:55:08:531 CET.1] WorkManager(2)-3 released ServerSession: com.ibm.mq.connector.inbound.ServerSessionImpl@11c0042, sessionsInUse now: 0
Then, we stop Websphere MQ:
[exceptionDelivery0] 2010-03-25 16:56:00,664 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:56:00:664 CET.0] exceptionDelivery0 Getting resource bundle, current Locale is: en_US
[exceptionDelivery0] 2010-03-25 16:56:00,719 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:56:00:719 CET.0] exceptionDelivery0 MQJCA4013:A connection to a queue manager failed. Check the queue manager error logs for details.
[exceptionDelivery0] 2010-03-25 16:56:00,719 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:56:00:719 CET.1] exceptionDelivery0 MessageEndpointDeploymentonException(...)
[exceptionDelivery0] 2010-03-25 16:56:00,720 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] javax.jms.JMSException: MQJMS1025: failed to browse message
[exceptionDelivery0] 2010-03-25 16:56:00,720 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:622)
[exceptionDelivery0] 2010-03-25 16:56:00,720 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at com.ibm.mq.jms.MQQueueAgentThread1Impl.browse(MQQueueAgentThread1Impl.java:285)
[exceptionDelivery0] 2010-03-25 16:56:00,720 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1756)
[exceptionDelivery0] 2010-03-25 16:56:00,720 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at java.lang.Thread.run(Thread.java:595)
[exceptionDelivery0] 2010-03-25 16:56:00,720 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] JMSException.getLinkedException():
[exceptionDelivery0] 2010-03-25 16:56:00,721 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2161
[exceptionDelivery0] 2010-03-25 16:56:00,721 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at com.ibm.mq.jms.MQQueueAgentThread1Impl.browseMsg(MQQueueAgentThread1Impl.java:457)
[exceptionDelivery0] 2010-03-25 16:56:00,721 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at com.ibm.mq.jms.MQQueueAgentThread1Impl.browse(MQQueueAgentThread1Impl.java:233)
[exceptionDelivery0] 2010-03-25 16:56:00,721 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1756)
[exceptionDelivery0] 2010-03-25 16:56:00,721 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at java.lang.Thread.run(Thread.java:595)
[exceptionDelivery0] 2010-03-25 16:56:00,722 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:56:00:722 CET.0] exceptionDelivery0 1 MessageEndpointDeployments use this connection
[exceptionDelivery0] 2010-03-25 16:56:00,722 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:56:00:722 CET.1] exceptionDelivery0 deactivating javax.jms.Queue:CoordReceive@CoordQueueManager@127.0.0.1
[exceptionDelivery0] 2010-03-25 16:56:00,723 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:56:00:722 CET.2] exceptionDelivery0 Endpoint javax.jms.Queue:CoordReceive@CoordQueueManager@127.0.0.1 deactivated
[exceptionDelivery0] 2010-03-25 16:56:00,723 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:56:00:723 CET.0] exceptionDelivery0 all MessageEndpointDeployments deactivated
[exceptionDelivery0] 2010-03-25 16:56:00,725 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:56:00:725 CET.0] exceptionDelivery0 starting ReconnectionHelperThread Thread[Thread-33,5,jboss]
If we now restart Websphere MQ try to send a message out with the stateless session bean we get this, it doesn't help to wait for the reconnect, outbound messages stop working until the jboss connectionpool is flushed.
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,755 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:58:12:755 CET.0] http-127.0.0.1-8085-1 ConnectionRequestInfo: null
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,755 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:58:12:755 CET.1] http-127.0.0.1-8085-1 Subject: null
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,756 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:58:12:756 CET.0] http-127.0.0.1-8085-1 supplied set contains 1 entries
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,756 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:58:12:756 CET.1] http-127.0.0.1-8085-1 ManagedConnectionFactoryImpl matchManagedConnections(...) using CRI and Subject are both null
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,757 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:58:12:757 CET.0] http-127.0.0.1-8085-1 returning: com.ibm.mq.connector.outbound.ManagedQueueConnectionImpl@1984909
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,762 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:58:12:762 CET.0] http-127.0.0.1-8085-1 timeout: 300, result: false
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,763 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:58:12:763 CET.0] http-127.0.0.1-8085-1 Xid: < 131075, 29, 27, 1--53effd92:ef0d:4bab84d2:105-53effd92:ef0d:4bab84d2:10a
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,766 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] [25/03/10 16:58:12:765 CET.0] http-127.0.0.1-8085-1 start failed with: -3
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,767 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] javax.transaction.xa.XAException: XA operation failed, see errorCode
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,768 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at com.ibm.mq.MQXAResource.start(MQXAResource.java:495)
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,769 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at com.ibm.mq.connector.xa.XARWrapper.start(XARWrapper.java:357)
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,777 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at org.jboss.resource.connectionmanager.xa.JcaXAResourceWrapper.start(JcaXAResourceWrapper.java:113)
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,777 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.enlistResource(TransactionImple.java:776)
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,778 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.enlistResource(TransactionImple.java:499)
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,778 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener$TransactionSynchronization.enlist(TxConnectionManager.java:788)
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,778 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener.enlist(TxConnectionManager.java:579)
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,779 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at org.jboss.resource.connectionmanager.TxConnectionManager.managedConnectionReconnected(TxConnectionManager.java:352)
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,779 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at org.jboss.resource.connectionmanager.BaseConnectionManager2.reconnectManagedConnection(BaseConnectionManager2.java:524)
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,780 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:405)
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,780 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:849)
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,780 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at com.ibm.mq.connector.outbound.ConnectionFactoryImpl.createManagedJMSConnection(ConnectionFactoryImpl.java:184)
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,781 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at com.ibm.mq.connector.outbound.ConnectionFactoryImpl.createConnectionInternal(ConnectionFactoryImpl.java:142)
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,781 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at com.ibm.mq.connector.outbound.QueueConnectionFactoryImpl.createQueueConnection(QueueConnectionFactoryImpl.java:112)
[http-127.0.0.1-8085-1] 2010-03-25 16:58:12,781 INFO [com.ibm.mq.connector.outbound.ManagedQueueConnectionFactoryImpl.CoordQueueConnectionFactory] at com.ibm.mq.connector.outbound.QueueConnectionFactoryImpl.createQueueConnection(QueueConnectionFactoryImpl.java:102)
Any ideas? Bug in JBoss? Bug in WMQ JCA adapter?
Thanks
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/534091#534091]
Start a new discussion in JCA at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years, 1 month
Re: [jboss-user] [JBoss Tools] - Copying and Branching a Project
by John Bailo
John Bailo [http://community.jboss.org/people/jabailo] replied to the discussion
"Copying and Branching a Project"
To view the discussion, visit: http://community.jboss.org/message/534089#534089
--------------------------------------------------------------
Denis Golovin wrote:
+It can be changed in project properties dialog. Select "Web Project Settings" Category and you'll see 'Context Root' field to define it.+
I changed this. Now it launches with MYPROJECTNEW in the URL, but the server doesn't find any files. It still doesn't recognize the project
+Change filter preferences to see hidden files which name started from .+
I'm not exactly sure where "Change Filter Preferences" is located?
+Delete hidden CVS meta data after you copied project and share project again. Another approach is exporting it before renaming to get just sources without CVS metadata.+
Do I need to leave the \CVS folder? I deleted the whole thing and the project wouldn't load. Do I delete only the files in the folder?
Thank you for your help!!
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/534089#534089]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years, 1 month
Re: [jboss-user] [JBoss Tools] - Copying and Branching a Project
by Denis Golovin
Denis Golovin [http://community.jboss.org/people/dgolovin] replied to the discussion
"Copying and Branching a Project"
To view the discussion, visit: http://community.jboss.org/message/534086#534086
--------------------------------------------------------------
> John Bailo wrote:
>
> 1. When I run/debug MYPROJECTNEW at the project level, it launches under the old projects url, localhost/MYPROJECTOLD
>
It can be changed in project properties dialog. Select "Web Project Settings" Category and you'll see 'Context Root' field to define it.
> John Bailo wrote:
>
> 1. In the development JBoss AS 4.3.2 server, I want to add MYPROJECTNEW to the list of configured projects on the server. However, I do not see MYPROJECTNEW in the list of projects, only MYPROJECTOLD
> 2. If I try to right click and debug a .jsp file in MYPROJECTNEW, I am told +The selection is not within a valid module+. Could this be related to (2
>
Here is the general approach to fix this in your case.
1. Change filter preferences to see hidden files which name started from .
2. Do file search trough all files for 'MYPROJECTOLD' and replace to my "MYPROJECTNEW"
3. Close and open project again
> John Bailo wrote:
>
> 4. When I look at my CVS repositor, it appears that any files I add to MYPROJECTNEW are being added to MYPROJECTOLD. MYPROJECTNEW does not appear in the repository, even though I right-clicked and selected *Branch* in the Eclipse +Team+ menu.
Delete hidden CVS meta data after you copied project and share project again. Another approach is exporting it before renaming to get just sources without CVS metadata.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/534086#534086]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years, 1 month
[JBoss Tools] - Copying and Branching a Project
by John Bailo
John Bailo [http://community.jboss.org/people/jabailo] created the discussion
"Copying and Branching a Project"
To view the discussion, visit: http://community.jboss.org/message/534085#534085
--------------------------------------------------------------
I have a JBoss Tools web application project and I want to create a new "flavor" of it.
So, I copied my project and saved it under a new name.
The original project is under CVS version control.
Call the old project MYPROJECTOLD
Call the new project MYPROJECTNEW
There are a few problems:
1. When I run/debug MYPROJECTNEW at the project level, it launches under the old projects url, localhost/MYPROJECTOLD
2. In the development JBoss AS 4.3.2 server, I want to add MYPROJECTNEW to the list of configured projects on the server. However, I do not see MYPROJECTNEW in the list of projects, only MYPROJECTOLD
3. If I try to right click and debug a .jsp file in MYPROJECTNEW, I am told +The selection is not within a valid module+. Could this be related to (2
4. When I look at my CVS repositor, it appears that any files I add to MYPROJECTNEW are being added to MYPROJECTOLD. MYPROJECTNEW does not appear in the repository, even though I right-clicked and selected *Branch* in the Eclipse +Team+ menu.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/534085#534085]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years, 1 month