Hi,
I found an interesting Jar dependency and would like your advice.
1. SmartClient version
=== 2011-02-22 14:55:33,813 [ efa] INFO ISCInit - Isomorphic SmartClient Framework (8.0/Enterprise Deployment 2011-01-21) - Initialization Complete
I also was wondering if you could comment on the below which is related to the dependency above.
SmartClient_80_Enterprise\smartclientSDK\WEB-INF\lib\README.txt
"The following components are provided in the SmartClient SDK to support developer examples or SQL-based rapid prototyping only. These components are not intended or licensed for production deployment."
We are currently using SQL datasources so I was surprised to see this in the documentation.
Here is the dependency issue. isomorphic_core_rpc.jar is dependent on hibernate3.jar. I would think this has to be an oversight.
Also, is isomorphic_compression.jar discontinued, we do have isomorphic_assembly.jar?
Thanks,
Eric
I found an interesting Jar dependency and would like your advice.
1. SmartClient version
=== 2011-02-22 14:55:33,813 [ efa] INFO ISCInit - Isomorphic SmartClient Framework (8.0/Enterprise Deployment 2011-01-21) - Initialization Complete
I also was wondering if you could comment on the below which is related to the dependency above.
SmartClient_80_Enterprise\smartclientSDK\WEB-INF\lib\README.txt
"The following components are provided in the SmartClient SDK to support developer examples or SQL-based rapid prototyping only. These components are not intended or licensed for production deployment."
We are currently using SQL datasources so I was surprised to see this in the documentation.
Here is the dependency issue. isomorphic_core_rpc.jar is dependent on hibernate3.jar. I would think this has to be an oversight.
Also, is isomorphic_compression.jar discontinued, we do have isomorphic_assembly.jar?
Thanks,
Eric
Code:
=== 2011-02-22 14:59:08,553 [p-26] INFO SQLDataSource - [builtinApplication.SGJOrgChartDS_fetch] derived query: SELECT $defaultSelectClause FROM $defaultTableClause WHERE $defaultWhereClause === 2011-02-22 14:59:08,694 [p-26] ERROR IDACall - Top-level servlet error: java.lang.NoClassDefFoundError: org/hibernate/criterion/Conjunction at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:247) at com.isomorphic.base.Reflection.classForName(Reflection.java:133) at com.isomorphic.interfaces.InterfaceProvider.exists(InterfaceProvider.java:140) at com.isomorphic.sql.SQLConnectionManager.<clinit>(SQLConnectionManager.java:65) at com.isomorphic.sql.SQLDriver.getTransformedResults(SQLDriver.java:290) at com.isomorphic.sql.SQLDriver.executeQuery(SQLDriver.java:552) at com.isomorphic.sql.SQLDataSource.executeNativeQuery(SQLDataSource.java:375) at com.isomorphic.sql.SQLDataSource.executeNativeQuery(SQLDataSource.java:370) at com.isomorphic.sql.SQLDataSource.SQLExecute(SQLDataSource.java:1291) at com.isomorphic.sql.SQLDataSource.processRequest(SQLDataSource.java:280) at com.isomorphic.sql.SQLDataSource.executeFetch(SQLDataSource.java:224) at com.isomorphic.datasource.DataSource.execute(DataSource.java:1048) at com.isomorphic.application.AppBase.executeDefaultDSOperation(AppBase.java:721) at com.isomorphic.application.AppBase.executeAppOperation(AppBase.java:658) at com.isomorphic.application.AppBase.execute(AppBase.java:491) at com.isomorphic.datasource.DSRequest.execute(DSRequest.java:1443) at com.isomorphic.servlet.IDACall.handleDSRequest(IDACall.java:173) at com.isomorphic.servlet.IDACall.processRPCTransaction(IDACall.java:130) at com.isomorphic.servlet.IDACall.processRequest(IDACall.java:95) at com.isomorphic.servlet.IDACall.doPost(IDACall.java:54) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at com.isomorphic.servlet.BaseServlet.service(BaseServlet.java:152) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:619) Caused by: oracle.classloader.util.AnnotatedClassNotFoundException: Missing class: org.hibernate.criterion.Conjunction Dependent class: com.isomorphic.base.Reflection Loader: efa.web.efa-war:0.0.0 Code-Source: /C:/workspace_efa-2.0/oc4j_10_1_3_4/j2ee/home/applications/efa/isomorphic_core_rpc.jar Configuration: manifest of /C:/workspace_efa-2.0/oc4j_10_1_3_4/j2ee/home/applications/efa/efa-war/ This load was initiated at efa.web.efa-war:0.0.0 using the Class.forName() method. The missing class is available from the following locations: 1. Code-Source: /C:/workspace_efa-2.0/oc4j_10_1_3_4/j2ee/home/applications/efa/hibernate3.jar () This code-source is not in use by any loader.
Comment