[jboss-user] [JBoss jBPM] - JBPM4.0 end node error with Mysql DB

2009-07-26 Thread somechina
Use jbpm4.0 i have test a simple process give me mysql error !! processDefine file | ?xml version=1.0 encoding=UTF-8? | | process name=normal xmlns=http://jbpm.org/4.0/jpdl; |start g=5,120,48,48 name=start1 | transition g=-53,-17 name=to task1 to=task1/ |/start |

[jboss-user] [JBoss jBPM] - Re: JBPM4.0 end node error with Mysql DB

2009-07-26 Thread somechina
this is anohter process file file1.xml ?xml version=1.0 encoding=UTF-8? | | process name=normal xmlns=http://jbpm.org/4.0/jpdl; |start g=54,93,48,48 name=start1 | transition name=to end1 to=end1 g=-47,-17/ |/start |end name=end1 g=354,79,48,48/ | /process file2

[jboss-user] [JBoss jBPM] - Re: JBPM4.0 end node error with Mysql DB

2009-07-26 Thread kukeltje
http://www.google.nl/search?q=jbpm+foreign+key+mysqlie=utf-8oe=utf-8aq=trls=org.mozilla:nl:officialclient=firefox-a View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246037#4246037 Reply to the post :

[jboss-user] [JBoss jBPM] - jbpm config under jta?

2009-07-26 Thread Elhanan
hi... we have a strange problem.. we are running a jbpm workflow under spring jta transcation manager wrapping jboss 4.2.3 jta manager before the workflow begins and are updating the database, but do not execute a commit, we anticipate that under the same transaction context the workflow

[jboss-user] [JBoss jBPM] - Re: JBPM4.0 end node error with Mysql DB

2009-07-26 Thread somechina
thank, ronald this bug is fixed here https://jira.jboss.org/jira/browse/JBPM-2333 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246043#4246043 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4246043

[jboss-user] [JBoss jBPM] - Re: JBPM4.0 end node error with Mysql DB

2009-07-26 Thread kukeltje
google is your friend (or yahoo, or) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246044#4246044 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4246044 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: jbpm config under jta?

2009-07-26 Thread kukeltje
Have you tried any of this: http://www.google.nl/search?q=jbpm+jta+spring or http://www.google.nl/search?q=jbpm+jta Oh, and trying 3.2.6SP1 is always a good option. Sometimes things get fixed ;-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246045#4246045

[jboss-user] [J2EE Design Patterns] - application server internal service

2009-07-26 Thread eng_shaheen
I have written ejb project with desktop app to initialize the ejb and call business methods, but now i have been asked to redevelop the client to run as application server service , any idea ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246047#4246047

[jboss-user] [J2EE Design Patterns] - Re: How to access ejb from another application

2009-07-26 Thread eng_shaheen
you can try this : http://www.jairrillo.com/blog/2008/04/25/example-of-ejb3-session-bean-using-eclipse-europa-and-jboss/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246048#4246048 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Generating JPDL Programmatically

2009-07-26 Thread kukeltje
Creating jPDL 'programatically'? Sure, no problem. Use Java, C++, Perl, Php, or whatever language you want. Even XSLT is possible if the original old language is xml. jPDL is xml and so you can create that anyway you want. Using the API is another option, but less flexible in further

[jboss-user] [JBossWS] - Re: WSDL is not genreated

2009-07-26 Thread PeterJ
anonymous wrote : Thanks. I figured it out. Please post what the problem was, or what you did to fix the problem, for the benefit others who run across your post in the future. When looking at an exception stack trace, always follow the caused by trail. The last caused by is the root cause:

[jboss-user] [EJB 3.0] - Re: Want to connect to oracle instead of default DB

2009-07-26 Thread PeterJ
I hope that the name oracle_ds.xml is a typo and that you really meant oracle-ds.xml. anonymous wrote : I tried to create oracle_ds.xml and create default datasource but it failed. Are you saying that the jndi-name in oracle-ds.xml is DefaultDS? You don't have to do that, use some other

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 4.2.1 Optimistic Locking - how to turn on

2009-07-26 Thread smith.ge...@gmail.com
How do you turn on optimistic locking in JBoss 4.2.1 ? Thanks, View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246057#4246057 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4246057

[jboss-user] [EJB 3.0] - ignored dependency

