Log in to follow, share, and participate in this community.
Thread Nullointer exception when accessing Web Service
Nullointer exception when accessing Web ServiceHi All, I am using jboss 3.2.6 and I have deployed a WS through a .wsr file which contains the web-service.xml in the meta-inf directory. I also have the class which i want to expose as the WS in the appropriate pack...
properties file location.Hi~ I am building a web service need to access database, I want to store the database information(like url, jdbc driver name, username, password) store in properties file, but can't load the properties file. /ServerW...
Thread Literal Encoding vs. Soap Encoding in the 3.2.xxx of jboss
Literal Encoding vs. Soap Encoding in the 3.2.xxx of jbossIs there a way to have jboss.Net generate Literal Encoding vs. Soap Encoding from a stateless session bean. A couple of our guys went to JBoss world and heard that Soap Encoding would not be backward compatable. We n...
Thread lower performance after upgrade jboss net from 3.2.5 to 3.2.
lower performance after upgrade jboss net from 3.2.5 to 3.2.Hi, I recently upgrade from jboss 3.2.5 to jboss 3.2.7. I made the require change in the web-service.xml <service name="SoapConfigurationFacade" provider="Handler" > < parameter name="handlerClass" value=...
Thread ClassNotFoundException when running AxisServlet
ClassNotFoundException when running AxisServletIf I attempt to run AxisServelt on my newly deployed WSR file, I get the following: 2005-03-14 16:03:09,823 INFO [org.apache.axis.enterprise] Mapping Exception to AxisFault
javax.naming.NoInitialContextException: Ca...
Accessing axis service on JBoss 4.0.1 SP1Hi, We are planning to upgrade our JBoss AS from 3.2.x to 4.0.1SP1. We are able to run most of our modules deploy in the new JBoss with some configuration and code changes. We decided to stick to .NET framework for w...
Thread Problems deploying WSR under JBoss 3.2.5 and accompanied JBo
Problems deploying WSR under JBoss 3.2.5 and accompanied JBoI am trying to deploy a WSR file under JBoss 3.2.5 and its accompanied JBoss.net, but I can't seem to get pasted the following error: org.jboss.deployment.DeploymentException: Could not deploy axis descriptor.; - ne...
Thread What's the difference between 'official' Axis 1.1 and Jboss
What's the difference between 'official' Axis 1.1 and JbossI'm trying to use Jboss-4.0.1 Axis 1.1 for accessing sforce.com WS. They are support Axis 1.1 but I can't compile their example using Jboss Axis version. I'm getting compile error for the code. Error is in: binding.s...
Thread axis1.2 with tomcat 4 deployed in jboss4.01
axis1.2 with tomcat 4 deployed in jboss4.01I have a few doc/lit web services developed with axis1.2. Now I want to deploy them with my webapp in tomcat4 using jboss4.01 and am getting eror (it works just fine w/ axis1.2 deployed in tomcat4): unable to deploy ...
Thread Bug in Jboss.net: cannot authenticate on JBoss 4.0.1sp1 with
Bug in Jboss.net: cannot authenticate on JBoss 4.0.1sp1 withHi, Jboss 4.0.1sp1 seems to have the possibility to authenticate against roles. However this didn't work. Looking at the source code, it seems that you forgot to register the subject with the SecurityAssociation clas...
jboss-net.sar not foundI am new to JBoss. I am trying to deploy the Duke's Bank Application. Was trying to do ant -f jboss-build.xml compile and got \server\all\deploy\jboss-net.sar not found. I checked the directory and i couldnt find the ...
Thread NoInitialContextException/ClassNotFoundException viewing dep
NoInitialContextException/ClassNotFoundException viewing depI am running JBoss 3.2.5 with Axis 1.2 RC2 (Apache 2.x and mod_jk2 is in front of JBoss), and I cannot view deployed web services from the Axis pages once I deploy my WS. The WS in question is a Stateless SessionBean...
Web Services course using JBoss/AxisI'm in the process of designing a graduate course on web services. I'm considering using JBoss & Axis for this course. If anyone is aware of any tutorials (or other educational materials) on using JBoss and Axis f...
Web Services course using JBoss/AxisI'm in the process of designing a graduate course on web services. I'm considering using JBoss & Axis for this course. If anyone is aware of any tutorials on using JBoss and Axis for web services, I'd really appre...
doc/litHi everyBody, I develop Websevices using JBOSS 3.2.5 with built in AXIS. My Webservices must be doc/lit. But, when i deploy them, JBOSS / Axis create the WSDL as RPC/lit. Where can i change this settings? I get lot o...
javax.naming.NameNotFoundExceptionHi, if i deploy my wsr in my ear and call localhost:8080/jboss-net/servlet/AxisServlet I get the following error: Could not find home in JNDI; nested exception is: javax.naming.NameNotFoundException: DefecttrackSer...
Axis web services for MBeansI am creating a web service from an existing MBean that I run under JBoss 4.0. When JBoss starts up, it instantiates an instance of the MBean. Following is the Axis configuration of my service: service name="Weather"...
AXIS 1.2 InstallationI am trying to install Axis 1.2 on JBoss 4.0. I grabbed the axis folder from axis-1_2RC2\webapps and drooped to jboss-4.0.1\server\default\deploy folder. It gave me the error and couldn't even find the index.html file...
Thread Redirecting by changing wsdlsoap:address location in the wsd
Redirecting by changing wsdlsoap:address location in the wsdHi All, Due to Flash MX / SSL / JBoss.Net incompatabilities I'm faced with the task of making the wsdl descriptor point to a different location than where it was retreived from. Eg: I get the wsdl from http://localh...
One web service for many session beansHello, Is it posible to have many session beans, but one singe web service that exposes some methods of these beans? I need a single wsld generated. Otherwise, I get the same types described in multiple wsdl which c...