[jira] [Created] (SYNCOPE-966) Exception reported when looking at propagation task details from user list

2016-11-09 Thread JIRA
Francesco Chicchiriccò created SYNCOPE-966:
--

 Summary: Exception reported when looking at propagation task 
details from user list
 Key: SYNCOPE-966
 URL: https://issues.apache.org/jira/browse/SYNCOPE-966
 Project: Syncope
  Issue Type: Bug
  Components: console
Affects Versions: 2.0.1
Reporter: Francesco Chicchiriccò
 Fix For: 2.0.2, 2.1.0


>From user (or group or any object) list, access the list of propagation tasks.

When getting into the details (the eye icon), the following stacktrace is 
reported:

{code}
org.apache.wicket.WicketRuntimeException: No get method defined for class: 
class org.apache.syncope.common.lib.to.PropagationTaskTO expression: right
 at 
org.apache.wicket.core.util.lang.PropertyResolver$DefaultPropertyLocator.get(PropertyResolver.java:1537)
 at 
org.apache.wicket.core.util.lang.PropertyResolver$CachingPropertyLocator.get(PropertyResolver.java:1409)
 at 
org.apache.wicket.core.util.lang.PropertyResolver.getGetAndSet(PropertyResolver.java:391)
 at 
org.apache.wicket.core.util.lang.PropertyResolver.getObjectWithGetAndSet(PropertyResolver.java:355)
 at 
org.apache.wicket.core.util.lang.PropertyResolver.getObjectWithGetAndSet(PropertyResolver.java:261)
 at 
org.apache.wicket.core.util.lang.PropertyResolver.getValue(PropertyResolver.java:111)
 at 
org.apache.wicket.core.util.string.interpolator.PropertyVariableInterpolator.getValue(PropertyVariableInterpolator.java:65)
 at 
org.apache.wicket.util.string.interpolator.VariableInterpolator.toString(VariableInterpolator.java:149)
 at 
org.apache.wicket.Localizer.substitutePropertyExpressions(Localizer.java:586)
 at org.apache.wicket.Localizer.getStringIgnoreSettings(Localizer.java:422)
 at org.apache.wicket.Localizer.getString(Localizer.java:232)
 at 
org.apache.wicket.model.StringResourceModel.getString(StringResourceModel.java:439)
 at 
org.apache.wicket.model.StringResourceModel.getString(StringResourceModel.java:424)
 at 
org.apache.wicket.model.StringResourceModel.load(StringResourceModel.java:617)
 at 
org.apache.wicket.model.StringResourceModel.load(StringResourceModel.java:199)
 at 
org.apache.wicket.model.LoadableDetachableModel.getObject(LoadableDetachableModel.java:135)
 at 
org.apache.syncope.client.console.tasks.AnyPropagationTasks$1.viewTask(AnyPropagationTasks.java:50)
 at 
org.apache.syncope.client.console.tasks.AnyPropagationTasks$1.viewTask(AnyPropagationTasks.java:44)
 at 
org.apache.syncope.client.console.tasks.PropagationTaskDirectoryPanel$1$3.onClick(PropagationTaskDirectoryPanel.java:118)
 at 
org.apache.syncope.client.console.tasks.PropagationTaskDirectoryPanel$1$3.onClick(PropagationTaskDirectoryPanel.java:112)
 at 
org.apache.syncope.client.console.wicket.markup.html.form.ActionLinksPanel$21.onClick(ActionLinksPanel.java:529)
 at org.apache.wicket.ajax.markup.html.AjaxLink$1.onEvent(AjaxLink.java:85)
 at 
org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:155)
 at 
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:601)
 at java.lang.reflect.Method.invoke(Method.java:606)
 at 
org.apache.wicket.RequestListenerInterface.internalInvoke(RequestListenerInterface.java:258)
 at 
org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:241)
 at 
org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.invokeListener(ListenerInterfaceRequestHandler.java:248)
 at 
org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandler.java:234)
 at 
org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:895)
 at 
org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)
 at 
org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:265)
 at 
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:222)
 at 
org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:293)
 at 
org.apache.wicket.protocol.ws.AbstractUpgradeFilter.processRequestCycle(AbstractUpgradeFilter.java:70)
 at 
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:203)
 at 
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:284)
 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
 at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
 at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:108)
 at 

[jira] [Commented] (SYNCOPE-808) Netbeans plugin

