[jboss-user] [JBoss jBPM] - Re: How do I change the URL to which the JBPM Eclipse plugin

2006-07-18 Thread hosierdm
I don't think there is any way, currently, to make this stick. I was thinking it would be nice to be a per process definition thing, that every time you change that information it saved it maybe in the gpd.xml. Same with the Show Grid setting. The grid is so helpful, but it's quite tedious to

[jboss-user] [JBoss jBPM] - Re: How do I change the URL to which the JBPM Eclipse plugin

2006-07-18 Thread brado
Thanks guys -- now here's a question -- is there any way to get the new path to stay once you enter it? Every time I restart Eclipse I have to retype the host, port, and path info. It gets to be a little bit of a nuisance because of some version numbers in WAR names. But you guys did help me ar

[jboss-user] [JBoss jBPM] - Re: How do I change the URL to which the JBPM Eclipse plugin

2006-07-18 Thread kukeltje
Correct David. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959007#3959007 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959007 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [JBoss jBPM] - Re: How do I change the URL to which the JBPM Eclipse plugin

2006-07-18 Thread newbie007
Which JPD version you are using? I am using 3.0.9.x and you can specify the server port and server name during the deployment. If you are using old version, you can save the .par file locally and deploy it programatically if you want (using jbpmContext.deployProcessDefinition method). Thanks.

[jboss-user] [JBoss jBPM] - Re: How do I change the URL to which the JBPM Eclipse plugin

2006-07-18 Thread brado
oopsI neglected to mention versions...sorry. I am using: - Eclipse 3.1.2 - JBPM Plugin 3.0.9 - JBPM 3.1.1 - (and the starter's kit webapp code) Thanks Brad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958971#3958971 Reply to the post : http://www

[jboss-user] [JBoss jBPM] - Re: How do I change the URL to which the JBPM Eclipse plugin

2006-07-18 Thread hosierdm
You used to be able to specify the deployer (i.e. the /jbpm part), then it was removed. I complained, and it was added back starting with GPD 3.0.9.2 I believe. In the Deployment tab, it's the Server Deployer field in the lower right-hand corner. View the original post : http://www.jboss.com

[jboss-user] [JBoss jBPM] - Re: How do I change the URL to which the JBPM Eclipse plugin

2006-07-18 Thread brado
newbie007, Thanks for the tip -- at the moment I'm trying to avoid the programmatic route -- I'd really like to deploy from the Eclipse plugin if possible. If someone knows how this path can be changed, I'd really like to know! Thnaks, Brad View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss jBPM] - Re: How do I change the URL to which the JBPM Eclipse plugin

2006-07-18 Thread newbie007
Unfortunately we are not deploying through the Eclipse plugin. You can use the code from the upload servlet to deploy your process programatically. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958975#3958975 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss jBPM] - Re: How do I change the URL to which the JBPM Eclipse plugin

2006-07-18 Thread hosierdm
Which version of the GPD are you using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958968#3958968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958968 ___ jboss-user mail

[jboss-user] [JBoss jBPM] - Re: How do I change the URL to which the JBPM Eclipse plugin

2006-07-18 Thread brado
Newbie007, Thanks for your reply. Regarding your post: "newbie007" wrote : Which JPD version you are using? I am using 3.0.9.x and you can specify | the server port and server name during the deployment. | | If you are using old version, you can save the .par file locally and | deploy