[jboss-user] [JBossWS] - Re: NullPointerException which generating the WSDL file usin

2006-11-18 Thread tapeshag
I like to correct one of my old comments. I was not defining the package in my interface I wrote it other way round. Thomas: Pls update this line in the bug description as well View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987127#3987127 Reply to the post :

[jboss-user] [JBossWS] - Re: Problem using .NET Compact Framework Client

2006-11-11 Thread tapeshag
I am also facing the similar problem. The generate file 'Reference.cs' doesnt get compiled as it gives compilation error ''System.Xml.Serialization.XmlElementAttribute' does not contain a definition for 'Form'' When I comment all the 'Form' in the file, it gets compiled but web service doesnt

[jboss-user] [JBossWS] - NullPointerException which generating the WSDL file using ws

2006-11-09 Thread tapeshag
Hello, I am trying to generate the descriptiors using the wstools. When I try to run it with my config file, I get the following error - Exception in thread main java.lang.NullPointerException at

[jboss-user] [JBossWS] - Re: NullPointerException which generating the WSDL file usin

2006-11-09 Thread tapeshag
I found the reason behind the Exception. I was not defining the interface in any package. Looks like it is required. So I added package org.myapp; and it started working. is it a bug in wstools? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984603#3984603

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: The jboss-hibernate.deployer directory missing in 4.0.3

2006-10-31 Thread tapeshag
I downloaded the attachment. It is confusing. The jboss-hibernate.deployer should be a folder but it shows as a file.?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982199#3982199 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - jboss-hibernate.deployer missing in 4.0.5

2006-10-31 Thread tapeshag
The jboss-hibernate.deployer folder is missing in $JBOSS_HOME/server/default/deploy in 4.0.5.GA release. Any suggestion how to get it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982204#3982204 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: The jboss-hibernate.deployer directory missing in 4.0.3

2006-10-31 Thread tapeshag
Well I figured out the problem. The zip contains the jboss-hibernate.deployer as a file. Actually it is a tar-zip file again. I just renamed it to jboss-hibernate.deployer.gz and opened with winzip again. I got complete directory structure It is confusing why author has done the zipped twice.