New issue 284 by Massimil...@gmail.com: Tab resource doesn't work
if "something" deleted an used bundle
http://code.google.com/p/syncope/issues/detail?id=284
What steps will reproduce the problem?
1. Create a resource with X bundle
2. Delete X bundle
3. Restart container
4. Tab resource is inaccessible
In this case, Wicket in DEV mode, if I click on Resource Tab I see:
Unexpected RuntimeException
Last cause: {[NotFound [Connector Info for key ConnectorKey(
bundleName=org.connid.bundles.openam bundleVersion=0.1-SNAPSHOT
connectorName=org.connid.openam.OpenAMConnector )]], }
WicketMessage: Error attaching this container for rendering:
[WebMarkupContainer [Component id = body]]
Stacktrace
Root cause:
org.syncope.client.validation.SyncopeClientCompositeErrorException:
{[NotFound [Connector Info for key ConnectorKey(
bundleName=org.connid.bundles.openam bundleVersion=0.1-SNAPSHOT
connectorName=org.connid.openam.OpenAMConnector )]], }
at
org.syncope.client.validation.SyncopeClientErrorHandler.handleError(SyncopeClientErrorHandler.java:58)
at
org.springframework.web.client.RestTemplate.handleResponseError(RestTemplate.java:486)
at
org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:443)
at
org.springframework.web.client.RestTemplate.execute(RestTemplate.java:401)
at
org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:199)
at
WICKET_org.springframework.web.client.RestTemplate$$FastClassByCGLIB$$aa4e9ed0.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191)
at
org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:688)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
Comment #2 on issue 284 by fabio.ma...@gmail.com: Tab resource doesn't work
if "something" deleted an used bundle
http://code.google.com/p/syncope/issues/detail?id=284
(No comment was entered for this change.)
Comment #3 on issue 284 by fabio.ma...@gmail.com: Tab resource doesn't work
if "something" deleted an used bundle
http://code.google.com/p/syncope/issues/detail?id=284
This issue was closed by revision r1464.