1 Reply Latest reply on Dec 10, 2004 7:05 PM by bill.burke

    not working with Query.setParameter(int ,Object)

    caigao

      hi, all. when i using Query.setParameter(int i, Object o), it does not working, then i change it to setParameter(String s, Object o) it works.
      but the setParameter(int, Object) is the standard specification of ejb3, that is to say jboss ejb3 does not complete implement the spec, but where can i found the documents or apis about jboss ejb3 implemention?