[jboss-user] [JBossWS] - Re: Not registered: jboss.ws:service=ServiceRefHandler

2007-05-08 Thread hugin78
Upgrading to Jboss 4.2 CR2 solved the problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043913#4043913 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043913 ___ jboss-user

[jboss-user] [JBossWS] - Not registered: jboss.ws:service=ServiceRefHandler

2007-04-20 Thread hugin78
I have downloaded jboss-4.2.0.CR1 and patched it with jbossws-1.2.0.SP1. When I start the server I get a lot of warnings in the log with ServideRefHandler: | 2007-04-19 14:58:09,503 WARN [org.jboss.metadata.serviceref.ServiceRefHandlerFactory] Not registered:

[jboss-user] [JBossWS] - Problem importing multiple schema from the same namespace

2007-04-20 Thread hugin78
In my WS I use @WebService with the wsdlLocation. In my wsdl I have a type that use two external elements from the same namespace | import namespace=http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/;

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - problem streaming data to a blob on an sqlserver

2007-02-11 Thread hugin78
I have an entity with a lob value: |@Lob | public byte[] getData() { | return data; | } | I have a large amount of data that Iretrieve in small parts from the database, convert it to xml and stream it to the blobfield. |public void insertData() throws

[jboss-user] [JBossWS] - Failed to set value - argument type mismatch

2007-01-11 Thread hugin78
Hallo In my wsdl file I have a type with enumerations. I have one operation that returns an instance of the type - This one is working fine. I then have another that take an instance of the type as argument and this one fails with the exception: | 2007-01-11 16:09:03,253 WARN

[jboss-user] [JBossWS] - Re: Failed to set value - argument type mismatch

2007-01-11 Thread hugin78
Thank you very much Thomas View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4000696#4000696 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4000696 ___ jboss-user mailing list