[JBoss-user] [Persistence & CMP/JBoss] - migrating from weblogic to jboss (JDBCConnectionPoolRuntimeM

2005-05-03 Thread pepgrifell
Hi, I have to migrate an application from weblogic to jboss 4.0. In the application there is a class called PoolManager that gets a MBean : JDBCConnectionPoolRuntimeMBean mbean = (JDBCConnectionPoolRuntimeMBean) mbeanHome.getRuntimeMBean(poolName,"JDBCConnectionPoolRuntime"); JDBCConnectionPoo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: When to release JMS resource in container-mamager transa

2004-02-26 Thread pepgrifell
So, what happens if I donÂt close the sender and the session but I close the connection ? As Adrian says, after sending a message the right thing should be : | finally | { | try{ | if( sender != null ) sender.close(); | if( session != null ) session.close(); | i

[JBoss-user] [Messaging, JMS & JBossMQ] - SpyJMSException when sending a message (linux to linux)

2004-02-17 Thread pepgrifell
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821867#3821867 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821867 IÂm sending one message from one server to another. The two are JBoss 3.2.3 tomcat 4.1.29. The two ser

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Persistence ORACLE

2004-02-05 Thread pepgrifell
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820286#3820286 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820286 I defined these tables in Oracle DB and is running ok : -- Create table create table JMS_MESSAGES

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Using JMS with WebSphere MQ (MQSeries)

2004-02-05 Thread pepgrifell
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820282#3820282 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820282 have a look at : http://sourceforge.net/tracker/index.php?func=detail&aid=753022&group_id=22866&atid

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Send message from weblogic to JBoss

2004-02-03 Thread pepgrifell
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820011#3820011 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820011 I found the solution. I put the libraries jboss-all-client.jar and jboss.jar in the weblogic lib but