• form-login-page doesn't work with http put and delete methods

    Hi,   When a not loggedin user access a secured url, the form-login-page should be presented.   This works for POST and GET methods but doesn't work for PUT and DELETE method.   PUT and DELETE method...
    Profile Photo
    created by inacio-silva
  • Disable wsdl publication

    Hi,   Is it possible to disable the automatic wsdl publication for a web service? In other words, I don't want clients to be able to fetch it using "http://server.com/services/someservice?wsdl".   I'm usin...
    Profile Photo
    last modified by emartgu
  • Jboss Web Service

    Hi everybody,,, iI create a web service to send a message, for local queue on local PC (127.0.0.1) it is correcte  but  for remote queue (192.168.20.35) as same queue name on remote PC return < D queue n...
    Profile Photo
    last modified by haithamnor
  • Remote Web Service

    Hi,,, I maked a web service on computer A (192.186.150.121) with jboss server that have the following IP (127.0.0.1) (   http://localhost:8080/Hello/services/Testport?wsdl)   and i want to consume this...
    Profile Photo
    created by haithamnor
  • How to configure instance-id in jboss as 7.1.1

    Hi All,   i am new to jboss. currently i am trying to configure Apache mod_cluster in standalone mode. The configuration is working fine. but i am getting following error.Any help on this would be highly appreci...
    Profile Photo
    created by sunildshpnd
  • SSLImplementation

    Hi,   Currently (jbossweb-7.0.13.Final) one needs to extend Http11Protocol and set a SSLImplementation (not null) in order to use a custom SSLImplementation (e.g. for a customized handling of failed handshakes)....
    Profile Photo
    created by solidether
  • JBoss AS7: Reading Properties ClassLoader.getSystemResource("PropertyFile") - Not working

    I used the following article to configure loading properties from external folders. https://community.jboss.org/wiki/HowToPutAnExternalFileInTheClasspath#/?page=2   Everything seems to work as in the article. H...
    Profile Photo
    created by pgunda
  • issues porting from websphere to JBoss AS7

    I have a Web application that uses JSP & Servlets. This is currently running on Websphere 7.1. We are trying to port to JBoss AS 7.1.1 in standalone mode to start with and am having issues. The WAR deployed succe...
    Profile Photo
    last modified by pgunda
  • JBoss 6.0 : Deployment in error

    Hello,   I don't understand why my deployment failed because all times when I run the server this error message occurs:   02:59:16,071 INFO  [AbstractJBossASServerBase] Server Configuration:   &#...
    Profile Photo
    last modified by bpmm
  • Deploying weblogic 8.1 application to Jboss 7.1

    hi all,   I am new to jboss application  servers. i have a requirement to migrate weblogic 8.1 application to jboss 7.1. I am trying to deploy the war and facing below. can someone help me on this.   &...
    Profile Photo
    last modified by sunildshpnd
  • Enable allowCasualMultipartParsing in jboss as 7

    Ive implemented balusc's filter for uploading files in servlet 3.0 with  multipart request. http://balusc.blogspot.no/2009/12/uploading-files-in-servlet-30.html   In order to make this work we need to set ...
    Profile Photo
    last modified by staale
  • Authenticate credentials with LDAP for specific requests (after logging in)

    I have a web application that I deploy using JBoss 5.2. In order for a user to use the application, he/she must authenticate with an LDAP server (using simple authentication) with a username and password. This is all ...
    Profile Photo
    created by kvcxn
  • HTTPS Redirect URL Problem

    I have HTTP to HTTPS redirect working correctly on our JBOSS 5.0.1 Server by adding the following to web.xml: <security-constraint> <web-resource-collection>       <web-resourc...
    Profile Photo
    last modified by pkrogel
  • Problems import org.hibernate.exception.ConstraintViolationException when I use Jboss7

    I have a web application running over Jboss 6 and it is working fine, but the same application over Jboss 7 and Eclipse Juno, on compilation time the "import org.hibernate.exception.ConstraintViolationException" give...
    Profile Photo
    created by teresam
  • Java code replace[Hot merge]

    Hi, I was using OC4j[Oracle server] for development, now we have switched to JBOSS 6. I was wondering whether do we have any options to replace the code in server directly rather restarting the server everytime we do ...
    Profile Photo
    created by anand_lgv
  • UI Testing of Util Classes deployed on JBoss

    In a Maven project, We have consumed a number of third party web services using Spring Framework. The flow would be something like below and controlled by the respective applicationContext.xml: Service Class ->...
  • when i logined (1st time) to my project it is giving the error....but 2nd time it is not giving such type of error

    i am getting the following error.......i recently changed to jboss6.1 from 4.2.2...in 4.2.2 it is working fine but it's not working on 6.1 for the first time only(after server starts).....pls suggest me if any solutio...
    Profile Photo
    created by raghu88
  • Chunked encoded content by HTTPS problem

    Hi all!   I have the next issue. I have a project deployed on Jboss 5.1 server. My server is communicates with clients by SOAP messages. Entry point is HttpServlet. Also there is two types of authantication: BA...
    Profile Photo
    created by vskasper
  • Exception caught while (preparing for) performing the invocation:  javax.xml.ws.soap.SOAPFaultException: In valid string sufix

    Hi   I need help with the below exception while consuming a web service. I use JBoss EAP 5.1. I am stuck with with this excpetion for 2 days can't proceed further so any help on this would be appreciated. Thanks...
    Profile Photo
    created by santhanakum
  • How to set min thread pool?

    Im trying to set the min threads for http in /deploy/jbossweb.sar/server.xml         <Connector protocol="HTTP/1.1" port="8080" address="${jboss.bind.address}"    ...
    Profile Photo
    created by meselfe