2016-11-09 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15651266#comment-15651266
 ] 

ASF GitHub Bot commented on SYNCOPE-808:


Github user tmess567 commented on the issue:

https://github.com/apache/syncope/pull/39
  
I'm kinda busy with a family function.. Will work on the suggested fixes in 
a day or two


> Netbeans plugin
> ---
>
> Key: SYNCOPE-808
> URL: https://issues.apache.org/jira/browse/SYNCOPE-808
> Project: Syncope
>  Issue Type: Sub-task
>  Components: ide
> Environment: Netbeans IDE
>Reporter: Francesco Chicchiriccò
>Assignee: Tushar Mishra
>  Labels: gsoc2016, netbeans
> Fix For: 2.0.2, 2.1.0
>
>
> Develop a plug-in, according to what reported in SYNCOPE-770, working with 
> latest Netbeans version.
> See Google Summer of Code project proposal at 
> https://summerofcode.withgoogle.com/projects/#5722525799546880



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] syncope issue #39: [SYNCOPE-808] Added Netbeans Plugin to SYNCOPE 2_0_X

2016-11-09 Thread tmess567
Github user tmess567 commented on the issue:

https://github.com/apache/syncope/pull/39
  
I'm kinda busy with a family function.. Will work on the suggested fixes in 
a day or two


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Resolved] (SYNCOPE-965) Cron expression for scheduled job is not saved from the console

2016-11-09 Thread Marco Di Sabatino Di Diodoro (JIRA)

 [ 
https://issues.apache.org/jira/browse/SYNCOPE-965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Di Sabatino Di Diodoro resolved SYNCOPE-965.
--
Resolution: Fixed

> Cron expression for scheduled job is not saved from the console
> ---
>
> Key: SYNCOPE-965
> URL: https://issues.apache.org/jira/browse/SYNCOPE-965
> Project: Syncope
>  Issue Type: Bug
>  Components: console
>Affects Versions: 1.2.9, 2.0.1
>Reporter: Marco Di Sabatino Di Diodoro
>Assignee: Marco Di Sabatino Di Diodoro
> Fix For: 1.2.10, 2.0.2, 2.1.0
>
>
> If you create or update an scheduled job from the console, the cron 
> expression is not saved on Syncope.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SYNCOPE-965) Cron expression for scheduled job is not saved from the console

2016-11-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15650138#comment-15650138
 ] 

ASF subversion and git services commented on SYNCOPE-965:
-

Commit 4e298b0fe7eedb015d5b9b3e8112adccf45c1fe3 in syncope's branch 
refs/heads/2_0_X from [~mdisabatino]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=4e298b0 ]

[SYNCOPE-965] Fixed the saving behavior for cron expression


> Cron expression for scheduled job is not saved from the console
> ---
>
> Key: SYNCOPE-965
> URL: https://issues.apache.org/jira/browse/SYNCOPE-965
> Project: Syncope
>  Issue Type: Bug
>  Components: console
>Affects Versions: 1.2.9, 2.0.1
>Reporter: Marco Di Sabatino Di Diodoro
>Assignee: Marco Di Sabatino Di Diodoro
> Fix For: 1.2.10, 2.0.2, 2.1.0
>
>
> If you create or update an scheduled job from the console, the cron 
> expression is not saved on Syncope.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SYNCOPE-965) Cron expression for scheduled job is not saved from the console

2016-11-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15650137#comment-15650137
 ] 

ASF subversion and git services commented on SYNCOPE-965:
-

Commit 31699b0c3d81a7fff781be8ed2deb72f22e8125c in syncope's branch 
refs/heads/master from [~mdisabatino]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=31699b0 ]

[SYNCOPE-965] Fixed the saving behavior for cron expression


> Cron expression for scheduled job is not saved from the console
> ---
>
> Key: SYNCOPE-965
> URL: https://issues.apache.org/jira/browse/SYNCOPE-965
> Project: Syncope
>  Issue Type: Bug
>  Components: console
>Affects Versions: 1.2.9, 2.0.1
>Reporter: Marco Di Sabatino Di Diodoro
>Assignee: Marco Di Sabatino Di Diodoro
> Fix For: 1.2.10, 2.0.2, 2.1.0
>
>
> If you create or update an scheduled job from the console, the cron 
> expression is not saved on Syncope.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)