|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
tasks UI has issuesI noticed that managing tasks via tha UI has serious issues.
example: try to change the interval of an existing task result: you get errors about an already existing task. The task does not run with the updated inteval. and if you don't get any error, the modifications are not seen in Configure/synapse/Current configuration. Nor in the conf/synapse.xml (after hitting Save). Is this a known issue? version: wso2esb v2.1 Regards, Harm _______________________________________________ Esb-java-user mailing list Esb-java-user@... https://wso2.org/cgi-bin/mailman/listinfo/esb-java-user |
|
|
Re: tasks UI has issuesIts even worse.
It seems that whenever one has a task, you. can _no longer_ edit synapse.xml directly via the webui. Hitting "Update" or "Save" always (without editing anything) gives: Failed to save configuration. Error was: Unable to update the Synapse configuration.Error starting up Scheduler : Error scheduling job : JobDetail 'synapse.simple.quartz.testtask': jobClass: 'org.apache.synapse.startup.quartz.SimpleQuartzJob isStateful: false isVolatile: false isDurable: false requestsRecovers: false with trigger Trigger 'synapse.simple.quartz.testtask-trigger--7434854807021528161': triggerClass: 'org.quartz.SimpleTrigger isVolatile: true calendar: 'null' misfireInstruction: 0 nextFireTime: Thu Sep 10 15:46:57 CEST 2009 Check log for more details Can you confirm this ? (and do you have a workaround ?) my synapse.xml snippet <syn:task name="testtask" class="com.tst.CallSequence" group="synapse.simple.quartz"> <syn:trigger interval="5"/> <syn:property name="sequence" value="check_users"/> <syn:property name="method" value="astring"/> </syn:task> Regards, Harm On Thu, Sep 10, 2009 at 3:09 PM, Harm Verhagen <harm.verhagen@...> wrote: > I noticed that managing tasks via tha UI has serious issues. > > example: > try to change the interval of an existing task > > result: > you get errors about an already existing task. The task does not run > with the updated inteval. > and > if you don't get any error, the modifications are not seen in > Configure/synapse/Current configuration. Nor in the conf/synapse.xml > (after hitting Save). > > Is this a known issue? > > version: wso2esb v2.1 > > Regards, > Harm > _______________________________________________ Esb-java-user mailing list Esb-java-user@... https://wso2.org/cgi-bin/mailman/listinfo/esb-java-user |
|
|
Re: tasks UI has issuesHi Harm,
We will have a look at it and get back to you on this. Seems like the issue is there and we will be fixing that for the 2.1.1 release which will be out in probably 2 weeks time. Thanks, Ruwan Harm Verhagen wrote: > Its even worse. > It seems that whenever one has a task, you. can _no longer_ edit > synapse.xml directly via the webui. > Hitting "Update" or "Save" always (without editing anything) gives: > Failed to save configuration. Error was: Unable to update the Synapse > configuration.Error starting up Scheduler : Error scheduling job : > JobDetail 'synapse.simple.quartz.testtask': jobClass: > 'org.apache.synapse.startup.quartz.SimpleQuartzJob isStateful: false > isVolatile: false isDurable: false requestsRecovers: false with > trigger Trigger > 'synapse.simple.quartz.testtask-trigger--7434854807021528161': > triggerClass: 'org.quartz.SimpleTrigger isVolatile: true calendar: > 'null' misfireInstruction: 0 nextFireTime: Thu Sep 10 15:46:57 CEST > 2009 Check log for more details > > > Can you confirm this ? (and do you have a workaround ?) > > > my synapse.xml snippet > <syn:task name="testtask" class="com.tst.CallSequence" > group="synapse.simple.quartz"> > <syn:trigger interval="5"/> > <syn:property name="sequence" value="check_users"/> > <syn:property name="method" value="astring"/> > </syn:task> > > > Regards, > Harm > > > On Thu, Sep 10, 2009 at 3:09 PM, Harm Verhagen > <harm.verhagen@... <mailto:harm.verhagen@...>> wrote: > > I noticed that managing tasks via tha UI has serious issues. > > > > example: > > try to change the interval of an existing task > > > > result: > > you get errors about an already existing task. The task does not run > > with the updated inteval. > > and > > if you don't get any error, the modifications are not seen in > > Configure/synapse/Current configuration. Nor in the conf/synapse.xml > > (after hitting Save). > > > > Is this a known issue? > > > > version: wso2esb v2.1 > > > > Regards, > > Harm > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Esb-java-user mailing list > Esb-java-user@... > https://wso2.org/cgi-bin/mailman/listinfo/esb-java-user > -- Ruwan Linton Technical Lead & Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ruwan@...; cell: +94 77 341 3097 blog: http://blog.ruwan.org _______________________________________________ Esb-java-user mailing list Esb-java-user@... https://wso2.org/cgi-bin/mailman/listinfo/esb-java-user |
|
|
Re: tasks UI has issuesHi,
Yes, we have already reported these issues and the developers are looking into them at the moment and they will be fixed in the next release. https://wso2.org/jira/browse/CARBON-5077 https://wso2.org/jira/browse/CARBON-4993 Thanks, Evanthika On Fri, Sep 11, 2009 at 7:15 AM, Ruwan Linton <ruwan@...> wrote: > Hi Harm, > > We will have a look at it and get back to you on this. Seems like the > issue is there and we will be fixing that for the 2.1.1 release which > will be out in probably 2 weeks time. > > Thanks, > Ruwan > > Harm Verhagen wrote: >> Its even worse. >> It seems that whenever one has a task, you. can _no longer_ edit >> synapse.xml directly via the webui. >> Hitting "Update" or "Save" always (without editing anything) gives: >> Failed to save configuration. Error was: Unable to update the Synapse >> configuration.Error starting up Scheduler : Error scheduling job : >> JobDetail 'synapse.simple.quartz.testtask': jobClass: >> 'org.apache.synapse.startup.quartz.SimpleQuartzJob isStateful: false >> isVolatile: false isDurable: false requestsRecovers: false with >> trigger Trigger >> 'synapse.simple.quartz.testtask-trigger--7434854807021528161': >> triggerClass: 'org.quartz.SimpleTrigger isVolatile: true calendar: >> 'null' misfireInstruction: 0 nextFireTime: Thu Sep 10 15:46:57 CEST >> 2009 Check log for more details >> >> >> Can you confirm this ? (and do you have a workaround ?) >> >> >> my synapse.xml snippet >> <syn:task name="testtask" class="com.tst.CallSequence" >> group="synapse.simple.quartz"> >> <syn:trigger interval="5"/> >> <syn:property name="sequence" value="check_users"/> >> <syn:property name="method" value="astring"/> >> </syn:task> >> >> >> Regards, >> Harm >> >> >> On Thu, Sep 10, 2009 at 3:09 PM, Harm Verhagen >> <harm.verhagen@... <mailto:harm.verhagen@...>> wrote: >> > I noticed that managing tasks via tha UI has serious issues. >> > >> > example: >> > try to change the interval of an existing task >> > >> > result: >> > you get errors about an already existing task. The task does not run >> > with the updated inteval. >> > and >> > if you don't get any error, the modifications are not seen in >> > Configure/synapse/Current configuration. Nor in the conf/synapse.xml >> > (after hitting Save). >> > >> > Is this a known issue? >> > >> > version: wso2esb v2.1 >> > >> > Regards, >> > Harm >> > >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Esb-java-user mailing list >> Esb-java-user@... >> https://wso2.org/cgi-bin/mailman/listinfo/esb-java-user >> > > > -- > Ruwan Linton > Technical Lead & Product Manager; WSO2 ESB; http://wso2.org/esb > WSO2 Inc.; http://wso2.org > email: ruwan@...; cell: +94 77 341 3097 > blog: http://blog.ruwan.org > > > > _______________________________________________ > Esb-java-user mailing list > Esb-java-user@... > https://wso2.org/cgi-bin/mailman/listinfo/esb-java-user > _______________________________________________ Esb-java-user mailing list Esb-java-user@... https://wso2.org/cgi-bin/mailman/listinfo/esb-java-user |
| Free embeddable forum powered by Nabble | Forum Help |