• RestEasy BeanParam constructor injection

    I think this is a bug, but I'm not entirely sure as it may just be unclear from the spec.   When I define a @BeanParam and specify jaxrs annotations on the private fields with a no-arg constructor, everything se...
    Profile Photo
    created by matthew.madson
  • Difference in deployment of restful webservice on jboss as 6.1 final from tomcat

    RestFul Web services is nt getting deployed on JBOSS As 6.1 final while the same web application running on tomcat 7.0
    Profile Photo
    created by ggarima
  • Configure different EJB application to use different ejb versions - jboss AS 6

    Hi,   My initial issue is I want to define custom JNDI name. I tried with @ejb(name="myBean", beanInterface=myInterface.class) but did not work for me.So when I read about this I found in some forum as well in t...
    Profile Photo
    last modified by imeshd
  • How to make simple Server socket/client connection J2EE compliant

    Hi, I have a simple server socket application which can run without app server as usual. But I want to use it with Jboss now. So that we can have the benefit like connection pooling, clustering etc and other enhancem...
    Profile Photo
    last modified by imeshd
  • Deploy batch application on JBoss 7.1.1

    I wrote a simple batch application example using jboss-batch-api_1.0_spec-1.0.0.Beta1.jar, and run the application on JBoss 7.1.1. I added the jboss-batch-api_1.0_spec-1.0.0.Beta1.jar under jboss 7.1.1\modules\javax\b...
    Profile Photo
    last modified by shanlu
  • REST Resource call not working in JBOSS 5

    Hi,   I have created a REST resource that will call a java service which calls a webservice deployed in a remote machine with Websphere as the webserver.   The local server is Tomcat 6 and working fine giv...
    Profile Photo
    created by rana8142
  • Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

    Hi ,   am using Jboss 4.2.3 GA,Eclipse 3.4.2 and Java6 .   I wanna deploy my dynamicweb project (whose webcontent is pointed as o/p folder of my flex project)  in Jboss.   Earlier i tried Jboss ...
    Profile Photo
    last modified by supraja
  • Failed to boot JBoss

    Hi I wanna run my dynamicweb project on Jboss server,when i try to run,it fails to start Jboss and throwing the below error.   ERROR [AbstractKernelController] Error installing to Instantiated: name=StandardBi...
    Profile Photo
    last modified by supraja
  • Entity Bean issue in jboss 6

    Why does my jndi lookup calling entity bean multiple times,my sample code is     usfDataHome=(USFDataHome)ic.lookup("java:app/entityejb/USFData!usf.util.USFDataHome"); usfData = usfDataHome.findByPrimar...
    Profile Photo
    last modified by riyazmohd
  • Detach Dynamic Web from EJB and JPA project

    Hi everyone!   If is possible, I need some help to do something trickie. This may be simple, but I had been trying to solve it for 3 days in a row without a success. Google is my best friend, but I was unable ...
    Profile Photo
    created by jsperafico
  • Cannot forward after response has been committed...

    Hi  to all, i want to export some data to an excel file while downloading the file i got the following exception .......but after downloading the excel file i am trying to open it is saying like "the file you...
    Profile Photo
    created by raghu88
  • java.lang.ClassNotFoundException: org.jboss.virtual.VFS

    Hi,   I am facing following error related to class loader :   2012-07-13 13:48:01,151 DEBUG [com.asite.ams.persistence.DMSJdbcDAOImpl$InsertUploadDocSP] (Thread-16) RdbmsOperation with SQL [saveUploadDoc] ...
    Profile Photo
    last modified by paresh_modi
  • Caught Exception while registering Interceptor class org.apache.struts2.interceptor.ActionMappingParametersInteceptor - interceptor - vfs:/C:/jboss-6.1.0.Final/common/lib/struts2-core-2.2.1.jar/struts-default.xml:141:127

    Hi,   I'm getting the below error when trying to deploy my ear application   00:09:01,996 ERROR [InterceptorBuilder] Actual exception: Caught Exception while registering Interceptor class org.apache.struts...
    Profile Photo
    last modified by ayush.vatsyayan
  • jboss6 - character encoding of http post request body

    Hi ,      My backend java application deployed in jboss6  has to support all the languages(english,spanish,japanese,chinese.....) avaiable in the world. We have client application deployed on table...
    Profile Photo
    created by satish1982
  • Could not find a suitable constructor in org.apache.struts2.spring.StrutsSpringObjectFactory.

    Hi Folks,   I'm facing problem migrating my application from jboss 5.x to jboss 6.1.0.Final. I resolved many problems but the one I'm facing right now is the below exception   6:33:34,154 ERROR [[/ERAS/Ana...
    Profile Photo
    last modified by ayush.vatsyayan
  • EJB deploy in JBoss AS

    Hi, I got a problem when design and deploy my application. Assume that my application has N business (N session bean), and when I want to disable a business, I just simply destroy (off) a session bean equivalent.!...
    Profile Photo
    last modified by alexpr
  • issues with JBoss while deploying a war file

    Hi guys,   I'm deplyoing a war file on jboss to invoke web services using a servlet, servlet uses client code to invoke web services, the same war file is working perfectly fine with websphere, weblogic, & t...
    Profile Photo
    created by skhan17461
  • Client transaction is marked for rollback by a system exception from BMT bean

    Hi All,   It seems like a bug in the AS 6.0 to me. Say, I have a servlet where I start a client transaction and then call a BMT SLSB:   {code}        try{    ...
    Profile Photo
    last modified by bemtaill
  • Do all filters / servlets for an individual request execute on same thread?

    Hi folks. I apologize if my question is posted to the wrong JBoss "community space". Please let me know if I should post it elsewhere.   I am not a j2ee servlet expert, so I've been doing some searching on the w...
    Profile Photo
    created by brianhjboss
  • HttpSession in JBoss

    Hi, I am evaluating JBoss to see its behaviour on session management.   The code is something like this in servlet a:   HttpSession session = (HttpSession) httpServletRequest.getSession(true); if (sessio...
    Profile Photo
    last modified by megasilver