Hi All, I try to run pluto 1.1.5 (source) from IntelliJ IDEA. My problem is that AbstractCastorDescriptorService.readInternal() doesnt load PortletAppDD (portlet.xml) correct: PortletAppDD.getPortlets() returns an array with 0 elements.
I am not the castor-API crack but I think WebAppDescriptorServiceImpl.getCastorMapping() cant load all the tld/dtd (?). I see after mapping.loadMapping(url); in WebAppDescriptorServiceImpl.getCastorMapping() org.exolab.castor.mapping.Mapping._resolver._dtdInfo has only 10 DTD loaded.. Any ideas? Thanks in advance Reto