[jboss-user] [JBoss Tools (users)] - Re: Installing Jboss 5.0.1.GA, jboss tools 3.1 milestone 1 u

2009-06-14 Thread max.ander...@jboss.com
File New Server JBoss Community JBoss 5.0.x Done :) (see more in doc: http://docs.jboss.org/tools/3.1.0.M1/en/as/html_single/index.html) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237471#4237471 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Put a file on jboss 4.0.2 with out bundling it in a jar,

2009-06-14 Thread jaikiran
You can place those files in JBOSS_HOME/server/ servername/conf folder and they will be by default made available in the classpath of the applications deployed on the server. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237474#4237474 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How can I start workflow instance on schedule?

2009-06-14 Thread shekharv
If you can start one manually, yes you can start one on a schedule. Although you would not need anything inbuilt in jBPM to do this. You could just schedule a job yourself that does this, calls the code to create/start a process instane yourself. View the original post :

[jboss-user] [JBoss jBPM] - Re: How to add comments

2009-06-14 Thread shekharv
I believe you could simply do Taskinstance.addComment(string comment) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237476#4237476 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4237476

[jboss-user] [JBoss jBPM] - Re: How can I start workflow instance on schedule?

2009-06-14 Thread kukeltje
Indeed, e.g. With Quartz View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237478#4237478 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4237478 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Messages can get stuck in queue if consumer is killed

2009-06-14 Thread timfox
Hi Carl- If consumers crash or exit without cleanly closing their connections, then sometime after the connection TTL time, the server should automatically close them on the server which would result in any delivered but unacknowledged messages going back on their queue(s). Default connection

[jboss-user] [JBoss Messaging] - Re: Serious idle problem with Bridges on AS 5.1.0.Beta

2009-06-14 Thread rnicholson10
Howard, Are you running the bridge across two physically different boxes? I have the default JMS Provider (localhost) and a remote JMS Provider to a separate box with a different IP Address. If your remote provider is also localhost you might not see the issue. Here are my JMS providers

[jboss-user] [EJB 3.0] - Re: how to get principal from Entity

2009-06-14 Thread rwiesemann
Hi, i have a similar requirement to lookup the caller principal in an entity bean. Have you got (or found) a solution? Thanks Roland Wiesemann View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237487#4237487 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Serious idle problem with Bridges on AS 5.1.0.Beta

2009-06-14 Thread rnicholson10
Another point, I ran the same test again. But this time I tried to re-deploy the bridges on box2 (before trying anything else). Strange thing is I get exactly the same errors as if I restarted box1. So now I restart box2, but still the same errors. The User null is NOT authenticated error

[jboss-user] [JBoss jBPM] - Re: How can I start workflow instance on schedule?

2009-06-14 Thread isobretatel
So, I can not specify schedule in the workflow definition? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237490#4237490 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4237490 ___

[jboss-user] Reference xdocpath not found.

2009-06-14 Thread Sam Wun
Hi, I just installed xdoclet and created a build.xml file (shown below), but execution of ant command failed with the followoing errors: # ant Buildfile: build.xml compile: BUILD FAILED /usr/liferay/liferay-portal-5.2.2/dev/portlets/online-payment/build.xml:14: Reference xdocpath not found.

[jboss-user] [JBoss Tools (users)] - JBT 3.1M1, VPE and Eclipse 3.5 Cocoa build on MacOSX

2009-06-14 Thread teknologist
Hi guys, First great work with JBT, 3.0 was already great, 3.1 seems awesome. Just wanted to check if I understand correctly: -I am using OSX 10.5.7 -Eclipse has finally made it ! An Eclipse build using Apple Cocoa's UI framework. -The VPE component of JBT only works with carbon build of

[jboss-user] [JBoss Messaging] - Re: Messages can get stuck in queue if consumer is killed

2009-06-14 Thread carl.heymann
Hi Tim, thanks, I'll see what happens if I play with the TTL. Regards, Carl View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237493#4237493 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4237493

[jboss-user] [JBoss Tools (users)] - Re: JBT 3.1M1, VPE and Eclipse 3.5 Cocoa build on MacOSX

2009-06-14 Thread max.ander...@jboss.com
I don't think we have had time to look at the new cocoa integration in Eclipse 3.5. Create a jira - it might be simple to fix... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237494#4237494 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: emptySessionPath with HTTP/1.1 Connector

2009-06-14 Thread webalgorithm
Yep, same issue here. I am in the processing of upgrading from 4.0.5 GA to 5.1.0 GA. In my case in manifests itself even without load balancing. I am using mod_jk with rewrites. My app is deployed as web.war (exploded - not sure if that makes any difference), context-rootweb/context-root.

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: emptySessionPath with HTTP/1.1 Connector

2009-06-14 Thread webalgorithm
webalgorithm wrote : | | Sorry, please read this post instead of my prior one. | | Yep, same issue here. I am in the processing of upgrading from 4.0.5 GA to 5.1.0 GA. In my case in manifests itself even without load balancing. I am using mod_jk with rewrites. | | My app is

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - New jsessionid on every request

2009-06-14 Thread webalgorithm
I am in the process of upgrading from 4.0.5 GA to 5.1.0 GAI am using mod_jk with rewrites. My app is deployed as web.war (exploded - not sure if that makes any difference), context-rootweb/context-root. Requests such as http://hostname/web/myaccount.htm are 100% ok. Requests such as

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: jsessionid missged in the request

2009-06-14 Thread webalgorithm
Yep, very similar issue here. I am in the processing of upgrading from 4.0.5 GA to 5.1.0 GA. In my case in manifests itself even without load balancing. I am using mod_jk with rewrites. My app is deployed as web.war (exploded - not sure if that makes any difference),

[jboss-user] [JBoss Tools (users)] - Re: JBT 3.1M1, VPE and Eclipse 3.5 Cocoa build on MacOSX

2009-06-14 Thread teknologist
Thanks for your quick reply Max! I guess I am not the only one who's working on a Sunday.. ;-) I'll open a ticket in Jira... Cheers, --Eric View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237501#4237501 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Put a file on jboss 4.0.2 with out bundling it in a jar,

2009-06-14 Thread shsharma79
jaikiran wrote : You can place those files in JBOSS_HOME/server/ servername/conf folder and they will be by default made available in the classpath of the applications deployed on the server. Thanks for your response. Yes, it will be available on the server's classpath but how would I expose

[jboss-user] [Installation, Configuration DEPLOYMENT] - Migration from Geronimo

2009-06-14 Thread michel.strogoff
Hi, I'm currently trying to run a web application on JBoss 5.1. This web app is running fine on Apache Geronimo 2.1.4. I have added the jboss specific configuration files : jboss-web.xml to declare security configuration and I have added the needed realm and datasource. This web app contains

[jboss-user] [JNDI/Naming/Network] - Re: Question about InitialContext.lookup on a JNDI server.

2009-06-14 Thread PeterJ
As far as I know, there is no way to extract the JNDI server. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237510#4237510 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4237510

[jboss-user] [JNDI/Naming/Network] - Re: Question about InitialContext.lookup on a JNDI server.

2009-06-14 Thread PeterJ
I guess I am not sure about how to respond to you first three questions because it is of course accessible by client apps. Are you perhaps asking which JAR file(s) in the client directory handle(s) the JNDI chores? View the original post :

[jboss-user] [JBoss jBPM] - Re: How can I start workflow instance on schedule?

2009-06-14 Thread kukeltje
no, not in jbpm 3 otherwise we would have told you you could, wouldn't we? If and when this will be implemented in 4.0/x is not decided yet View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237512#4237512 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: cannot run jbpm-3.2.GA server

2009-06-14 Thread kukeltje
Great, so you had a look at the file and found out what was wrong and corrected it. I assume it runs now? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237513#4237513 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4237513

[jboss-user] [JBoss jBPM] - Re: cannot run jbpm-3.2.GA server

2009-06-14 Thread arpan25
hi, yes i could find out what was wrong :)..thanks anyway.. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237514#4237514 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4237514

