cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro vs Oracle

Former Member
0 Kudos

Greetings to all!

We had been two weeks trying to develop a simple application with Web Dynpro that brings data from an Oracle database. We have defined a table in the Java Dictionary with such fields and names that in the data base. We have created a project J2EE with a EJB Entity with properties and methods for the fields of the table. For the tableView model in Web Dynpro we had to use a Java conventional Bean since it did not accept the EJB import directly. Also we have defined a system with the connection properties, user, password... of the Database. Everything seems to work fine, but sometimes we obtain the java.lang.NoClassDefFoundError exception: com/sap/tc/webdynpro/progmodel/gci/IGCIComponentDelegate and the others just an empty tableView. Can somebody help us? It would be to us of much utility a simple project of this kind with all the properties, detailed references...

Thank you very much in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Nothing else?

Former Member
0 Kudos

Hi!

Now you mention it. I´m getting a warning when trying to deploy the WebDynpro proyect once the ear file of the J2EE project seems to have been sucessfully deployed:

Caught exception during application startup from SAP J2EE Engine's deploy service:

java.rmi.RemoteException: Error occurred while starting application local/MaxDBTable and wait. Reason: Clusterwide execption: server ID 7289650:<Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Application sap.com/accesoMaxDB cannot be started. Reason: it has hard reference to resource jdbc/Oracle with type javax.sql.DataSource, which is not active on the server.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Application sap.com/accesoMaxDB cannot be started. Reason: it has hard reference to resource jdbc/Oracle with type javax.sql.DataSource, which is not active on the server.

(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)

Hope it helps. Thanks.

Former Member
0 Kudos

You seem to have a newer Web Dynpro version in your developer studio than on your Web application server.

Can you check this?

Armin

Former Member
0 Kudos

I've got the NetWeaver Developer Studio 2.0.9 and the WAS SP9. Isn't this right?

Thanks Armin.

Former Member
0 Kudos

Do you get this error when you deploy from SP9 NWDS to SP9 WebAS? I doubt this.

Armin