users@glassfish.java.net

appclient InjectionException?

From: Gigi Lee <gigi.lee_at_oracle.com>
Date: Mon, 26 Mar 2007 13:51:55 -0700

Hi,

Can anyone kindly explain to me what's the code below is trying to do and what I might be doing wrong in the service or client code?

Mar 26, 2007 12:08:17 PM com.sun.enterprise.appclient.MainWithModuleSupport <init>
WARNING: ACC003: Application threw an exception.
com.sun.enterprise.InjectionException: Exception attempting to inject Env-Prop: service/wsj2wdlechoservice_at_Field-Injectable Resource. Class name = com.sun.ts.tests.common.vehicle.wsappclient.WSAppclient Field name=service_at_com.sun.ts.tests.jaxws.ee.j2w.document.literal.marshalltest.client.MarshallTestService@@@into class com.sun.ts.tests.common.vehicle.wsappclient.WSAppclient
        at com.sun.enterprise.util.InjectionManagerImpl._inject(InjectionManagerImpl.java:356)
        at com.sun.enterprise.util.InjectionManagerImpl.inject(InjectionManagerImpl.java:193)
        at com.sun.enterprise.util.InjectionManagerImpl.injectClass(InjectionManagerImpl.java:131)
        at com.sun.enterprise.util.InjectionManagerImpl.injectClass(InjectionManagerImpl.java:123)
        at com.sun.enterprise.appclient.MainWithModuleSupport.<init>(MainWithModuleSupport.java:325)
        at com.sun.enterprise.appclient.Main.main(Main.java:180)

I have looked through the log files carefully and did not see any other warnings or errors.

Gigi