Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0-incubating
-
None
Description
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/console.log ***
-
-
-
- /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]
- /opt/syncopeDir/log/core-rest.log ***
-