This is exactly what I'm looking to do. However, the deployModule method doesn't seem to be available in the version of axis I'm using (1.1) and doesn't seem to be available in the 1.2 api. What version does this work for?
Thanks so much for your help! -Zach -----Original Message----- From: David Illsley [mailto:[EMAIL PROTECTED] Sent: Thursday, June 07, 2007 3:58 AM To: [email protected] Subject: Re: Engaging Modules not in Repositories Try: configContext.getAxisConfiguration().deployModule("path/to/addressing.mar"); configContext.getAxisConfiguration().engageModule("addressing"); David On 05/06/07, Zachary Marshall <[EMAIL PROTECTED]> wrote: > Yeah, this seems to be a difficult problem. I haven't tried, but I assume I > could generate a string with the path of the module since it is always in a > subdirectory of whatever directory axis2 is installed in (I'm sure there's a > way to find where this is). Suffice to say that I can generate such a string > in any circumstance, if not by axis2's location, then by some other means. > Then, would there be a way to engage using only the path to the mar? > > -Zach > > -----Original Message----- > From: Paul Fremantle [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 05, 2007 4:51 PM > To: [email protected] > Subject: Re: Engaging Modules not in Repositories > > Ouch. This is really tricky. I'm fresh out of ideas. I assume you do have a > string with the path of the module at least? > > Paul > > On 6/5/07, Zachary Marshall <[EMAIL PROTECTED]> wrote: > > Hi Paul, > > > > Thanks for your response. I'd love to simply drop the mar in the same > > directory as the axis2 jars, however, I don't have control over where the > > mar gets installed (I can't make it be installed in the same directory as > > the axis2-*.jar files) for a couple of reasons. > > > > Any other ideas? > > Thanks! > > -Zach > > > > -----Original Message----- > > From: Paul Fremantle [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, June 05, 2007 4:26 PM > > To: [email protected] > > Subject: Re: Engaging Modules not in Repositories > > > > Zach > > > > We've just been discussing this. It seems like Axis2 looks in the same > > directory as the axis2-*.jar files, so if you put it in that folder it > > should work. > > > > Paul > > > > On 6/5/07, Zachary Marshall <[EMAIL PROTECTED]> wrote: > > > Is there a way to engage a module (specifically addressing) client side > > > that is neither in the axis2 repository and which is not specified on the > > > classpath? I have limiting development conditions that prohibit me from > > > controlling where the mar files end up on the client's machine. This is > > > strictly a client operation, so there won't be a repository to load the > > > mar from, but the mar will distributed in a subfolder of the folder that > > > contains the axis2 jars. Furthermore, I can't modify the classpath of the > > > program that invokes my code, so I can't add the mar to the classpath. > > > > > > Thanks for any help. Let me know if more details are needed. > > > > > > Zach > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > - To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > -- > > Paul Fremantle > > Co-Founder and VP of Technical Sales, WSO2 OASIS WS-RX TC Co-chair > > > > blog: http://pzf.fremantle.org > > [EMAIL PROTECTED] > > > > "Oxygenating the Web Service Platform", www.wso2.com > > > > -------------------------------------------------------------------- > > - To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -------------------------------------------------------------------- > > - To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Paul Fremantle > Co-Founder and VP of Technical Sales, WSO2 OASIS WS-RX TC Co-chair > > blog: http://pzf.fremantle.org > [EMAIL PROTECTED] > > "Oxygenating the Web Service Platform", www.wso2.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- David Illsley - IBM Web Services Development --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
