[JBoss-user] [JBoss.NET] - SOAP access to a SessionBean

2006-07-05 Thread lagar
hello I have a session bean and want to generate a SOAP Web Service for this bean. I know that I have to write a webservices.xml file. is there any documentation on this ? what exactly to put in this file and what else is necessary to export a session bean (stateless) as a soap service ??

[JBoss-user] [JBoss.NET] - JWSDP 2.0 and JBoss

2006-06-14 Thread lilredheadgrl77
I am attempting to use JWSDP 2.0 to secure my SAAJ SOAP messages from within a servlet running on jboss4.0.3RC2 and jboss4.0.4GA with tomcat (5.5). The JWSDP 2.0 website states that this package only works with a special standalone version of tomcat 5.0 that is downloadable from the same site.

[JBoss-user] [JBoss.NET] - Unable to call web service methods from a MDB

2006-05-29 Thread ricky78
Hi all! I know this question is not 100% clear, but I'm sure I can elaborate more if anyone is interested in helping me out. =) I'm trying to access a web service from a MDB that runs on my JBoss appserver. No exception is thrown, but the call never reaches it's destination. I've checked outgo

[JBoss-user] [JBoss.NET] - Re: JBOSS clustering problems

2006-05-22 Thread [EMAIL PROTECTED]
This is the wrong forum. You need to go to http://www.jboss.com/index.html?module=bb&op=viewforum&f=230 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945551#3945551 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394555

[JBoss-user] [JBoss.NET] - JBOSS clustering problems

2006-05-22 Thread alvaroe
I was getting clustering exceptions so i modified the following file: server\default\deploy\jbossweb-tomcat55.sar\META-INF\jboss-service.xml and uncommented this part: jboss.cache:service=TomcatClusteringCache and now i am getting the following error: 14:41:14,606 ERROR [URLDeploymentSca

[JBoss-user] [JBoss.NET] - Re: Drool.net questions

2006-05-19 Thread bkalbum
Please reply View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945054#3945054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945054 --- Using Tomcat but need to do mor

[JBoss-user] [JBoss.NET] - Drool.net questions

2006-05-19 Thread bkalbum
Hi all here, I'm a newcomer with drools.net, so that I have some problems needing your help: 1. I use FileStream to load rule-set files like that: RuleBase ruleBase = RuleBaseLoader.LoadFromStream(new FileStream("./Drlfiles/AllRules.csharp.drl.xml",FileMode.Open)); WorkingMemory workingMemory = ru

[JBoss-user] [JBoss.NET] - org.apache.axis.Message

2006-05-17 Thread virendra123
Hello, I have created web service client by following stteps http://blogs.sun.com/roller/page/geertjan?entry=deploying_web_service_clients_to I deployed it on the Sun server it is working perfectily, As suggested in step I generated .war file using Netbeans IDE 5.0 by setting target server

[JBoss-user] [JBoss.NET] - unable to pass simple javabean in method call

2006-05-13 Thread sriramd
I have a siimple HelloWorld web service with 2 method calls. 1. helloWorld that takes a string as an argument and just prints it 2. helloWorldSpecial that takes a simple javabean and does nothing. When I have just the first method, all works fine When I add the second method, jboss complain

[JBoss-user] [JBoss.NET] - Using AXIS 1.1 with JBoss 4

2006-05-04 Thread cpirro
Hy, it is possibile to use AXIS 1.1 with JBoss 4??? I have to port on JBoss 4 an application uses AXIS 1.1 Thanks, Carmine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941191#3941191 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [JBoss.NET] - Axis WSS4j for siginning the Soap request at the cleint side

2006-04-19 Thread ramachennupati
I am trying to use the the X.509 Token Profile or UsernameToken Model at the JBossws server side and looking for a example to sign and send the request using wss4j Axis. I really appreciate any kind of feedback. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [JBoss.NET] - No serializer found for class in registry org.apache.axis.e

2006-04-07 Thread sivakumar_n
Hi All, My deployment descriptor is | http://xml.apache.org/axis/wsdd/"; | xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"; | xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> | | | | | | | | | |

[JBoss-user] [JBoss.NET] - Error: MissingResourceException & ApplicationDispatcher

2006-04-06 Thread beatificmale
Experts, Please help me to resolve following issues with Jboss used in clustered mode on Linux box. 1) I'm getting an exception over MissingResourceException 2) consequently an error occurs(Null pointer) ApplicationDispatcher--> Localizer.java Thanks in advance :) GA --Log---

