[ http://issues.apache.org/jira/browse/GERONIMO-2482?page=comments#action_12449304 ] Vamsavardhana Reddy commented on GERONIMO-2482: -----------------------------------------------
Build is adding the dependencies at ear level and because of this dwr classes trying to load classes from console-standard are running into ClassNotFoundExceptions. This is avoided by enabling inverse-classloading at web-app level. Fixed in rev 474237 (branches\1.1) > Remove console JARs from WEB-INF/lib > ------------------------------------ > > Key: GERONIMO-2482 > URL: http://issues.apache.org/jira/browse/GERONIMO-2482 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: console > Affects Versions: 1.1.1 > Reporter: Aaron Mulder > Assigned To: Vamsavardhana Reddy > Fix For: 1.2, 1.1.2 > > > It's unnecessarily hard to build console extension plugins because the > car-maven-plugin can't access JARs in a WEB-INF/lib directory. The console > web apps should not package any JARs, but instead use dependency elements to > add them to the class path. (e.g. console-framework packages castor) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
