• properties file not read by webservice

    Hi, 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...
    Profile Photo
    created by amit_sri
  • communication of JBOSS with client

    Hi, 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...
    Profile Photo
    created by kksenthil76
  • Secure your Online Store with SSL Certificates

    Hello 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....
    Profile Photo
    created by ptsas11
  • JBoss 3.2.7 JBoss.Net: TransportAuthorizationHandler not fou

    Hi, 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...
    Profile Photo
    last modified by danielaborg
  • Class Loading Isolation for EJB based webservice

    Hi 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...
    Profile Photo
    created by valentino
  • Problems to starting Jboss

    I'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...
    Profile Photo
    created by carliandro
  • NoSuchFieldError when deploying .wsr

    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 ge...
    Profile Photo
    last modified by voodoomax
  • Axis in Jboss

    Can 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
    Profile Photo
    last modified by deepti.garg
  • EJB - WEB SERVICE

    I'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 ...
    Profile Photo
    created by mr_flashback
  • Status of DIME support in JBoss 4.0.4

    I 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
    Profile Photo
    created by brado
  • exposing EJB as webservices endpoint using XDoclet

    hi 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...
    Profile Photo
    created by mmarcom
  • enable/deploy axis soap monitor on ws4ee server

    How/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
    Profile Photo
    last modified by lking28
  • how to get a user definition object invoked by mbeanserver

    I 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...
    Profile Photo
    last modified by momo_1204
  • java.rmi.MarshalException: (1)Missing end tag for Body or En

    I 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...
    Profile Photo
    created by jason_rency
  • SOAP access to a SessionBean

    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 e...
    Profile Photo
    created by lagar
  • Unable to call web service methods from a MDB

    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 excep...
    Profile Photo
    created by ricky78
  • JBOSS clustering problems

    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 an...
    Profile Photo
    last modified by alvaroe
  • Drool.net questions

    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("./Dr...
    Profile Photo
    last modified by bkalbum
  • org.apache.axis.Message

    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 i...
    Profile Photo
    created by virendra123
  • unable to pass simple javabean in method call

    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 ...
    Profile Photo
    created by sriramd