I'm trying to build a JBoss service that should be started automatically, each time the server is initiated.
I've got the following class structure for my service:
public interface CumbiaXPMServiceMBean extends org.jboss.system.ServiceMBean
public class ...
|
I am using JbossESB as an integrasion layer between applications. I am reading messages from the file system, parse them and then sent them to the remote application by jms.
My configuration ... |
I saw something once for wrappers used to do this but it asked for a licensing fee. Is there an open source way to do this?
|
Jboss 4.2.0A
Is there a /server directory that I need to change or something?
It's usually because I run ant build and it does all that fun stuff for me. seems like ... |
My environment is JBOSS AS 5.1.0-GA, Struts 2.1.8 and RESTEasy 1.2.GA
When posting to my service I get a NPE on the Block getter which is being called from the ... |
Just curious if theres a way to do this...
Basically I'll be calling Jboss from a batch file, and I want to have it run in a seperate thread or service
Any idea ... |
I'm running JBoss as a windows service, but i can't seem to find where i can configure the JAVA_OPTS to make it work properly.
I need to set the Xms and the ... |
|
I need a little push in the right direction. Here's my problem: I have to create an ultra-reliable service that sends email messages to clients whose addresses are stored in txt ... |
I'm interested in building a JBoss service. Because I'm reusing some existing code, the service must be able to talk SSL/TLS and Protocol Buffers.
The documentation I see on the |
What is the correct way to turn off the JBoss hot deploy service?
This is a production environment.
Edit: JBoss version 5.1.0 GA
|
I have a webservice with basic HTTP authentication on a JBoss server. Is there a way to retrieve the authentication credentials (username, pw) supplied by the caller from within the webservice?
... |
I have developed a sar file and want to deploy it into the deploy path of jboss. I think if I put the sar into the right path of jboss, jboss ... |
I'm trying to build a service that can be start and stop automatically when start/stop jboss.
The following is the service structure of my service:
public class SnmpAgent extends ServiceMBeanSupport implements SnmpAgentHandler,SnmpAgentMBean
public interface ...
|
I created one service(MBean), I thought it could be start/stop normally.
I have my MBean in the structure as my previous problem had said:
http://stackoverflow.com/questions/3177569/a-created-jboss-service-cant-be-stop-normallymbean
But today, I found the created service will ... |
I am using JBoss 5.1.0.GA on Red Hat Linux 4. We have only webservices deployed on this application server as .war files (servlets only, no stateful applications present). As a part ... |
I'm attempting to get my Jboss Server running as a windows service using the JbossService.exe, and I had it working until I uninstalled it (with ./JbossService -uninstall JbossService), and now, while ... |
How to solve the above issue ?
|
Does anybody know which mean this error java.io.NotSerializableException: org.jboss.resource.adapter.jdbc.xa.XAManagedConnection, this throws when i'm to pass a java.sql.Connection to my service
|
I started creating a sample webservice using top-down approach in jboss4.2.2 GA.
From the wsdl, i generated stubs using wsconsume
I created a new java class: SalesTaxImpl implementing the interface in the generated ... |
I understand that In a Webservice Client time out can be configured using the below property.
(BindingProvider)wsPort).getRequestContext().put(StubExt.PROPERTY_CLIENT_TIMEOUT,
yourTimeoutInMillisec);
I created a Jboss WS Service, which takes unusally long hours of ... |
Hello i am creating a J2ME application in which i need to call a web service for processing
i am encrypting data and then calling web service
my code is working perfect on ... |
I developed a stand-alone wevservice client which relies on about three thousands of Jboss 4.0.1 SP1 libraries.
I deployed it as a "Runnable JAR" with Eclipse along with a subfolder containing the ... |
Well.
Hi everybody again.
I have a trouble with some script that I wanna to be executed as a Service in an Ubuntu Server 10.04 LTS PC. This is the script:
#! /bin/sh
JBOSS_BIN=/usr/local/jboss/bin
JBOSS_START_SCRIPT=$JBOSS_BIN/run.sh
JBOSS_STOP_SCRIPT=/usr/local/jboss/bin/shutdown.sh
JBOSS_BIND_ADDR=${JBOSS_HOST:-"-b ...
|
I have multiple EJB3 ears deployed on jboss server. One of them is an application containing common services exposed as remote. Now all other ears use those services via remote and ... |
We currently have a project that consists of multiple applications as well as a base library.
Both, the applications as well as the base library contain stateless EJBs and each application might ... |
How do you configure jboss application server to run as a windows service (e.g. jboss 5.1.0)
|
I'm in the arduous process of trying to upgrade a couple of our servers to use a current version of the application installed on it and I've gotten a bit stuck. ... |
I've managed to setup jboss as windows service found this article http://www.jboss.org/jbossweb/install/service.html
When I try it localhost:8080/ it works, but when I try to access it from another computer I ... |
I am using Metro 2.1 together with JBoss 4.2.2.
The application deploys without errors but when I try to access a WebService I get the following error:
java.util.ServiceConfigurationError: javax.xml.ws.spi.Provider: Provider org.jboss.ws.core.jaxws.spi.ProviderImpl not found ...
|
I have used jbosssx.jar for authenticating my app no i have Denish character in my database by which i am want to login i am able to do login this with ... |
jvisualvm does not monitor the jboss when I run it as service? what changes i need to make so that jvisualvm start monitoring the java application (specifically jboss) when running as ... |
I have jBoss running on Linux that runs a Java SOAP webservice. I normally deal with none of those on a day-to-day basis, so can't give many specifics. The ... |
I am having a MS Windows Server 2003 .. But I would like to restart the Jboss running in the machine every day.. How will I make a service which shutsdown ... |
I have a Jboss service in Windows server 2003. Is there a way to schedule the service to restart automatically on a daily basis?
|
So the case is the following:
I have an application that communicates with a JAX-RPC web service (Hosted in an .ear package on a JBoss server). We had a requirement of moving ... |
I'm trying to use Java Service Wrapper 3.3.5 32 bit community release with JBoss AS7 on a Windows 7 64 bit machine. I have a hunch the reason I'm having ... |
`I am using JBossWS as runtime environment and server configuration as JBoss AS 4.2
As I click on Finish button for creating client , I get teh following error:
java.lang.NoClassDefFoundError: org/jboss/wsf/spi/tools/cmd/WSConsume
Caused by: ...
|
We have a java application that's essentially a long running process. It's deployed on JBoss 6.1. We have to start it by going to the url http://ip.ip.ip.ip:8080/MyApp/Monitor
Is there a way we ... |
I am looking for a bit of clarity around JBoss ESB and JBoss WS. I have been asked to build an ESB solution using web services (SOAP/http(s)).
What advantages ... |
My team is creating a web service in Eclipse (Indigo with build id: 20110615-0604) targeted for the JBOSS 5.1 (non-negotiable server and version as defined by the customer) application server. My ... |
I have a crash dump (Windows) for JavaService (it's basically a wrapper to expose JBoss app server as a service).
I see this error on opening the dump file using windbg ... |
Can anyone help me. I am trying to a web service with transaction. I use the the jboss as an application server and the XTS API for activating the transaction ... |
I am attempting to run a JBoss service archive (sar) that was originally running on JBoss 4.2.3.GA to now run on JBoss 6.1.0.Final. I am finding that on the JBoss 6.1.0 ... |
Hi all, I am using NetBeans 6.8 with JBoss application server 5.1. I have developed a sample webservice (SampleWS) with a dummy hello world method (using netbeans 6.8 ) and deployed ... |
Hi, I have JBoss running on another Windows machine from the one that Netbeans is on. I want to deploy web apps with it, directly from Netbeans. To do that, I have installed JBoss as a windows service, so that I can start and stop it using the control panel or the net start command. I have 'mounted' the remote directory ... |
[INFO] AdminClient - -Processing file deploy.wsdd AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultString: (401)Unauthorized faultActor: null faultDetail: null: return code: 401 401 Unauthorized Unauthorized (401)Unauthorized at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:630) at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:131) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:182) at org.apache.axis.client.Call.invokeEngine(Call.java:2113) at org.apache.axis.client.Call.invoke(Call.java:2102) at org.apache.axis.client.Call.invoke(Call.java:1296) at org.apache.axis.client.AdminClient.process(AdminClient.java:319) at org.apache.axis.client.AdminClient.process(AdminClient.java:298) at org.apache.axis.client.AdminClient.process(AdminClient.java:305) at org.apache.axis.client.AdminClient.process(AdminClient.java:256) at org.apache.axis.client.AdminClient.main(AdminClient.java:341) [ERROR] AdminClient - ... |
|
|
49. JBoss coderanch.comHi Kumaran, I am working on a document oriented web service. I have to use xsd:any in WSDL. When I used this WSDL for generating skeleton classes in RAD, it is gave me SOAPElement as the argument for one of the methods. we are planning to deploy this WS in JBoss. will there be any issues? Because, IBM uses its own ... |
I'm at a loss and very pressed for time so any and all ideas are welcome. I wrote a web service in Java and it is deployed within JBoss 4.0.1. I also have a .NET client application that is trying to call the web service. It successfully calls into the web service and the SOAP message returned contains the correct result. ... |
Hi, [B]I am deploying a simple service on JBoss4.0.3SP1. Service itself (wothout handlers) work excellent. However, when I add simple handler: package handlers; public class LogHandler extends GenericHandler{ HandlerInfo hi; public void init(HandlerInfo info){ this.hi=info; } public boolean handleRequest(MessageContext mc){ logMessage(mc,System.out); return true; } public boolean handleResponse(MessageContext mc){ logMessage(mc,System.out); return true; } public void logMessage(MessageContext mc, OutputStream out){ SOAPMessageContext smc=(SOAPMessageContext)mc; SOAPMessage ... |
|
|
|
We currently developing a big Enterprise Application, and we need to deploy several webservices. For that we have created a Dynamic wep Project. In that project we have created a simple class : public class ProcMultaWS { public ResultadoProcMulta processarMulta(XmlMulta multa){ ProcessaMultaACC acessor = new ProcessaMultaACC(); return acessor.processarMulta(multa); } public String hello(XmlMulta multa){ ProcessaMultaACC acessor = new ProcessaMultaACC(); return "POIS ... |
Hi I have some requirement Regarding AXIOM . Currently i am using Enterprise Application EJB2.1 with Jboss4.0.2 I am deploying my service in jboss which i think uses Axis2 internally i've heard that AXIOM has some advantage over Axis2 which are memory related issues and AXiom uses Stax pull parsing internally, So if i want to use AXiom in my current ... |
|
hi, I have just started to work on Jboss rule engine. but due to insuffienct reading related to this is creating a problem for me. if you have anything other than the Jboss Site Doc in this relation Please let me know. Also, I know that Jboss Rule engine can be integrated as web service but dont know how to do ... |
|
|
|
|
|
Hi, I am migrating web services application from Weblogic 8.1.4 to JBoss 4.0.5. I have generated webservices.xml,jaxrpc-mapping.xml and WSDL by using wstools which is there in JbossWS 1.0.4.When i tried to deploy the web service it got deployed successfully. But i have requirement saying that i should use the WSDL that is generated from Weblogic when i replaced the Jboss WSDL ... |
|
|
|
|
|
Hi, I am new java world and was trying Eclipse 3.4 Ganymede and Jboss 3.2.3. When i ran run.bat of jboss the following error occured. Can you suggest any good comprehensive tutorial and server and ide version for learning eclipse with jboss and glassfish. Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\fariksh>cd C:\jboss-3.2.3 C:\jboss-3.2.3>cd C:\jboss-3.2.3\bin C:\jboss-3.2.3\bin>run.sh ... |
Has anyone been successful creating a simple hello world type web service in eclipse 3.3 using JBOSS? When I try and create a new "Dynamic Web Project" I HAVE to put in database information. The problem is that when I try and deploy I get the following error: 09:38:48,053 FATAL [DatasourceConnectionProvider] Could not find datasource: java:/T2Datasource I am very new to ... |
|
Hi I am getting this error while working with metro and jboss. 2009-01-09 11:41:00,319 ERROR [STDERR] Jan 9, 2009 11:41:00 AM com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit handle SEVERE: Unsupported Content-Type: application/soap+xml Supported ones are: [text/xml] com.sun.xml.ws.server.UnsupportedMediaException: Unsupported Content-Type: application/soap+xml Supported ones are: [text/xml] at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:292) at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:129) at com.sun.xml.ws.encoding.SOAPBindingCodec.decode(SOAPBindingCodec.java:287) at com.sun.xml.ws.transport.http.HttpAdapter.decodePacket(HttpAdapter.java:276) at com.sun.xml.ws.transport.http.HttpAdapter.access$500(HttpAdapter.java:93) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:432) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:244) at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:135) at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doGet(WSServletDelegate.java:129) at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doPost(WSServletDelegate.java:160) at com.sun.xml.ws.transport.http.servlet.WSSpringServlet.doPost(WSSpringServlet.java:52) ... |
HI, when i am calling the WSDL2Java class run(args[]) method from struts Action class method.. i am get this error on the console and my Application server(JBoss) is shutting down forcefully. 12:33:54,515 INFO [STDOUT] - The class java.lang.Throwable is defined in a java or javax package and cannot be converted into an xml schema type. An xml schema anyType will be ... |
13:46:13,218 INFO [QueueService] Queue[/queue/ExpiryQueue] stopped 13:46:13,218 INFO [QueueService] Queue[/queue/DLQ] stopped [ERROR [ExceptionUtil] ConsumerEndpoint[rg-rb3p54sf-1-94ym54sf-53xoza-8mo4c5] close [0h-7uss54sf-1-94ym54sf-53xoza-8mo4c5] java.lang.NullPointerException at org.jboss.jms.server.endpoint.ServerConsumerEndpoint.localClose(ServerConsumerEndpoint.java:542) at org.jboss.jms.server.endpoint.ServerConsumerEndpoint.close(ServerConsumerEndpoint.java:388) at org.jboss.jms.server.endpoint.advised.ConsumerAdvised.org$jboss$jms$server$endpoint$advised$ConsumerAdvised$close$aop(ConsumerAdvised.java:59) at org.jboss.jms.server.endpoint.advised.ConsumerAdvised$close_N4742752445160157748.invokeTarget(ConsumerAdvised$close_N4742752445160157748.java) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) at org.jboss.jms.server.container.ServerLogInterceptor.invoke(ServerLogInterceptor.java:105) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) at org.jboss.jms.server.endpoint.advised.ConsumerAdvised.close(ConsumerAdvised.java) at org.jboss.jms.wireformat.CloseRequest.serverInvoke(CloseRequest.java:66) at org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:143) at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:908) at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106) at org.jboss.remoting.Client.invoke(Client.java:1708) at org.jboss.remoting.Client.invoke(Client.java:612) at org.jboss.remoting.Client.invoke(Client.java:600) at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:189) at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:160) at org.jboss.jms.client.delegate.ClientConsumerDelegate.org$jboss$jms$client$delegate$ClientConsumerDelegate$close$aop(ClientConsumerDelegate.java:122) at org.jboss.jms.client.delegate.ClientConsumerDelegate$close_N4742752445160157748.invokeTarget(ClientConsumerDelegate$close_N4742752445160157748.java) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) at org.jboss.jms.client.container.FailoverValveInterceptor.invoke(FailoverValveInterceptor.java:92) at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:86) at ... |
Hi, I am new to this site, forgive me if my question is out of place. ~~~~~ I am trying to deploy a simple web service using eclipse europa and jboss doing exactly what is explained here http://www.javabeat.net/articles/40-creating-webse...boss-and-eclipse-europa-1.html ~~~~~ I am running on ubuntu server 8.10 and I have taken care to install the the software called out in the above ... |
This has had me banging my head for days [ ], and I have nowhere else to turn. Please tell me this is a simple mistake so I can get back to programming... Quick version: 15:44:17,680 INFO [DefaultEndpointRegistry] register: jboss.ws:context=gmsTest,endpoint=HelloWorld 15:44:17,787 INFO [WSDLFilePublisher] WSDL published to: file:/usr/java/jboss-5.0.1.GA/server/default/data/wsdl/gmsTest.jar/HelloWorldService3425215985790724981.wsdl [i](listed below)[/i] 15:44:17,802 INFO [TomcatDeployment] deploy, ctxPath=/gmsTest 15:44:17,820 WARN [config] Unable to process deployment ... |
All, I have deployed a jax-ws webservices in Jboss5 with jdk1.6. The webservices is deployed correctly. When I try to invoke the webservices I get this error: I am not sure waht is the issue: 17:02:50,468 ERROR [STDERR] Mar 31, 2009 5:02:46 PM com.sun.xml.ws.transport.http.servlet.WSServletDelegate doPost SEVERE: caught throwable java.lang.ExceptionInInitializerError at com.sun.xml.ws.util.SOAPConnectionUtil.getSOAPMessage(SOAPConnectionUtil.java:76) at com.sun.xml.ws.protocol.soap.server.SOAPMessageDispatcher.getSOAPMessage(SOAPMessageDispatcher.java:227) at com.sun.xml.ws.protocol.soap.server.SOAPMessageDispatcher.receive(SOAPMessageDispatcher.java:101) at com.sun.xml.ws.server.Tie.handle(Tie.java:88) at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.handle(WSServletDelegate.java:333) at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doPost(WSServletDelegate.java:288) ... |
Hi, I'm a beginner in webservices and I'm using JBoss 4.3.0 and created a stateless bean. This bean has annotations to be a webservice. I wanted to give it an explicit name, not matching the classname. The service is deployed and basically works. When I open it with soapUI, I see it's named TestBeanBinding. But I need it to be named ... |
I have a simple hello-world EJB3 successfully deployed as web service. I can check it with url: http://localhost:8080/jbossws/services Following is the client which works for Glassfish but doesn't work for JBOSS package com.hardik.mejb; import java.net.MalformedURLException; import java.net.URL; import javax.xml.namespace.QName; import javax.xml.ws.Service; public class JAXWSClient { private static String host = "localhost"; private static String portType = "HelloBean"; private static String serviceName ... |
|
Hi! It looks like one of the aims with Hessian is to replace, among other things, the SOAP protocol as well, so I have my doubts whether you will be able to combine the use of Hessian and SOAP in a simple manner. If you want to use XML-based messages with your web service but also try to speed things up, ... |
Hey all, Im getting a really strange error that I cant for the life of me track down... When using Jboss 5.0.1 (with some custom tweaks) and Eclipse I get the stack trace below when trying to submit a WS SOAP request. 09:58:31,822 ERROR [SOAPFaultHelperJAXWS] SOAP request exception java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage at javax.xml.soap.SOAPMessage.setProperty(Unknown Source) ... |
|
I created a simple web service on Jboss 5.1.GA and wsdl got generated fine. When I try to access the web services through the client I get a exception on the service side about setProperty/SOAPFault. I tried upgrading the Jboss 5.1.0 to WebWS 3.2 and Now I am getting following exception in the service log when I start the Jboss Server. ... |
|
build.xml ws-newfile.xml ========== I am getting the following error [wsconsume] Error: Could not import. (use --verbose to see full traces) [wsconsume] java.lang.NoSuchMethodError: com.sun.xml.bind.v2.runtime.JAXBContextImpl.(Lcom/sun/xml/bind/v2/runtime/JAXBContextImpl$JAXBContextBuilder;)V [wsconsume] at com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build(JAXBContextImpl.java:1136) [wsconsume] at com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo.getJAXBContext(BindInfo.java:330) [wsconsume] at com.sun.tools.xjc.reader.xmlschema.bindinfo.AnnotationParserFactoryImpl$1.(AnnotationParserFactoryImpl.java:80) [wsconsume] at com.sun.tools.xjc.reader.xmlschema.bindinfo.AnnotationParserFactoryImpl.create(AnnotationParserFactoryImpl.java:79) ...
|
Since few days I have been reading various tutorials and trying to run samples using Eclipse EUROPA, JOBSS 4.2.2GA. I was able to run a simple sayHello webservice and call it from a different web application (servlet) running on different jboss instance. Next I wanted to follow Sun JEE5 tutorial for samples, I tried running samples related to JAXB, but the ... |
Hi All Hi All, I am using drools API, and developed a webservice out of it. I created rule binary package using BRMS Guvnor. I used RuleAgent to acces the properties file. ie RuleAgent agent = RuleAgent.newRuleAgent("/application.properties"); "application.properties" file was stored in current working directory. I executed my application using eclipse, it was fine . For testing purpose i deployed the ... |
Hi All, Our company has a new project coming which is based on SAAS and ESBs (Sonic ESBs), So far I have no experience in these technologies, though have some concepts on SOA, Web services etc. Could you give me suggestions on how to start with these to ramp up fast and be able to take on the challenges as soon ... |
I am trying create a Hello Web Service in Eclipse but when I add the project to my JBoss 4.0 server in Eclipse I get the following error: $Proxy54 cannot be cast to org.jboss.lang.Annotation at org.jboss.lang.AnnotationHelper.getAnnotation(AnnotationHelper.java:80) at org.jboss.lang.AnnotationHelper.isAnnotationPresent(AnnotationHelper.java:61) at org.jboss.ws.integration.jboss.DeployerInterceptorJSE.isWebserviceDeployment(DeployerInterceptorJSE.java:125) at org.jboss.ws.integration.jboss.DeployerInterceptor.create(DeployerInterceptor.java:76) at org.jboss.ws.integration.jboss.DeployerInterceptorJSE.create(DeployerInterceptorJSE.java:74) at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.create(SubDeployerInterceptorSupport.java:180) at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:91) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy39.create(Unknown Source) at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969) ... |
Getting the following error while run the webservice client program in jboss server,but same code is working fine in tomcat sever AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: Index: 0, Size: 0 faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}stackTrace:Index: 0, Size: 0 at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222) at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129) at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:601) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1774) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2930) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:807) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107) ... |
Hi, I'm havin' a bit of a problem: we used to use BEA Weblogic in which we used UIdP for security. Now, we switched to JBoss using a JAAS. The problem is that BEA, upon receipt of a webservice-call (mind you: travels directly to BEA) checked whether it was authorized (via UIdP) and then answered with a 401. The requester then ... |
|
|
|
|
|
Hi All, I was trying to deploy a very simple Web service example using JBoss_5_0_1_GA and eclipse Helios IDE. I have posted the same in JBOSS forum and dint see much response there. So reposting it here. I dint make any configuration changes, but just started writing a simple program after creating a Dynamic Web Project and Enterprise Application project.i.e I ... |
Hi all, I am deploying a simple Hello Web service to jboss-4.0.4-GA server with bundled in the Netbean 5.5 IDE. Deployment of webservice in the JBoss is ok , when i do http://localhost:8080/HelloWebService/HelloWS?wsdl , i can see the wsdl format. And when accessing the webservice using Web Service Client in Netbean , i can access the web service method without any ... |