[jboss-user] [Tomcat Integration] - Re: Session is getting merge with other session

2009-12-11 Thread jfrederic.cl...@jboss.com
http://kbase.redhat.com/faq/docs/DOC-17273 is right but you must be aware that changes the cookie session path to /your_app which may have side effect if you have more that one context deployed. when the session cookie is being used in the URL I guess you mean when the session cookie is

[jboss-user] [jBPM Users] - Re: task timers

2009-12-11 Thread jbosspnet
Any idea for this? Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270133#4270133 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270133 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging Users] - Re: JBoss Messaging Newbie Needs Help

2009-12-11 Thread ericy
Can anybody help??? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270134#4270134 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270134 ___ jboss-user mailing list

[jboss-user] CMSException

2009-12-11 Thread Nedim Ozan Tekin
Hi to all, I am using jboss portal 2.7.2. CMS portlet gives an exception CMSException: Access to this resource is denied. After some search, i found jboss-portal.sar/portal-cms.sar/META-INF/jboss-service.xml And i changed below line in this file attribute name=CmsRootUserNameadminUser/attribute

[jboss-user] [jBPM Users] - Re: task timers

2009-12-11 Thread MohReece
From the code you supplied I cannot see why the timer is not created (I'm assuming that you're not using abstract classes as handlers and that the class name for the task timer action handler does match in your actual code, because otherwise you'd have other problems running your example). At a

[jboss-user] [JBoss Cache Users] - Re: JBC spends 90% of its time in TPE$Worker.run

2009-12-11 Thread chtimi2
Hi Manik yes it might be serialization. But still with the async tag, this serialization is supposed to happen asynchronously after the commit right? So by definition it shouldn't increase latency. I have reduced the latency a lot (more than half) by: -using invalidation instead of replication

[jboss-user] [Spring Integration] - Spring Application Annotation Problem in jBoss5/6 but itwork

2009-12-11 Thread bibhu2010
Dear All, I have some problem when I try to deploy any of spring3 Annotation example in Jboss5/6 . i.e “WARN [PageNotFound] No mapping found for HTTP request with URI [/S pringExample16/welcome.htm] in DispatcherServlet with name 'dispatcher'” Where as the same

[jboss-user] [JBoss Cache Users] - Re: JBC spends 90% of its time in TPE$Worker.run

2009-12-11 Thread chtimi2
Are there GC options that are specially adapted to this use case? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270141#4270141 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270141

[jboss-user] [JBoss Tools Users] - Weld and JBT?

2009-12-11 Thread paulkeogh
Was over on the Seam forum looking at the JSR299/Weld work - any plans for supporting this JBT ? Thanks, View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270142#4270142 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270142

[jboss-user] [JBoss Tools Users] - Re: Weld and JBT?

2009-12-11 Thread akazakov
Yes, we are going to include the first version of CDI Tools in JBT 3.1.GA View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270143#4270143 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270143

[jboss-user] [Tomcat Integration] - Re: Session is getting merge with other session

2009-12-11 Thread davewebb
So what I understand is that if I have only 1 app deployed in the cluster, or if I have multiple apps that dont rely on sharing sessionIds, then turning off the recycling will guarantee a new sessionId is generated for each new session. Is that accurate? Thanks. View the original post :

[jboss-user] [JBoss Tools Users] - Re: Weld and JBT?

2009-12-11 Thread max.ander...@jboss.com
weeel - it will at least be available from our devel or nightly updatesite soon. Including it in 3.1.GA might be too soon - but I'll let everyone know as soon as we got something in there. The first feature we will be introducing is code completion for the CDI beans and then going forward we

[jboss-user] [Spring Integration] - Re: Spring Application Annotation Problem in jBoss5/6 but it

2009-12-11 Thread alesj
https://jira.jboss.org/jira/browse/SNOWDROP-4 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270165#4270165 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270165 ___ jboss-user

[jboss-user] [EJB 3.0 Users] - Re: JBoss 5.1.0 GA + EJB 3.0: RESTful Web Services with Jers

2009-12-11 Thread longbeach
Hi, i got it working. It was just a basic configuration problem in Eclipse. But now I have a question regarding injection of resources. I am using the Jersey implementation of JSR-311. I use EJB 3.0 (not 3.1). I have exposed a stateless session bean as a RESTful web service. @Path(/blabla)

[jboss-user] [EJB 3.0 Users] - Re: JBoss 5.1.0 GA + EJB 3.0: RESTful Web Services with Jers

2009-12-11 Thread jaikiran
Before i answer this, let me tell you that i don't have experience with RESTful web services (and haven't yet found time to read through the docs). longbeach wrote : | How do you call that exposed resftul web service ? | longbeach wrote : | Hi, | i got it working. | Can you tell

