Content starts here

ServiceHelper Subsystem Messages

The ServiceHelper1.0 catalog contains messages in the range BEA-1000000 - BEA-1000099. Messages in this catalog are part of the com.bea.core.servicehelper Internationalization package and the com.bea.core.servicehelper Localization package.

BEA-1000000

Warning: The object to be used for reflection while looking up setter "msg" is null.

Description

The object to be used for reflection while looking up setter "msg" is null.

Cause

The user may have passed null in as the object upon which to reflect.

Action

Contact BEA Customer Support.

BEA-1000001

Warning: While attempting to find a setter on object "msg", the name of the setter is null.

Description

While attempting to find a setter on object "msg", the name of the setter is null.

Cause

The user may have passed null in as the name of the setter.

Action

Contact BEA Customer Support.

BEA-1000002

Warning: While attempting to find a setter on object "msg", the type of the setter was null.

Description

While attempting to find a setter on object "msg", the type of the setter was null.

Cause

The user may have passed null in as the type of the setter.

Action

Contact BEA Customer Support.

BEA-1000003

Warning: The filter passed into the registerDependencyWithFilter method is null.

Description

The filter passed into the registerDependencyWithFilter method is null.

Cause

The user passed null in as the filter to the method registerDependencyWithFilter.

Action

Modify the code such that it does not pass null in as the filter to the method registerDependencyWithFilter.

BEA-1000004

Warning: The filter passed into the registerDependencyWithFilter method is null.

Description

The filter passed into the registerDependency method is null.

Cause

The user passed null in as the filter to the method registerDependency.

Action

Modify the code such that it does not pass null in as the filter to the method registerDependency.

BEA-1000005

Warning: The ServiceHelper service has been closed.

Description

The ServiceHelper service has been closed.

Cause

While waiting for a service object the ServiceHelper was closed.

Action

Do not close the ServiceHelper while waiting for a service object.

BEA-1000006

Warning: The timer expired while waiting for a service object with filter "filter".

Description

The timer expired while waiting for a service object with filter "filter".

Cause

The service object corresponding to the given filter was not available within the specified timeout.

Action

Ensure the service is available in the timeout period.

BEA-1000007

Warning: Not yet implemented.

Description

Not yet implemented.

Cause

Using an unimplemented API.

Action

Contact BEA Customer Support.

BEA-1000008

Warning: Could not find a setter named "setter" for type "type" on an object of type "clazz".

Description

Could not find a setter named "setter" for type "type" on an object of type "clazz".

Cause

There was no method of the given name of the given type on the given class.

Action

Ensure the setter name is correct. Ensure the object upon which it is looking for such a method has the method.

  Back to Top