Error List

Error List for the ‘WL103-EJB’ Category

BEA-013073 - finder/ejbSelect 'finderName' has returned more than one value. We were expecting only ONE value. See EJB Spec 10.5.6.1, 10.5.7.1.

BEA-013052 - Problem, range variable identifier 'id' is not declared in the FROM clause of this query or in any parent query. Action, review the query, and check whether 'id' needs to be declared as a range variable identifier as in 'FROM SomeBean AS id'.

BEA-013084 - Exception during compilation: Finder method 'finderName' of EJB 'ejbName' contains a GROUP BY clause and use-select-for-update is set to true for this EJB. The two are not compatible.

Description:
see message body

Cause:
see message body

WL103-EJB , , , ,

BEA-013063 - Left-hand argument to [NOT] MEMBER OF: 'Lhs' is a participant in a Many-To-Many Relationship. Left-hand argument to [NOT] MEMBER OF can only be single valued navigations. See the EJB 2.0 Final Spec '11.2.7.12 Collection Member Expressions'.

Description:
Left-hand argument to [NOT] MEMBER OF: ‘Lhs‘ is a participant in a Many-To-Many Relationship. Left-hand argument to [NOT] MEMBER OF can only be single valued navigations. See the EJB 2.0 Final Spec ’11.2.7.12 Collection Member Expressions’.

Cause:
See the error message body.

WL103-EJB , , , ,

BEA-014002 - Duplicate relation name 'name' found while processing ejb-jar deployment descriptor. The ejb-relation-name values must be unique.

Description:
Duplicate relation name ‘name‘ found while processing ejb-jar deployment descriptor. The ejb-relation-name values must be unique.

Cause:
See the error message body.

WL103-EJB , , , ,

BEA-013074 - Duplicate AS definition of 'Id' in FROM clause.

Description:
Duplicate AS definition of ‘Id‘ in FROM clause.

Cause:
See the error message body.

WL103-EJB , ,

BEA-013053 - 'op' argument is not of type IDENTIFIER or INTEGER. Found an argument of type 'bad_type'. Re-examine your query.

Description:
op‘ argument is not of type IDENTIFIER or INTEGER. Found an argument of type ‘bad_type‘. Re-examine your query.

Cause:
See the error message body.

WL103-EJB , , ,

BEA-013085 - All ejbSelect methods that select multiple fields must have a return type of java.sql.ResultSet. This method has a return type of returnClass. You must either modify the EJB QL for the query to select a single value or change the return type of the query to be java.sql.ResultSet.

Description:
Query methods that select multiple fields must have a return type of java.sql.ResultSet. The method selects multiple fields but does not return a ResultSet.

Cause:
See the error message body.

WL103-EJB , , , , , , , ,

BEA-013064 - Cannot reliably generate a query that contains a NOT MEMBER OF clause, when the target of the query SELECT clause is not a subset of or equal to the left-hand side of NOT MEMBER OF: 'Lhs' and when the left-hand side of NOT MEMBER OF: 'Lhs' is not a subset of or equal to the SELECT clause target. One must be the subset of or equal to the other.

Description:
Cannot reliably generate a query that contains a NOT MEMBER OF clause, when the target of the query SELECT clause is not a subset of or equal to the left-hand side of NOT MEMBER OF: ‘Lhs‘ and when the left-hand side of NOT MEMBER OF: ‘Lhs‘ is not a subset of or equal to the SELECT clause target. One must be the subset of or equal to the other.

Cause:
See the error message body.

WL103-EJB , ,

BEA-014003 - Cannot specify @JNDIName on both the remote interface and the implementation class. Class: clsName; interface: ifaceName.

Description:
Cannot specify @JNDIName on both the remote interface and the implementation class. Class: clsName; interface: ifaceName.

Cause:
Cannot specify @JNDIName on both the remote interface and the implementation class. Class: clsName; interface: ifaceName.

WL103-EJB , , ,