"iit" wrote : 
  | I guess you are wrong, Adrian. You might check the examples for the JCA 1.5 
spec, section 12.7:
  | 

I am not wrong, since the examples are non-normative.
I guess we will have kludge our way around it, not because of the examples,
but because of the standard properties mentioned in the spec that are
"normative".

Incidently, your example of DestinationType is clearly wrong since the jca spec
(which actually defines these properties) uses lower case.


  |           The connector architecture defines a set of well-defined
  |           properties all of type java.lang.String. These are as
  |           follows.
  | 
  |                ServerName
  |                PortNumber
  |                UserName
  |                Password
  |                ConnectionURL
  | 

It should be (according to the javabean spec)
public void setDestination(String destination) -> property name destination
public void setURL(String url) -> property name URL

i.e. only repeated use of upper case letters causes the first character to be 
capitalized.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887724#3887724

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887724


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to