Log in to follow, share, and participate in this community.
Thread JBoss.net or JBossWS
JBoss.net or JBossWSI am about to develop some web services and I am trying to decide which of jboss's approach to web services I should use. I am wondering if anyone might point me to some good commentary on the pros and cons of JBoss.n...
ws-security in JBoss.netHello! Does anybody know if there is a way to integrate ws-security in jboss.net? I?ve been developing web services communicating over SSL with JAAS, but I need a way to add xml encryption and xml signature. Can any...
Thread jboss-3.2.3 wsdl generated with all namespaces deployed.
jboss-3.2.3 wsdl generated with all namespaces deployed.The wsdl generated after deploying the applications, by using the url - http://../jboss-net/services/appname?wsdl , has the schema from all the namespaces. This is undesirable behavior and is causing a lot of grief. H...
WSDL error - simpleTypeHi I am using the jboss-net module for xdoclet to generate a simple EJB, which is then exposed as a web service. The service works correctly, however, there seems to be an error in the WSDL that is generated by AXIS...
Scoping for WSRs?I want to deploy two versions of the same WSR: one for production, and one for test. For example: MyService.wsr and MyServiceTest.wsr. The class files in each WSR will have the same names, but may be different version...
Conflicting classloaders detectedHi, I'm now facing a trouble as below after redeploying my ear file. This trouble doesn't occur after a reboot. But redeploying my ear causes this again. Does anyone have any ideas? Any helps will be appreciated! B...
AXIS.Net how to set up? for JbossI posted this to another JbossWS and trying to figure out how to get this working. ok i looked at that page and the instruction http://www.jboss.org/wiki/Wiki.jsp?page=JBoss.NET and they are not clear HOWTO switch ...
Axis - EJB ProviderHi All, I have deployed an ejb on JBoss and I am using axis-1_2RC1. Below is working configuration for this ejb web service in server-config.wsdd
<service name="Demo" provider="Handler" style="wrapped" use="li...
Frequently Asked QuestionsHello, I was happy using just EJB-QL until I wanted to have a finder method that used both an "ORDER BY" and "LIMIT" in the query. Aparently it is not supported yet. That is when I found out about the JBoss-QL. As we...
Nullpointer in JBoss.net 3.2.6Hi I've been uning JBoss 3.2.1 for some time with the JBoss.net axis webservice integration. And this worked ok. We want to upgrade to 3.2.6 because of a path to the UnifiedClassloader. However when we try to run th...
Thread not having success when invoking webservice in jboss 3.2.6
not having success when invoking webservice in jboss 3.2.6Hi I have a web service working on jboss 3.2.1 and plain c clients running successfully for a long time. I wanted to migrate it to jboss 3.2.6 but when the client invoke a service from the server, it is getting a st...
Missing org.jboss.net.ws4ee.server.EJBProxyFactoryImpl?We are in the process of tried jboss-4.0.0DR4. We do get the following exception on startup: 21:13:50,046 WARN [EjbModule] The Container Invoker session-webservice-invoker (in jboss.xml or standardjboss.xml) could no...
Thread Problem in passing parameters to .NET web service
Problem in passing parameters to .NET web serviceHi Thomas I am trying to invoke .NET WS from Java Axis client. I am able to invoke the WS but not able to pass parameters. In .NET it is receiving as null for sting. I searched the forum and found that AXIS by defaul...
Thread How to get user id and password from authenticated web servi
How to get user id and password from authenticated web servihi all, Is it possible for us to get user id and password used by client to request my web service? is yes, how? I need to get the user id and password to check against my database wheter the user is a valid user. pl...
ClassNotFound in 3.2.1After a hot deploy of my war, I get a null pointer exception when attempting to access the web application via URL. java.lang.NullPointerException at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:119) a...
Thread How to handle concurrent web service request?
How to handle concurrent web service request?hi all, Can anyone tell me how can we control number of request submitted to our web service. The problem i'm facing now is, a web service client spawn 100 request threads to my web service. This cause an exception b...
Log input and output XML on all callsCan someone tell me if there is a way to turn on logging on input and output XML in JBoss.net I have a requirement to capture everything coming and going out of the system. I would like to do that in the actual XML t...
java calling .NET web serviceHi All I have created a .NET web service which doesnt need any input. On invoking that it will create a row in the DB table and it is not returning any value.. I have tested by accessing thru browser. If i access thr...
Access to HTTP headersI need to add code examining the contents of headers sent with the web service request before executiing the exposed method. Is there a pluggable interface to allow me to add in code somewhere in the execution proces...