Log in to follow, share, and participate in this community.
Thread Failed to connect remote VN Connection refused - Remote deb
Failed to connect remote VN Connection refused - Remote debHi, I am working with the swing application with ejb(JBoss Server). I m trying to do Remote debugging my java swing application. o/s windows XP jdk1.5 IDE Eclispe 3.2.0 1. I m starting the JBoss server in a cmd prom...
Problem using JBoss.net and JBossWSHi, I have a problem in my hands that i dont know how to solve: my application has webservices using JBoss.net, working in JBoss 3.2.7; but, inside this webservice, at some point, is made use of another webservice, u...
Jboss4.2.1 and Axis2 deploymentHello All, Has anyone deployed axis2.war in Jboss4.2.1 and if so how do we do it?Is it dropping the war file into the deploy folder of jboss server or any further configuration is required.your help is appreciated? T...
Migarate from jboss 4.0.3 to jboss4.2.1Hi All I am facing a very strange problem. I have devloped web services and deployed syccessfully on jboss4.0.3. Everything is working fine. But when i switched to jboss4.2.1, I was able to deployed the web service ag...
Transaction not allowedHello All, I have exposed an SLSB as an web-service. There is no transaction on this SLSB which i have implemented. But this SLSB makes calls to Springs Beans on which transaction has been implemented. I am getting...
Webservice clientHi Jobss Gurus, jobss: 4.1.05 I am new to jobss, trying to create a web service client in jboss, using eclipes. I tried different ways but got the same error. Any help or pointers are highly appreciated Web Service...
Strange problem with MessageContextI've written a web service that makes calls out to another web service, and I'm having trouble getting it to work. I'm quite new to using JBoss.net so I'm kind of lost. The environment is JBoss 3.2.6 with a patch to ...
DataSource to MySQL with Axis2 and JBossUsing: JBoss v4.0, Axis2 v1.2, OS: FreeBSD, MySQL 5.0.27 I have problem with setting DataSource using JBoss. I have created mysql-ds.xml and put it into deploy dir: <?xml version="1.0" encoding="UTF-8"?> &l...
Thread JBoss WS4EE : migration from JBoss 4.0.1 to JBoss 4.0.3
JBoss WS4EE : migration from JBoss 4.0.1 to JBoss 4.0.3Hi! I have been using JBoss WS4EE with JBoss 4.0.1. I have an EJB module, and I export some SessionBeans as Web Services. My application is packaged as an ear file. I have foo.ear which has bar.jar as one of its comp...
Thread Axis 1.4 and Web Client deployed in same Jboss server - Clas
Axis 1.4 and Web Client deployed in same Jboss server - ClasHi, I am using JBoss 4.0.2 in linux. I have currently deployed an Axis 1.4 web service and a web application client in the same JBoss server. A client calls the web service by using the generated client stubs by Axis...
JBoss.Net in JBoss 4.0.5?Hi, I'd like to upgrade to JBoss 4 but unfortunately I need to have JBoss.Net running in order to support legacy clients. I'm guessing that is has been dropped from the binary distribution since it's no longer in doc...
WSDL missing...I have been struggling with this web service for about a week now. The problem is that it deploys fine, I can see it at my URL https://localhost:4950/eswd/services, but when I try to view the WSDL, which sends me to h...
Axis WebService Array ProblemHello, I am getting following exception in JBoss: org.jboss.ws.WSException: Cannot obtain attribute: {http://schemas.xmlsoap.org/soap/encoding/}arrayType This error is related to Array in WSDL. My WSDL code is like...
JBoss 4.0.2 & Apache AxisIs there any location from where I can download JBoss 4.0.2 with Axis or if I want to run Apache Axis tool where should I place it in the JBoss folder, currently when I tried with copying the content of webapps from a...
NoClassDefFoundError: org/jboss/axis/encoding/ser/BaseSerialHello, I am currently experiencing a perplexing error in attempting to run a straight Axis1.1 client on JBoss3.2.8. I have scoured the web for 2 days to productive end. Here is my stack trace caught in createCall() ...
Problems with exception mappingHi, I'm exposing a method of an EJB as a Web Service with JBoss 3.2.1 and JBoss.NET. This method declares an exception which doesn't extend java.rmi.RemoteException so in the resulting WSDL it appears as a wsdl:fault ...