[jboss-user] [jBPM Users] - Is new jBPM book related to upcoming jBPM 4.3?

2009-12-11 Thread akakunin
Hi! Just received advertisement from Packt about jBPM Developer Guide should be published in December It is really nice to see book about jBPM - but question is - as far as I see - on Jan 1st planned jBPM 4.3 release - and big change there is using BPMN2. Does anybody know - what version

[jboss-user] [jBPM Users] - Re: Is new jBPM book related to upcoming jBPM 4.3?

2009-12-11 Thread akakunin
Sorry - here is a link: http://www.packtpub.com/jboss-business-process-management-jbpm-developer-guide/book View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270190#4270190 Reply to the post :

[jboss-user] [EJB 3.0 Users] - Re: JBoss 5.1.0 GA + EJB 3.0: RESTful Web Services with Jers

2009-12-11 Thread longbeach
Jaikiran, I got it working by adding the EJB project as a library in my Web project, so that was just a configuration problem in Eclipse. Now regarding the theory, you might want to check the exchanges i just had with Adam Bien here :

[jboss-user] [Tomcat Integration] - Re: Session is getting merge with other session

2009-12-11 Thread jfrederic.cl...@jboss.com
Normally yes. If not there is a bug somewhere. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270199#4270199 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270199 ___ jboss-user

[jboss-user] [jBPM Users] - Re: task timers

2009-12-11 Thread jbosspnet
Thanks for the reply. The java code that I have supplied is in effect incorrect: the classes are not abstract. My processes are a little more complex, so I had simplified before post in the forum to avoid a lot of code. But the concept of the check executed in a specific range time in a manual

[jboss-user] [jBPM Users] - Re: Is new jBPM book related to upcoming jBPM 4.3?

2009-12-11 Thread kukeltje
No-one in the core team has had a knowledge of this book. And since Mauricio (the author, 'salaboy' in the forum) has been working to write a jBPM3 compatible layer on top of drools and we never had him ask any questions on jBPM4, it most likely is just about jBPM 3 View the original post :

[jboss-user] [jBPM Users] - Re: deploy() takes an awefully LONG time

2009-12-11 Thread kukeltje
I do not get it either. jBPM retrieves all processdefinitions with the same name (how many can that be, just several I think) and loops over that. I again urge you to log additional things, you might e.g. have a problem with a reverse dns lookup why things take long... So I would not file a

[jboss-user] [jBPM Users] - Re: TaskQuery w/ ProcessInstanceId possible?

2009-12-11 Thread emp.tyres
hrworx, did you manage to emulate a taskquery that can search for all tasks in all of a master process's subprocesses? I am facing the same issue right now and a pointer would be appreciated! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270227#4270227

[jboss-user] [jBPM Users] - Re: Unable to retrive the process instance

2009-12-11 Thread kukeltje
Processdefinition ID != name afaik. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270228#4270228 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270228 ___ jboss-user mailing

[jboss-user] [jBPM Users] - Re: deploy() takes an awefully LONG time

2009-12-11 Thread ajaygautam
saraswati.santanu wrote : Ajay, |I did not get the first part of your question | | anonymous wrote : shouldn't the query actually be performed at the database level !?!? | | The query will be performed at the db only. | | Do you mean a db procedure kind of thing? That

[jboss-user] [jBPM Users] - Re: deploy() takes an awefully LONG time

