[JBoss-dev] [JBossWS] - Re: Problem with Deserialzing Arrays by Axis

2004-12-01 Thread aagmon
the cause of the error is that one end of the service(client||server) recieve the soap elements not in the order he expected them , refer to the wiki , you can find there a detail explanation about how to order the elements before/after serialization, View the original post :

[JBoss-dev] [JBoss Profiler] - File IO leak

2004-11-11 Thread aagmon
after few nights of crawling through exceptions and 700 threads on jboss console we found out that we have a file leak - IOException too many open files i think the source is with using apache's common FileUpload jar (component dealing with multipart forms to upload files ) is there a way

[JBoss-dev] [Web Services] - 4.0.0 deployment failed on 4.0.1 with runtimeException

2004-11-07 Thread aagmon
document /lit (ejb-endpoint) deployment - mapping simple custom type deployed successfully on 4.0.0 suddenly failes in 4.0.1 with runtimeException 12:51:29,730 ERROR [ServiceDeployer] Cannot startup webservice for: echoCustomer.jar | org.jboss.deployment.DeploymentException: Cannot

[JBoss-dev] [Web Services] - Re: 4.0.0 deployment failed on 4.0.1 with runtimeException

2004-11-07 Thread aagmon
simple custom type cutomer - contain 2 strings : typeMapping | qname='ns1:Customer' xmlns:ns1='http://com.alon.beans/ws4ee' | type='java:com.alon.beans.Customer' | serializer='org.apache.axis.encoding.ser.BeanSerializerFactory' |

[JBoss-dev] [JBossWS] - Re: WHY??

2004-11-01 Thread aagmon
this is the issue Cannot unmarshal jaxrpc-mapping-file: META-INF/mapping.xml take a look at your jax-rpc mapping its probably a silly mistake refer to the wikki it has some good examples View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853548#3853548 Reply

[JBoss-dev] [JBossWS] - Re: WHY??

2004-11-01 Thread aagmon
here is a working example ?xml version=1.0 encoding=UTF-8? | | java-wsdl-mapping xmlns=http://java.sun.com/xml/ns/j2ee; | xmlns:impl=http://com.alon.beans/service; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee

[JBoss-dev] [JBossWS] - facing the nullPointer-Port error using application client

2004-10-26 Thread aagmon
hi i dont mean to repost this exception , i think that here the situation is a bit different : application client using rpc/lit service throwing this exception: (service is working fine with a servlet client -with almost same code) [java] 2004-10-26 17:41:41,962 ERROR

[JBoss-dev] [JBossWS] - Re: client Cannot unmarshal jaxrpc-mapping-file

2004-09-11 Thread aagmon
i guess thats what the happy axis found - i will make sure that the xmls are valid, changing the parser is done in the ws4ee mbean? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3847863#3847863 Reply to the post :

[JBoss-dev] [JBossWS] - Re: org.xml.sax.SAXException: SimpleDeserializer encountered

2004-08-23 Thread aagmon
had same thing exactly , when i switched to rpc instead of document it was fine but i still dont know what cause that exception View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845892#3845892 Reply to the post :

[JBoss-dev] [JBossWS] - error deploying example from WS wiki

2004-08-19 Thread aagmon
followed the instruction regarding the buid - build was fine - deployment threw this exception 1:56:32,169 INFO [STDOUT] Retrieving document at 'file:/C:/jboss4/jboss-4.0.0RC1/server/default/tmp/deploy/tmp45768samples-server-web-exp. | ar/WEB-INF/wsdl/server-web.wsdl'. | 1:56:32,184 INFO

[JBoss-dev] [JBossWS] - sun's wscompile - (part of wsdp ) greate descriptors generat

2004-08-17 Thread aagmon
hi all u should check out sun's wscompile , all you have to do is supply a config-interface.xml file follow this example: ?xml version=1.0 encoding=UTF-8? | configuration | xmlns=http://java.sun.com/xml/ns/jax-rpc/ri/config; | service | name=bookService |

[JBoss-dev] [JBossWS] - SOLVED ---!!!

2004-08-16 Thread aagmon
solved - corrupted axis/lib files updated new axis 1.1 lib - in server/def/lib View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845147#3845147 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845147

[JBoss-dev] [JBossWS] - weird deploy problem: .. XML document must not be .... ???

2004-08-15 Thread aagmon
hello friends recenetly we started migrating production web services to javaWS (till the jboss 4 ver will be final) for some time now im trying to deploy a very simple WS and keep getting this exception : :32:44,281 INFO [EARDeployer] Init J2EE application:

[JBoss-dev] [JBossWS] - Re: weird deploy problem:

2004-08-15 Thread aagmon
are u sure its a bug ? is there some way around it ? did u solve it some other way maybe ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845120#3845120 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845120

[JBoss-dev] [JBossWS] - NoClassDefFoundError: javax/wsdl/xml/WSDLLocator only on lin

2004-08-15 Thread aagmon
hello all i have jboss 4 RC01 runing on : win server 2003 and on Red Hat ES im trying to deploy same service that worked fine on WIN - with the same tools and env - both - axis 1.1 lib /ant 1.6.2/ got the following error : 01:24:39,061 ERROR [ServiceDeployer] Cannot startup webservice for:

[JBoss-dev] [JBoss IDE] - Re: very hard deployment problem -

2004-08-03 Thread aagmon
as i said the i have 3 jars -fiboEJB -- contain the session bean -cmpEJB -- contain the cmp called by the session bean and yes all the classes are present - and the cmp is called (as u can see above) with a local Ref View the original post :

[JBoss-dev] [JBoss IDE] - using xdocs tags correctly?

2004-07-28 Thread aagmon
hi friends : i spent some time figuring out xdocs-cmp now aboute the reference between a sessionEJB and cmp is this the right way to do the ref' ? a snippt personBean.java (p-cmp.jar) : @ejb.bean name = person local-jndi-name=personBean ... all the other tags

[JBoss-dev] [JBoss IDE] - Re: evaluating jboss+ide trouble with cmp-cmr

2004-07-27 Thread aagmon
greate! i'd like that very much [EMAIL PROTECTED] View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3843469#3843469 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3843469