Hi.
I have been trying to deploy an application which works well on weblogic 10 + java6 + gwt 2.4.0 on the setup mentioned in the title, without any luck.
WebLogic Server Version: 12.1.2.0.0
Smartgwt version: 3.1-p20140602
SmartClient Version: v8.3p_2014-06-02/PowerEdition Deployment (built 2014-06-02)
the problem reported by the container is:
com.oracle.injection.integration.CDIModuleExtension addClassToSet WARNING: Exception attempting to load myapp.client.MyClass : java.lang.NoClassDefFoundError: com/smartgwt/client/widgets/layout/VLayout
MyClass extends VLayout.
what I don't understand is why it goes and tries to load a client side class.
no server side classes import any client side classes or vice-versa. there are shared classes in the shared package which are used by both client and server side classes.
I have been trying to deploy an application which works well on weblogic 10 + java6 + gwt 2.4.0 on the setup mentioned in the title, without any luck.
WebLogic Server Version: 12.1.2.0.0
Smartgwt version: 3.1-p20140602
SmartClient Version: v8.3p_2014-06-02/PowerEdition Deployment (built 2014-06-02)
the problem reported by the container is:
com.oracle.injection.integration.CDIModuleExtension addClassToSet WARNING: Exception attempting to load myapp.client.MyClass : java.lang.NoClassDefFoundError: com/smartgwt/client/widgets/layout/VLayout
MyClass extends VLayout.
what I don't understand is why it goes and tries to load a client side class.
no server side classes import any client side classes or vice-versa. there are shared classes in the shared package which are used by both client and server side classes.
Comment