[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Updating a List as BLOB on CMP EJB on JBoss 4.0.2

2006-03-28 Thread sonic-dre
Hello The attempt to save an updated java.util.LinkedList as a BLOB via CMP EntityBean goes wrong in some cases. If the List added a new element or removed an element, the changed List is persisted as BLOB via CMP. In this case the CMP works correctly. But if an attribute of one element in th

[JBoss-user] [JBossWS] - Re: RPC/Literal return value or null

2005-09-19 Thread sonic-dre
One soloution for this Problem is to change from rpcliteral to documentliteral and useing the unwrap function from wscompile. However I still wonder why a jaxrpc rpcliteral client unexpect null as a possible return value. Sorry this Problem is no JBossWS specific, but I hope I could help some

[JBoss-user] [JBossWS] - RPC/Literal return value or null

2005-09-19 Thread sonic-dre
Hi I use an RPC/literal WS4EE JBoss EJB Endpoint. The Service Methods returns an Bytearray or null. And this is a problem, if the method returns an Bytearray everything works fine, but if the Service returns null following Remoteexception is thrown by my JWSDP 1.6 Client: | RemoteException: R

[JBoss-user] [JBossWS] - Re: SOAPFault instead of custom Exception

2005-08-25 Thread sonic-dre
I use for my Webservice Client a Jaxrpc DII, and now I read that the javax.xml.rpc.ServiceFactory has no notion of WS4EE deployment Artifacts like my jaxrpc-mapping.xm. So could it be, that my Client have no onformation about how to map my custom Exception? Or can my Client findout the maping

[JBoss-user] [JBossWS] - Re: SOAPFault instead of custom Exception

2005-08-25 Thread sonic-dre
Hi again The differences between my SOAP Message and the Testsuite Example, causes of the fact by using "rpc encoding" instead of "rpc literal". So I try it with "rpc literal". Now my SOAP Message is equal to the Testsuiteexample. But my Jaxrpc Client, with a jwsdp 1.5 implementation, get only

[JBoss-user] [JBossWS] - SOAPFault instead of custom Exception

2005-08-24 Thread sonic-dre
Hi On JAX-RPC Clientside I became a SOAPFaultException instead of a custom Exception. I compare my WSDL File and JAX-RPC-MAPPING File with the testsuite examples, everything seems right. The SOAP Message I´ve got : | | | http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://

[JBoss-user] [JBossWS] - performance EJB Endpoint

2005-04-26 Thread sonic-dre
Hi, I have some question about the WS4EE performence. In our application we used four different EJB WS4EE Endpoints. After testing the application the average time, from the invocation statistic on the web-console, for the EJB RemoteInterfaces are three to four times higher than the average time

[JBoss-user] [JBossWS] - Re: migrating to 4.0.1sp1

2005-04-21 Thread sonic-dre
The Http Authentification works on IE Auth-PopUp and on Firefox via URL input and the Auth-PopUp. If I try it via javax.rpc.ServiceFactory.createService(URL url, QName qname), this Exception was thrown on clientside: | Caused by: javax.xml.rpc.ServiceException: Modellfehler: Analyse des

[JBoss-user] [JBossWS] - Re: migrating to 4.0.1sp1

2005-04-20 Thread sonic-dre
Thanks Jason this works, but now my wsdl files are in the context directory /my-context-that-i-want and these wsdl files have a security-constraint. This is good because my servicedescription is now protected, but if myself cant access them is this problematic. I tried it via simple HTTP Authen

[JBoss-user] [JBossWS] - Re: migrating to 4.0.1sp1

2005-04-19 Thread sonic-dre
my jboss.xml code before was the old for JBoss 4.0.0 the exception is caught by this jboss.xml during deployment on Jboss 4.0.1sp1 . . . myPort /myPortURI BASIC thanks for every helpfull hint: dre View the original post : http://www.jboss.org/index.html?modu

[JBoss-user] [JBossWS] - migrating to 4.0.1sp1

2005-04-19 Thread sonic-dre
Hi there I mirgrate my JBossWS EJBs from 4.0.0 to 4.0.1sp1. I changed the Tag in the jboss.xml descriptor to , during the deployment IÂve got this Exception: | 14:03:55,765 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | Incompletely deployed packages: | [EMAIL PROTECTED]