[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-10-01 Thread tom.baey...@jboss.com
files of jboss 4 are still in the sources, but it is not supported. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258044#4258044 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258044

[jboss-user] [JBoss Portal Users] - Re: links from portlet content to another portal page

2009-10-01 Thread belcar
The reference guide has a topic about this: 13.9.3. Link to other pages. // Get the ParentNode. Since we are inside a Window, the Parent is the Page | PortalNode thisNode = req.getPortalNode().getParent(); | // Get the Node in the Portal hierarchy tree known as ../default | PortalNode

[jboss-user] [jBPM Users] - how to get the pooled actors information

2009-10-01 Thread saytomahendra
i am novice to the jbpm i have problem in retrieving the audit Trail data,i am using jbpm3.2.3 can anybody tell me how to retrieve the data from either Jbpm database(MSSQL 2005) or history apis. 1. i want the information about the pooled actors 2. who has performed a perticular action. thanks in

[jboss-user] [JBoss Messaging Users] - jbossall-client.jar and the jar hell at remote JBM client

2009-10-01 Thread bodrin
[JBM.1.4.0.SP3 \ jboss-4.2.2.GA] Hi, From a remote JBM client point of view we need some JBoss jars including jbossall-client.jar (http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.0.SP3/html/installation.html#inst.remoteclient). I see two main

[jboss-user] [JBoss Web Services Users] - Re: WSException: Cannot obtain endpoint

2009-10-01 Thread agrajm
Hello, I'm facing the same problem when deploying my web service with JBoss4.2.3 and JDK1.5. There is no exception when I start the server. But when I try to access the WSDL, it gives me the same exception ? Have you found out any solution to this problem ? I'm a newbie to this world of web

[jboss-user] [jBPM Users] - Problem with the VacationRequest example

2009-10-01 Thread killian
Hello, I'm novice to jbpm. I have installed JBPM 4.1 on my computer on Tomcat 6.0.14 and i deployed the VacationRequest example (the taskform example). My problem is when i change Tomcat's port to 8081 for example, http://localhost:8081/gwt-console-server/rs/process/definitions give me

[jboss-user] [JBoss Messaging Users] - Re: jbossall-client.jar and the jar hell at remote JBM clien

2009-10-01 Thread timfox
There exact jars you need on the client side is explained in detail in section 4.4 of the user manual, and yes, it does also say in a yellow note box that they must appear in a different order:

[jboss-user] [jBPM Users] - jbpm4.1 process project

2009-10-01 Thread noicangi
hi this is my configuration: jboss 5.1.0ga + mysql5 + jbpm4 + galileo + tools m3 my question is, how i create a jbpm4 process project on eclipse? how can i do that? or i need to create a jbpm3 project and a jbpm4 process definition in that project? also i noticed that on jboss with signavio

[jboss-user] [Installation, Configuration Deployment] - Re: using error-page in web.xml for custom error page

2009-10-01 Thread asafz
Still no answers so I will add more information: 1. I'm using jboss 5.0.1 and 5.1 and see the same problem 2. I'm throwing RuntimeException from the application 3. even when using exception-type instead of error-type and setting it to Exception I still can not reach to my custom error page.

[jboss-user] [jBPM Users] - Re: jbpm4.1 process project

2009-10-01 Thread sebastian.s
Starting with jbpm 4.0 there is no project type named process project anymore. Just create a java project and afterwards create a new jbpm process definition. The swimlanes are missing in the Signavio editor and this is normal. About 2 weeks ago I was talking to one of the Signavio guys about

[jboss-user] [jBPM Users] - Re: hibernate.cfg.xml not found

2009-10-01 Thread elhostis
I think the problem is on the java command. In dev, I use Eclipse to test my application. In production, I use the java command. Something is missing, but why ? I use jBPM 3.1.1, so what ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258065#4258065 Reply to

[jboss-user] [JBoss Cache Users] - Adding JBossCache 4.2 to JBoss 5.1 default configuration

2009-10-01 Thread mglowacki
I can't find any instructions of adding cache to default configuration of jboss 5. I recently switched from 4.2.3, where it was very easy - just local-cache-service.xml into deploy dir and aprioprate jars into lib dir. Now I see it doesn't work, and all what I can find is configuration of cache

[jboss-user] [Clustering] - shutting down cluster node causes massive memory usage in ot

2009-10-01 Thread nikolay.elenkov
We have a two-node JBoss cluster (eap-4.2_cp06) with session and SFSB replication enabled. Apache with mod_jk does load balancing and failover, with sticky sessions. This set up is working with no problems most of the time. Due to some problems with an application (memory leaks), at some point

[jboss-user] [Installation, Configuration Deployment] - configuration - config-login.xml

2009-10-01 Thread karin1123
Hello, since a few days i am trying to setup a jboss server that was running for a long time, but wasn't used for the past months. the deploy path is available with all the contents and is working like expected where no login is needed (apache and tomcat is also configured like before).

[jboss-user] [jBPM Users] - Re: hibernate.cfg.xml not found

2009-10-01 Thread kukeltje
You cannot put individual files on the classpath, only archives (zip, jar) and directories. Change /home/config/hibernate.cfg.xml to /home/config And regarding 3.1.1, there also is a 3.1.4 and even that is 'old'. When starting a new project (as you seem to do since it has not run in production)

[jboss-user] [Installation, Configuration Deployment] - Re: configuration - config-login.xml

2009-10-01 Thread karin1123
jboss 3.2.7 is used - as it was the version where it was running in the past View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258080#4258080 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258080

[jboss-user] [Installation, Configuration Deployment] - Re: using error-page in web.xml for custom error page

2009-10-01 Thread erasmomarciano
try error-page error-code404/error-code /error404.jsp /error-page error-page error-code500/error-code /error500.jsp /error-page View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258081#4258081 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: using error-page in web.xml for custom error page

2009-10-01 Thread erasmomarciano
ops error-page | error-code404/error-code | location/error404.jsp/location | /error-page Are you sure of to make an error 404? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258082#4258082 Reply to the post :

[jboss-user] [jBPM Users] - Re: hibernate.cfg.xml not found

2009-10-01 Thread elhostis
kukeltje wrote : You cannot put individual files on the classpath, only archives (zip, jar) and directories. Change /home/config/hibernate.cfg.xml to /home/config It was that ! Thanks a lot ! kukeltje wrote : And regarding 3.1.1, there also is a 3.1.4 and even that is 'old'. When starting a

[jboss-user] [Security] - Caller unauthorized on using a ejb3 statetlesssessionbean fr

2009-10-01 Thread praenti
Hi everybody, I have a big problem using JAAS in JBoss 5.1.0GA, which I try to solve about 2 days (my employer is not very amused of that...). I use a own JASSLoginModule to authenticate a user on a LDAP directory. The roleSet is fetched from a database. This part works as I can see and give

[jboss-user] [jBPM Users] - Re: BPEL 1.1GA: CodeSource for SOAPMessage is NULL

2009-10-01 Thread prachi.mukhija
Hi, I am pretty new to jbpm-bpel. I have downloaded the jbpm-bpel-1.1.1 version. My envrironment is: jboss-4.2.2.GA server However, I am facing the same error when deploying Hello example. Here's the stack trace. | 15:31:26,746 INFO [DeploymentServlet] deployed process definition:

[jboss-user] [JBoss Cache Users] - Re: What is an invocation, and the related option override?

2009-10-01 Thread mircea.markus
it only makes sense to use setForceWriteLock(true) on read. Normally when you do an cache.get(fqn) an read lock is aquired, but setting the forceWriteLock to true would force a write lock acquisition. when you do a put(fqn)(generally a write), a WL (write lock) is acquired so having the flag is

[jboss-user] [JBoss Remoting Users] - Re: No ping on secondaryBindPort

2009-10-01 Thread enriqueam
Hello Ron, Thank you for your quick response! I have downloaded Remoting release 2.2.3.SP1 and replace the existing one in my standalone client and in JBoss As 4.2.3.GA server's libs (in the server configuration for JBoss Messaging 1.4.4.GA) I have configured remoting-bisocket-service.xml

[jboss-user] [Installation, Configuration Deployment] - Re: using error-page in web.xml for custom error page

2009-10-01 Thread asafz
Well 404 is working for me, I just enter none exist URL and I do see my custom error page, But when I try to create 500 error to see my custom error page I still see Jboss default error page and not my custom page. I'm doing it by throwing runtimexception from my EJB tier. Just wanted to add

[jboss-user] [Clustering] - Cluster falls apart: FD_SOCK errors

2009-10-01 Thread kennardconsulting
Guys, We are seeing these warnings on our cluster nodes sometimes after a redeploy. The primary cluster node stays up, but the other 2 (we have 3) die and keep saying this. 2009-10-01 20:04:34,302 main WARN [org.jgroups.protocols.pbcast.GMS] join(192.168.1.2:37802) sent to 192.168.1.1:52187

[jboss-user] [jBPM Users] - [jBPM4] TaskForm Variables

2009-10-01 Thread c4s4l
In the jBPM Dev Guide is stated that the 'Form field names become process variables names and vice versa', but what about the activity context or the execution context, can I access to them in the form (ftl)? Are there implicit process variables injected in the form task? which ones? Thanks,

[jboss-user] [JBoss Messaging Users] - After migrating from JBossMQ to JBM:

2009-10-01 Thread the_olo
Hi! After migrating from JBoss MQ to JBoss Messaging (which also required deploying the relevant queues manually), our installation of jBPM-BPEL has started throwing the following exception in the logs: 2009-10-01 12:51:46,648 ERROR [org.jboss.jms.client.container.ClosedInterceptor]

[jboss-user] [jBPM Users] - Re: Translation of task node from jBPM3 to 4

2009-10-01 Thread newcomer1
kukeltje wrote : Yes, use a plain fork-join for this. I still have to admit that I think the task-node approach is much easier to work with. The jbpm documentation should have more information about differences from the jbpm 3.x way to model stuff. E.g. to associate tasks with a state. How

[jboss-user] [Clustering] - Non clustered Queue

2009-10-01 Thread Shenaz
Hi, We are using Jboss 4 AS in clustered mode. From the docs that I've read, its understood that JMS queues and topics are implemented as singleton service in a clustered environment. Is it possible to have non clustered queues? i.e., each local queues on node in the cluster? Regards Shenaz

[jboss-user] [jBPM Users] - Re: Implementing Escalation in jBPM 4.1

2009-10-01 Thread sebastian.s
It seems strange to me that are just a few people interested in this topic although the situation described seems to me very common. Are there still so few people working with 4.x or has nobody run across the problem? If you have it would be great to count on your vote in JIRA. View the

[jboss-user] [jBPM Users] - Re: [jBPM4] TaskForm Variables

2009-10-01 Thread kukeltje
afaik, there are none, butr I'm not 100% sure. If you want to be sure, look at the console code and see what jBPM api calls are used. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258124#4258124 Reply to the post :

[jboss-user] [jBPM Users] - Re: cannot be cast to org.jbpm.graph.def.ActionHandler

2009-10-01 Thread bulhar
How did you solved the cannot be cast to org.jbpm.graph.def.ActionHandler exception? thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258125#4258125 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258125

[jboss-user] [JBoss Remoting Users] - Re: No ping on secondaryBindPort

2009-10-01 Thread enriqueam
Hello Ron, Please ignore my last post. Ping is sent on that port and firewall does not time it out. Thank you for help! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258129#4258129 Reply to the post :

[jboss-user] [jBPM Users] - Re: Translation of task node from jBPM3 to 4

2009-10-01 Thread kukeltje
tasks are never associated with a state. Tasks are now just 'simple' tasks, not 'complex' tasks anymore (the task has been 'promoted' to the level of the former task-node. That might be explicitly missing in the docs, I won't deny that. But What you describe is not a 'simple' scenario, it is

[jboss-user] [jBPM Users] - Re: cannot be cast to org.jbpm.graph.def.ActionHandler

2009-10-01 Thread kukeltje
Read carefully... he had another implementation of a class with the same package and classname but that did not implement the correct interface. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258132#4258132 Reply to the post :

[jboss-user] [EJB 3.0 Users] - Re: Design: When the line between domain objects and service

2009-10-01 Thread Wolfgang Knauf
Hi, I think you need a layer beetween MailBox and your EJB, which encapsulates the logic specific to the mailbox implementation. findMailbox should not return the entity, but the the implementation of the layer. Assume an interface (or an abstract base class): public interface IMailBoxHandler

[jboss-user] [Security] - Re: Caller unauthorized on using a ejb3 statetlesssessionbea

2009-10-01 Thread Wolfgang Knauf
Hi Michael, you probably checked the JBoss log of the security layer (see question 4 in FAQ)? Do you see output that JBoss could map a user to the required roles? Please post the relevant snippets of your login module. Best regards Wolfgang View the original post :

[jboss-user] [JBoss Cache Users] - JBossCache 3.2.1.GA released

2009-10-01 Thread mircea.markus
Hi, More on this on the blog: http://jbosscache.blogspot.com/2009/10/jbosscache-321ga-released.html Enjoy! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258143#4258143 Reply to the post :

[jboss-user] [EJB] - MDB Deployment Fails with Ear Isolation Enabled

2009-10-01 Thread mmichalek
I'm trying to deploy an EJB 2 MDB to JBoss 4.2.3. Here are the points of interest: JBoss Messaging 1.4.4 JBoss Remoting 2.2.3 ear deployment Isolated=true Here's some of my initial findings: 1) If I turn off ear deployment isolation, this problem goes away (and apparently remoting is not used

[jboss-user] [JBoss Remoting Users] - Re: JNDI Lookup Fails, Causes Failed EJB2 MDB

2009-10-01 Thread mmichalek
Thanks, I reposted here: http://www.jboss.org/index.html?module=bbop=viewtopicp=4258150#4258150 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258151#4258151 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258151

[jboss-user] [EJB] - Re: MDB Deployment Fails with Ear Isolation Enabled

2009-10-01 Thread mmichalek
I also found that when I converted these MDB's to use the @MessageDriven annotation (instead of ejb xml), they deployed and received messages successfully. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258152#4258152 Reply to the post :

[jboss-user] [jBPM Users] - jbpm 4.1 : Running jbpm test case - issue

2009-10-01 Thread makarandk502
Hi, Can anybody guide me in resolving this issue ? I am getting following error while running following jbpm test case I have also attached process xml file Error | | 18:07:16,924 FIN | [BaseJbpmTestCase] === starting testTaskAssignee = | ###

[jboss-user] [Installation, Configuration Deployment] - Re: unified invoker startup error

2009-10-01 Thread Wolfgang Knauf
Hi, that's one small typo in web.xml: in the sample attached to JIRA, open EJB3-JBM-Servlet-Example\lib\http-uinvoker.sar\unified-invoker.war\WEB-INF\web.xml and remove the - beetween the last servlet element and the first servlet-mapping element ;-). Best regards Wolfgang View the original

[jboss-user] [Security] - Re: Caller unauthorized on using a ejb3 statetlesssessionbea

2009-10-01 Thread praenti
Some new output was generated after enabling debugging. But the only thing I can see, that the error is not in the login module but somewhere in the servlet container. Is there something special that I have to pay attention when I'm using Struts2 as framework? | ... | 16:01:50,566 INFO

[jboss-user] [JBoss Tools Users] - JBOSS Tools Html editor content assist problem

2009-10-01 Thread mcalpay
Hello, On eclipse content assist works fine with taglibs like tomahawk, richfaces but it doesn't work for our custom components. Anyone have any idea why ? Thanks MC View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258169#4258169 Reply to the post :

[jboss-user] [Security] - Re: Caller unauthorized on using a ejb3 statetlesssessionbea

2009-10-01 Thread praenti
My web.xml: | ?xml version=1.0 encoding=UTF-8? | web-app version=2.4 xmlns=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; | |

[jboss-user] [Clustering] - Re: Non clustered Queue

2009-10-01 Thread bstansbe...@jboss.com
Should be possible, yeah. I haven't tried this myself, so beware, test carefully, be prepared for possible bumps in the road etc. But you should be able to: 1) Remove the server/all/deploy-hasingleton/jms folder 2) Replace the contents of server/all/deploy/jms with those from

[jboss-user] [jBPM Users] - jBPM4 - .bar deployment to embedded jBPM

2009-10-01 Thread nilspreusker
Hi all, if I'm not mistaken, there is currently no deployment mechanism for .bar files for jBPM as an embedded framework (e.g. in a Spring application). In other words, to deploy both jPDL files and task forms, every resource has to be added separately like this:

[jboss-user] [Clustering] - Re: shutting down cluster node causes massive memory usage i

2009-10-01 Thread bstansbe...@jboss.com
First off, if you are using EAP you are quite likely a support customer. If so you should open a ticket on the Customer Support Portal, where you'll get much better support than I can provide in the half hour or so I day I spend on this forum. A basic debugging step is to take a heap histogram

[jboss-user] [jBPM Users] - Re: [jBPM4] TaskForm Variables

2009-10-01 Thread c4s4l
So there is no way of knowing what is the task name or the activity name that I'm in? Thanks, Sergio View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258182#4258182 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258182

[jboss-user] [JBoss AOP Users] - Where does JBoss cache files?

2009-10-01 Thread oneworld95
Hi. We're running into some odd behavior with an app on JBoss 4.2.3.GA: We can make modifications to it, put the WAR file on our server, see it deployed in the log, and not see the server-side changes when we load the pages. Does JBoss cache files somewhere? How can we be sure we're running

[jboss-user] [EJB 3.0 Users] - Question regarding PersistenceContext propagation

2009-10-01 Thread rmz
Hi everyone, I have a secenario similar to the following. There are different persistent entity classes, a, b and c. Entity a contains one ore more of b, and b contains one or more of c. Also, there are three different stateful session beans that wrap the three entities for client access,

[jboss-user] [JBoss AOP Users] - Re: Where does JBoss cache files?

2009-10-01 Thread oneworld95
Sorry about that. Which forum for this topic? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258190#4258190 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258190 ___ jboss-user

[jboss-user] [JBoss AOP Users] - Re: Where does JBoss cache files?

2009-10-01 Thread kabir.k...@jboss.com
Wrong forum View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258189#4258189 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258189 ___ jboss-user mailing list

[jboss-user] [JBoss AOP Users] - Re: Where does JBoss cache files?

2009-10-01 Thread oneworld95
I think I found the correct forum, though I don't know how to move a topic from one forum to another: http://www.jboss.org/index.html?module=bbop=viewforumf=287 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258192#4258192 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss fallback mechanism for authentication methods

2009-10-01 Thread Wolfgang Knauf
Hi Steve, this is possible. JBoss security is configured through a file login-config.xml, where you declare the login modules for security domains. There is an option for each of those configs whether the login module has to succeed or whether another module is used as fallback when it fails.

[jboss-user] [JBoss Tools Users] - Re: JBOSS Tools Html editor content assist problem

2009-10-01 Thread akazakov
What version of JBoss Tools are you using? Do you have tld or only facelet tag lib? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258196#4258196 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258196

[jboss-user] [Clustering] - Re: shutting down cluster node causes massive memory usage i

2009-10-01 Thread nikolay.elenkov
Thank you for your reply. Those are our customer's servers, so I don't have a direct line to JBoss customer support, but I might try to have a ticket opened once I have something more concrete. I am planning on getting a heap dump when I get the chance to reproduce this, but I was wondering

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss fallback mechanism for authentication methods

2009-10-01 Thread Wolfgang Knauf
OK, having some more time ;-). I think I misunderstood your question: you are still at the web level of security configuration, but I was much deeper in the security config ;-). I think for the web layer, this is not possible. The only way I can imagine is that you call the authentication

[jboss-user] [jBPM Users] - Re: jbpm4.1 process project

2009-10-01 Thread noicangi
Thanks Sebastian for the information it's a very complete answer, but on eclipse galileo using the jboss tools m3, i create a java proyect and create a bpm4 process definition, but the libraries are not copied into de the project, also the build.xml, jbpm.cfg.xml,jbpm.hibernate.cfg.xml and

[jboss-user] [JBoss Cache Users] - Re: JBossCache 3.2.1.GA released

2009-10-01 Thread RichardTaylor
Thanks for the good news. I'm assuming this page (http://www.jboss.org/community/wiki/JBossCacheDownloadsPage) will be updated with the 3.2.1 release for downloading? For installing JBoss Cache 3.2.1 into JBoss AS 5.1.0, is it safe to drop the updated JBoss Cache (3.2.1) and JGroups (2.6.13)

[jboss-user] [JBoss Cache Users] - Re: JBossCache 3.2.1.GA released

2009-10-01 Thread RichardTaylor
Thanks for the reply on the blog, I was just able to download it from http://repository.jboss.org/maven2/org/jboss/cache/jbosscache-core/3.2.1.GA/ . View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258213#4258213 Reply to the post :

[jboss-user] [EJB 3.0 Users] - Problem consuming EJB3 with remote client between JBoss 5 an

2009-10-01 Thread rodrigorjo
Hello everyone. I have a problem that I really need to resolve as fast as possible. I have an EJB3 application deployed on JBoss 5.1.0.GA. Consuming those EJB3 with remote clients in other applications also deployed in JBoss 5 works fine. But the problem is that I need to consume one EJB3 in a

[jboss-user] [JMX] - Exception while Server Shutdown

2009-10-01 Thread njrfrens
As part of slimming the Jboss default server, I have removed couple of things in jboss\server\default directory without complete knowledge. After doing that, while trying to shutdown the server by calling shutdown -S, I'm getting the below error Exception in thread main

[jboss-user] [jBPM Users] - Re: jbpm4.1 process project

2009-10-01 Thread sebastian.s
Hi noicangi, in the section of the user's guide describing the installation of jBPM there is also the step of adding a library entry for the jBPM libraries. I have done this and afterwards I just use Add user library in eclipse chosing jBPM libraries or however you called them to add the

[jboss-user] [jBPM Users] - Re: [jBPM4] TaskForm Variables

2009-10-01 Thread kukeltje
No, not from what I've seen in the code. Reusing taskforms in multiple tasks and displaying the taskname sounds like a nice 'enhancement'. Please file a Jira issue for this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258226#4258226 Reply to the post :

[jboss-user] [jBPM Users] - Re: Problem with the VacationRequest example

2009-10-01 Thread killian
I have found the origin of my problem. When tomcat is used org.jbpm.integration.spi.mgmt.ServerConfigFactory return an org.jbpm.integration.spi.mgmt.DefaultServerConfig object. And in org.jbpm.integration.spi.mgmt.DefaultServerConfig the host and the port are hard-coded: | public class

[jboss-user] [jBPM Users] - Re: jbpm 4.1 : Running jbpm test case - issue

2009-10-01 Thread kukeltje
Do you use a custom xml parser (Aelfred) ? Or a specific JDK or View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258229#4258229 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258229

[jboss-user] [jBPM Users] - Re: Problem with the VacationRequest example

2009-10-01 Thread kukeltje
look in the jira for an issue. That will tell you when it will be fixed. If there is no issue reported please do View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258236#4258236 Reply to the post :

[jboss-user] [jBPM Users] - Re: Problem with the VacationRequest example

2009-10-01 Thread kukeltje
Is there a jira issue for this? If so, you can see the target for it being fixed (might also be empty though). If there is no jira issue, it is not on the list for being fixed in the near future. Please file an issue in that case. View the original post :

[jboss-user] [jBPM Users] - Re: Problem with the VacationRequest example

2009-10-01 Thread kukeltje
DUHH why do post get visible delayed... I though one of my posts disappeared Sigh View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258239#4258239 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258239

[jboss-user] [jBPM Users] - Re: jbpm4.1 process project

2009-10-01 Thread noicangi
thanks again, i configured all libraries like de user guide describes, but as you said thats right its not the ideal procedure but if works its just fine. the only thing thats its not clear for me is that i configured the jbpm libraries as the user guide says, but when i create the java project

[jboss-user] [JBoss Portal Users] - Re: links from portlet content to another portal page

2009-10-01 Thread hamptont
I tried the code from the reference guide but I can't get it working correctly. The following is a test portlet jsp fragment that I'm working with. The portal page structure is like this | pageA | pageB | pageC | The jsp fragment below is for a portlet that is on page B

[jboss-user] [jBPM Users] - Re: [jBPM4] TaskForm Variables

2009-10-01 Thread c4s4l
Ok, I've created the JBPM-2561 (https://jira.jboss.org/jira/browse/JBPM-2561) Anyone who also wants this feature, vote for it please. Thanks, Sergio View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258243#4258243 Reply to the post :

[jboss-user] [jBPM Users] - Re: jbpm4.1 process project

2009-10-01 Thread sebastian.s
As I said you explicitly have to add the libraries to the project. Right click on your project - Select properties - Select Java Build Path Right there select the tab Libraries and on the right side click Add Library, chose User Library in the wizard and click next. Now select the entry you

[jboss-user] [jBPM Users] - Re: Problem with the VacationRequest example

2009-10-01 Thread sebastian.s
I am plagued by the same problem, Ronald. It's kind of annoying. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258245#4258245 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258245

[jboss-user] [jBPM Users] - Re: Implementing Escalation in jBPM 4.1

2009-10-01 Thread sebastian.s
*push* View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258246#4258246 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258246 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [jBPM Users] - Re: BPEL 1.1GA: CodeSource for SOAPMessage is NULL

2009-10-01 Thread sebastian.s
prachi.mukhija, use the trunk or wait for the next release. Bernd: If I got it right there will only be bugfixes for jBPM BPEL since there is a new JBoss project for BPEL 2.0 called Riftsaw based up-on Apache ODE?? Actually my question is: Why are you are playing around with the BPEL 1.x

[jboss-user] [jBPM Users] - Re: BPEL 1.1GA: CodeSource for SOAPMessage is NULL

2009-10-01 Thread camunda
Hi Sebastian. Look on the date of my post, it was in the beginning of 2008. Riftsaw came this year... This is the downside of hijacking threads ;-) For today you are totally right: If you want BPEL look at Riftsaw, but best is to avoid BPEL if you can and go for jPDL or wait for executable

