The scenario is: 1. start default server instance 2. install server specific repo plugin at http://geronimo.apache.org/plugins/geronimo-2.1.3/ 3. create a database pool with wizard, click download driver to install postgresql jdbc driver 4. after downloaded and installed, check where it is stored Problem: the postgresql jdbc driver will be stored at GERONIMO_HOME/var/repository, I don't think it's expected behavior.
BTW, my platform is linux. Forrest Joe Bohn wrote: > > Please include a scenario as well with your JIRA. I did the following > and the postgresql jar was installed <geronimo-home>/repository: > > - installed the server-specific repo plugin > - from the admin console, installed the automatic download function to > install postgresql jdbc driver 8.2 > - the jar was installed in <geronimo-home>/repository in my experiment > (not the results you noticed). > > I didn't actually create or launch a second server image ... perhaps > that is the difference. All I did was install the server specific > repository. > > Joe > > > > Forrest_Xia wrote: >> For single server and single repo case, the driver is installed into >> GERONIMO_HOME/repository. >> >> Forrest >> >> >> Lin Sun-2 wrote: >>> HI Forrest, thanks for clarifying this. Can you open a JIRA on this >>> incorrect behavior (installing to var/repository)? Is this happening >>> only with server-repo plugin? In other words, can it be produced with >>> single server/single repo? >>> >>> Lin >>> >>> On Fri, Oct 10, 2008 at 10:01 AM, Forrest_Xia <[EMAIL PROTECTED]> >>> wrote: >>>> Hi Lin, >>>> >>>> Yes, I mean server-repo plugin. What I want to make clear is why the >>>> postgresql driver is installed to var/repository, while not to >>>> GERONIMOHOME/repository. I think it should be in the default repository >>>> if I >>>> install it from admin console. >>>> >>>> Hi Joe, >>>> >>>> I understand we should use --target to install stuffs to the repository >>>> we >>>> want to go, but now it only support through command line. >>>> >>>> Now for deployment from admin console, I think all stuffs should go to >>>> the >>>> default repository. >>>> >>>> Forrest >>>> >>>> >>>> Lin Sun-2 wrote: >>>>> Is this the server-repo plugin you are referring to here? >>>>> >>>>> Sounds like the postgresql jdbc driver should be installed in >>>>> geronimo_home/repository dir as well. >>>>> >>>>> How does your scenario work for a single server, single repo case? >>>>> >>>>> Lin >>>>> >>>>> On Wed, Oct 8, 2008 at 5:32 AM, Forrest_Xia <[EMAIL PROTECTED]> >>>>> wrote: >>>>>> For example, you use automatic download function to install >>>>>> postgresql >>>>>> jdbc >>>>>> driver 8.2, the driver will be installed in var/respository >>>>>> >>>>>> But, if you install a war from admin console, it will be just >>>>>> installed >>>>>> in >>>>>> geronimo_home/repository. >>>>>> >>>>>> This different behavior is work-as-design? Thanks for any insight! >>>>>> >>>>>> Found this with AG 2.1.3. >>>>>> -- >>>>>> View this message in context: >>>>>> http://www.nabble.com/Is-it-work-as-design----New-jar-will-be-installed-in-the-new-repository-location-after-installed-%22Geronimo-Plugins-%3A%3A-Geronimo-Server-Specific-Repository-Plugin%22-tp19875437s134p19875437.html >>>>>> Sent from the Apache Geronimo - Users mailing list archive at >>>>>> Nabble.com. >>>>>> >>>>>> >>>>> >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/Is-it-work-as-design----New-jar-will-be-installed-in-the-new-repository-location-after-installed-%22Geronimo-Plugins-%3A%3A-Geronimo-Server-Specific-Repository-Plugin%22-tp19875437s134p19918294.html >>>> Sent from the Apache Geronimo - Users mailing list archive at >>>> Nabble.com. >>>> >>>> >>> >> > > > -- View this message in context: http://www.nabble.com/Is-it-work-as-design----New-jar-will-be-installed-in-the-new-repository-location-after-installed-%22Geronimo-Plugins-%3A%3A-Geronimo-Server-Specific-Repository-Plugin%22-tp19875437s134p19948408.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
