Madhu wrote:

> Hi All,
>          I am facing java.sql.SQLException: ORA-00904: invalid column name.
> This is the content of the server.log file. Please find the same below
> 
>           
>           <finder>
>              <name>findAllSubNetworks</name>
>              <query></query>
>               <order></order>
>           </finder>
>          <finder>
>             <name>findByPrimaryKey</name>
>             <query>m_name = {0}</query>


Use the SQL name (name) here rather than the ejb field name (m_name)


>             <order></order>
>          </finder>
>          <finder>
>             <name>findAllSubNetworksInDomain</name>
>             <query>m_domainName = {0}</query>


Likewise.


>             <order></order>
>          </finder>
>      </entity>      
> 




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

Reply via email to