[jboss-user] [Clustering] - Re: shutting down cluster node causes massive memory usage i

2009-10-01 Thread bstansbe...@jboss.com
I don't have any specific log categories, no, as without more information on what's increasing in the heap there's not much to go on. When n1 is shut down, n2 starts getting failover requests and starts doing twice as much work, so memory increase is expected. Perhaps the increase would be a

[jboss-user] [jBPM Users] - Re: BPEL 1.1GA: CodeSource for SOAPMessage is NULL

2009-10-01 Thread sebastian.s
Thanks for the hint, I got confused completely because prachi.mukhija posted in the same thread and I thought I just overlooked the post. And no thanks I do not want BPEL at all. :) I can't wait for executable BPMN 2.0 but right now I am bit worried if it will be accepted by vendors since a

[jboss-user] [jBPM Users] - Re: BPEL 1.1GA: CodeSource for SOAPMessage is NULL

2009-10-01 Thread camunda
anonymous wrote : I am bit worried if it will be accepted by vendors since a lot of them have made huge invests in their own execution models. Me not, since they all partizipate in the standardization team of BPMN (we joined that as well by the way ;-)). Basically I expect the most of them to

[jboss-user] [JBoss AOP Users] - PLEASE answer me I really need your help

2009-10-01 Thread souma
please where can i find a complete example of introduction (Interface introductions+Mixins) of jboss AOP if anyone wants to help me by mail send me a simple example here is my e-mail sourire1...@yahoo.fr View the original post :

