Serena Dimensions plugin can not find resource when syncronizing new item
We use
Serena Dimensions 2009R03
Oracle JDeveloper 11.1.1.3.0
Serena Dimensions extension 11.1.1.3.37.56.60
We have managed to link an application to a Dimensions project, and syncronizing files that exisit in the repository works fine, but when adding new files to the repository, JDev crashes with an exeption:
Performing action Add...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
Invoking command: [ from oracle.ide.navigator.ProjectNavigatorWindow ]
java.util.MissingResourceException: Can't find resource for bundle oracle.jdevimpl.vcs.dimensions.res.Resource, key Failed to {0} file {1}
j.util.ResourceBundle.getObject(ResourceBundle.java:384)
j.util.ResourceBundle.getObject(ResourceBundle.java:381)
j.util.ResourceBundle.getString(ResourceBundle.java:344)
o.ji.vcs.dimensions.res.Resource.get(Resource.java:23)
o.ji.vcs.dimensions.res.Resource.format(Resource.java:31)
o.ji.vcs.dimensions.session.DMVersionOperation.convertToDMException(DMVersionOperation.java:98)
o.ji.vcs.dimensions.session.DMVersionOperation.convertToDMException(DMVersionOperation.java:73)
o.ji.vcs.dimensions.session.DMAdd.performOperation(DMAdd.java:121)
o.ji.vcs.dimensions.op.DMAddOperation$1.doInvocation(DMAddOperation.java:113)
o.j.vcs.spi.VCSDirectoryInvokable.runInvokableImpl(VCSDirectoryInvokable.java:199)
o.j.vcs.spi.VCSDirectoryInvokable.runInvokable(VCSDirectoryInvokable.java:117)
o.ji.vcs.dimensions.op.DMAbstractOperation.invokeCommandImpl(DMAbstractOperation.java:141)
o.ji.vcs.dimensions.op.DMAbstractOperation$1.doCommitOperation(DMAbstractOperation.java:102)
o.j.vcs.spi.VCSDialogCommitter$1.run(VCSDialogCommitter.java:82)
The item is not created.
It makes no difference if subversion i active at the same time or not.
Syncronizing with the Dimensions client or from a file explorer works fine.
I have tried to reinstall both jdev, Dimensions client and the extension with the same result.
This makes the extension pretty useless.
/Kim