You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Sir / Madam,
Regd. Deployment of jackrabbit war into Fuse ESB.
I have downloaded jackrabbit war file and deployed it into JBoss7 server,
working fine.
But same war file i am trying to deploy into Fuse ESB, facing issues.
Error : FAILED RepositoryStartup: java.lang.NoClassDefFoundError:
org/w3c/dom/Node.
My Understadings:
1. Org.w3c.dom package is avilable in rt.jar which is avilable in jdk.
2. This package entry is also avilable in jre.properties file which is in
FuseESBEnterprise-7.0.1/etc folder.
3. I put entry "Import-Package: org.w3c.dom" in Manifest.MF file. But Fuse
container is not reading Manifest file, as per my knowledge.
4. If I place any other jar (like xmlparserv2.jar,crimson-1.1.3.jar) which is
having "org.w3c.dom" package to resolve this issue, causing other issues
related to "class Cast Exception".
How can i resolve this issue?
So please suggest me to go forward.
Thanks in advance.
Regards
Sudhakar Nune
CSC Company
email: [email protected]
Original issue reported on code.google.com by [email protected] on 26 Nov 2012 at 3:50
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 26 Nov 2012 at 3:50The text was updated successfully, but these errors were encountered: