[Persistence, JBoss/CMP, Hibernate, Database] - Problem lower() function
by KoniKoni
Getting follow exeption by using of lower(), what i do wrong?
15:23:55,547 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception
javax.faces.FacesException: Error calling action method of component with id _id13:_id56
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:94)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:168)
at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:343)
at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:137)
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.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:29)
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.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
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: /usrverw.xhtml @119,69 action="#{searchusr.searchUsr}": javax.ejb.EJBTransactionRolledbackException: java.lang.IllegalArgumentException: org.hibernate.hql.ast.QuerySyntaxException: unexpected token: lower near line 1, column 145 [from kk.rentform.entity.Usr u where lower(u.bname) like :bname and u.id LIKE :id and lower(u.mail) like :mail and lower(u.firma) like :firmaand lower(u.nname) like :nname and lower(u.stadt) like :stadtand u.sperr like :sperres and u.actives like :actives]
at com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:73)
at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63)
... 28 more
Caused by: javax.ejb.EJBTransactionRolledbackException: java.lang.IllegalArgumentException: org.hibernate.hql.ast.QuerySyntaxException: unexpected token: lower near line 1, column 145 [from kk.rentform.entity.Usr u where lower(u.bname) like :bname and u.id LIKE :id and lower(u.mail) like :mail and lower(u.firma) like :firmaand lower(u.nname) like :nname and lower(u.stadt) like :stadtand u.sperr like :sperres and u.actives like :actives]
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:195)
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:83)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77)
at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:102)
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:203)
at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:98)
at $Proxy113.searchUsr(Unknown Source)
at kk.rentform.session.SearchUsrInterface$$FastClassByCGLIB$$108609c8.invoke()
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:45)
at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:74)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:55)
at org.jboss.seam.interceptors.RemoveInterceptor.removeIfNecessary(RemoveInterceptor.java:40)
at sun.reflect.GeneratedMethodAccessor125.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:18)
at org.jboss.seam.intercept.Interceptor.aroundInvoke(Interceptor.java:169)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
at org.jboss.seam.intercept.RootInterceptor.createSeamInvocationContext(RootInterceptor.java:144)
at org.jboss.seam.intercept.RootInterceptor.invokeInContexts(RootInterceptor.java:129)
Caused by: java.lang.IllegalArgumentException: org.hibernate.hql.ast.QuerySyntaxException: unexpected token: lower near line 1, column 145 [from kk.rentform.entity.Usr u where lower(u.bname) like :bname and u.id LIKE :id and lower(u.mail) like :mail and lower(u.firma) like :firmaand lower(u.nname) like :nname and lower(u.stadt) like :stadtand u.sperr like :sperres and u.actives like :actives]
at org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:634)
at org.hibernate.ejb.AbstractEntityManagerImpl.createQuery(AbstractEntityManagerImpl.java:95)
at org.jboss.ejb3.entity.TransactionScopedEntityManager.createQuery(TransactionScopedEntityManager.java:127)
at kk.rentform.session.SearchUsr.searchQuery(SearchUsr.java:123)
at kk.rentform.session.SearchUsr.updateResults(SearchUsr.java:94)
at kk.rentform.session.SearchUsr.searchUsr(SearchUsr.java:68)
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.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:37)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:55)
at org.jboss.seam.interceptors.BijectionInterceptor.bijectNonreentrantComponent(BijectionInterceptor.java:79)
at org.jboss.seam.interceptors.BijectionInterceptor.bijectComponent(BijectionInterceptor.java:58)
at sun.reflect.GeneratedMethodAccessor124.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:18)
at org.jboss.seam.intercept.Interceptor.aroundInvoke(Interceptor.java:169)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
at org.jboss.seam.interceptors.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:36)
at sun.reflect.GeneratedMethodAccessor126.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:18)
at org.jboss.seam.intercept.Interceptor.aroundInvoke(Interceptor.java:169)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
at org.jboss.seam.interceptors.OutcomeInterceptor.interceptOutcome(OutcomeInterceptor.java:21)
Caused by: org.hibernate.hql.ast.QuerySyntaxException: unexpected token: lower near line 1, column 145 [from kk.rentform.entity.Usr u where lower(u.bname) like :bname and u.id LIKE :id and lower(u.mail) like :mail and lower(u.firma) like :firmaand lower(u.nname) like :nname and lower(u.stadt) like :stadtand u.sperr like :sperres and u.actives like :actives]
at org.hibernate.hql.ast.QuerySyntaxException.convert(QuerySyntaxException.java:31)
at org.hibernate.hql.ast.QuerySyntaxException.convert(QuerySyntaxException.java:24)
at org.hibernate.hql.ast.ErrorCounter.throwQueryException(ErrorCounter.java:59)
at org.hibernate.hql.ast.QueryTranslatorImpl.parse(QueryTranslatorImpl.java:258)
at org.hibernate.hql.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:157)
at org.hibernate.hql.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:111)
at org.hibernate.engine.query.HQLQueryPlan.(HQLQueryPlan.java:77)
at org.hibernate.engine.query.HQLQueryPlan.(HQLQueryPlan.java:56)
at org.hibernate.engine.query.QueryPlanCache.getHQLQueryPlan(QueryPlanCache.java:72)
at org.hibernate.impl.AbstractSessionImpl.getHQLQueryPlan(AbstractSessionImpl.java:133)
at org.hibernate.impl.AbstractSessionImpl.createQuery(AbstractSessionImpl.java:112)
at org.hibernate.impl.SessionImpl.createQuery(SessionImpl.java:1623)
at org.hibernate.ejb.AbstractEntityManagerImpl.createQuery(AbstractEntityManagerImpl.java:92)
at org.jboss.ejb3.entity.TransactionScopedEntityManager.createQuery(TransactionScopedEntityManager.java:127)
at kk.rentform.session.SearchUsr.searchQuery(SearchUsr.java:123)
at kk.rentform.session.SearchUsr.updateResults(SearchUsr.java:94)
at kk.rentform.session.SearchUsr.searchUsr(SearchUsr.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027561#4027561
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027561
19Â years, 1Â month
[Beginners Corner] - No 'jboss' MBeanServer found! (while getting Connection from
by berdaimo
Hi !
I'm deploying a simple stateless EJB under jboss 4.0.5 GA
it's throws this following trace :
org.jboss.util.NestedSQLException: Problem locating real ConnectionManager: jboss.jca:service=LocalTxCM,name=MyDS; - nested throwable: (java.lang.IllegalStateException: No 'jboss' MBeanServer found!); - nested throwable: (Problem locating real ConnectionManager: jboss.jca:service=LocalTxCM,name=MyDS; - nested throwable: (java.lang.IllegalStateException: No 'jboss' MBeanServer found!))
at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:94)
at com.solutions.auto.persistence.connection.DBManager.getConnection(DBManager.java:129)
at com.solutions.auto.persistence.dao.DaoFactory.createConnection(DaoFactory.java:57)
at com.solutions.auto.persistence.indicator.IndicatorDaoImpl.selectIndicators(IndicatorDaoImpl.java:66)
at com.solutions.auto.persistence.indicator.TestIndicatorDaoImpl.testSelectIndicators(TestIndicatorDaoImpl.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
(RemoteTestRunner.java:344)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
Caused by: Problem locating real ConnectionManager: jboss.jca:service=LocalTxCM,name=MyDS; - nested throwable: (java.lang.IllegalStateException: No 'jboss' MBeanServer found!)
at org.jboss.resource.JBossResourceException.rethrowAsResourceException(JBossResourceException.java:61)
at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.getCM(BaseConnectionManager2.java:881)
at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:842)
at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88)
... 19 more
Caused by: java.lang.IllegalStateException: No 'jboss' MBeanServer found!
at org.jboss.mx.util.MBeanServerLocator.locateJBoss(MBeanServerLocator.java:122)
at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.getCM(BaseConnectionManager2.java:875)
... 21 more
I get this Exception when trying to get java.sql.Connection from my datasource provided by an EJB :
System.setProperty("java.security.policy", "client.policy");
if (System.getSecurityManager() == null)
System.setSecurityManager(new RMISecurityManager());
Properties env = new Properties();
env.setProperty("java.naming.factory.initial", "org.jnp.interfaces.NamingContextFactory");
env.setProperty("java.naming.provider.url", "180.162.10.10:1099");
env.setProperty("java.naming.factory.url.pkgs", "org.jboss.naming");
Context ctx = new InitialContext(env);
if (System.getSecurityManager() == null) {
System.setSecurityManager(new RMISecurityManager());
}
Object obj = ctx.lookup("MyDatasourceBean");
MyDatasourceHome home = (MyDatasourceHome) PortableRemoteObject.narrow(obj,MyDatasourceHome.class);
MyDatasourceRemote myDatasourceRemote = home.create();
ds= myDatasourceRemote.giveDatasource("MyDS");
Could you help me please ! thank you in advance
Adil
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027559#4027559
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027559
19Â years, 1Â month
[JBoss jBPM] - Slow getSession
by srsuarez
I am ussing jbpm on a web application. I have a problem: every time I call "jbpmContext.getSession();", I get a lot of debug messages and it spent a lot of time. The problem is that it spend about 20 seconds to run. Why it occurs? How can I avoid it?
Thanks.
2007-03-13 14:12:43,767 [http-8080-Processor24] INFO org.logicalcobwebs.proxool.ProxoolFacade - Proxool 0.9.0RC3+
| 2007-03-13 14:12:54,980 [http-8080-Processor24] INFO org.medianias.actions.LogonAction - Validación correcta del usuario 'nancy'; IP: 127.0.0.1
| 2007-03-13 14:13:02,403 [http-8080-Processor24] INFO org.hibernate.cfg.Environment - Hibernate 3.1.2
| 2007-03-13 14:13:02,471 [http-8080-Processor24] INFO org.hibernate.cfg.Environment - hibernate.properties not found
| 2007-03-13 14:13:02,481 [http-8080-Processor24] INFO org.hibernate.cfg.Environment - using CGLIB reflection optimizer
| 2007-03-13 14:13:02,646 [http-8080-Processor24] INFO org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
| 2007-03-13 14:13:03,439 [http-8080-Processor24] INFO org.hibernate.cfg.Configuration - configuring from resource: hibernate.cfg.xml
| 2007-03-13 14:13:03,443 [http-8080-Processor24] INFO org.hibernate.cfg.Configuration - Configuration resource: hibernate.cfg.xml
| 2007-03-13 14:13:05,022 [http-8080-Processor24] INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/action/Script.hbm.xml
| 2007-03-13 14:13:05,466 [http-8080-Processor24] INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/db/hibernate.queries.hbm.xml
| 2007-03-13 14:13:05,784 [http-8080-Processor24] INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/def/ProcessDefinition.hbm.xml
| 2007-03-13 14:13:06,019 [http-8080-Processor24] INFO org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.ProcessDefinition -> JBPM_PROCESSDEFINITION
| 2007-03-13 14:13:06,739 [http-8080-Processor24] INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/def/Node.hbm.xml
| 2007-03-13 14:13:06,797 [http-8080-Processor24] INFO org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.Node -> JBPM_NODE
| 2007-03-13 14:13:06,964 [http-8080-Processor24] INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/def/Transition.hbm.xml
| 2007-03-13 14:13:07,020 [http-8080-Processor24] INFO org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.Transition -> JBPM_TRANSITION
| 2007-03-13 14:13:07,032 [http-8080-Processor24] INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/def/Event.hbm.xml
| .....
| 2007-03-13 14:13:17,546 [http-8080-Processor24] WARN org.hibernate.cache.EhCacheProvider - Could not find configuration [org.jbpm.graph.def.Node]; using defaults.
| 2007-03-13 14:13:17,863 [http-8080-Processor24] WARN org.hibernate.cache.EhCacheProvider - Could not find configuration [org.jbpm.instantiation.Delegation]; using defaults.
| 2007-03-13 14:13:18,410 [http-8080-Processor24] WARN org.hibernate.cache.EhCacheProvider - Could not find configuration [org.jbpm.taskmgmt.def.Task]; using defaults.
| 2007-03-13 14:13:19,624 [http-8080-Processor24] WARN org.hibernate.cache.EhCacheProvider - Could not find configuration [org.jbpm.graph.def.ProcessDefinition]; using defaults.
| 2007-03-13 14:13:20,031 [http-8080-Processor24] WARN org.hibernate.cache.EhCacheProvider - Could not find configuration [org.jbpm.graph.def.ExceptionHandler]; using defaults.
| 2007-03-13 14:13:20,058 [http-8080-Processor24] WARN org.hibernate.cache.EhCacheProvider - Could not find configuration [org.jbpm.module.def.ModuleDefinition]; using defaults.
| 2007-03-13 14:13:20,746 [http-8080-Processor24] WARN org.hibernate.cache.EhCacheProvider - Could not find configuration [org.jbpm.graph.def.Action]; using defaults.
| 2007-03-13 14:13:21,036 [http-8080-Processor24] WARN org.hibernate.cache.EhCacheProvider - Could not find configuration [org.jbpm.graph.def.Event]; using defaults.
| 2007-03-13 14:13:21,359 [http-8080-Processor24] WARN org.hibernate.cache.EhCacheProvider - Could not find configuration [org.jbpm.context.def.VariableAccess]; using defaults.
| 2007-03-13 14:13:21,770 [http-8080-Processor24] WARN org.hibernate.cache.EhCacheProvider - Could not find configuration [org.jbpm.graph.def.Transition]; using defaults.
| 2007-03-13 14:13:22,351 [http-8080-Processor24] WARN org.hibernate.cache.EhCacheProvider - Could not find configuration [org.jbpm.taskmgmt.def.TaskController]; using defaults.
| 2007-03-13 14:13:22,448 [http-8080-Processor24] WARN org.hibernate.cache.EhCacheProvider - Could not find configuration [org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks]; using defaults.
| 2007-03-13 14:13:22,557 [http-8080-Processor24] WARN org.hibernate.cache.EhCacheProvider - Could not find configuration [org.jbpm.graph.node.ProcessState.variableAccesses]; using defaults.
| 2007-03-13 14:13:22,562 [http-8080-Processor24] WARN org.hibernate.cache.EhCacheProvider - Could not find configuration [org.jbpm.graph.def.ProcessDefinition.events]; using defaults.
| 2007-03-13 14:13:22,565 [http-8080-Processor24] WARN org.hibernate.cache.EhCacheProvider - Could not find configuration [org.jbpm.taskmgmt.def.Swimlane.tasks]; using defaults.
| 2007-03-13 14:13:22,570 [http-8080-Processor24] WARN org.hibernate.cache.EhCacheProvider - Could not find configuration [org.jbpm.graph.def.Node.leavingTransitions]; using defaults.
| 2007-03-13 14:13:22,574 [http-8080-Processor24] WARN org.hibernate.cache.EhCacheProvider - Could not find configuration [org.jbpm.taskmgmt.def.TaskController.variableAccesses]; using defaults.
| 2
| .....
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027557#4027557
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027557
19Â years, 1Â month