2009-12-11 Thread ajaygautam
kukeltje wrote : I do not get it either. jBPM retrieves all processdefinitions with the same name (how many can that be, just several I think) and loops over that. | | I again urge you to log additional things, you might e.g. have a problem with a reverse dns lookup why things take

[jboss-user] [jBPM Users] - Re: deploy() takes an awefully LONG time

2009-12-11 Thread kukeltje
ajaygautam wrote : saraswati.santanu wrote : Ajay, | |I did not get the first part of your question | | | | anonymous wrote : shouldn't the query actually be performed at the database level !?!? | | | | The query will be performed at the db only. | | | | Do

[jboss-user] [jBPM Users] - How does jBPM loggin work?

2009-12-11 Thread ajaygautam
My current log output from jBPM is a mix of Java Logging and Log4J. See: http://www.jboss.org/index.html?module=bbop=viewtopict=164742 I would like to switch off Java Logging, but can't seem to find a way to do that. I went through user and dev guides, and based on what I understood, I

[jboss-user] [jBPM Users] - Re: TaskQuery w/ ProcessInstanceId possible?

2009-12-11 Thread hrworx
We never really solved this. As best I can tell, trying to get tasks for an execution or track what is going on by execution kind of goes against the paradigm of jbpm. Instead, we created assignment handlers etc. that assigned the tasks at the time they are created, then created methods like

[jboss-user] [jBPM Users] - Re: How does jBPM loggin work?

2009-12-11 Thread kukeltje
According to http://docs.jboss.com/jbpm/v4/devguide/html_single/#d0e2609 anonymous wrote : PVM can use JDK logging (java.util.logging) or log4j. When the first message is logged, PVM logging will make the selection with following procedure: | |1. If a logging.properties resource is

[jboss-user] [jBPM Users] - Re: TaskQuery w/ ProcessInstanceId possible?

2009-12-11 Thread kukeltje
anonymous wrote : We never really solved this. As best I can tell, trying to get tasks for an execution or track what is going on by execution kind of goes against the paradigm of jbpm. I No specifically. Regarding the tasklists. there just have not been many requests for this (only you two)

[jboss-user] [jBPM Users] - Re: TaskQuery w/ ProcessInstanceId possible?

2009-12-11 Thread emp.tyres
Short story long: if a user starts process SUPER with key = 12, and this forks a subprocess, how can i gather all tasks for key 12, including those that SUPER forked? I see only 2 options: a. the key is transferred to the subprocess (because it has a domain modeling) - HOWEVER, if I

[jboss-user] [Clustering] - Re: Binding on specific interface

2009-12-11 Thread bstansbe...@jboss.com
If you start JBoss like this, with no other jgroups-related system properties set: ./run.sh -b 0.0.0.0 -c ... JBoss will detect that 0.0.0.0 is invalid for JGroups binding and will set system property jgroups.bind_addr to the value of java.net.InetAddress.getLocalHost(). That in turn will

[jboss-user] [jBPM Users] - Re: How does jBPM loggin work?

2009-12-11 Thread ajaygautam
Any idea how to do that with maven? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270247#4270247 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270247 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: How does jBPM loggin work?

2009-12-11 Thread ajaygautam
or with tomcat... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270249#4270249 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270249 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: Spring, JTA, and JBPM 4.2 - Is it possible?

2009-12-11 Thread hrworx
Continuing log file from previous post: 2009-12-11 09:36:46,094 TRACE (Log4jLog.java:72) - beginning StandardTransaction[80814] | 2009-12-11 09:36:46,094 TRACE (Log4jLog.java:72) - found org.jbpm.pvm.internal.session.RepositorySession in transaction | 2009-12-11 09:36:46,095 TRACE

[jboss-user] [JBoss Cache Users] - data Gravitation on first call - fetches state from backup

2009-12-11 Thread baranowb
Hey I have been playing with cache recently a bit again. bfore posting got through forum posts about gravitation - some seemed closely related. In jboss wiki I saw post about organization of data, which (/data/server1,/data/server2) which is a bit odd and framkly not applicable. Version =

