when i try to assign a role (e.g. "View Forum") to a forum in admin, i get :
(from /atleap/rw/forum/forum/assignRoles.fr.do)
com.blandware.atleap.service.exception.BeanAlreadyExistsException: Forum with the same title and parent already exists; parent ID is null
at com.blandware.atleap.service.forum.impl.ForumManagerImpl.updateForum(ForumManagerImpl.java:233)
at com.blandware.atleap.service.forum.impl.ForumManagerImpl.updateForum(ForumManagerImpl.java:252)
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:585)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:287)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:181)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:176)
at $Proxy120.updateForum(Unknown Source)
by the way i don't get the meaning of what i do when i do that... (assigning that role)
---------------------------------------------------------------------
To unsubscribe, e-mail:
users-unsubscribe@...
For additional commands, e-mail:
users-help@...