Martin Vajsar wrote:I believe you should be able to edit the post yourself - just click the
button on your post. Edits are possible for some short time after you post.
Just make sure there are no replies that would comment on the line you're going to edit. If it would be the case, it is better to post a reply with the correction, otherwise the conversation becomes confused.
satyajit bhosale wrote:
Avinash Ga wrote:Study materials by Milkalai and Ivan are great to start with. Also consider reading Java Web Services Up and Running by Martin Kalin and Java Web Services Architecture by James Mcgovern and team....
Hi,
My query is regarding practical of OCPJWSD. Can you please suggest some link(s) or books for practical?
Currently, I am stuck to following example/situation -
- Environment: Eclipse, Tomcat 7.0, JDK 1.7, Axis2.
- Create a WebService with annotation @WebService, @WebMethod, @SOAPBinding.
Here, I am unable to create a WSDL. I am trying to access a webservice using standalone client and stub.
If you have any input, please comment.
Thanks in advance,
Satyajit Bhosale
viapro young wrote:Is it sovled? I think I've got the same problem
Caused by: java.lang.NoClassDefFoundError: org/hibernate/util/DTDEntityResolver
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2895)
at org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1173)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1681)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1559)
at org.hibernate.cfg.Configuration.reset(Configuration.java:336)
at org.hibernate.cfg.Configuration.<init>(Configuration.java:275)
at org.hibernate.cfg.Configuration.<init>(Configuration.java:279)
at org.springframework.orm.hibernate4.LocalSessionFactoryBuilder.<init>(LocalSessionFactoryBuilder.java:106)
at org.springframework.orm.hibernate4.LocalSessionFactoryBean.afterPropertiesSet(LocalSessionFactoryBean.java:278)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1541)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1479)
... 39 more
Ulf Dittmer wrote:Session cookies are specific to individual web apps. But you can set additional cookies for the entire domain, and those will be visible across web apps.