[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 : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987127
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 work. The server crips for out of sequence error.

Just wanted to know if this is resolved in .net compact framework 2.0 version.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3985154#3985154

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985154
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 org.jboss.ws.tools.JavaToWSDL.generate(JavaToWSDL.java:303)
at 
org.jboss.ws.tools.helpers.ToolsHelper.handleJavaToWSDLGeneration(ToolsHelper.java:122)
at org.jboss.ws.tools.WSTools.process(WSTools.java:132)
at org.jboss.ws.tools.WSTools.generate(WSTools.java:120)
at org.jboss.ws.tools.WSTools.main(WSTools.java:61)
---

I am using wstools which gets shipped default with JBOSS-4.0.4GA release.

Attaching the contents of the interface and config files

wstools-config.xml
=

java-wsdl

namespaces target-namespace=http://hello.ws.jboss.org/;
type-namespace=http://hello.ws.jboss.org/types/

webservices servlet-link=TrivialEndPointJSE/
/java-wsdl


TrivialServiceInterface.java

import java.rmi.Remote;
import java.rmi.RemoteException;

public interface TrivialServiceInterface extends Remote
{
   String purchase (String person) throws RemoteException;
}



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3984540#3984540

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984540
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984603
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982199
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982204
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3982212#3982212

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982212
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user