|
Loading...
|
slide-user@jakarta.apache.org
[Prev] Thread [Next] | [Prev] Date [Next]
RE: Extensibility Michael Oliver Thu Jul 21 12:40:27 2005
Exactly right, the static method on the Domain is what I am looking for thanks. Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Vegas, NV 89156 Phone:(702)643-7425 Fax:(702)974-0341 *Note new email changed from [EMAIL PROTECTED] -----Original Message----- From: Warwick Burrows [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 12:30 PM To: Slide Users Mailing List Subject: RE: Extensibility The getStore().getParameters() will get you parameters defined on the stores (eg. DB2 etc) but I think you will want the Domain.getParameter() method for what you want to do. Warwick > -----Original Message----- > From: Warwick Burrows > Sent: Thursday, July 21, 2005 2:25 PM > To: Slide Users Mailing List > Subject: RE: Extensibility > > > Hey Michael, > > If I understand what you're asking for, that is a way to > fetch a property value from the Domain.xml, then the Domain > class has a static function Domain.getParameter() that you > can use. You would define your parameter alongside other > parameters like "auto-version" and "historypath" which are > fetched in the same way. > > Warwick > > > -----Original Message----- > From: Michael Oliver [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 21, 2005 12:03 PM > To: 'Slide Users Mailing List' > Subject: Extensibility > > > > Is there a path from the Uri object in the various Stores > interfaces back through to the Domain.xml properties? > > > > I am asking as I am writing a custom store to use Hibernate > to map POJO JavaBeans stored in slide as XMLEncoded > documents, through to a Hibernate database mapped by a > Hibernate configuration file and mapping file that > corresponds to the object being saved into slide. > > > > All is going well but I wanted to replace some of my hard > coded path strings with dynamic strings/properties. I > thought I could either put the configuration files in slide > as documents and find them in the store to initialize > Hibernate, or put them in the filesystem and put the property > in the Domain.xml and get that path from the property. > > > > I have used the debugger to traverse the Uri object tree and found the > uri.getStore().getParameter(arg) but can't seem to find the > parameters I know are already there and part of slide. > Perhaps there is some notation I am missing. > > > > Any assistance is welcome. > > > > > > > <http://www.sourceonenet.com> Loosely Coupled Mike Oliver CTO Alarius Systems LLC <http://maps.yahoo.com/py/maps.py?Pyt=Tmap&addr=6800+E.+Lake+Mead+Blvd&c sz=Las+Vegas%2C+NV+89156&country=us> 6800 E. Lake Mead Blvd Apt 1096 Las Vegas, NV 89156 <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] IM: [EMAIL PROTECTED] <http://www.alariussystems.com/> http://www.alariussystems.com/ tel: fax: mobile: (702)643-7425 (702)974-0341 (518)378-6154 <https://www.plaxo.com/add_me?u=25769982367&v0=355403&k0=305933374> Add me to your address book... <http://www.plaxo.com/signature> Want a signature like this? --------------------------------------------------------------------- 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]
- Extensibility Michael Oliver 2005/07/21
- RE: Extensibility Warwick Burrows 2005/07/21
- RE: Extensibility Warwick Burrows 2005/07/21
- RE: Extensibility Michael Oliver 2005/07/21 <=