[jboss-user] [JBoss AOP Users] - Re: PLEASE answer me I really need your help

2009-10-01 Thread kabir.k...@jboss.com
In the documentation and tutorials View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258259#4258259 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258259 ___ jboss-user mailing list

[jboss-user] [JBoss AOP Users] - Re: PLEASE answer me I really need your help

2009-10-01 Thread souma
yes I found it but it is not complete .. how can i manage it via a Main class for example (I know it it is a bad question!!!but I'm beginner) PS: i am sorry for my bad english ..please help me View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258264#4258264

[jboss-user] [jBPM Users] - Re: jbpm4.1 process project

2009-10-01 Thread noicangi
thanks sebastian, i was doing the previous steps you mensioned but i was stuck on the list because i wasn't able to identify my bpm library that was on user libraries. now i will copy the configuration files and properties to start studing jbpm. Very grateful Noicangi View the original post

[jboss-user] [jBPM Users] - Re: Awesome job with jBPM 4.1

2009-10-01 Thread lperea
thanks for the fast reply, I've modified my configuration files, but i have a problem When I set up the first SessionFactory (for Jbpm) it works fine, but when I set up the second SessionFactory (for the second datasource) it throw this error: | exception while executing command

[jboss-user] [jBPM Users] - Re: Awesome job with jBPM 4.1

2009-10-01 Thread unsavory
Sorry, I don't. Our second datasource is not being used for jBPM. We are running jBPM and our application code against the same database. We have a 2nd database for accessing some data we get from our partners. So our usage is slightly different than yours. It sounds like you have jBPM in

[jboss-user] [JBoss AOP Users] - Re: PLEASE answer me I really need your help

2009-10-01 Thread souma
example I want to translate the pattern memnto (from aspectj) to jboss aop package MEMENTO; | | public class Initiateur { | | protected int valeur = 0; | | public void incrementation() { | valeur++; | } | | public void affichage() { |

[jboss-user] [JMX] - Re: Exception when deploying a XMBean

2009-10-01 Thread rsobchak
a couple of things i have discovered. First, i was able to deploy an XMBean if the MBean classes were not in a jar file contained in the .sar file. Second, I could not get an XMBean to deploy within the .esb file. Maybe a limitation of the esb? View the original post :

[jboss-user] [Persistence] - Re: JBoss does not reconnect after mysql-server restart

2009-10-01 Thread henk53
Anyone any ideas? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258287#4258287 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258287 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: Awesome job with jBPM 4.1

2009-10-01 Thread lperea
Correct, we have an existing app running in informix and the JBPM in postgress. But seems that finally is working, I've just modify the jbpm.cfg.xml to add the name of the sessionFactory to use. :) this is the line: | hibernate-session current=true factory=sessionFactory/ | some tricky,

[jboss-user] [jBPM Users] - Re: Awesome job with jBPM 4.1

2009-10-01 Thread unsavory
Awesome! Glad you got it working. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258293#4258293 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258293 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Rolling back to a previous state in jBPM 3.3.2.GA

2009-10-01 Thread ramapala
Hi, We are using jBPM 3.3.2.GA. The business wants to have rollback functionality. i.e., Move the token to a previous state in the workflow. Is there native suppor for this in jBPM ? -Ram View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258294#4258294 Reply

[jboss-user] [JBoss Messaging Users] - JBoss messaging hangs with an Http client

2009-10-01 Thread 3adil
Hello, I have installed JBoss messaging 1.4.4 on JBoss 4.2.3 (jdk6) (with JBoss remoting 2.2.3) and this works fine with a jnp client. When I use an HTTP client with the following JNDI properties: HttpConnectionFactory org.jboss.naming.HttpNamingContextFactory

[jboss-user] [JBoss Web Services Users] - Re: OutOfMemory exception when loading xml schemas in WSDL

2009-10-01 Thread wellerk
Still had issues with deploying complex hl7 webservice. Here is a patch to WSDL11Reader (version 3.1.1) that solved my HL7V3 issues: | --- WSDL11Reader.java 2009-09-25 13:06:36.847867600 -0400 | +++ WSDL11Reader.java.new 2009-10-01 18:46:58.741045900 -0400 | @@ -145,6 +145,8 @@

[jboss-user] [jBPM Users] - Re: jbpm4.1 process project

2009-10-01 Thread kukeltje
you can also add al these config files in a jar and add that to the library as well. Or put them in a directory and add that to the library (that's what I did) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258297#4258297 Reply to the post :

[jboss-user] [jBPM Users] - Re: Rolling back to a previous state in jBPM 3.3.2.GA

2009-10-01 Thread kukeltje
there is no 3.3.2.GA, and rollback functionality is not there natively since it is very dependent on the business side of things. The times I implemented 'rollback' functionality I explicitly modeled it in the process. Like you would when e.g. sending a correcting invoice. You do not retract

[jboss-user] [Installation, Configuration Deployment] - Install JBoss

2009-10-01 Thread benzeman
Hi all. i am new user to Jboss . I have a question to ask all help me . i am just download jboss-5.1.0.GA.zip , of course i already set up the enviroment of JAVA with JDK to be 1.6.0_16 . How can is run Jboss ? How to configuration Jboss run on eclipse ? thank in advance for any helps. View

[jboss-user] [JNDI and Naming] - Re: JNDI lookup for object in remote server returns local ob

2009-10-01 Thread nakker
Have you tried properties.put(jnp.disableDiscovery, true); Worked for me in a similar situation. This property forces the connection to only connect to the specified server and no one else (including self). It does have clustering implications you need to examine though. View the original

  1   2   >