Thursday, June 16, 2011

Enum parameter error on weblogic 10.3

The method on ejb has a parameter which type is enum. When I am testing it from junit, that parameter is always null. It is because wlclient.jar is not good for enum. After switching to weblogic.jar, it works.

No comments:

Post a Comment