RE: [JBoss-user] Customer Finders in CMP ejb

2001-06-14 Thread RRokytskyy

Hi,

Sorry, for incomplete post (incidentally hit "send").

> 
> 
> 
>
>  
>JamalSecurity
>AR_SECURITY
>false
>
>  security_id_
>  SECURITY_ID
>
>
>  username_
>  USERNAME
>
>
>  password_
>  PASSWORD
>
>
>
>   findByUsernamePassword
>   username_ = {0} AND password_ = {1}

So, as far as I know, persistence manager does not parse your "where"
clause, just substitutes parameters. This means you have to put the real
column names, "USERNAME" and "PASSWORD", not bean fields.

>   
>
>
> 
>  
>
>
>OraclePool 
>Oracle8 
>
>  
> 

Regards,
Roman

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Customer Finders in CMP ejb

2001-06-14 Thread RRokytskyy

> 
>
>  
>JamalSecurity
>AR_SECURITY
>false
>
>  security_id_
>  SECURITY_ID
>
>
>  username_
>  USERNAME
>
>
>  password_
>  PASSWORD
>
>
>
>   findByUsernamePassword
>   username_ = {0} AND password_ = {1}
   ^^  ^
Persistence manager does not parse the 

>   
>
>
> 
>  
>
>
>OraclePool 
>Oracle8 
>
>  
> 
> 
> Thank you very much for your help.
> 
> Regards,
> Jamal.
>  
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user