EJB Test Client Wizard for WebLogic 8.1 error
Brought to you by:
objectlearn
I have found that the generated EJB test java client
source file is generated with the getContext() method
as follows:
...
props.put(InitialContext.PROVIDER_URL,
"t3:/127.0.0.1:7001");
...
I think it's missing a '/', shouldn't it be
"t3://127.0.0.1:7001"? (at least it works if that is
changed).
My eclipse version is 2.1.2 build 200311030802 and my
lomboz version is 2.1.2.