[jboss-user] [JBoss Tools Users] - Re: Error when deploying JBossESB SmooksAction to server

2009-12-11 Thread bbuzzard
When I open my smooks-config.xml file for the first time in my Eclipse IDE 3.4.0 using JBossTools 3.1 it inserts two lines into the file. The first line is: smooks-resource-list xmlns=http://www.milyn.org/xsd/smooks-1.1.xsd; xmlns:csv=http://www.milyn.org/xsd/smooks/csv-1.1.xsd;

[jboss-user] [Beginner's Corner] - How to install PHP on JBoss 4.0.3SP1 (Linux)?

2009-12-11 Thread sanyok
Hi Everyone, First of all, I was wondering if anyone was able to install PHP module on JBoss 4.0.3SP1 (Linux)? Is it at all possible or is an upgrade to version 4.2.x+ required? I looked at a number of threads here, but hit the wall trying to get it to work. I downloaded JBoss native from

[jboss-user] [jBPM Users] - Re: task timers

2009-12-11 Thread MohReece
Unfortunately your stack trace doesn't show the real (original) exception, maybe there is a 'caused by' trace underneath it? But from this one, more particular the line at org.jbpm.graph.def.GraphElement.executeAction(GraphElement.java:276) we are able to see that the exception originates in the

Re: [jboss-user] CMSException

2009-12-11 Thread Stephen Davidson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Nedim. This mailing list is apparently no longer monitored by anyone from the JBoss Group. Most of the traffic here is now a CC from the Forums. You might want to try there for your question. Unfortunately, I have no idea, sorry. Regards,

[jboss-user] (no subject)

2009-12-11 Thread guilherme arantes
-- Guilherme ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [jBPM Users] - Re: Unable to retrive the process instance

2009-12-11 Thread sebastian.s
The same you supply in your process definition and the version number form the processDefinitionId. So the processDefinitionId in this query is always made of the supplied name and a number. Maybe the TaskInstanceQuery should be extented to make it possibile to search for all instances with a

[jboss-user] [jBPM Users] - Re: Unable to retrive the process instance

2009-12-11 Thread sebastian.s
same=name View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270271#4270271 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270271 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: Process Step Exception

2009-12-11 Thread guancio
I got the same exception using jbpm 3.2 on JBoss 5. After 4 hours of investigation I've found that my development approach was not correct. The main cause of the problem was that I was trying to use the JBPM enterprise installation from a Web Application deployed on the same JBoss container. My

[jboss-user] [jBPM Users] - Re: Weird Jbpm exception.. need help...

2009-12-11 Thread guancio
Give a look here http://www.jboss.org/index.html?module=bbop=viewtopicp=4270272 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270273#4270273 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270273

[jboss-user] [jBPM Users] - Re: Unable to retrive the process instance

2009-12-11 Thread sebastian.s
You can vote here: https://jira.jboss.org/jira/browse/JBPM-2688 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270274#4270274 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270274

[jboss-user] [Beginner's Corner] - Re: How to install PHP on JBoss 4.0.3SP1 (Linux)?

2009-12-11 Thread PeterJ
I haven't used PHP with JBoss AS 4.0.x. All of the instructions I have seen are for 4.2.0 and higher. I imagine that you could possibly install PHP for use with 4.0.3SP1 - take a look at how it is done for 4.2.3 (and get it working with 4.2.3) and mimic that in 4.0.3. By the way, I don't think

[jboss-user] [Beginner's Corner] - Re: How to install PHP on JBoss 4.0.3SP1 (Linux)?

2009-12-11 Thread sanyok
Hi Peter, I did look at 4.2.x instructions and got stuck because the directories are different in 4.0.3 and server.xml does not contain entries mentioned in the instructions for 4.2.x. This is a corporate server and they are pretty anal about any sort of upgrades, but I will try to

[jboss-user] [JBoss Messaging Users] - MDB singleton stops working

2009-12-11 Thread arminhaaf
We have a mdb singleton in out jboss as 5.1 cluster on a clustered queue using the @Depends(jboss.ha:service=HASingletonDeployer,type=Barrier) annotation. Sometimes we loose this singleton when shutdown/startup a node. No more consumer is on this queue. It did not get up again without

[jboss-user] [Beginner's Corner] - Re: How to get JBoss and Apache to work together

2009-12-11 Thread fsweb
Thanks for the reply! I must still not have something configured correctly because now with all that setup I get the nice 404 error when I point the browser to localhost. If I comment it out I can get the It Works! page from Apache but if I try and hit a coldfusion page it will just show all

[jboss-user] [Beginner's Corner] - Re: How to get JBoss and Apache to work together

2009-12-11 Thread fsweb
I've also seen where people have added the host name and virtual-host tag to their server.xml and jboss-web.xml files. Do I need to do that as well? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270289#4270289 Reply to the post :

[jboss-user] [Security] - Changing passwords in Active Directory from a web service in

2009-12-11 Thread brazil123
Hi, I'm trying to figure out the best way to change passwords in an Active Directory server. I need to provide a web service that allows for callers to do this. I have code in my web service that connects to AD and changes the password, but I'm not sure how to get the configuration data I

[jboss-user] [Security] - Re: Changing passwords in Active Directory from a web servic

2009-12-11 Thread brazil123
Just to clarify, I'm using JBoss 5.1.0.GA View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270292#4270292 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270292 ___ jboss-user

[jboss-user] [EJB 3.0 Users] - Store multiple persistence units in one entity manager facto

2009-12-11 Thread newmanw10
I am a little confused so please bear with me. I have two persistence units myPU1 and myPU2. Each is defined in a separate jar file. I want to get both of these persistence units into JNDI. I also want both persistence units in the same entity manager factory (if that is possible) I know

[jboss-user] [Beginner's Corner] - Re: How to get JBoss and Apache to work together

2009-12-11 Thread rbrtfreund
First check to make sure you are indeed listening on ports 80 and 8080. cmdnetstat -an. You should be listening on these ports. Also not sure about Coldfusion specifics but shouldn't your config for jboss-web exist in WEB-INF as opposed to web.inf...! Next I would check the root of Jboss on

[jboss-user] [JBoss Web Services Users] - Re: WS client reuse http connection

2009-12-11 Thread cdebergh
Figured it out. The http.maxConnection settings is not a limit on the total connections but rather the maximum connections to keep open after they were used. In my case I consistently have 10 simultaneous requests. So 10 would open, 5 would close, 5 more would open, 5 more would close, and so

[jboss-user] [Beginner's Corner] - Re: How to get JBoss and Apache to work together

2009-12-11 Thread fsweb
Yes, both ports 80 and 8080 are listening and the config is in web-inf...that was a typo on my part :) Nothing else is listening on those ports. JBoss comes up just fine, I can get to the admin and web console with no problem. I deleted the root.war and added the context-root//context-root to

[jboss-user] [jBPM Users] - Re: Is new jBPM book related to upcoming jBPM 4.3?

2009-12-11 Thread akakunin
Hm, it's a pity I'm not sure jBPM3 book makes any sense for now View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270313#4270313 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270313

[jboss-user] [Beginner's Corner] - Re: How to get JBoss and Apache to work together

2009-12-11 Thread rbrtfreund
In short.. yes... your files go in the cfusion.war Generally, you place your files in the directory (.war) you are creating. When you place a .war in jboss/server/default/ it will be registered as an application and accessible at the location unless you specify otherwise in the jboss-web.xml

[jboss-user] [jBPM Users] - Re: How does jBPM loggin work?

2009-12-11 Thread kukeltje
uh maven is a build management tool Tomcat is a servlet engine... I do not understand your question Or at least not the relation to your 'problem'... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270316#4270316 Reply to the post :

[jboss-user] [jBPM Users] - Re: Process Step Exception

2009-12-11 Thread kukeltje
anonymous wrote : I think that JBoss documentation on how to use jbpm from Web and enterprise applications really lacks details and a good tutorial. Partly yes, partly no. The issues are no different than with any other ready to use war/ear vs repackaging. If you find the time, you might