Re: jsr88 deployment binded to configstore?

2006-02-14 Thread Sachin Patel
Thanks Aaron. Are there JIRAs open on any of these issues? I'm trying to get to a model with the eclipse plugin, where the ear/ module does not have to be exported out and redeployed after every change. The solution David J brought up was to modify the config to tweak the classpath to poin

Re: jsr88 deployment binded to configstore?

2006-02-13 Thread Aaron Mulder
The Target you pass to JSR-88 is supposed to identify the config store to deploy to. The default behavior for the command-line deploy tool is to select all available targets, unless you specify one, in which case it will use only the specified one. There are a few problems that need to be address

jsr88 deployment binded to configstore?

2006-02-13 Thread Sachin Patel
Aaron, Is the Jsr88 implementation binded to deploy using only the LocalConfigStore? If not, how could it be programatically be configured to deploy to a different one? Thanks. - sachin