You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hivemind.apache.org by "Sikha, Naresh" <Na...@schwab.com> on 2004/08/26 20:07:08 UTC

Literal '${..}' in Configurations

How do I include the literal '${...}' inside configurations without
triggering the error handler for substitution symbols that a symbol could
not be found?
 
As background I am moving some previous configuration into Hivemind
configuration format and the data, itself, contains ${...} that my code then
parses and substitutes.
 
I was hoping that '\$' or '$$' would work but I still get errors indicating
that a symbol could not be found.
 
Thanks!
 

Naresh Sikha
Senior Staff, Technology Solutions
Charles Schwab & Co., Inc. 
211 Main Street
SF211MN-07-347
San Francisco, CA 94105-1918
W: 415-667-1286
F: 415-667-9397
E: naresh.sikha@schwab.com
WARNING: All email sent to this address will be received by the Charles
Schwab & Co., Inc. corporate email system and is subject to archival and
review by someone other than the recipient.

 

Re: Literal '${..}' in Configurations

Posted by Howard Lewis Ship <hl...@gmail.com>.
Add you own SymbolSource and order it after FactoryDefaults. Hafve it
dress up the symbol with the ${ and } and return it.


----- Original Message -----
From: Sikha, Naresh <na...@schwab.com>
Date: Thu, 26 Aug 2004 11:07:08 -0700
Subject: Literal '${..}' in Configurations
To: "hivemind-user@jakarta.apache.org" <hi...@jakarta.apache.org>

 
How do I include the literal '${...}' inside configurations without
triggering the error handler for substitution symbols that a symbol
could not be found?
  
As background I am moving some previous configuration into Hivemind
configuration format and the data, itself, contains ${...} that my
code then parses and substitutes.
  
I was hoping that '\$' or '$$' would work but I still get errors
indicating that a symbol could not be found.
  
Thanks! 
  


Naresh Sikha
Senior Staff, Technology Solutions
Charles Schwab & Co., Inc.
 
211 Main Street
SF211MN-07-347
San Francisco, CA 94105-1918
W: 415-667-1286
F: 415-667-9397
E: naresh.sikha@schwab.com
WARNING: All email sent to this address will be received by the
Charles Schwab & Co., Inc. corporate email system and is subject to
archival and review by someone other than the recipient.
  



-- 
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator, Jakarta Tapestry
Creator, Jakarta HiveMind
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-user-help@jakarta.apache.org