This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: EJB QL Problemfbiaggi Jul 20, 2005 11:35 AM (in response to chrismalan)Hi, 
 principalsSchema must be your EJB class name, not the table name.
- 
        2. Re: EJB QL Problemlafr Jul 21, 2005 5:21 PM (in response to chrismalan)No, not the EJB-Name but the abstract-shcema-name! 
- 
        3. Re: EJB QL Problemfbiaggi Jul 22, 2005 3:33 PM (in response to chrismalan)Do you mean the EJB interface ? 
- 
        4. Re: EJB QL Problemlafr Jul 24, 2005 4:33 PM (in response to chrismalan)Look into your ejb-jar.xml. 
 There is a tag calle abstract-schema-name per entity bean.
 This value you have to use in your query.
 
     
    