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.
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
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";>
|
|
|
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
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_
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
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
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
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
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
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
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
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
--
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
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
--
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
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
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
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
-
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
20 matches
Mail list logo