[jboss-user] [JBoss jBPM] - task node does not have leaving transition

2009-02-02 Thread mitabhushan
I have a jBPM Task with two tranisition | task-node name=QuoteApproval end-tasks=true | task name=QuoteApprove | description | Approve/Reject the Quote | /description | assignment

[jboss-user] [JBoss jBPM] - Sending mail using jBPM mail-node

2009-01-06 Thread mitabhushan
I am trying to send email using jBPM mail-node I configured the jbpm.cfg.xml file like below | string name=jbpm.mail.smtp.host value=.com / | string name=jbpm.mail.from.address value=x...@yyy.com / | and my mail node looks like this mail-node name=SendEmail to=sdfg...@pp.com

[jboss-user] [JBoss jBPM] - Re: Could not send mail

2009-01-06 Thread mitabhushan
I am getting a same error could you get it to work View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4199896#4199896 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4199896 ___

[jboss-user] [JBoss jBPM] - Re: Sending mail using jBPM mail-node

2009-01-06 Thread mitabhushan
The mail node doesn't send a email and there are no errors in the log file. Does anyone have any ideas? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4199932#4199932 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4199932

[jboss-user] [JBoss jBPM] - How can we save the jBPM process state in the database each

2008-12-01 Thread mitabhushan
jBPM Process state are deleted from the database each time the ear is redeployed or server is restarted. How can I still keep the jBPM process info in the database while redeploy or server restart View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193547#4193547

[jboss-user] [JBoss jBPM] - Re: How can we save the jBPM process state in the database e

2008-12-01 Thread mitabhushan
That was it! | I changed property name=hbm2ddl.autodrop-create/property | to property name=hbm2ddl.autoupdate/property | and it works! | | Thanks a lot! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193557#4193557 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How can we save the jBPM process state in the database e

2008-12-01 Thread mitabhushan
It is the default setting for all the Jboss Seam Examples that use jBPM View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193591#4193591 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193591

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: xa-datasource issue

2008-11-13 Thread mitabhushan
Can u please check my posting at the link below and let me know what I am doing wrong http://www.jboss.com/index.html?module=bbop=viewtopict=138050 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4189227#4189227 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: Multiple databases solution

2008-11-12 Thread mitabhushan
Could you able to make it work with multiple databases View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188833#4188833 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188833 ___

[jboss-user] [Beginners Corner] - Re: Seam with Multiple Datasouces

2008-11-11 Thread mitabhushan
can anyone help me with this! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188479#4188479 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188479 ___ jboss-user mailing list

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: xa-datasource issue

2008-11-11 Thread mitabhushan
I am having the same issues, did u figure this out! Also, could you get the multiple datasources working. if so what were the steps. I am having hard time getting it to work with 2 databases. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188509#4188509

[jboss-user] [Beginners Corner] - error org.apache.catalina.connector.RequestFacade

2008-10-09 Thread mitabhushan
I have Jboss Seam application that connects to mssql 2005 database. I used Seam Gen to generate the application When I deployed it. I could open RequestEdit.xhtml page and insert data into the database. But RequestList.xhtml page shows following error | javax.el.ELException:

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JPA entity mapping to DB2

2008-09-19 Thread mitabhushan
I have a seam application with JPA entity mapping to DB2 When I map DB2 Numeric(8,0) to java.math.BigDecimal it works fine but mapping Numeric(5,0) to java.math.BigDecimal fails I tried mapping Numeric(5,0) to java.math.BigInteger, Integer, int, double, float, int, short nothing works! any

[jboss-user] [EJB 3.0] - Re: Wrong column type: expected: numeric(10, 0)

2008-09-19 Thread mitabhushan
I am having a similar issuse. does anyone have a solution? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4177738#4177738 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4177738 ___

[jboss-user] [Beginners Corner] - Re: Seam with Multiple Datasouces

2008-06-27 Thread mitabhushan
I still can't figure this out! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4161299#4161299 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161299 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Seam with Multiple Datasouces

2008-06-24 Thread mitabhushan
I am tring to use multiple datasources in a seam project xx-ds.xml is datasources | |local-tx-datasource | jndi-namehrtrackerDatasource/jndi-name | connection-urljdbc:mysql://xx:3306/hrtracker/connection-url | driver-classcom.mysql.jdbc.Driver/driver-class

[jboss-user] [Beginners Corner] - Re: Target Unreachable, identifier 'employeeList' resolved t

2008-06-23 Thread mitabhushan
I resloved this issuse. JAVA_HOME on my machine was pointing to older version compare to that of eclipse. Thank you so much for looking into this! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159921#4159921 Reply to the post :

[jboss-user] [Beginners Corner] - Re: JBoss seam and Hibernate

2008-06-21 Thread mitabhushan
I got an error trying to use jar -ft xxx.ear C:\ProServers\jboss-4.2.2.GA\server\default\deploy\Emp.earjar -ft Emp.ear java.io.FileNotFoundException: Emp.ear (The system cannot find the file specifie d) at java.io.FileInputStream.open(Native Method) at

[jboss-user] [Beginners Corner] - Target Unreachable, identifier 'employeeList' resolved to nu

2008-06-21 Thread mitabhushan
I am new to Jboss Seam. My application only runs when I start the server from the eclpise. If i run the server by clicking run.bat I get error on the page Empty business process context and error on the concole ObjectName: persistence.units:ear=Emp.ear,unitName=Emp State: FAILED

[jboss-user] [Beginners Corner] - Re: JBoss seam and Hibernate

2008-06-06 Thread mitabhushan
1) Operating system (M) XP ( S)2003 R2 2) JDK version (M S) jdk1.5.0_11 3) JBossAS version (M S)jboss-4.2.2.GA 4) Where is the JDK installed(M S)C:\Program Files\Java 5) Where is

[jboss-user] [Beginners Corner] - Re: JBoss seam and Hibernate

2008-06-06 Thread mitabhushan
EAR tracker.jar --com.med.hrtracker.session --META-INF ejb-jar.xml persistence.xml --seam.properties --security.drl tracker.war lib META-INF --application.xml --jboss-app.xml --LDAP-login-config.xml --LDAP-login-service.xml jboss-seam.jar error message that I get while I try any

[jboss-user] [Beginners Corner] - Re: JBoss seam and Hibernate

2008-06-06 Thread mitabhushan
I Kind of got it to work! On my machine I started the server from eclipse and I could query the datbase. If I run directly, I got the same error as on server. The application is working on the sever too if I run it from the eclipe IDE. Do you why? What do I need to do run it directly View the

[jboss-user] [Beginners Corner] - JBoss seam and Hibernate

2008-06-03 Thread mitabhushan
I transfer the application form my machine to server. App works on my machine but doesn't work on the Server. The error I get is org.jboss.seam.deployment.ComponentDeploymentHandler] could not load class: com.med.session.OpeningHome java.lang.ClassNotFoundException:

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Error while using JSF witj Jboss 4.2.2GA

2008-03-11 Thread mitabhushan
I am getting following exceptions. Exception sending context initialized event to listener instance of class org.apache.myfaces.webapp.StartupServletContextListener java.lang.NoClassDefFoundError: org/apache/commons/el/Logger Exception sending context initialized event to listener