[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 : http://www.

[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] - Re: 4.0.0 deployment failed on 4.0.1 with runtimeException

2004-11-07 Thread aagmon
simple custom type cutomer - contain 2 strings : from the wsdl : http://com.alon.beans"; xmlns="http://www.w3.org/2001/XMLSchema";> | | | | | | | | http://com.alon.beans/ws4ee"; xmlns="http://www.w3.org/2001/XMLSchema";> | | |

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

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

2004-11-01 Thread aagmon
here is a working example | | 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 http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_

[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=bb&op=viewtopic&p=3853548#3853548 Reply

[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 org.jboss.webservice.cl

[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=bb&op=viewtopic&p=3847863#3847863 Reply to the post : http://www.jboss.org/index.html?module=bb

[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=bb&op=viewtopic&p=3845892#3845892 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

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

2004-08-19 Thread aagmon
thanx .. anonymous wrote : This problem would show if you had another version of axis deployed somewhere (i.e. axis.jar) that sure solved that ... : ) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845595#3845595 Reply to the post : http://www.jboss.or

[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: | http://java.sun.com/xml/ns/jax-rpc/ri/config";> | http://alon.home.handlers/ws4ee"; | typeNamespace="http://alon.home.handlers/ws4ee"; | packageNam

[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=bb&op=viewtopic&p=3845147#3845147 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845147 --

[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: He

[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=bb&op=viewtopic&p=3845120#3845120 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845120 --

[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: file:/C:/jboss4/jboss-4.0.0RC1/se

[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 : http://www.jboss.org/index.html?module=bb&op=viewt

[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=bb&op=viewtopic&p=3843469#3843469 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843469 -

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

2004-07-27 Thread aagmon
Hello all currently im suposed to evaluate jboss+ide for a project - im deeply stuck with cmp and and cmp with relations(cmr) using the ide- i wont get into details because i think the problem is more fundamental... i didnt find documetation that is relevant for my problem or solid enough ,and nor