0 Replies Latest reply on Aug 14, 2006 3:47 PM by rsood72

    Ejb2.1 -Question

    rsood72

      I guess Jboss3.2.3' s jboss-j2ee.jar has ejb2.0 compatible classes. I need ejb2.1 compatibility. How do I get that ?

      Ejb2.1's EJB-QL has support for Aggregate Functions like SUM, AVG etc, whenver I write these in ejb-jar.xml file for the current jboss3.2.3, the deployment failse with an error of expecting Object or distinct instead of Select Sum(p.basePrice)..
      My question on top is related to this problem, could someone guide me here?
      thanks