Error List

Error List for the ‘JAVA-EJB’ Category

java.io.FilePermission

Applies to:
j2sdkee1.3.1

Description:
Error while trying to open serial port using EJB to send and receive data.

Cause:
Permissions to do operations in the policy file is not granted.

admin JAVA-EJB

NullPointerException: name can't be null

Applies to:
j2sdkee1.3.1

Description:
Error while trying to open serial port using EJB to send and receive data.

Cause:
lib is not properly set in the correct directory

admin JAVA-EJB

The Method getTimerService() is undefined for the type EJBContext

Applies to:
EJB 2.1

Description:
Error while trying to build j2ee.jar containing TimeService EJB 2.1.

Cause:
sessionContext.getTimerService(); is not found because the EJBContext interface is not implemented.

admin JAVA-EJB

Could not deploy: '/RevenueaII_ejbs.jar'

Applies to:


Description:
An error that occurs when RevenueaII_ejbs.jar is failing.

Cause:
A class that the bean or interface classes depend on is not in the EJB jar file or the classpath.

admin JAVA-EJB

NameNotFoundException: Jndi

Applies to:
Websphere

Description:
EJB client application error

Cause:
The JNDI name being looked up is not in the namespace.

admin JAVA-EJB

MarshalException: error marshalling arguments

Applies to:
Weblogic

Description:
Error while starting the EJB program.

Cause:
Code is compiled with jdk122/bin/rmic.

admin JAVA-EJB

RollbackException: Transaction marked for rollback

Applies to:
EJB 3.0
NetBeans 6.1
Glassfish

Description:
EJB 3.0 many to many persistence delete error

Cause:
An error on a statement executed by the RDBMS.

admin JAVA-EJB

Unable to start Blazix EJB server

Applies to:
Blazix EJB server

Description:
Cannot deploy a session bean in Blazix EJB server

Cause:


admin JAVA-EJB

Name ejb is not bound in this Context

Applies to:
JBoss

Description:
Error while trying to view a portlet which is used to access an ejb at Sun Application server remotely.

Cause:
JBoss is not set as the classloader for EJBs and web applications in server.xml file.

admin JAVA-EJB

Unable to insert data into a NOT NULL field

Applies to:
Websphere 3.5, VisualAge and Oracle

Description:
An issue when developing CMP EJB

Cause:
a. The NOT NULL fields are not initialized by VAJ.
b. A null value is inserted to a NOT NULL field.

admin JAVA-EJB