[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to protect server with a Password ?

2009-03-01 Thread freejohn22
thank you peter! john View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213996#4213996 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213996 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - How to protect server with a Password ?

2009-02-28 Thread freejohn22
Hi all! I would need to protect JBoss server shutdown with a password. I can see that the shutdown script has a -password but how can I set it with the startup script ? thanks john View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213932#4213932 Reply to the

[jboss-user] [EJB/JBoss] - How to change the pool size for a single EJB ?

2009-01-10 Thread freejohn22
Hi all, I would need to change the pool size for a single EJB without changing the default configuration. Which file should I use ? jboss.xml ? thanks john View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4200777#4200777 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - How to receive notification that a Cluster member joined/lef

2009-01-07 Thread freejohn22
Hi all ! Is it possible to receive a notification in my MBean that a member of the Cluster joined/left or simply the list of cluster members ? Thanks a lot john View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4200087#4200087 Reply to the post :

[jboss-user] [EJB 3.0] - EJB in same class loader as Servlets

2008-11-14 Thread freejohn22
Dear all, I have found in the performance tuning section the advice in the subject. I wonder, how can I achieve that ? is it the default behaviour when I create an EAR with EJB and Servlets ? tahnks a lot john View the original post :

[jboss-user] [Remoting] - When to use EJB container and when Remoting ?

2008-11-12 Thread freejohn22
Dear all, I have read some chapters about Remoting, I wonder if there's a guidline which explains when you need to deploy your application to an EJB container and when you should rather use Remoting..can you give me some clues ? thanks john View the original post :

[jboss-user] [JBoss jBPM] - Re: Async node or JMS message ?

2008-11-10 Thread freejohn22
thanks for your answer ! seems a match draw between the two optionsanyway in case I have already an EJB layer clustered, it could be a better choice to use the MDB apporoach , so I have already HA out of the box for this operation...? thanks again john View the original post :

[jboss-user] [JBoss jBPM] - Async node or JMS message ?

2008-11-10 Thread freejohn22
Hi all ! I have in my process one Node which performs a fire and forget operation.I may add an Action Handler which sends a JMS message to an MDB (that does the job) or I might as well add an Asynch node that executed the biz logic. Is there anybody who has got experience with Async nodes

[jboss-user] [JBossWS] - EJB client for a Web service

2008-11-03 Thread freejohn22
Hi all! I'm trying to use an EJB as client for a Web service. Unfortunately I'm having some problems when I'm injecting the WebServiceRef into the EJB. Here's my code: This is the WebService in the .war file : @WebService | @SOAPBinding(style = SOAPBinding.Style.RPC) | public class POJOWs

[jboss-user] [JBoss jBPM] - How to inject a Seam component in a Decision Node ?

2008-10-22 Thread freejohn22
Hi all ! I have a simple Seam POJO which manages my task : @Name(SeamBean) | public class SeamBean | { | |private int items; | |public int getItems() |{ | return items; |} | |public void seItems(int items) { | this.items =

[jboss-user] [JBoss jBPM] - Sending mail without mail nodes

2008-10-02 Thread freejohn22
Dear all, I have seen in the jbpm documentation that it's possible to send a mail without showing it in the process graph (that is without mail nodes) anonymous wrote : Anywhere you are allowed to specify actions in the process, you can specify a mail action like this: | | I have tried

[jboss-user] [JBoss jBPM] - Re: Sending mail without mail nodes

2008-10-02 Thread freejohn22
sorry..it seems I should have disabled HTML in my post. Anyway I was meaning that wherever I have put the mail actors=#{president} subject=readmylips text=nomoretaxes / it seems that jbpm doesn't like itany help ? thanks john View the original post :

[jboss-user] [JBoss jBPM] - Swimlane assignment - h e l p m e !

2008-09-12 Thread freejohn22
Hi all jbom users, I'm developing a trouble ticketing interface with jBpm. I have 2 swimlanes: the manager and the developer. I would need to assign the actorId of each task depending on the value of a Context variable. I have saved in the context variable manager and developer the person who

[jboss-user] [EJB 3.0] - Stateful SB Passivation

2008-09-03 Thread freejohn22
Hi all ! I'd like to know, is it possible to passivate a Stateful SB programmatically, so that you can save resources from the AS ? thanks john View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4173946#4173946 Reply to the post :