[JBoss-user] [JBoss.NET] - Re: Axis SSL java client

2006-04-05 Thread rmerry72
Yep. See this link: http://blogs.borland.com/krish/archive/2005/07/28/20601.aspx I imported my certificate into mycerts store and it worked great! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935333#3935333 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [JBoss.NET] - Re: NoSuchFieldError when deploying .wsr

2006-04-04 Thread sivakumar_n
Solution Please? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934987#3934987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934987 --- This SF.Net email is sponsor

[JBoss-user] [JBoss.NET] - Re: JBoss.NET vs. JBossWS

2006-04-04 Thread sivakumar_n
I have a webservice application Implemented in Jboss 3.2 with Jboss-Net. What i have to do to use it in Jboss 4.0 with Jboss-WS. Is it possible ? Are Major Changes Required? Otherwise is it better to re-implement it with Jboss-Ws. Give me the link for the tutorial. Thanks Siva View the origi

[JBoss-user] [JBoss.NET] - Re: JBoss.Net ClassNotFoundException in JBoss 4.0.2

2006-03-29 Thread [EMAIL PROTECTED]
I solve this problem, You have to modify webservice.xml. http://schemas.xmlsoap.org/soap/encoding/"/> in the type mapping of value object change org.apache. in org.jboss this is the only thing to do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39333

[JBoss-user] [JBoss.NET] - Re: JBoss.NET has entered end of life

2006-03-27 Thread bullen
Can you please comment on this addition I made to the wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossAxis Cheers, /marc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932888#3932888 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [JBoss.NET] - Axis SSL java client

2006-03-06 Thread gmeroz
i use a java client to access a web service (JBoss.NET). the following code work on JBoss 3.2.6. when i run it on JBoss 4.0.3, it fails (see exception stack trace). when i access WS from IE, it work fine. any ideas? | Service service = new Service(); | Callcall= (Call) service.creat

[JBoss-user] [JBoss.NET] - JBoss.NET has entered end of life

2006-03-05 Thread [EMAIL PROTECTED]
Deploying the appropriate web service stack http://wiki.jboss.org/wiki/Wiki.jsp?page=WSDeployJBossWS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928021#3928021 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928021

[JBoss-user] [JBoss.NET] - Re: Problem With JBoss.net webservice

2006-03-05 Thread [EMAIL PROTECTED]
JBoss.NET has entered end of life. http://wiki.jboss.org/wiki/Wiki.jsp?page=WSDeployJBossWS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928020#3928020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928020

[JBoss-user] [JBoss.NET] - Re: Problem With JBoss.net webservice

2006-03-02 Thread kanjilal
One other thing, it looks like my web-service.xml file that I initially posted was incomplete and missing some stuff, listed below is the stuff that was missing from that file: service name="urn:FileCaptureService" provider="java:RPC" parameter name="className" value="com.adobe.esd.headligh

[JBoss-user] [JBoss.NET] - Problem With JBoss.net webservice

2006-03-02 Thread kanjilal
Hi: I initially posted this to the other forum but I thought I'd post it here as well, I am trying to deploy a webservice using JBoss.net and axis, listed below are the details: JBoss Version:3.2.5 Axis Version:1.1 JDK:1.4.2 I created a web-service.xml by hand for my java class that serves as t

[JBoss-user] [JBoss.NET] - Re: Problem accessing .NET webservice from servlets

2006-02-25 Thread beyarecords
If I add jboss-net-client.jar to the classpath I get the following error logs: anonymous wrote : | 12:46:08,772 WARN [EngineConfigurationFactoryFinder] Factory org.apache.axis.configuration.EngineConfigurationFactoryServlet Ignored: missing required method: public static EngineConfigurationF

[JBoss-user] [JBoss.NET] - Re: Problem accessing .NET webservice from servlets

2006-02-25 Thread beyarecords
I'm using the default conf in Jboss 4.0.2 (OS X 10.4.5) and am trying to access the paypals webservice. From earlier replies here it seems i'm having an axis issue as well. What do I need to do to resolve this? anonymous wrote : | 09:20:51,610 WARN [EngineConfigurationFactoryFinder] Factory

