Editing a virtual attribute, error after submit
-----------------------------------------------

                 Key: SYNCOPE-11
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-11
             Project: Syncope
          Issue Type: Bug
          Components: console
    Affects Versions: 1.1-incubating
            Reporter: Marco Di Sabatino Di Diodoro
             Fix For: 1.1-incubating


A Virtual attribute is not saved after a change.

This procedure reproduces the problem:

1) Login to console with admin/password
2) Create a new Virtual Attribute
3) Click on Save button
4) Edit the Virtual Attribute
5) Click on Save button

Error:

*** /opt/syncopeDir/log/console.log ***
10:53:49.338 WARN  org.springframework.web.client.RestTemplate - POST request 
for "http://localhost:9080/syncope/rest/virtualSchema/user/update"; resulted in 
404 (Not Found); invoking error handler

*** /opt/syncopeDir/log/core-rest.log ***
10:53:49.316 ERROR org.syncope.core.rest.controller.AbstractController - Could 
not find derived schema 'test'
10:53:49.335 ERROR org.syncope.core.rest.controller.AbstractController - 
Exception thrown by REST methods
javassist.NotFoundException: test
        at 
org.syncope.core.rest.controller.VirtualSchemaController.update(VirtualSchemaController.java:141)
 ~[VirtualSchemaController.class:na]
        at 
org.syncope.core.rest.controller.VirtualSchemaController$$FastClassByCGLIB$$c9faca50.invoke(<generated>)
 ~[cglib-2.2.2.jar:na]
        at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) 
~[cglib-2.2.2.jar:na]
        at 
org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
 ~[spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
 ~[spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to