Hi Marcos, 1) just to make sure - after you made the changes in [dspace-src], did you run mvn package and ant update? That compiles the classes, creates the jars and installs them into [dspace]. Then you need to restart Tomcat. 2) I notice you didn't change your XSL to detect the URL by looking at /dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='request'][@qualifier='URI'] and serving the appropriate page. This might be another important error.
If you're using DSpace 1.8, it would be easier to start by Step 4) on the page you followed. The StaticPage aspect is already prepared for simple static pages, so you don't have to create your own aspect and recompile. Test it with StaticPage first, then when that works, try again with your custom aspect. Regards, ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

