[JBoss-user] [Clustering/JBoss] - Clustering of ResourceAdapter (RAR)

2006-07-04 Thread mgruebsch
Hello, I understand that JBoss is able to cluster EJBs and some core services. In addition JBoss can deploy an application accross the whole cluster using a farm directory. Suppose you have an EAR, which contains the EJB Application and a ResourceAdapter (RAR). The EAR is deployed to the clust

[JBoss-user] [JCA/JBoss] - Clustering of ResourceAdapter (RAR)

2006-07-04 Thread mgruebsch
Hello, I understand that JBoss is able to cluster EJBs and some core services. In addition JBoss can deploy an application accross the whole cluster using a farm directory. Suppose you have an EAR, which contains the EJB Application and a ResourceAdapter (RAR). The EAR is deployed to the clust

[JBoss-user] [JCA/JBoss] - Re: Clustering of ResourceAdapter (RAR)

2006-07-04 Thread mgruebsch
Thanks for the info! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955372#3955372 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955372 Using Tomcat but need to do more? Need to support web services, security? Get stu

[JBoss-user] [Clustering/JBoss] - Re: Clustering of ResourceAdapter (RAR)

2006-07-04 Thread mgruebsch
Thanks for the info! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955374#3955374 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955374 Using Tomcat but need to do more? Need to support web services, security? Get stu

[JBoss-user] [JCA/JBoss] - Link between RAR Administered Object and

2006-07-05 Thread mgruebsch
On one side it is possible to declared administered objects in a ResourceAdapter deployment descriptor. On the other side you can use an administered object in an EJB. However, I miss the link between both sides. I tried in the bean's deployment descriptor as well as the @Resource annotation o

[JBoss-user] [JCA/JBoss] - Re: Link between RAR Administered Object and

2006-07-05 Thread mgruebsch
anonymous wrote : If explicit binding to the JNDI is required what is the in the ra.xml good for at all? If I have to care about binding it to JNDI who needs the information in ra.xml? What changes if the is left out? This should read: If explicit binding to the JNDI is required what is the < a

[JBoss-user] [JCA/JBoss] - Re: Link between RAR Administered Object and

2006-07-06 Thread mgruebsch
anonymous wrote : How are you creating, deploying the admin object? Typically, more than the ra.xml is required. | | http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigAdminObject Yes, I did it that way, and it worked. Thanks, Weston! I suspect that the Java EE 5.0 specification has a leak in

[JBoss-user] [Management, JMX/JBoss] - Initializing an Application on Deployment using JMX

2006-04-26 Thread mgruebsch
Our requirement is to initialize resp. to configure our application just after deployment and before first activation by a client. I was told that this is possible using an web application with an initialization servlet. However, this seems not appropriated to us. Is it possible to use an MBean

[JBoss-user] [EJB/JBoss] - Initializing a Session or Message Driven Bean on Deployment

2006-04-26 Thread mgruebsch
This is a newbie question: Our requirement is to configure session and/or message driven beans after deployment and before first activation by a client. I was told that this is possible using an web application with an initialization servlet. However, this seems not appropriated to us. Is there

[JBoss-user] [EJB/JBoss] - Re: Initializing a Session or Message Driven Bean on Deploym

2006-04-27 Thread mgruebsch
That is a good idea! However, suppose the application will be deployed at time T1 and the first call the the EJB is a time T2. When is ejbCreate called: at T1 or T2? Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940054#3940054 Reply to the post :

[JBoss-user] [EJB 3.0] - Integrating IBM Websphere MQ into EJB3 RC6 bundle with 4.0.4

2006-04-18 Thread mgruebsch
Hello, I tried to combine Websphere Integration (http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingWebSphereMQSeriesWithJBossASPartI) with EJB3 style of MDBs. While deploying I get the following error java.lang.ClassCastException: com.ibm.mq.jms.MQQueue | at org.jboss.mq.SpyConnectionConsume