trying to add dependency to exported car

2007-07-18 Thread becky smith
Hi, I am trying to add a new dependency to a plugin (.car file) when exporting it through the console. I added the dependency in the dependency box on the console, but when I installed the modified plugin it still loaded the old dependencies. I had the same problem when I manually edited the

Re: trying to add dependency to exported car

2007-07-18 Thread Paul McMahan
Beck, which version of geronimo are you using? Also can you please paste your geronimo-plugin.xml and the ids of the old dependencies that are incorrectly taking the place of the newer dependencies you had intended? Any further diagnostic info you have could help as well, such as the

Re: trying to add dependency to exported car

2007-07-18 Thread becky smith
Thanks Paul. I think that the problem is occurring because the config.serfile isn't up-to-date with the new dependencies.. I'm on geronimo tomcat-minimal from trunk (revision 556055), with the latest from sandbox/portals. My geronimo-plugin looks like this (the bolded line is the activemq-broker

Re: trying to add dependency to exported car

2007-07-18 Thread Aaron Mulder
On 7/18/07, becky smith [EMAIL PROTECTED] wrote: Thanks Paul. I think that the problem is occurring because the config.ser file isn't up-to-date with the new dependencies.. If so (and it sounds plausible) then you'll need to add the dependencies to the plan you use to deploy the thing

Re: trying to add dependency to exported car

2007-07-18 Thread Aaron Mulder
On 7/18/07, becky smith [EMAIL PROTECTED] wrote: Thanks Aaron. That works. I just hoped that there was an easier way.. It would be good if the dependencies you specified in the console could overwrite the ones in config.ser, but right now I don't think we have that ability. Mainly in the