[jboss-user] [JNDI/Naming/Network] - Re: Question about InitialContext.lookup on a JNDI server.

2009-06-14 Thread fred fred
Yes, that's it! particularly the JBoss classes needed for client java program access, EJBSergerContextFactoryClass etc, needed for a separate client machine to successfully initialise InitialContext. View the original post :

[jboss-user] [JBoss jBPM] - Re: JBPM4 - Question about ProcessElementImpl.WireProperties

2009-06-14 Thread galanfish
thank you jbarrez. but could you please show me a concrete example with that? thx in advanced! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237517#4237517 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4237517

[jboss-user] [JBoss Tools (users)] - Re: Installing Jboss 5.0.1.GA, jboss tools 3.1 milestone 1 u

2009-06-14 Thread Torleif
And how do i install Jboss Tools 3.1 Milestone 1? Should i only drag and drop plugins and features straight into the same folders under Eclipse? Or is there another way of doing this? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237518#4237518 Reply to the

[jboss-user] [JBoss jBPM] - Re: JBPM4 - Question about ProcessElementImpl.WireProperties

2009-06-14 Thread kukeltje
jbpm4 contains many concrete examples since it is based on the pvm and the pvm testcases might as well. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237519#4237519 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4237519

[jboss-user] [JBoss Tools (users)] - Re: Installing Jboss 5.0.1.GA, jboss tools 3.1 milestone 1 u

