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