Log in to follow, share, and participate in this community.
Thread properties file not read by webservice
properties file not read by webserviceHi, I am new to Axis style webservice, I have deployed and able to invoke the webservice using a test client. I have a few configuration/ properties file which are used by that deployed application, there I am facing...
communication of JBOSS with clientHi, I am into JBOSS research, I would like to know how the Message passed from SOAP client or Java client to apache AXIS through JBOSS. Is that through socket or rmi communication between SOAP client/java client to J...
Thread Secure your Online Store with SSL Certificates
Secure your Online Store with SSL CertificatesHello friends, Customers are becoming increasingly aware of the advantages of SSL security and will often (and with good reason) not purchase online from stores that have not implemented digital certificates and SSL....
Thread JBoss 3.2.7 JBoss.Net: TransportAuthorizationHandler not fou
JBoss 3.2.7 JBoss.Net: TransportAuthorizationHandler not fouHi, I've just upgraded to JBoss 3.2.7 in an attempt to migrate our application to higher versions and I'm getting a rather odd exception to do with JBoss.Net. Since the exception doesn't mention any of our code, I d...
Thread Class Loading Isolation for EJB based webservice
Class Loading Isolation for EJB based webserviceHi all, I've got a jboss 4.0.2 installation providing a web service based on an EJB & I'd like to run the current version side-by-side with a new version. Both versions use many of the same classes with slight dif...
Problems to starting JbossI'm with problems to starting Jboss 4. The jboss start without errors if the jar file not were in deploy folder, but if the jar file were in deploy folder throw the following error error: Reason: java.lang.RuntimeEx...
NoSuchFieldError when deploying .wsrHi 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 ge...
Axis in JbossCan anybody tell me that wheather the apache axis in inbuilt in JBoss or it need to be configure seprately. If it is embedded in JBoss then which in which version of JBoss. Regards, Deep
EJB - WEB SERVICEI've been working in EJB, trying to deploy the EJB as Web Service, I have some kind of problem in code(EJB deploy in Web Service) which works in JBoss 3.2.7 well. But when I try to put in JBoss 4.0.4GA.. some kind of ...
Status of DIME support in JBoss 4.0.4I wanted to inquire as to the state of DIME attachment support in JBoss. Can someone tell me whether and to what degree DIME is supported under JBoss 4.0.4? Thanks for your help. Brad
Thread exposing EJB as webservices endpoint using XDoclet
exposing EJB as webservices endpoint using XDoclethi all, i am trying to expose an EJB via webserviecs using XDoclet.... i have checked plenty of docs on the wbe on how to do that... and basically i end up with 2 different way of doing that: - one where , using xdoc...
Thread enable/deploy axis soap monitor on ws4ee server
enable/deploy axis soap monitor on ws4ee serverHow/Can you install the axis soap monitor in the ws4ee environment. Been searchinging around the forums and I can't seem to find anything on this subject. Thanks, Leon
Thread how to get a user definition object invoked by mbeanserver
how to get a user definition object invoked by mbeanserverI want to get an object defined by me through mbean in web service the mbean implemetation: public class ModelService extends ServiceMBeanSupport implements ModelServiceMBean {
public ModelObj getModelObj(String id...
Thread java.rmi.MarshalException: (1)Missing end tag for Body or En
java.rmi.MarshalException: (1)Missing end tag for Body or EnI am really desperate for some experties...not sure if it's inapropriate post it here though. hi all, I deployed the Calculator web service example (EJB3 endpoint jsr181) in the JBOSS4.04GA server and tried to invoke...
SOAP access to a SessionBeanhello 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 e...
Thread Unable to call web service methods from a MDB
Unable to call web service methods from a MDBHi 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 excep...
JBOSS clustering problemsI 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 an...
Drool.net questionsHi 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("./Dr...
org.apache.axis.MessageHello, 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 i...
Thread unable to pass simple javabean in method call
unable to pass simple javabean in method callI 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 ...