Log in to follow, share, and participate in this community.
Thread Updating WSR problems
Updating WSR problemsI have deployed my simple class under jboss-net by wsr file and it work fine. I want change my class method behavior and I know I can't simply replace wsr file with new one, but although I try to restart JBOSS (3.2.3 ...
Intermittent 500 internal server errorHi I am seeing intermittent 500 internal server error with jboss.net with my authenticated service. The service is wrapped with BASIC http authentication via jaas and database login module. The setup seems to be corre...
jboss.net deployment fails on JBoss 4.0.0Hi, I've removed the JbossWS, then copied the jboss-net-client.jar to <server_root>/client and jboss-net.sa.tmp (yes, it's actually a .tmp file, hmmm sounds strange...) to <server_root>/server/default/dep...
JBoss.net on 4.0 produces errorsI followed the instructions on how to use JBoss.net on 4.0. I've also built from the JBoss source to see if the problem was related to just the binary version. But I get the same error. I have copied the jboss-net.sa...
Doc/Literal style with JBossHas anyone gotten document/literal style to work under JBoss? I've tried just enough to get some frustration out of it, and I can't seem to get it to work. I've added style="document" use="literal" to my web service ...
Exposing remote methodsHello I have just started working with jboss-net. I'm sending this email to ask if there is a way to publish a view-type="remote" method using jboss-net. My code:
package teste;
import java.rmi.RemoteException;
imp...
Thread error migrating from rpc to document wrapped
error migrating from rpc to document wrappedI followed the instructions on how to use JBoss.net on 4.0. I've also built from the JBoss source to see if the problem was related to just the binary version. But I get the same error. I have copied the jboss-net.sa...
Thread The requested resource (/jboss-net/servlet/AxisServlet ) is
The requested resource (/jboss-net/servlet/AxisServlet ) isAs far as I understand it I can check if all necessary WebService components are up and accessible by typing into the browser the following URL: http://localhost:8080/jboss-net/servlet/AxisServlet This should work e...
Thread JBoss.Net doesn't work with Jboss 3.2.6RC2 and JBoss 4.0
JBoss.Net doesn't work with Jboss 3.2.6RC2 and JBoss 4.0When upgrading to jboss 3.2.6RC2 the jboss.net module doesn't work anymore. I might be because it is using the new version of axis. When calling a webservice I have the following stack trace: 13:53:58,455 ERROR [Engi...
Thread Help Please.... No provider type matches QName
Help Please.... No provider type matches QNameHi All, I tried to tie a web serice to an EJB. I followed the sample given in the Axis disitribution (in samples/ejb). I have a stateless session bean and i was trying to deploy that as webservice...I have copied all...
Thread Consume Webservice via an AXIS Client: ConfigurationExceptio
Consume Webservice via an AXIS Client: ConfigurationExceptioHi all, I am using JBoss 4.0.0RC1 in the "all" configuration. I tried to create a SOAP-Client via Axis. When I instantiate the Locator class, a get a ConfigurationException: org.apache.axis.ConfigurationException: ...
NameSpace IssuesIs there a document or article which points to configuration of web-service.xml ? Looks like I am miss configuring things on my web-service.xml which is pasted below. Aim is to expose the StudentEJB as a WebService a...
Thread Why is jboss-net xdoclet hardcoded to rpc-encoded?
Why is jboss-net xdoclet hardcoded to rpc-encoded?Given that the preferred interop mode seems to be doc/literal, what was the thought behind leaving this unconfigurable? I've hacked up the xdt for my own purposes, but it would seem that a couple of attributes in ther...
Thread jbossnet subtask and xdoclet generated value objects
jbossnet subtask and xdoclet generated value objectsWe are trying to deploy some SLSBs as JBoss.NET style webservices - we are not yet ready to switch to JBoss 4.0.0 and J2EE style webservices. Our whole toolchain is xdoclet centric and thus our value objects are gener...
Document style web services.Does anybody have any experience using document style web service with Jboss.net before? Can someone give me some guidelines or example code for me to get start? Any help is very much appreciated. Thanks Regards, ...
Thread wsr do not redeploy without a jboss restart ?
wsr do not redeploy without a jboss restart ?First of all, sorry for my english. It is possible that .wsr archive do not redeploy without a jboss restart, or did I made something wrong ? I am on WindowsXP With Java(TM) 2 Runtime Environment, Standard Edition (...
JBoss.net and xDocletHi all, I am fairly new to JBoss.net and web-services in general. I am planning to use jBoss.net for deploying my web-services. I have tested one of my web-services and it gets deployed fine. Now, I want to use the ...
Customized Date serializationDates are serialized as pure UTC dates in JBoss.Net I want to be able to send the date with the timezone yyyy-MM-dd'T'HH:mm:ss.SSS Z (Z should produce something like -01:00) What I've tried to do is hook up a custom s...
JBOSS .NETHi All, We are using JBOSS.net to expose ejb methods as SOAP based webservices. Question: How do we implement client Authorization in a webservice interface? what are pros cons? Can email to javaraje@hotmail.com tha...