Thread How does CDI @Produce @PersistenceContext(Type=EXTENDED)?
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 ...
Thread java.lang.IllegalAccessException: Class org.jboss.ejb3.instantiator.impl.Ejb31SpecBeanInstantiator can not access a member of class DefaultDAO with modifiers ""
java.lang.IllegalAccessException: Class org.jboss.ejb3.instantiator.impl.Ejb31SpecBeanInstantiator can not access a member of class DefaultDAO with modifiers ""
Reading UDP packets in J2EE environmentHi 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...
Alternative to Stateful bean with TimerHi, 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...
java.lang.NoSuchMethodExceptionwhen 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...
Thread hosting multiple customers in single JBoss instance
hosting multiple customers in single JBoss instanceHello 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...
Thread Needed: Software Architect for Performance Lab
Needed: Software Architect for Performance LabNeeded: 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 (...
How to access ejb from another applicationHello! 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!
application server internal serviceI 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 ?
Deploying .sarHello! 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...
Service EJB to DAO EJB Design IssuesI'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 ...
Design problem: EJB containers prevent threadpool allocationI 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...
Functionality like Websphere UserWorkAreaMy 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...
Components based applicationHello. 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...