2009-06-14 Thread Torleif
I Have installed Eclipse and JBoss Application Server now under my application folder. But i cannot get JBoss server to start, File New Server JBoss Community JBoss 5.0.x doesn't work because i can't find it. I need to know how i can find and start JBoss under Eclipse, or how to install it

[jboss-user] [JBoss Tools (users)] - Re: Installing Jboss 5.0.1.GA, jboss tools 3.1 milestone 1 u

2009-06-14 Thread Torleif
I get this problem as well. This bundle have not been installed some how or it is because of JBoss Server that i cannot getting started, please help me again with this. 'Persisted container [org.jboss.ide.eclipse.jdt.core.classpath.j2ee-1.4 for project [neptune]]' references non existing

[jboss-user] [JBoss jBPM] - Re: JBPM4 - Question about ProcessElementImpl.WireProperties

2009-06-14 Thread galanfish
thanks, kukeltje. but I can not find any references of these methods, except the classes inside package org.jbpm.pvm.internal.builder, and the same I can not find any references by them either, even in the jpdl module... View the original post :

[jboss-user] [JBoss Messaging] - Re: JBoss 5.0.0 Messaging Samples

2009-06-14 Thread gaohoward
might be a good feature to add, but for now the simplest way to deploy the queues/topics should be by direct editing the destinations-service.xml. It's under the deploy/messaging dir. For each queue, you need to add an entry in the file and restart the server. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Installing Jboss 5.0.1.GA, jboss tools 3.1 milestone 1 u

2009-06-14 Thread max.ander...@jboss.com
use the update sites and you will have much less problems! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237527#4237527 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4237527 ___

[jboss-user] [Security JAAS/JBoss] - Re: Custom security module configuration 4.0.3 to 5.0.1 migr

2009-06-14 Thread anil.saldh...@jboss.com
Since AS5 was a major upgrade, we enhanced the security layer. The Profile Service is looking for an implementation of the ISecurityManagement interface. Your security implementation needs to implement ISecurityManagement. More details to follow. View the original post :

[jboss-user] [JBoss jBPM] - jbpm-service.sar how does it work?

2009-06-14 Thread lpiccoli
hi all, i am intrigued how the jbpm-service.sar works? I had it deployed as part of the 3.2.6SP1 deployment. But looking at the jboss-services.xml there is no service or mbean exposed, so not sure how or what it does. However when i deployed my own ear with its own web console BUT without

[jboss-user] [Security JAAS/JBoss] - Re: Authentication in ejb container fails to use security do

2009-06-14 Thread anil.saldh...@jboss.com
Our test suite has test(s) for container configurations and security domain defined in container configs (jboss.xml). I am surprised that you have this issue. Try with AS5.1.0. I am not saying that your issue is solved. You can first try to create a sample ejb project (ejbs) and reproduce

[jboss-user] [Security JAAS/JBoss] - Re: Federated SSO for web services

2009-06-14 Thread anil.saldh...@jboss.com
What you really need is a federation gateway or such that can negotiate identity (plus attributes) across trust domains. Our WS-T STS implementation is mainly for that - issuing SAML assertions (that can of course include attributes). Now it is upto E2 to decide what roles the incoming user

[jboss-user] [JBoss Messaging] - Re: Serious idle problem with Bridges on AS 5.1.0.Beta

2009-06-14 Thread gaohoward
hi, I do have two physical machines setup for the test and my jms-ds.xml is quite the equivalent to yours. To get more log, you can modify the jboss-log4j.xml under /conf dir in your JBOSS_HOME/server/server-config Thanks View the original post :