• How to define Relative path to go into JBOSS in My JAVA Code

    Hi ,   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...
    Profile Photo
    created by shrihariharanba
  • 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...
    Profile Photo
    last modified by masummymesingh
  • Simple java JMS message code getting compilation error..like javax.jms not exist import the package

    HI All   I am running Simple Java JMS code on Jboss6.1 EAP .while compilation trough Command prompt getting javax.jms  connection package not exist import package javax.jms.connection.   package com.s...
    Profile Photo
    created by raju457
  • rich:popupPanel now showing up

    Hi 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/...
    Profile Photo
    last modified by pinks70986
  • Cassandra Classroom Training in Bangalore

    Hi, 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. ...
    Profile Photo
    created by rahulunicom
  • Online and Classroom Training on Big Data Technology

    Hi, 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...
    Profile Photo
    created by rahulunicom
  • JBPM with MySQL

    Hello 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...
    Profile Photo
    last modified by ssaurav_1987
  • How to manage session in different WAR inside single EAR in jboss?

    How to maintain session in different WAR inside single EAR in jboss? I have searched in google but i could not get correct solution, whether we can manage the session in different war or not.?
    Profile Photo
    last modified by nthananjayan
  • JBoss AS 6 H2 DB Unable to build Entity Manager

    HI, 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...
    Profile Photo
    created by aterner
  • Getting 404 error

    I 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...
    Profile Photo
    created by kala001
  • Suggestion on when to use CDI beans and when to use EJBs

    With 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 ...
    Profile Photo
    created by banzeletti
  • JBoss provided design patterns implementations

    Hi,   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...
    Profile Photo
    last modified by jotraverso
  • threads concurrency issue while writing to text files

    Hi 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...
    Profile Photo
    last modified by gudepier
  • Thana

    what is the new concept in j2ee
    Profile Photo
    last modified by nthananjayan
  • Ressurection Pattern - Feedback requested

    Hi 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 :-).      &...
    Profile Photo
    last modified by kris.ramanah
  • SPI (JDK ServiceLoader) vs @EJB injection

    I'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...
    Profile Photo
    last modified by justkeys
  • Connection handle has been closed and is unusable

    Hello,     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 ...
    Profile Photo
    last modified by ujwallshetty
  • 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