Log in to follow, share, and participate in this community.
Thread Memcached JBoss AS7 session configure
Memcached JBoss AS7 session configureHi, I just started learning JBoss. Now my boss asked me to do a Nginx+JBoss+Memcached platform. Please give me a good scheme. I don't know how to send JBoss AS7 session to memcached? Jboss should be how t...
Design Pattern for Generic EJB InvocationI'm currently trying to architect a new JEE6 application to invoke EJB's and EJB methods in a generic way. Heres what im thinking... Client applications interact with a remote stateless EJB (e.g. FinancialServiceExecu...
embedding jBPM-6 into a web applicationHi, I want to embed the workflow engine jBPM-6 into a web application (built using JSF, primefaces, etc...). But, it seems that I'm stuck and maybe you guys here could point me in the right direction. Can yo...
Thread How to define Relative path to go into JBOSS in My JAVA Code
How to define Relative path to go into JBOSS in My JAVA CodeHi , I am using Jboss+ Apache server integrated using mod_jk , The problem is when I try to use the below code for relative path, =new File(../Documents/fileName); its not creatin...
Generate primary key in database side ?I am using EJB3, JPA2, hibernate 4 my requirements is : 1. Not use Auto Generation in db side bz some db backup related facility 2. high concurrent user use this table fo...
rich:popupPanel now showing upHi I have two html files one contains button and other contains the popup. I want to open the popup on button click in first file. Here is my code authGroupManagement.xhtml <!DOCTYPE html PUBLIC "-//W3C/...
Cassandra Classroom Training in BangaloreHi, UNICOM is Starting a new Cassandra Classroom Training Batch in Bangalore on 16th Nov 2013. Anyone who is interested please give a call on +91-9538878796 or you can drop a Email at satabdi@unicomlearning.com. ...
Thread Online and Classroom Training on Big Data Technology
Online and Classroom Training on Big Data TechnologyHi, Great News For IT Professionals! UNICOM is Starting New Online and Classroom Training Batches in Oct- Nov 2013 for these Technologies. Hadoop Developer Hadoop Admin Apache Mahout Big Dat...
JBPM with MySQLHello I have followed the post for the configuration of jbpm with mysql and I have started the mysql but I need the script of jbpm for my sql so that I could create the database and their respective table of jbpm in m...
Thread JBoss AS 6 H2 DB Unable to build Entity Manager
JBoss AS 6 H2 DB Unable to build Entity ManagerHI, I cannot configure JBoss connect to H2 DB via JPA. My persistence.xml is: <?xml version="1.0" encoding="UTF-8"?> <persistence version="2.0" xmlns="http://java.sun.com...
Getting 404 errorI am trying to work on seam web project example given in Jboss website bvelow. http://docs.jboss.com/seam/1.0.1.GA/reference/en/html/tutorial.html I am getting 404 error when trying to run the jsp page...
Thread Suggestion on when to use CDI beans and when to use EJBs
Suggestion on when to use CDI beans and when to use EJBsWith the advent of CDI a new powerful concept joined JEE - but how does it fit into my "big picture"? I would like to share my current understanding and gladly receive any hints, refinements and observations in order ...
JBoss provided design patterns implementationsHi, I'm just beginning a new project with AS7. A few weeks ago while I were searching docs about AS7 I found an image with a list of Design Patterns implementations which JBoss is alredy applying for different...
Thread threads concurrency issue while writing to text files
threads concurrency issue while writing to text filesHi everybody, I'm using JBoss 5 with EJB3.0 to develop an application that needs among other things to read and write in a simple text file. My problems is how do i do to prevent multi threading / threads con...
Ressurection Pattern - Feedback requestedHi guys, while working I gave a name to a pattern and wanted to know if the community thinks that it would be useful or it can be just another blog on the web :-). &...
SPI (JDK ServiceLoader) vs @EJB injectionI'm stuck on the mismatch between ServiceLoader (which provides me with all available implementations of some java interface) and @EJB (which provides me of one particular implementation of some @Local annotated inter...
Thread Connection handle has been closed and is unusable
Connection handle has been closed and is unusableHello, In my code i am facing problem with Connection when trying insert/update database. I have pasted the jboss server logs. Any help would be appreciated in resolvving this issue. Please let me know ...