• to be or not to be (overloading the constructor)

    Suppose I have 2 classes like:   public class classA{      String test = "test";      classA(String t){           this.test...
    Profile Photo
    last modified by paul_
  • How does CDI @Produce @PersistenceContext(Type=EXTENDED)?

    Dear community, being quite a newbie to CDI I would like to ask the following question: I learned that it is a good idea to keep the EntityManager across various requests, ideally as long as a conversation (obvious ...
    Profile Photo
    created by banzeletti
  • Integrating JQuery with JSF 1.2 and RichFaces 3.3.1

    Dear All,             I am new to Jquery and trying hard to use Jquery in my JSF 1.2 page. I use RichFaces on JSF. However when I am trying to work out a demo e...
    Profile Photo
    last modified by cooldownthethroat
  • Difference between request.getAttribute, session.getAttribute

    Difference between request.getAttribute, session.getAttribute?
    Profile Photo
    last modified by nthananjayan
  • I am using RESTEasy API my web-application that. I am using @BadgerFish annotation for mapping json  with POJO

    this is my pojo   @BadgerFish public class User{ private Stirng name; private int loginCount = 0;   public String getName() {         return name;    ...
    Profile Photo
    last modified by jayeshdalwadi
  • java.lang.IllegalAccessException: Class org.jboss.ejb3.instantiator.impl.Ejb31SpecBeanInstantiator can not access a member of class DefaultDAO with modifiers ""

    Hi JBoss Masters   We are trying to migrate from JBoss 4.x to JBoss 6.0.0.Final and the only thing we can't pass the bootstrap process due to a EJB3.0 components built and packaged into a war from a Maven2 proc...
    Profile Photo
    last modified by marcellodesales
  • Reading UDP packets in J2EE environment

    Hi guys,   In my application based on JBoss (version 5) I need to listen for UDP packets. The easies way (and probably the only one ) is to open DatagramSocket on certain port (using JBoss @Service singleton be...
    Profile Photo
    last modified by piotrekde
  • Alternative to Stateful bean with Timer

    Hi,   I am developing application in which beans communicates with network routers (using snmp protocol). Every 5 seconds routers has to be queried to return some information. So I developed stateful bean that h...
    Profile Photo
    last modified by piotrekde
  • java.lang.NoSuchMethodException

    when i start the tomcat5.5 container, it cast a exception, i don't konw how to solve,wait for your solution,Think you! (I'm from china , Enlish is so-so , if can't understand me ,please tell me ,just want to solve th...
    Profile Photo
    last modified by xavier.h
  • hosting multiple customers in single JBoss instance

    Hello everybody. I have a general design question that I would like to get some input on. I am working on a fairly large JEE application that will be used by many customers that will range from small to large business...
    Profile Photo
    last modified by paulsson
  • CARGO: A tool for easy manipulation of your Java EE server(s); for testing, automated deployment and more

    Hello, JBoss enthusiasts   This is Ali from the Codehaus CARGO team. I'm sending this short article to tell you about the immediate availability of CARGO 1.0.4.   First question, what is CARGO? CARGO is an...
    Profile Photo
    last modified by alitokmen
  • jboss Java

    jboss with GNU JDK exceptions sun JDK vs. GNU JDK
    Profile Photo
    last modified by kimry
  • Needed:  Software Architect for Performance Lab

    Needed: Software Architect for Performance Lab LOCATION: Kansas City, MO USA Hi There, I work as a contractor here at the USDA and we are looking for someone to run our Application Availability and Performance Lab (...
    Profile Photo
    created by rlwaldrop
  • How to access ejb from another application

    Hello! I have 2 applications deployed on my jBoss. Can anyone explain to me how can I from EAR1 access Session or Entity Bean in EAR2? Thanks!
    Profile Photo
    last modified by hrast200
  • application server internal service

    I have written ejb project with desktop app to initialize the ejb and call business methods, but now i have been asked to redevelop the client to run as application server service , any idea ?
    Profile Photo
    created by eng_shaheen
  • Deploying .sar

    Hello! I have .ear (project) and .sar (service) files on my test server and everything is going great. .sar file contains two simple services which are time activated every hour and are working great, but when I depl...
    Profile Photo
    created by hrast200
  • Service EJB to DAO EJB Design Issues

    I'm stumped... I have a JSF which calls a serviceEJB which in turn calls a daoEJB. Now when serviceEJB calls getUserPrinciple it returns the principle correctly. serviceEJB then calls methodA of daoEJB with a @RunAs ...
    Profile Photo
    last modified by mattmcgrillis
  • Design problem: EJB containers prevent threadpool allocation

    I have a design issue I'm working through - I'm attempting to limit requests into a remote system to a set number per client. So for each client we have, I want a max of (for example) 15 requests to be sent to the sys...
    Profile Photo
    created by mcandelo
  • Functionality like Websphere UserWorkArea

    My company are using websphere and now wants to run our applications on jboss. Our applications use the websphere facility named UserWorkArea where you can attach some data to the request. The data will be transferred...
    Profile Photo
    created by folesen
  • Components based application

    Hello. I'm very new to EJB3 and JBoss but going over the materials, it seems like it is a solution to what I'm trying to accomplish. I have a very dynamic situation (who doesn't!) and I want to build the backend of t...
    Profile Photo
    last modified by etiennel