toplink « EJB « JPA Q&A





1. Some limitations about EJB 3.0 and Toplink framework    stackoverflow.com

I have project use EJB 3.0 and implement Toplink framework for model layer. When using EJBQL to process data, I see it seems have some limitation:

  • It cannot process datatime such as find ...

2. Toplink Exception, whats wrong?    stackoverflow.com

I've got an excpetion when I generate this EJB SQL Statement.

    Exception Description: Syntax error parsing the query [SELECT h FROM Busmodul h WHERE LOWER(h.modulNummer) LIKE :modulnummer AND ...

3. Calling Remote EJB in EJB 3.1    stackoverflow.com

I need to call Remote stateless EJB from another Web application with in same glassfish( 3.1 final version) which return Entity Bean( JPA 2/Eclipselink).Iam getting ejb referance in web application through ...