[JBoss-user] [JBoss.NET] - Serializer Exception in the reponse(SimpleSerializer failed

2006-02-23 Thread akshayapandey
hi I am using the following wsdl. I pass the reply object across to server using wrapped inside replyHolder.The request is successfully received by the Web Service and processed correctly .However, when i receive it on the client side, I get the Serialization exception. Also , I used tcpmon to v

[JBoss-user] [JBoss.NET] - Re: returnQName ignored...

2006-02-21 Thread tperrigo
I forgot to mention-- I'm using Jboss 4.0.2. Thanks, Tim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925452#3925452 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925452 ---

[JBoss-user] [JBoss.NET] - returnQName ignored...

2006-02-21 Thread tperrigo
I am not sure what changed with my setup, but I can no longer get the returnQName I specify for the result of my web method: | * @ejb:interface-method view-type="remote" | * @jboss-net.web-method returnQName="job_id" | */ | public int myWebMethod(int inputP

[JBoss-user] [JBoss.NET] - Re: Urgent:ClassCircularityError

2006-02-10 Thread kabish
I am also getting the same error in 3.2.5 and 3.2.8 with JDK 1.4.2_05. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923011#3923011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923011 --

[JBoss-user] [JBoss.NET] - Re: Handling out/inout parameters

2006-02-10 Thread MMDave
Try this: public class MyService { public String serviceMethod(StringHolder arg1) { arg1.value = arg1.value + "world !"; return arg1.value; } } You need to return the value from your service. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922983#3922983 R

[JBoss-user] [JBoss.NET] - XSL - Add xml-stylesheet declaration to generated WSDL

2006-02-07 Thread nicke
How can I force the generated WSDL document (e.g. http://mydomain/jboss-net/services/MyService?wsdl) to include an xml-stylesheet declaration? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922166#3922166 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [JBoss.NET] - Jboss-net

2006-02-06 Thread [EMAIL PROTECTED]
Hi http://localhost:8080/jboss-net/services/HelloWorld HelloWorld is my my test web service. if i open this URL, i am getting the response as HelloWorld "Hi there, this is an AXIS service! " "Perhaps there will be a form for invoking the service here... " Where to change the text which is q

[JBoss-user] [JBoss.NET] - Ejb beans not caching state during transaction (ie Weird beh

2006-01-31 Thread adupre
We are experiencing unexplainable behavior while executing session beans inside our webservices. Here is an example: aBean.setA("something"); | aBean.getA(); <- returns null! | but once the transaction is over, the right information is populated in the DB! Could it have to do with cac

[JBoss-user] [JBoss.NET] - java.lang.NoSuchMethodError: org.apache.axis.description.Ele

2006-01-31 Thread asif_ck
Hello All, I'm experiencing a wierd problem. I'm using JBoss 3.2.1. I've an application (myapp.ear) which uses Axis 1.2 beta jar. I have to integrate Quick Address application (proweb.war) with my application. I copy the proweb.war in deploy folder alongwith myapp.ear. Please note that proweb.

[JBoss-user] [JBoss.NET] - Handling out/inout parameters

2006-01-23 Thread guiguidac
I'm a porblem using holder to handle inout parameters. Indeed, the value of the param received by my client is the same as the value sent. Here is a part of what I do : --- Client : String endpointURL = "http://localhost:8080/myservice2-servlet/MyService";; Service

[JBoss-user] [JBoss.NET] - m$.net client and wsdl problem

2006-01-18 Thread pixel
We have a client using C# trying to access our jboss.net web service. They are unable to build the stub classes from our auto-generated wsdls, because they have an empty soapAction parameter: e.g. How can I configure jboss.net to include a valid soapAction in the wsdl. On the ax

[JBoss-user] [JBoss.NET] - Re: Missing webservice response from Jboss1.4.0.1

2006-01-06 Thread alphanet
I have some additional info: The Client application works fine when run on the same machine as the Jboss instance, also on large amounts of data. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916090#3916090 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [JBoss.NET] - Missing webservice response from Jboss1.4.0.1

2006-01-06 Thread alphanet
I have deployed a webservice which is to be used by a .NET C# client to send data to the Jboss server for import to a database (using SOAP). This service has been successful previously, but now the client hangs due to missing webservice response. Looking at the databaseside, everything seems ok,

[JBoss-user] [JBoss.NET] - integrating axis 1.3 into jboss 3.2.6

2006-01-03 Thread gmeroz
anyone made it yet? i tried to replace the jars in server\all\deploy\jboss-net.sar, but i'm getting response with wrong characters View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915321#3915321 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [JBoss.NET] - timeout needed

2005-12-20 Thread tperrigo
I'm using JBoss.NET to invoke an MS.NET web service. The problem is that this service occasionally hangs and does not return. I need a way for my client (a POJO used by a Session EJB) to timeout and throw an exception whenever the service hangs. How can I accomplish this? Any suggestions wou

[JBoss-user] [JBoss.NET] - Re: Access problems using JBOSS

2005-12-20 Thread [EMAIL PROTECTED]
You are in the wrong forum. Try Web Services. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913536#3913536 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913536 ---

[JBoss-user] [JBoss.NET] - Re: Access problems using JBOSS

2005-12-19 Thread maruthiravuri
re View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913464#3913464 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913464 --- This SF.net email is sponsored by: Splunk

[JBoss-user] [JBoss.NET] - replacement for org.apache.axis.monitor.SOAPMonitorService

2005-12-16 Thread vinay_ven
Hi, Can anyone tell me what is the replacement for the SoapMonitorService Servlet in jboss-ws4ee Thanks Vinay View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913097#3913097 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [JBoss.NET] - how to catch axiafault exceptions and return to client?

2005-11-27 Thread haribaasha
can somebody help me out with this.. deploying webservice in jboss and using them..incase webservice is not deployed and i try to call it then i recieve a org.jboss.axis.AxisFault: The AXIS engine could not find a target service to invoke! targetService is /jboss-net anyway of catching this a

[JBoss-user] [JBoss.NET] - Re: Exception : javax.xml.rpc.JAXRPCException: Null qualifie

2005-11-12 Thread syedtaj
Hi, Am recieving exactly the same error. However without even using Hibernate; but by just deploying the webservice. If u have figured out why this error is occuring, could u please let me know wat is causing such an exception. Thanks View the original post : http://www.jboss.com/index.html?

[JBoss-user] [JBoss.NET] - WSDL á la 4.0.3SP1 differs from 3.2.6RC1

2005-11-08 Thread lepe
When deploying webservices in 4.0.3SP1 the WSDL looks different when browsing to http://localhost:8080/jboss-net... Specifically a user exception is now in WSDL two times and with erronous parameters. Where are the critical code to look into, that is responsible for generating the WSDL? /L V

[JBoss-user] [JBoss.NET] - Re: org.jboss & org.apache

2005-10-28 Thread [EMAIL PROTECTED]
This is not possible because of the way the SOAP factories work. It will always find one or the other implementation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3904128#3904128 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [JBoss.NET] - Exception : javax.xml.rpc.JAXRPCException: Null qualified na

2005-10-26 Thread nd_deshmukh
Hi, I am using JBoss application server. In webservice code I am using Hibernate for O/R mapping. XDOclet creates *.hbm.xml dynamicaly. At deloyment time(i.e. when I publishes web service) server throws following exception: -

[JBoss-user] [JBoss.NET] - org.jboss & org.apache

2005-10-17 Thread vbatista
Hello! I am using jboss-4.0.2 with Jboss.Net deployed. My Web Services are deployed correctly. Although, my application needs to act as a client to a remote WebService. I need to use Axis 1.3 (I am including its jar's on my application). When I try to invoke the client, I get the following exc

[JBoss-user] [JBoss.NET] - Re: passing parameters to .Net webservice through java

2005-10-17 Thread [EMAIL PROTECTED]
Duplicate of http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900785 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901460#3901460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901460 --

[JBoss-user] [JBoss.NET] - passing parameters to .Net webservice through java

2005-10-14 Thread javaanand
Hi Thomas, plz help me form this, thinking if this problem came in jboss what will u reply bez i saw a message in jboss exactly the same give by [EMAIL PROTECTED] to you thomas @jboss.com plz give reply. I am new to Apache axis and web services The below code is invoking the .Net web servic

[JBoss-user] [JBoss.NET] - passing parameters to .Net webservice through java

2005-10-14 Thread javaanand
Hi Thomas, plz help me form this thinking if this problem comes in jboss what will u reply bez i saw a message in jboss exactly the same give by [EMAIL PROTECTED] to you thomas @jboss.com plz give reply. I am new to Apache axis and web services The below code is invoking the .Net web servic

[JBoss-user] [JBoss.NET] - Re: Problem in passing parameters to .NET Web Service using

2005-10-13 Thread [EMAIL PROTECTED]
What version of jboss is this? | <%@ page import="java.util.Date,org.apache.axis.client.Call, | org.apache.axis.client.Service,javax.xml.namespace.QName, | java.io.IOException ,org.apache.axis.soap.SOAPConstants, | javax.xml.rpc.ParameterMode,java.net.URL, | org.apache.axis.encoding.XML

[JBoss-user] [JBoss.NET] - Problem in passing parameters to .NET Web Service using Axis

2005-10-12 Thread javaanand
Hi Thomas, plz help me form this. I am new to Apache axis and web services The below code is invoking the .Net web service but it is not passing the values which sent to the .NET web service . Here is my code: <%@ page import="java.util.Date,org.apache.axis.client.Call, org.apache.axi

[JBoss-user] [JBoss.NET] - Connecting to WSS-enabled services via JBoss

2005-10-04 Thread mike.daleiden
I am working on a mission-critical project where my application needs to connect to WSS-enabled services that utilize XML signature and encryption. The services are hosted by a third party company and the third party requires all web services requests to be signed using a WSS 1.0 XML security s

[JBoss-user] [JBoss.NET] - Re: Separate Classloaders for services

2005-09-21 Thread jwcone
I think I figured this out. I created two separate WSR archives, one for each service. To force separate classloaders, I put each WSR into its own EAR archive, loading it as a java module (in the application.xml file), and including a jboss-app.xml file that specified the classloading option.

[JBoss-user] [JBoss.NET] - Separate Classloaders for services

2005-09-20 Thread jwcone
Can I have two separate services that use different versions of the same class files loaded at the same time? For example, say MyService1 uses the class file: org.myorg.MyClass.class and MyService2 uses the class file: org.myorg.MyClass.class but the two class files are different versions. How

[JBoss-user] [JBoss.NET] - Re: JBoss.Net ClassNotFoundException in JBoss 4.0.2

2005-09-09 Thread jlee007
I have same error after working well for a while. Does someone have any resolution for above postings? Thank you. John View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893803#3893803 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [JBoss.NET] - Re: JBoss 3.0.7 jboss-net activation problem

2005-09-09 Thread Scharlau
Roman, I vaguely remember something like this being a problem if the jboss-service.xml file was edited in Notepad or something like that. Open it in xemacs or something similar which will show 'blank' characters before the http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893764#3893764

[JBoss-user] [JBoss.NET] - JBoss 3.0.7 jboss-net activation problem

2005-09-08 Thread Roman.Angelov
Hi all, I think the live is hard after this 48 hours. In my last message I ask for jboss-net.sar problem. Thank you for the answer - I have the example to follow to gain my jboss-net activation. For my target I download jboss-3.0.7_jakarta-tomcat-4.1.24 with Tomcat engine, I transformed my jbos

[JBoss-user] [JBoss.NET] - Re: JBoss 3.0.7 jboss-net problem

2005-09-08 Thread Scharlau
Roman, go see the reply in your beginners thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893530#3893530 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893531#3893531 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [JBoss.NET] - JBoss 3.0.7 jboss-net problem

2005-09-08 Thread Roman.Angelov
hi all, All night I try to investigate where is my mistake and why don't have work jboss-net web project. When I start my JBoss 3.0.7, jboss-net is invisible by browser. I download JBoss 3.2.5 and jboss-net is visible by browser. I compared the content of the two web servers and I saw that JBos

[JBoss-user] [JBoss.NET] - Re: Integrate Axis 1.2 with JBoss !!

2005-09-07 Thread [EMAIL PROTECTED]
JBoss has decoupled from Apache Axis in Mar/2004. As of this writing a modified axis version based on axis-1.1 that is BP-1.0 compliant, adds better support for doc/lit is used in jboss-3.2.x, jboss-4.0.x and jboss-head. Any attempt to use another version of axis than the one we provide is not

[JBoss-user] [JBoss.NET] - Re: JBoss.Net ClassNotFoundException in JBoss 4.0.2

2005-09-06 Thread vbatista
Hi! Have you solved your problem? I am having exactly the same error. I am exposing a SLSB as a web service with jboss.net on JBoss 4.0.2 (patched). I am trying to expose a VO on my web service, and I am getting the error below at deploy time: 2005-09-07 02:18:25,554 ERROR [org.jboss.axis.

[JBoss-user] [JBoss.NET] - rpc/literal in jboss.net?

2005-09-06 Thread be082032
Hello there, I am using jboss 3.2.6 and I exposed a session bean as a web service, using the @jboss-net tags. Although it works well it is exposed as a service running in rpc/encoded style. I have read many topics in this forum saying that they have webservices running in rpc/literal or docume

[JBoss-user] [JBoss.NET] - Re: NoSuchFieldError when deploying .wsr

2005-08-26 Thread scswarga
I am getting the same error while deploying my application after migrating from JBoss 3.2.5 to JBoss 4.0.2. However, even with the error I am able to invoke my web services mapped to my session beans. Please let me know if you got rid of the error you are getting during deployment. Satish View

[JBoss-user] [JBoss.NET] - Re: Error while deploying web service

2005-08-26 Thread Scharlau
Praneeth, two things. First, you might want to go into the log4j.xml file under the conf directory and change the org.jboss.axis setting from 'info' to 'debug'. However, this will give you LOTS of messages, but may be what you need to see why your app isn't working. Second, it could be that yo

[JBoss-user] [JBoss.NET] - Re: Error while deploying web service

2005-08-22 Thread praneeth.bits
Bruce, thanks for your replyyeah...i downloaded jboss 3.2.5 and compared the axis.jar file with the one i had...they are different...when i replaced the axis.jar file,it worked fine. now..i have written another web service for my developmenti dont get any error...but the implementation

[JBoss-user] [JBoss.NET] - Problem with Document Literal/Multiple Operations

2005-08-21 Thread shlomit
Hello All, We are working with JBoss 3.2.5 that uses Axis 1.1. We are having a problem exposing our service as a Document Literal-Service. The WSDL that is generated by JBoss.net creates (probably using java2wsdl) a schema that defines the soap elements that will be used in each soap message

[JBoss-user] [JBoss.NET] - Re: Error while deploying web service

2005-08-19 Thread Scharlau
Praneeth, I downloaded jboss-3.2.5 and tried the code in my example against the downloaded code and it worked fine. I can only think that you might've also changed the version of Axis that you're using, or something else, and that this is interfering with your running of the app. cheers, Bru

[JBoss-user] [JBoss.NET] - NoSuchFieldError when deploying .wsr

2005-08-19 Thread voodoomax
Hi all, I'am upgrading from JBoss 3.2.5 to 4.0.2. I know JBoss.NET has been replaced by JBossWS, but at this time I need to stay with JBoss.NET. The .wsr webservice deployments worked fine in 3.2.5, but in 4.0.2 I get this one: NoSuchFieldError: ucl The .wsr only contains a webservice.xml that

[JBoss-user] [JBoss.NET] - Re: Error while deploying web service

2005-08-19 Thread Scharlau
Hi, are you using JDK1.4 or 1.5? and are there any other details that you can give me? I've not tried that practical against 3.2.5, but will do so today and let you know how it goes. cheers, Bruce View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890737#38

[JBoss-user] [JBoss.NET] - Error while deploying web service

2005-08-18 Thread praneeth.bits
hi, i am working on jboss 3.2.5. i am trying to build a web service and deploy it on this server.i followed the example given in this link. http://www.csd.abdn.ac.uk/~bscharla/teaching/mtp_software/jboss/jboss-net-HelloWorld.shtml when i try to open the axis link to view the service that i deplo

[JBoss-user] [JBoss.NET] - how to pass no parameters

2005-08-16 Thread terasain
i am using a client progrom to access a method inside the service, which is deployed in the jboss.net. the method doesnt take in any parameters and it returns a string String endpoint = | "http://10.1.30.57:7070/jboss-net/services/ServiceName";; | String methodName = "ser

[JBoss-user] [JBoss.NET] - Sample provided by AdminDevelopGuide doesn't work

2005-07-24 Thread zeevlazarev
I need to develop JBoss.net stype web service for jboss 3.2.6 appl. server. I found an example how to do this in AdminDevelopGuide in chap12. I downloaded, built and deployed the example according to instractions. When I run HelloClient application: ant -Dchap=chap12 -Dex=1 run-example I get the

[JBoss-user] [JBoss.NET] - Re: JBOSS4.0.2 EJB endpoint Web Service Problem

2005-07-13 Thread henry_lo88
=== REPOST WSDL (WSDL Generate by Axis Java2WSDL) === http://web.chromaticsoftware.com"; xmlns:impl="http://web.chromaticsoftware.com"; xmlns:intf="http://web.chromaticsoftware.com"; xmlns:apachesoap="http:/

[JBoss-user] [JBoss.NET] - JBOSS4.0.2 EJB endpoint Web Service Problem

2005-07-13 Thread henry_lo88
I had spent lot of time to try setting up a web server (server side ) in JBOSS4 without success. I help me out of the problem. I actually using axis Java2WSDL to generate my WSDL from my EJB interface. Then I manually to created my mapping.xml and webservice.xml. I started up my JBoss and I can

[JBoss-user] [JBoss.NET] - HELP Needed on missing NS in rpc call

2005-07-07 Thread tthiele
>From a given wsdl I generated stubs and deployment descriptor. A relevant >piece of wsdl is: | | | | | | | | |

[JBoss-user] [JBoss.NET] - Re: Where are the jboss axis packaged

2005-07-05 Thread [EMAIL PROTECTED]
Thanks for the reply. Can you point me to how you would call a web service from a JSP page using JbossWS client implementation. I would also like to know where any imported libs are packaged. Thank You, Herb View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [JBoss.NET] - Re: Where are the jboss axis packaged

2005-07-05 Thread [EMAIL PROTECTED]
The classes live in axis-ws4ee.jar. Are you sure you cant use J2EE-1.4 compliant webservices with JBossWS? It has a very neat client deployment model useable from jsp pages as well. JBoss.NET is dead. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883675#388

[JBoss-user] [JBoss.NET] - Where are the jboss axis packaged

2005-06-30 Thread [EMAIL PROTECTED]
Hi, I'm having a problem locating the jboss.axis.client package. Can anyone tell me exactly which jar file contains this package? Thanks, Herb View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883266#3883266 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [JBoss.NET] - NullPointerException trying to call webservice

2005-06-30 Thread [EMAIL PROTECTED]
Hi, I keep getting a NullPointeException when instantiating a new Service class instance from a jsp page. The firt entry in the exception trace has the error coming from the RepositoryClassLoader.findResources() line. I am new to JBoss/JSP development. I think Jboss can't find the library

[JBoss-user] [JBoss.NET] - Re: Accessing SOAP message through Jboss WS / Axis

2005-06-27 Thread [EMAIL PROTECTED]
Ralf, we do not use generated stubs/ties in our implementation. What you are trying to do is an academic experiment, but not supported by standards. You do have Jaxrpc handlers that can operate on the soap headers, but cannot modify the soap contents. The problem in suggesting an altern

[JBoss-user] [JBoss.NET] - Re: What is the URL to call

2005-06-27 Thread [EMAIL PROTECTED]
It is said in javadoc, which is the primary source of API documentation | public abstract Service createService(URL wsdlDocumentLocation, | QName serviceName) |throws ServiceException | | Create a Service instanc

[JBoss-user] [JBoss.NET] - Accessing SOAP message through Jboss WS / Axis

2005-06-24 Thread RalfB
Hello everybody, I'm a student working with JBoss AS 4.0.1. We use Web Services (through built-in Axis) and we use JBoss AOP. We have deployed a "HelloWorld" webservice (it's an EJB with "sayHello" method, webservices.xml) and it's working fine. Now we would like to intercept with AOP extractin

[JBoss-user] [JBoss.NET] - Re: What is the URL to call

2005-06-22 Thread gmorette
If someone don't understand how to use JBOSS SOA with HeliaTime, i advise you to on http://www.heliasystem.com or http://www.heliatime.com. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882322#3882322 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [JBoss.NET] - JBoss.NET vs. JBossWS

2005-06-15 Thread [EMAIL PROTECTED]
JBossWS === Is the J2EE-1.4 compatible web service implemenation in JBoss. It is installed in the all and default configuration. This implementaion will be developed further and replaced JBoss.NET Why use JBossWS --- * develop/deploy portable standard web servi

[JBoss-user] [JBoss.NET] - Re: WSR

2005-06-15 Thread [EMAIL PROTECTED]
Starting from jboss-4.0.0 JBoss.NET is deprecated and has been replaced by J2EE-1.4 compliant web services (WS4EE). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881544#3881544 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [JBoss.NET] - Re: Problem accessing .NET webservice from servlets

2005-06-06 Thread Tyler Black
What libraries are you using to generate your java classes? Your 4.0.2 log snip with "org.apache.axis" indicates that you've used a different version of axis than the one packaged with jboss 4.0.2. Have a look in jboss/server/default/deploy/jboss-ws4ee.sar for the axis libraries to use with WS

[JBoss-user] [JBoss.NET] - Re: SAXParser Exception when call a Web Service

2005-06-06 Thread gmorette
my URL was not correct http://heliasystem:8080/soa/soaEJB/Hello and the correct URL is http://heliasystem:8080/soa/soaEJB/Hello?wsdl that why i have a SAXParser Exception, it's because i don't call the wsdl file View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [JBoss.NET] - Re: What is the URL to call

2005-06-06 Thread gmorette
I found it it's like : http://heliasystem:8080/soa/soaEJB/Hello?wsdl In fact the URL is the URL of the wsdl file. It will be nice if it was said in the manual View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880434#3880434 Reply to the post : http://www.jbos

[JBoss-user] [JBoss.NET] - What is the URL to call

2005-06-06 Thread gmorette
When you use service = factory.createService(url, servicename); what's the url parameter ? it's not said in the JBOSS manual 4.0.2. is it the same URL for all the services or a spécific one for each service ? Somebody knows this URL ? Thanks View the original post : http://www.jboss.org/in

[JBoss-user] [JBoss.NET] - SAXParser Exception when call a Web Service

2005-06-06 Thread gmorette
Hello, I have sucessfully develop a Web Service as it's describe in the manual of JBOSS 4.0.2. It's an EJB End Point The Web Service is correctly deploy, and i can see it at http://localhost:8080/ws4ee/services But when i call it with DII invocation i have a SAXParser Exception. I try to call

[JBoss-user] [JBoss.NET] - Re: Problem accessing .NET webservice from servlets

2005-06-04 Thread hugoboss
I'm using default conf from jboss 4.0.2. I'm trying to access a .net webservice with java classes generated with WSDL2Java. I've created a simple java test class that I can run from eclipse to try the webservice which works. I have a j2ee application with a service that is trying to use the jav

[JBoss-user] [JBoss.NET] - WSR

2005-05-27 Thread patrickdalla
Where do I find documentation for Jboss-NET? I've created a WSR file for deployment in the default server configuration of jboss-4.0.1 and an deployer for WSR files wasn't found. How do I solve this problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879

[JBoss-user] [JBoss.NET] - JBoss.Net ClassNotFoundException in JBoss 4.0.2

2005-05-24 Thread natebowler
I am trying to use JBoss.Net on JBoss 4.0.2. I have removed the wsee client lib and SAR and replaced them with the JBoss.Net client lib and SAR. This is an application that used to work with JBoss 3.2.6 and I'm trying to get it working on JBoss 4.0.2. JBoss.Net does load. I can go to http://loc

[JBoss-user] [JBoss.NET] - ClassNotFoundException

2005-05-19 Thread hcprashant
Hi, When I try to run my SOAP client using JBoss 4.0.1 I get the following exception: faultString: java.lang.ClassNotFoundException No ClassLoaders found for: org.jboss.net.axis.server.WSDLAwareActionHandler. Can u plz let me know hw to deal with this? Where is WSDL implemented in JBoss?? Vi

[JBoss-user] [JBoss.NET] - String length

2005-05-17 Thread aubade_78
Hi All, I have a webservice which takes a XML string as input and spits out another XML string. The question i have is, is there a limitation on the size of the string that you can receive as input or send as output ? I am using java:RPC. Thanks, Peter. View the original post : ht

[JBoss-user] [JBoss.NET] - Re: Problem accessing .NET webservice from servlets

2005-05-16 Thread [EMAIL PROTECTED]
Thanks to Jason for locating the relevant change that happened in CVS. http://marc.theaimsgroup.com/?l=jboss-cvs-commits&m=109863231314461&w=2 Something is messed up in your distribution of 4.0.2 If ever there was such issues, our testsuite would have caught it. Is it possbile to start fres

[JBoss-user] [JBoss.NET] - Re: Problem accessing .NET webservice from servlets

2005-05-13 Thread Tyler Black
Ah, see that's the point. jboss-ws4ee-client.jar has this class org.jboss.webservice.handler.ClientLoginHandler which is not the same as org.jboss.webservice.client.ClientLoginHandler The latter class is the cause of the problem. Why is this older class still being called and how can I fix i

  1   2   3   4   5   6   7   8   9   >