i try to run my project by tomcat7. afer the generation of the wsdl file of my webservices by jax ws maven plugin (and it generated by success) but tried to view the wsdl fi
Add the jar from where this class com.sun.istack.localization.Localizable is coming .
com.sun.istack.localization.Localizable
As the same is present in jaxb-core-2.2.X and jaxb-impl-2.2.X.
jaxb-core-2.2.X and jaxb-impl-2.2.X.
Try adding those jars in your server/lib or bundle them with the war file.
Thanks