2009-07-26 Thread goldberg.howard
boss 5.1 ga Setting a dependency in my service on an MBean to avoid a race condition. Setting dependency in my service as follows: | . . . | import org.jboss.beans.metadata.api.annotations.Depends; | import org.jboss.ejb3.annotation.Service; | | /** | * Service implementation class

[jboss-user] [Microcontainer] - MC, JSR-299 and notion of

2009-07-26 Thread ben.cot...@rutgers.edu
Given JSR-299 is in final DRAFT, is it fair to say that, once all of {MC, Spring, Guice, et. al. DI IoC providers} are JSR-299 compliant, the community may soon have a single provider independent API for wiring application Bean sets? Will this be true of MC? I.e. will I be able to realize

[jboss-user] [Microcontainer] - Re: MC, JSR-299 and notion of

2009-07-26 Thread alesj
We're just looking into implementing tight MC + WebBeans (JBoss' JSR-299 impl) integration: - http://lists.jboss.org/pipermail/webbeans-dev/2009-July/001102.html Kabir (MC team member working on MC's Kernel sub-project) is currently on vacation, but this is what we've discussed as his next

[jboss-user] [Microcontainer] - Re: MC, JSR-299 and notion of

2009-07-26 Thread alesj
FYI, I'm looking into something similar or even better with this MC+WB integration then what I've described in this article: - http://java.dzone.com/articles/a-look-inside-jboss-microconta View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246064#4246064 Reply to

[jboss-user] [Microcontainer] - Re: MC, JSR-299 and notion of

2009-07-26 Thread pete.m...@jboss.org
I would also expect that MC will implement JSR-330 natively? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246065#4246065 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4246065

[jboss-user] [Microcontainer] - Re: MC, JSR-299 and notion of

2009-07-26 Thread pete.m...@jboss.org
Whilst the 299 spec requires that we provide 299 style injection into an Java EE component, I would propose that we also provide it for MC aware bean (MC beans, MBeans etc.). I would also like to support an 299 MCBean type of Bean for JBoss, so that any MCBean can be injected into your 299

[jboss-user] [Microcontainer] - Re: MC, JSR-299 and notion of

2009-07-26 Thread alesj
pete.m...@jboss.org wrote : I would also expect that MC will implement JSR-330 natively? Sure, that should be trivial. We already have all those annotations in MC, so we'll just change them with 330's. And the current impl can easily make the old one's back compatible if the user needs it.

[jboss-user] [JBossWS] - jbossws-cxf on jboss 4.2.0

2009-07-26 Thread DGuralnik
Hello, I've installed jbossws-cxf on jboss 4.2.0. There is an exception during jboss starting: 01:20:43,611 ERROR [AbstractKernelController] Error installing to Described: nam e=WSContainerMetaDataDeploymentAspect state=Not Installed mode=Manual requiredSt ate=Create

[jboss-user] [EJB/JBoss] - Re: PostConstruct loadClass fails when porting to JBoss 5

2009-07-26 Thread alesj
Can you do some more debugging / logging? e.g. print out TCCL in 4.x vs. 5.x in that code It might just be a bug in not setting TCCL properly. Or what does the spec say about what should the TCCL be in this case? View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Need to hot deploy static content from WAR file

2009-07-26 Thread Wakebrad
Thanks for the direction. I have worked on it for quite a few more hours with still little luck. I looked at that Exploded Deployment page and it seems so simple but doesn't really have clearly defined steps. I also tried to install JBoss tools about 10 times - each getting some dependency

[jboss-user] [JBoss Portal] - Re: upgrade jbpm to 3.2.6: how to

2009-07-26 Thread lpiccoli
jbpm 3.2.2 is sept 2007 vintage. has any one upgrade the jbpm? -lp View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246073#4246073 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4246073

[jboss-user] [EJB/JBoss] - Re: PostConstruct loadClass fails when porting to JBoss 5

2009-07-26 Thread ALRubinger
alesj wrote : Or what does the spec say about what should the TCCL be in this case? EJB 3.0 Specification 21.1.2: Programming Restrictions wrote : The enterprise bean must not attempt to create a class loader; obtain the current class loader; set the context class loader; set security manager;

[jboss-user] [Microcontainer] - Re: MC, JSR-299 and notion of

2009-07-26 Thread ben.cot...@rutgers.edu
Thanks for these responses. Very informative. Regarding MC's enthusiasm for implementing JSR-330 ... have the strong concerns expressed by significant JCP executive members (http://jcp.org/en/jsr/results?id=4944) been addressed satisfactorily? Especially re: RedHat's explicit abstain vote

[jboss-user] [EJB/JBoss] - javax.naming.CommunicationException

2009-07-26 Thread sisti
Hi, Can anybody help me to solve this error:- While trying to do this sample example with jboss 4.2 , ejb 3 ,jdk1.5 that I found at site :- http://javahowto.blogspot.com/2007/11/simple-ejb-3-on-jboss-application.html I am getting the following error when I run the client class

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Property minSpareThreads not found on the protocol handler.

2009-07-26 Thread ozguy
Hi I am using jboss 4.2.3 and when configuring the http connector, there is a warn: WARN [org.apache.catalina.connector.Connector] Property minSpareThreads not found on the protocol handler. Why can't i specify the minSpareThreads? my connector settings are as follows: | Connector

[jboss-user] [Clustering/JBoss] - Re: jBoss Cluster jvmRoute Value and HTTP Server Request Pro

2009-07-26 Thread saisurya_bhasker
i am getting the following exception java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute at org.jboss.web.tomcat.service.session.ClusteredSession.setAttribute(ClusteredSession.java:535) at

[jboss-user] [EJB/JBoss] - Re: How to list interceptors in JBOSS 5 console

2009-07-26 Thread MirekSz
Hi, interceptors connected with EJB beans, in web or jmx console. I need this for diagnostcs View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246090#4246090 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4246090