[jboss-user] [EJB/JBoss] - MDB Pooling

2008-02-20 Thread jbosspatni
Hi, I have 5 MDB's which are listening to WSMQ for messages.I have created the configurations as per the jboss wiki on WSMQ.When I start the server I can see a total of about 35 connections being created. I find this from usign netstat on the port In standard-jboss.xml the invoker binding crea

[jboss-user] [JBoss jBPM] - Re: Version compatibility issues between JBPM 3.1.3 and JBos

2007-09-20 Thread jbosspatni
Hi, The error was due to the fact that the seam components were not finding the processdefinition.xml as the path for the same in components.xml was prefixed with a "/".Removing that fixed the whole thing. Appreciate your support in this regard. Thanks & Regards, Ajeet Phansalkar View the or

[jboss-user] [JBoss jBPM] - Re: Version compatibility issues between JBPM 3.1.3 and JBos

2007-09-20 Thread jbosspatni
Attached is the proces definition file | http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="urn:jbpm.org:jpdl-3.1 http://jbpm.org/xsd/jpdl-3.1.xsd"; | > | | | | | | | | | | | | | |

[jboss-user] [JBoss jBPM] - Re: Version compatibility issues between JBPM 3.1.3 and JBos

2007-09-19 Thread jbosspatni
Hi, Thanks for the compliment but thats the time I have got responses from the JBoss forums.I am not sure if there is a faster way to get the responses.If you know please let me know. Anyway coming to the problem the process definition file seems to be valid and matches aginst teh DTD ,I did

[jboss-user] [JBoss jBPM] - Re: Version compatibility issues between JBPM 3.1.3 and JBos

2007-09-19 Thread jbosspatni
Hi, Thanks for the quick help.I got past the error by taking the hibernate file comeing the examples from seam 2.0.I turned on the logging also and started the server to get an exception while parsing the process definition file.The following is the error stack: Not sure why its not parsing th

[jboss-user] [JBoss jBPM] - Version compatibility issues between JBPM 3.1.3 and JBoss AS

2007-09-18 Thread jbosspatni
Hi, I am trying to run JBPM 3.1.3 on JBoss AS 4.2 GA.Is this compatible?The custom processes created were deployed correctly on the preconfigured AS.I am trying to acecess the same process stored in an seperate Mysql database via a seam(2.0) application but unaable to do so.I am getting an err

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Install Messaging, Seam, JBPM in the same server instance?Is i

2007-09-17 Thread jbosspatni
Hi, I am trying to integrate a Seam 1.2.1 GA application with messaging 1.3.0 GA and JBPM 3.1.3.I want all the three components running on the same machine/jvm.Basically i I start the server I should be able to talk to all these three components within the jvm.Is this possible?If not what shou

[jboss-user] [Messaging, JMS & JBossMQ] - Error while trying to put a message on a remore queue

2007-09-13 Thread jbosspatni
Geeting teh following error while putting a meesge on a remote queue.I am using the Messaging1.3 GA with AS 4.2.0GA.I have looked at the articles in wiki regarding set set up for remote quueue and also removing mq references.Yet I am getting the below error.I have been trying this for quite som

[jboss-user] [JBoss Messaging] - Re: Unable to get Connection to send a message on the testQu

2007-09-09 Thread jbosspatni
Request help in figuring this out.I am unable to connect to a Messaging Queue a stateless session bean example. Thanks & Regards, Ajeet Phansalkar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082452#4082452 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Unable to get Connection to send a message on the testQu

2007-08-31 Thread jbosspatni
Also attached is the helper class package com.dummy.util; import java.util.ArrayList; import java.util.Enumeration; import javax.jms.Connection; import javax.jms.ConnectionFactory; import javax.jms.JMSException; import javax.jms.Message; import javax.jms.MessageConsumer; import javax.jms.MessageP

[jboss-user] [Messaging, JMS & JBossMQ] - Unable to get Connection to send a message on the testQueue

2007-08-31 Thread jbosspatni
Hi, I am using JBOSS AS 4.2 GA and JBoss Messaging 1.3 GA.I have created an CRUD application with Seam and database is MySQL.From the entity bean created I am trying to send a message to testQueue on the server.The code from the Stateless session bean messaging example is moved to a utility ja

[jboss-user] [JBoss Seam] - Seam CRUD application integration to JBPM and JBoss Messagin

2007-08-29 Thread jbosspatni
I have generated a CRUD application from certain tables in DB with seam-gen and it works fine. >From one of the data entry screens I would like put a simple message on queue >and also trigger a JBPM flow after the database save/update.How do I go about >doing this.Currently the flow is : Crea

[jboss-user] [JBoss Seam] - Re: EntityManagerFactory not found in JNDI : java:/poctestEn

2007-08-22 Thread jbosspatni
I have tried renaming the file to persistence.xml but I am still getting the same error. I could not get what tags means.I havent tried that option View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077130#4077130 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - Re: EntityManagerFactory not found in JNDI : java:/poctestEn

2007-08-22 Thread jbosspatni
Also attached is teh persistence-dev.xml http://java.sun.com/xml/ns/persistence"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd";

[jboss-user] [JBoss Seam] - EntityManagerFactory not found in JNDI : java:/poctestEntity

2007-08-22 Thread jbosspatni
Hi, I have generated a crud application using Seam 2.0 beta on jboss 4.2GA.This was done using seam generate-entitites adn then deployed.I have a single file mysql-ds.xml which has teh multiple datasources configured.The contents of teh data source file generated were copied to this file.When i

[jboss-user] [JBoss Seam] - Re: Getting error trying to deploy the CRUD application gene

2007-08-14 Thread jbosspatni
This is he components.xml http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";> org.jboss.seam.servlet.SeamListener Seam Excep