Re: [Dspace-tech] custom authentication plugin

2012-04-12 Thread helix84
My problem was that after mvn package and ant update I manually overwrote the whole xmlui webapp directory with the older version to keep my other customizations. Since the xmlui/WEB-INF/lib/ directory _also_ contains dspace-api-1.8.2.jar and I overwrote it with the version without my plugin,

[Dspace-tech] custom authentication plugin

2012-04-10 Thread helix84
Hello, I'm trying to create a new authentication plugin, but I'm having issues. DSpace correctly builds the module, but PluginManager can't load it (ClassNotFoundException). I suspected a classpath issue, but the module is built in the same directory as the other modules. cd