Has anyone installed alfresco and then wcmqs manually on Oracle Weblogic?
The install requires an EAR file for the base /alfresco and /share and i can get these up and running, but when i try to install the wcmqs package (wcmqs and awe), i cannot get very far in the deployment process before i get errors for ClassNotFound from my /wcmqs webapp on:
java.lang.ClassNotFoundException: org.springframework.extensions.webeditor.taglib.AbstractTemplateTag
An error preceeds this about "failure to load annotations" but i want to get this missing class/jar in place first
does anyone know what the jar file that contains the missing class would be?
(note that i am installing all of the webapps as part of the EAR with a modified application.xml to load /wcmqs and /awe in additional to /share and /alfresco)
ive tried a bunch of things and adding every class that i could think of from /alfresco and /awe into the /wcmqs WEB-INF/classes, at the domain level /lib and even creating a separate /APP-INF/lib in the EAR but nothing seems to be in place for that missing class
thanks for any help!