This is the discussions area for Joget Workflow community. Please login or signup to participate in the forum.
For any question or bug report related to Joget Workflow, please organize them under this page. You may:
- create a sub-section by creating a new page, and
- create a topic by creating a new page under a relevant sub-section
Topics 1
Replies 0
| Topic | Author | Replies | Last Reply | |
|---|---|---|---|---|
|
any question or bug report related to Joget Workflow v3, please organize them under this page. You may: # create a subsection by creating a new page, and # create a topic by creating a new page under a relevant subsection If you ...
|
|
0 | - |
Comments (15)
Sep 20, 2010
Rudy Hartono says:
Hi, To avoid any confusing to run a process with the same package, is there an...Hi,
To avoid any confusing to run a process with the same package, is there any way to hide Subflow Process(es) in Run Process-List?
Thanks.
Mar 01, 2011
Olinto Gomes Junior says:
Is there a way to query a legacy Firebird DB thru a beanshell script? I have bee...Is there a way to query a legacy Firebird DB thru a beanshell script? I have been trying without succes, the sistem seems to accept only MySQL and MSSQL. Thanks for the great software by the way!
Mar 02, 2011
Tiensoon says:
Ya, the BeanShell Plugin is packaged with JDBC drivers for MySQL, SQL Server 200...Ya, the BeanShell Plugin is packaged with JDBC drivers for MySQL, SQL Server 2005 and Oracle 10g; but not Firebird DB. For that to be possible, BeanShell Plugin has to be packaged with a Firebird-compatible JDBC JAR in the lib
Mar 06, 2011
Olinto Gomes Junior says:
Thanks a lot! I'm going to try to install a development environment in order...Thanks a lot! I'm going to try to install a development environment in order to do it.
Jul 28, 2011
laijunyi says:
hi, when i try to use the database plugin to update my database, there was a er...hi,
when i try to use the database plugin to update my database, there was a error occured:
java.lang.NoClassDefFoundError: javax/sql/DataSource
at org.joget.plugin.etl.FormDataEtlPlugin.createDataSource(FormDataEtlPlugin.java:88)
at org.joget.plugin.etl.FormDataEtlPlugin.execute(FormDataEtlPlugin.java:77)
at org.joget.workflow.shark.WorkflowToolActivityHandler.executeActivity(WorkflowToolActivityHandler.java:99)
at org.enhydra.shark.WfActivityImpl.runTool(WfActivityImpl.java:1487)
at org.enhydra.shark.WfActivityImpl.startActivity(WfActivityImpl.java:1419)
at org.enhydra.shark.WfActivityImpl.activate(WfActivityImpl.java:261)
at org.enhydra.shark.WfProcessImpl.startActivity(WfProcessImpl.java:918)
at org.enhydra.shark.WfProcessImpl.queueNext(WfProcessImpl.java:1134)
at org.enhydra.shark.WfProcessImpl.run(WfProcessImpl.java:750)
at org.enhydra.shark.WfProcessImpl.activity_complete(WfProcessImpl.java:969)
at org.enhydra.shark.WfActivityImpl.finish(WfActivityImpl.java:441)
at org.enhydra.shark.WfActivityImpl.complete(WfActivityImpl.java:366)
at org.enhydra.shark.WfActivityWrapper.complete(WfActivityWrapper.java:230)
at org.joget.workflow.model.service.WorkflowManagerImpl.assignmentComplete(WorkflowManagerImpl.java:4575)
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:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.joget.workflow.util.AuditTrailInterceptor.invoke(AuditTrailInterceptor.java:21)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.joget.workflow.util.AuditTrailInterceptor.invoke(AuditTrailInterceptor.java:21)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy9.assignmentComplete(Unknown Source)
at org.joget.workflow.model.WorkflowFacade.assignmentComplete(WorkflowFacade.java:465)
at org.joget.workflow.controller.WorkflowJsonController.assignmentComplete(WorkflowJsonController.java:1237)
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:597)
at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.doInvokeMethod(HandlerMethodInvoker.java:413)
at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:134)
at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:310)
at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:297)
at org.joget.commons.spring.web.ParameterizedAnnotationMethodHandlerAdapter.handle(ParameterizedAnnotationMethodHandlerAdapter.java:30)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:511)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:359)
at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
at org.springframework.security.ui.SessionFixationProtectionFilter.doFilterHttp(SessionFixationProtectionFilter.java:67)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
at org.joget.workflow.security.WorkflowNtlmProcessingFilter.doFilterHttp(WorkflowNtlmProcessingFilter.java:52)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
at org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:271)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:271)
at org.joget.workflow.security.WorkflowHttpAuthProcessingFilter.doFilterHttp(WorkflowHttpAuthProcessingFilter.java:39)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
at org.springframework.security.ui.logout.LogoutFilter.doFilterHttp(LogoutFilter.java:89)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:174)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:236)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:96)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.ClassNotFoundException: javax.sql.DataSource
at org.apache.felix.framework.searchpolicy.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:564)
at org.apache.felix.framework.searchpolicy.ModuleImpl.access$100(ModuleImpl.java:58)
at org.apache.felix.framework.searchpolicy.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1405)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
... 100 more
I saw the source ApplicationPlugin.java , and i can not find the implement of the method execute(Map props).
can anybody tell me why?
Jul 29, 2011
Hugo says:
Hi there, It seems that it is having problem loading the necessary classes. Can...Hi there,
It seems that it is having problem loading the necessary classes. Can you tell us more maybe on the build number of your Joget and version of your Database plugin?
Oct 14, 2011
Roger1980 says:
Hi all, I am new here, but this workflow mgmt. system looks really interessting...Hi all,
I am new here, but this workflow mgmt. system looks really interessting. I have a short question, is there a possibility to execute Joget out of a website?
For example I have a website where people have to login and for the login process several tests must be executed. For that a workflow engine is needed.
So, if the question is YES, how can I connect the website with Joget? I read something that it is possible with IFrame, is that correct?
I wish you all the best and thanks for the answers...
Cheers Roger
Nov 18, 2011
Hugo says:
Hi Roger, Sorry for the late reply as we are busy wrapping up stuff for Joget v...Hi Roger,
Sorry for the late reply as we are busy wrapping up stuff for Joget v3 and attending to Enterprise Subscribers.
Yes, it is possible to do integration with Joget even on the older version. We have sets of comprehensive API calls for you to do integration with.
You may start your journey with the discussion at Integration Discussions.
Mar 07, 2012
grace says:
I have download some sample applications from marketplace such as HR, Purchase.....I have download some sample applications from marketplace such as HR, Purchase.. However, when i try to upload those application to my joget, it prompt me error :Error! Please check your selected file and try it again.
May I know is that any wrong with my method or the application ? I upload it though Design apps> Import app
Mar 08, 2012
Hugo says:
Hi Grace, Can you verify that you are using Joget Enterprise Edition? The app w...Hi Grace,
Can you verify that you are using Joget Enterprise Edition? The app will not work on Community Edition. Hope this helps.
May 18, 2012
Fernanda Ruales says:
Hello, I have a question, I'm seeing Joget and need to know if this tool allows ...Hello, I have a question, I'm seeing Joget and need to know if this tool allows me having an organizational structure in a functional way and designed my processes, view my organization in both ways, functional and processes.
Thanks a lot
Regards,
Fermanda
May 18, 2012
Hugo says:
Yes, you can. You can manage your staff in both organization/department(s) struc...Yes, you can. You can manage your staff in both organization/department(s) structure and by functional (groups) and map them accordingly in your process participant mapping.
Hope this helps. Thanks.
May 18, 2012
Fernanda Ruales says:
Tanks a lot Hugo, now I need a template or an example that demonstrates this, to...Tanks a lot Hugo, now I need a template or an example that demonstrates this, to see if it fits my needs, you know if there is something on the web about this??
Regards,
Fernanda
Dec 22
Simon Xi says:
Got authorized error when tried to active the system after input the new licence...Got authorized error when tried to active the system after input the new licence and admin user and password. As we moved the tomcat to a new server, but the database keep same.
License: Joget Workflow v3 Enterprise
Licensed To: mohamed eldarieby
Licensed Users: 50
Expiry: Mon Dec 09 15:59:59 UTC 2013
Not Activated
Dec 26
Hugo says:
Hi Simon, I believe the issue has been resolved. Thanks.Hi Simon,
I believe the issue has been resolved. Thanks.