list far of prefix's that are in elements that get capitalized in the POJOs

  Cmr --> CMR
  Cmp --> CMP
  Ejb --> EJB
  Jndi --> JNDI
  Jsp --> JSP
  Mime --> MIME

Also changing - but that is not in the xml

  Rpc --> RPC



Greg Wilkins wrote:


The name changes that I have been putting into my patch have all been

Ejb --> EJB
Cmr --> CMR

I'll try extra a list shortly.

cheers


Aaron Mulder wrote:

On Mon, 8 Sep 2003, Jeremy Boynes wrote:

Please make sure you use all-caps as per the coding convention e.g. EJBRef.
This was something I start to fix, but had problems with CVS on Windows
which considers EjbRef and EJBRef so be the same file :-(



Can you compile a list of namse where foo-bar doesn't become
FooBar? Or is it just "EJB" and "JSP" that we have to worry about? We
have a little translation routine to turn an XML XPath into a POJO XPath
(currently o.a.g.validator.AbstractValidator#javify) so we can use JXPath,
and I suspect it will need to be updated accordingly.


Aaron











Reply via email to