[Design of POJO Server] - Re: VDF deployer update
by scott.stark@jboss.org
The server core is booting the mc, loadig the ProfileService and bootstrap deployers, and loading an equivalent of the current hot deployment service. In the MainWithSimpleHotDeployTestCase, this is deploying a couple of beans deployments:
| 2006-07-16 19:43:01,031 DEBUG [org.jboss.test.server.profileservice.MainWithSimpleHotDeployTestCase] ==== Starting testDefaultStartup ====
| 2006-07-16 19:43:01,109 INFO [org.jboss.system.server.Server] Starting JBoss (MicroContainer)...
| 2006-07-16 19:43:01,109 INFO [org.jboss.system.server.Server] Release ID: null null
| 2006-07-16 19:43:01,109 DEBUG [org.jboss.system.server.Server] Using config: org.jboss.system.server.ServerConfigImpl@10ef90c
| 2006-07-16 19:43:01,109 DEBUG [org.jboss.system.server.Server] Server type: class org.jboss.system.server.profileservice.ServerImpl
| 2006-07-16 19:43:01,109 INFO [org.jboss.system.server.Server] Home Dir: C:\cvs\JBossMC\workspace\system
| 2006-07-16 19:43:01,109 INFO [org.jboss.system.server.Server] Home URL: file:/C:/cvs/JBossMC/workspace/system/
| 2006-07-16 19:43:01,109 INFO [org.jboss.system.server.Server] Library URL: file:/C:/cvs/JBossMC/workspace/system/lib/
| 2006-07-16 19:43:01,125 INFO [org.jboss.system.server.Server] Patch URL: null
| 2006-07-16 19:43:01,140 INFO [org.jboss.system.server.Server] Server Name: defaulthotdeploy
| 2006-07-16 19:43:01,140 INFO [org.jboss.system.server.Server] Server Home Dir: C:\cvs\JBossMC\workspace\system\server\defaulthotdeploy
| 2006-07-16 19:43:01,140 INFO [org.jboss.system.server.Server] Server Home URL: file:/C:/cvs/JBossMC/workspace/system/server/defaulthotdeploy/
| 2006-07-16 19:43:01,140 INFO [org.jboss.system.server.Server] Server Data Dir: C:\cvs\JBossMC\workspace\system\server\defaulthotdeploy\data
| 2006-07-16 19:43:01,140 INFO [org.jboss.system.server.Server] Server Temp Dir: C:\cvs\JBossMC\workspace\system\server\defaulthotdeploy\tmp
| 2006-07-16 19:43:01,140 INFO [org.jboss.system.server.Server] Server Config URL: file:/C:/cvs/JBossMC/workspace/system/server/defaulthotdeploy/conf/
| 2006-07-16 19:43:01,140 INFO [org.jboss.system.server.Server] Server Library URL: file:/C:/cvs/JBossMC/workspace/system/server/defaulthotdeploy/lib/
| 2006-07-16 19:43:01,140 INFO [org.jboss.system.server.Server] Root Deployment Filename: jboss-service.xml
| 2006-07-16 19:43:01,140 INFO [org.jboss.system.server.Server] Starting MicroContainer
| 2006-07-16 19:43:01,171 DEBUG [org.jboss.kernel.KernelFactory] Starting JBoss Kernel construction...
| 2006-07-16 19:43:01,312 DEBUG [org.jboss.kernel.KernelFactory] Completed JBoss Kernel construction. Duration: 141 milliseconds
| 2006-07-16 19:43:01,375 DEBUG [org.jboss.system.server.profileservice.ProfileServiceBootstrap] Scanning for bootstrap resources: defaulthotdeploy/deployer-beans.xml
| 2006-07-16 19:43:01,375 DEBUG [org.jboss.system.server.profileservice.ProfileServiceBootstrap] Deploying bootstrap config: file:/C:/cvs/JBossMC/workspace/system/src/resources/tests/bootstrap/defaulthotdeploy/deployer-beans.xml
| 2006-07-16 19:43:02,218 INFO [org.jboss.system.server.profile.basic.ProfileImpl] Using profile root:C:\cvs\JBossMC\workspace\system\output\file:C:\cvs\JBossMC\workspace\system\output\lib
| 2006-07-16 19:43:02,265 DEBUG [org.jboss.deployers.plugins.classloading.ClassLoadingDeployer] Setting kernel context AbstractKernelControllerContext@1fe1feb{ metadata=AbstractBeanMetaData@f8f7db{name=ClassLoadingDeployer bean=org.jboss.deployers.plugins.classloading.ClassLoadingDeployer properties=[mainDeployer] constructor=null}name=ClassLoadingDeployer target=ClassLoadingDeployer@15856a5{} state=Described depends=AbstractDependencyInfo@a084f8{idependOn=[AbstractDependencyItem@79ed7f{name=ClassLoadingDeployer dependsOn=MainDeployer whenRequired=Configured dependentState=Installed resolved=false}] unresolved=[AbstractDependencyItem@79ed7f{name=ClassLoadingDeployer dependsOn=MainDeployer whenRequired=Configured dependentState=Installed resolved=false}]}}
| 2006-07-16 19:43:02,265 DEBUG [org.jboss.deployers.plugins.MainDeployerImpl] Registering aspect deployer: ClassLoadingDeployer@15856a5{}
| 2006-07-16 19:43:02,265 DEBUG [org.jboss.deployers.plugins.bean.BeanDeployer] Setting kernel context AbstractKernelControllerContext@1e845c2{ metadata=AbstractBeanMetaData@125fefa{name=BeanDeployer bean=org.jboss.deployers.plugins.bean.BeanDeployer properties=[mainDeployer] constructor=null}name=BeanDeployer target=BeanDeployer@186df0f{} state=Described depends=AbstractDependencyInfo@19e8f17{idependOn=[AbstractDependencyItem@c44b88{name=BeanDeployer dependsOn=MainDeployer whenRequired=Configured dependentState=Installed resolved=false}] unresolved=[AbstractDependencyItem@c44b88{name=BeanDeployer dependsOn=MainDeployer whenRequired=Configured dependentState=Installed resolved=false}]}}
| 2006-07-16 19:43:02,265 DEBUG [org.jboss.deployers.plugins.MainDeployerImpl] Registering aspect deployer: BeanDeployer@186df0f{}
| 2006-07-16 19:43:02,296 DEBUG [org.jboss.deployers.plugins.scanner.VFSDeploymentScannerImpl] Added URI: file:C:/cvs/JBossMC/workspace/system/output/lib/../resources/deploy/
| 2006-07-16 19:43:02,296 DEBUG [org.jboss.deployers.plugins.scanner.VFSDeploymentScannerImpl] URI list: [file:C:/cvs/JBossMC/workspace/system/output/lib/../resources/deploy/]
| 2006-07-16 19:43:02,312 DEBUG [org.jboss.system.server.profileservice.ProfileServiceBootstrap] Scanning for bootstrap resources: META-INF/defaulthotdeploy/deployer-beans.xml
| 2006-07-16 19:43:02,312 DEBUG [org.jboss.deployers.plugins.scanner.VFSDeploymentScannerImpl] Checking file: org.jboss.vfs.file.FileImpl@1d95492[path=file:C:/cvs/JBossMC/workspace/system/output/lib/../resources/deploy/,vfsPath=,isFile=false,isDirectory=true,isArchive=false]
| 2006-07-16 19:43:02,312 DEBUG [org.jboss.system.server.profileservice.ProfileServiceBootstrap] Using MainDeployer: MainDeployerImpl@76ab2f{}
| 2006-07-16 19:43:02,312 DEBUG [org.jboss.system.server.profileservice.ProfileServiceBootstrap] Using ProfileService: org.jboss.system.server.profileservice.ProfileServiceImpl@e0cc23
| 2006-07-16 19:43:02,312 DEBUG [org.jboss.deployers.plugins.scanner.VFSDeploymentScannerImpl] Deploying: org.jboss.vfs.file.FileImpl@7a1576[path=file:C:/cvs/JBossMC/workspace/system/output/resources/deploy/beans/test-beans.xml,vfsPath=test-beans.xml,isFile=true,isDirectory=false,isArchive=false]
| 2006-07-16 19:43:02,406 DEBUG [org.jboss.system.server.Server] Shutdown hook added
| 2006-07-16 19:43:02,406 DEBUG [org.jboss.deployers.plugins.bean.BeanDeployer] No META-INF/jboss-beans.xml, assuming *-beans.xml
| 2006-07-16 19:43:02,406 INFO [org.jboss.system.server.Server] JBoss (MicroContainer) [null] Started in 1s:266ms
| 2006-07-16 19:43:02,500 DEBUG [org.jboss.deployers.plugins.scanner.VFSDeploymentScannerImpl] Deploying: org.jboss.vfs.file.FileImpl@acb158[path=file:C:/cvs/JBossMC/workspace/system/output/resources/deploy/beans/unpacked.beans,vfsPath=unpacked.beans,isFile=false,isDirectory=true,isArchive=false]
| 2006-07-16 19:43:02,500 DEBUG [org.jboss.deployers.plugins.bean.BeanDeployer] Found META-INF/jboss-beans.xml: org.jboss.vfs.file.FileImpl@1af33d6[path=file:C:/cvs/JBossMC/workspace/system/output/resources/deploy/beans/unpacked.beans/META-INF/jboss-beans.xml,vfsPath=META-INF/jboss-beans.xml,isFile=true,isDirectory=false,isArchive=false]
| 2006-07-16 19:43:02,546 INFO [org.jboss.test.server.profileservice.MainWithSimpleHotDeployTestCase] Notified of scan: 1
| 2006-07-16 19:43:02,546 DEBUG [org.jboss.system.server.Server] Shutting down
| 2006-07-16 19:43:02,546 DEBUG [org.jboss.system.server.Server] exitOnShutdown: true
| 2006-07-16 19:43:02,546 DEBUG [org.jboss.system.server.Server] blockingShutdown: false
| 2006-07-16 19:43:02,546 INFO [org.jboss.system.server.Server] LifeThread.run exits!
| 2006-07-16 19:43:02,546 DEBUG [org.jboss.test.server.profileservice.MainWithSimpleHotDeployTestCase] testDefaultStartup took 1515ms
| 2006-07-16 19:43:02,546 DEBUG [org.jboss.test.server.profileservice.MainWithSimpleHotDeployTestCase] ==== Stopping testDefaultStartup ====
| 2006-07-16 19:43:02,546 INFO [org.jboss.system.server.Server] Shutting down the JVM now!
| 2006-07-16 19:43:02,546 INFO [org.jboss.system.server.Server] JBoss SHUTDOWN: Undeploying all packages
| 2006-07-16 19:43:02,546 DEBUG [org.jboss.system.server.Server] Shutting down MicroContainer
| 2006-07-16 19:43:02,546 DEBUG [org.jboss.deployers.plugins.MainDeployerImpl] Unregistering aspect deployer: BeanDeployer@186df0f{}
| 2006-07-16 19:43:02,562 DEBUG [org.jboss.deployers.plugins.bean.BeanDeployer] Unsetting kernel context AbstractKernelControllerContext@1e845c2{ metadata=AbstractBeanMetaData@125fefa{name=BeanDeployer bean=org.jboss.deployers.plugins.bean.BeanDeployer properties=[mainDeployer] constructor=null}name=BeanDeployer target=BeanDeployer@186df0f{} state=Described depends=AbstractDependencyInfo@19e8f17{idependOn=[AbstractDependencyItem@c44b88{name=BeanDeployer dependsOn=MainDeployer whenRequired=Configured dependentState=Installed resolved=false}] unresolved=[AbstractDependencyItem@c44b88{name=BeanDeployer dependsOn=MainDeployer whenRequired=Configured dependentState=Installed resolved=false}]}}
| 2006-07-16 19:43:02,562 DEBUG [org.jboss.deployers.plugins.MainDeployerImpl] Unregistering aspect deployer: ClassLoadingDeployer@15856a5{}
| 2006-07-16 19:43:02,562 DEBUG [org.jboss.deployers.plugins.classloading.ClassLoadingDeployer] Unsetting kernel context AbstractKernelControllerContext@1fe1feb{ metadata=AbstractBeanMetaData@f8f7db{name=ClassLoadingDeployer bean=org.jboss.deployers.plugins.classloading.ClassLoadingDeployer properties=[mainDeployer] constructor=null}name=ClassLoadingDeployer target=ClassLoadingDeployer@15856a5{} state=Described depends=AbstractDependencyInfo@a084f8{idependOn=[AbstractDependencyItem@79ed7f{name=ClassLoadingDeployer dependsOn=MainDeployer whenRequired=Configured dependentState=Installed resolved=false}] unresolved=[AbstractDependencyItem@79ed7f{name=ClassLoadingDeployer dependsOn=MainDeployer whenRequired=Configured dependentState=Installed resolved=false}]}}
| 2006-07-16 19:43:02,562 INFO [org.jboss.system.server.Server] Shutdown complete
|
At this point we need a plan to move head over to this. The major sticking points are porting the deployers, and jmx integration.
What are the thoughts for migration of existing sar deployments? A new jbossxb binding model for the jboss-service.xml schema for the BeanXMLDeployer would be the most natural approach.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958472#3958472
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958472
19 years, 8 months
[Design of JBoss Collaboration Server] - [HtmlLabelRenderer] Unable to find component
by saravana kumar
Hi,
I am new to seam, jsf and hibernate........
I tried creating a seam application for a single table "division_details" from a schema "lgms" using eclipse IDE.
When i start my jboss server i found two statements showing error:
17:06:58,796 ERROR [SchemaExport] Unsuccessful: create table lgms.division_details (division_id integer not null, division_name varchar(150) not null, primary key (division_id), un
| ique (division_id))
| 17:06:58,796 ERROR [SchemaExport] invalid schema name: LGMS in statement [create table lgms.division_details]
when i tried to browse through the pages, i got the following error
17:08:27,078 INFO [Pages] no pages.xml file found
| 17:08:30,296 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.PRETTY_HTML' found, using default value true
| 17:08:30,296 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true
| 17:08:30,296 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.DETECT_JAVASCRIPT' found, using default value false
| 17:08:30,296 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.AUTO_SCROLL' found, using default value false
| 17:08:30,296 WARN [HtmlLabelRenderer] Unable to find component 'divisionId' (calling findComponent on component '_id2:_id9')
| 17:08:30,609 WARN [HtmlLabelRenderer] Unable to find component 'divisionName' (calling findComponent on component '_id2:_id10')
| 17:08:30,609 WARN [HtmlLabelRenderer] Unable to find component 'pageSize' (calling findComponent on component '_id2:_id11')
| 17:11:06,031 WARN [HtmlLabelRenderer] Unable to find component 'divisionId' (calling findComponent on component '_id2:_id12')
| 17:11:17,578 WARN [HtmlLabelRenderer] Unable to find component 'divisionName' (calling findComponent on component '_id2:_id14')
| 17:11:37,062 WARN [HtmlLabelRenderer] Unable to find component 'divisionId' (calling findComponent on component '_id2:_id9')
| 17:11:37,062 WARN [HtmlLabelRenderer] Unable to find component 'divisionName' (calling findComponent on component '_id2:_id10')
| 17:11:37,062 WARN [HtmlLabelRenderer] Unable to find component 'pageSize' (calling findComponent on component '_id2:_id11')
when i tried submitting the pages i got the following errors
17:25:52,890 INFO [STDOUT] Hibernate: select top ? divisionde0_.division_id as division1_0_, divisionde0_.division_name as division2_0_ from lgms.division_details divisionde0_ whe
| re divisionde0_.division_id=?
| 17:25:52,906 WARN [JDBCExceptionReporter] SQL Error: -227, SQLState: 3F000
| 17:25:52,906 ERROR [JDBCExceptionReporter] invalid schema name: LGMS in statement [select top ? divisionde0_.division_id as division1_0_, divisionde0_.division_name as division2_0_
| from lgms.division_details divisionde0_ where divisionde0_.division_id=?]
| 17:25:52,906 ERROR [SeamExceptionFilter] uncaught exception handled by Seam
| javax.servlet.ServletException: Error calling action method of component with id _id2:_id13
| at javax.faces.webapp.FacesServlet.service(FacesServlet.java:121)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:45)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
| at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
| at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
| at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
| at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
| at java.lang.Thread.run(Thread.java:595)
| 17:25:52,921 INFO [SeamExceptionFilter] killing transaction
| 17:25:52,937 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception
| javax.faces.FacesException: Error calling action method of component with id _id2:_id13
| at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74)
| at javax.faces.component.UICommand.broadcast(UICommand.java:106)
| at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)
| at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)
| at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:316)
| at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
| at javax.faces.webapp.FacesServlet.service(FacesServlet.java:106)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:45)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
| at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
| at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
| at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
| at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
| at java.lang.Thread.run(Thread.java:595)
| Caused by: javax.faces.el.EvaluationException: Exception while invoking expression #{divisiondetailsFinder.findFirstPage}
| at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:153)
| at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63)
| ... 27 more
| Caused by: javax.ejb.EJBTransactionRolledbackException: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: could not execute query
| at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:93)
| at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:130)
| at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:201)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:81)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:78)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:188)
| at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:98)
| at $Proxy100.findFirstPage(Unknown Source)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:129)
| ... 28 more
| Caused by: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: could not execute query
| at org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:567)
| at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:56)
| at DivisionDetailsFinderBean.executeQuery(DivisionDetailsFinderBean.java:99)
| at DivisionDetailsFinderBean.findFirstPage(DivisionDetailsFinderBean.java:105)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
| at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
| at org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
| at org.jboss.seam.interceptors.ValidationInterceptor.validateTargetComponent(ValidationInterceptor.java:64)
| at sun.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
| at org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:90)
| at org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:60)
| at org.jboss.seam.interceptors.OutcomeInterceptor.interceptOutcome(OutcomeInterceptor.java:21)
| at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
| at org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:90)
| at org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:60)
| at org.jboss.seam.interceptors.RollbackInterceptor.rollbackIfNecessary(RollbackInterceptor.java:30)
| at sun.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
| at org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:90)
| at org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:60)
| at org.jboss.seam.interceptors.BijectionInterceptor.bijectTargetComponent(BijectionInterceptor.java:33)
| at sun.reflect.GeneratedMethodAccessor87.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
| at org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:90)
| at org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:60)
| at org.jboss.seam.interceptors.ConversationInterceptor.endOrBeginLongRunningConversation(ConversationInterceptor.java:82)
| at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
| at org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:90)
| at org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:60)
| at org.jboss.seam.interceptors.BusinessProcessInterceptor.manageBusinessProcessContext(BusinessProcessInterceptor.java:60)
| at sun.reflect.GeneratedMethodAccessor85.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
| at org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:90)
| at org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:60)
| at org.jboss.seam.interceptors.RemoveInterceptor.removeIfNecessary(RemoveInterceptor.java:39)
| at sun.reflect.GeneratedMethodAccessor84.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
| at org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:90)
| at org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:60)
| at org.jboss.seam.ejb.SeamInterceptor.aroundInvokeInContexts(SeamInterceptor.java:73)
| at org.jboss.seam.ejb.SeamInterceptor.aroundInvoke(SeamInterceptor.java:45)
| at sun.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118)
| at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationInterceptor.java:57)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
| ... 48 more
| Caused by: org.hibernate.exception.GenericJDBCException: could not execute query
| at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103)
| at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91)
| at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
| at org.hibernate.loader.Loader.doList(Loader.java:2148)
| at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2029)
| at org.hibernate.loader.Loader.list(Loader.java:2024)
| at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:392)
| at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:333)
| at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172)
| at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1114)
| at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
| at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:53)
| ... 121 more
| Caused by: java.sql.SQLException: invalid schema name: LGMS in statement [select top ? divisionde0_.division_id as division1_0_, divisionde0_.division_name as division2_0_ from lgm
| s.division_details divisionde0_ where divisionde0_.division_id=?]
| at org.hsqldb.jdbc.Util.throwError(Unknown Source)
| at org.hsqldb.jdbc.jdbcPreparedStatement.<init>(Unknown Source)
| at org.hsqldb.jdbc.jdbcConnection.prepareStatement(Unknown Source)
| at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.doPrepareStatement(BaseWrapperManagedConnection.java:349)
| at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.prepareStatement(BaseWrapperManagedConnection.java:337)
| at org.jboss.resource.adapter.jdbc.WrappedConnection.prepareStatement(WrappedConnection.java:187)
| at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:497)
| at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:415)
| at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:139)
| at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1561)
| at org.hibernate.loader.Loader.doQuery(Loader.java:661)
| at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224)
| at org.hibernate.loader.Loader.doList(Loader.java:2145)
| ... 129 more
|
Thanks in advance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958447#3958447
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958447
19 years, 8 months
[Design of JBoss jBPM] - Re: Setting up the designer to develop in eclipse
by sgodden
anonymous wrote : 1. Install Eclipse 3.2 with all the dependencies of WTP 1.5. (I think you can download an all-in-one on the Eclipse download pages)
ok understood and done.
anonymous wrote : 2. Check out the following project: - jbpm.3/designer/jpdl/org.jbpm.gd.jpdl.ui
?? - surely we have to check out more than this. There isn't even a build script in that directory. The entire designer project has to be checked out doesn't it, and the build.xml script in the designer/jpdl directory has to be run to produce the zipped up feature?
anonymous wrote : 3. Start the Eclipse runtime workbench and you should be able to use the plug-in
Sorry, but I don't understand. What do you mean by the "Eclipse runtime workbench"? I have run the build script mentioned above, and unzipped the feature into the eclipse-3.2 I installed, and run it successfully that way. Is that what you mean?
Also, from your instructions, I still do not see how you are actually working on the source. Are you doing it in Eclipse? If so, how are you setting up the ui project in Eclipse?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958429#3958429
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958429
19 years, 8 months