• How to run Application Clients Container

    The J2EE specs states that : "Application clients are first tier client programs that execute in their own Java™ virtual machines. Application clients follow the model for Java technology-based application...
    Profile Photo
    last modified by sdelayre
  • Problem on deploying struts1.2.7 application on Jboss4.0.4

    Hi Friends, I had an Struts1.2.7 Web Application woking fine with Jboss3.2.6 but when i am deploying it on Jboss4.0.4 i am facing some problem. Following is the error i am getting. I had specified my extended Action...
    Profile Photo
    last modified by niksjain
  • Problem with struts 1.2.9 on jboss 4.0.4

    I have a jsf-guessNumber.war file that I use as part of my initial testing. I drop this jsf-guessNumber.war into tomcat and it works. I drop this into jboss-4.0.4GA and it doesnt work I get the following error java....
    Profile Photo
    last modified by redsea
  • When i am trying to access service from JBoss UDDI throwing

    Hi, i published webservices on UDDI , but while access its giving NullPointer Exception, Help me out on this. i am very thankful inadvance. Buildfile: D:\uddiv2-jaxr-technotev2\build.xml all-clean: all-run: ws-c...
    Profile Photo
    created by rama0206
  • call RequiresNew method from Required method

    Hi. I find at http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3807209 a similar problem with the next scenario, but is not identical. I have the following problem: into a MessageListener class is im...
    Profile Photo
    created by bsturzoiu
  • please help me

    i using following code in a method of my class //** DocumentBuilderFactory builderFactory = DocumentBuilderFactory.newInstance(); DocumentBuilder builder = null; builder = builderFactory.newDocumentBuilder(); // ...
    Profile Photo
    last modified by mehdi_979
  • TimedObject, JBoss 4,RC1

    Hello, according to the ejb-spec 2.1 Timers should be persistent. After some tests i do have the impression, that JBoss does not persist Timers. Seraching the www did not reveal any hints on this mater. I did look ...
    Profile Photo
    last modified by ahs1
  • JSP tag

    Hi all, I am migrating from WebLogic to JBoss. But I am struck up at one point which I ma finding hard to resolve. Actually we were using sever-side validation for not printing the nul string string by adding the co...
    Profile Photo
    last modified by preeti123
  • sar-archive in ear-file and EARClassloader question

    Hello, I have an sar-archive foo.sar with my mbean Foobar and a simple jboss-service.xml- file: <server> <mbean code="Foobar" name="FoobarMBean"/> </server> I have the following jboss-appl.xml i...
    Profile Photo
    created by rmontag
  • Problem with very long classname !!!

    We have release Nukes 2.0 Developer Release and Nukes 1.1 RC3. Nukes 2.0 DR features our portlet container implementation technology preview. Nukes 1.1 RC3 features more modules and a new installer. Special thanks t...
    Profile Photo
    created by jbossst
  • J2EE Standards supported by JBoss 3.2.5

    Is there a list (or can somone copy it here) of the standards supported by JBoss 3.2.5? I've found such a list for JBoss 4.0 in the datasheet JBoss_AS_4.0_Datasheet.pdf, but we are developing on 3.2.5. Specifically w...
    Profile Photo
    last modified by bgiddins
  • null values

    Hi all, I have a page where a member registers his details. But I see that as soon as I open the page all the fields are with null string instead of blank. Is there any option for me to configure the settings such a ...
    Profile Photo
    created by preeti123
  • Singleton issue with JBoss-3.2.3

    I have a problem with 3.2.3 with singletons across WebApplications. Singletons are being shared among WebApplications. This was not the case with 3.2.1 for sure. I tested this in both versions of JBoss. Is this a know...
    Profile Photo
    last modified by tarun_kar
  • How to deploy a j2ee apllication in jboss

    hello i have developed an application using pramati server. mysql is my database. I have used container managed beans. Please help me out by asying how i can deploy that application in jboss. up to jsp and session bea...
    Profile Photo
    last modified by ginga
  • mapping, jboss and j2ee

    The folllowing in my entire test case web.xml <web-app> <display-name>jlwi</display-name> <description>no description</description> <servlet> <servlet-name>HelloServlet&...
    Profile Photo
    last modified by jim_stoll
  • Calling folder from outside .EAR file

    Hi All! We have Production on RH 9 using JBoss 3.0.8. development is done on win2000 When on Win2000: We create a .EAR file where images folder is left outside the .EAR file. On start, application reads a prperty...
    Profile Photo
    last modified by bahman
  • Could not load field value: nomVersion

    Hy, here my problem: I have 2 entity ("version" and "document") beans with relatations: one CMR 1 - 1 call by "getVersionPrincipale" in the entity "document" and call by "getDocumentPrincipale" in the entity "versio...
    Profile Photo
    created by mortierm
  • security constraints url mapping in web.xml

    The servlet 2.3 spec specifies that, when multiple <security-constraint> tags are defined in web.xml, the following rules apply to match incoming request to the URL defined for the web resource collections : 1....
    Profile Photo
    last modified by sbrunot
  • alt-dd element in application.xml

    I've got an ear application which I need to deploy several times in different configurations. At the moment I facilitate a build script to generate different versions of all deployment descriptors but this is tedious....
    Profile Photo
    created by wtff
  • Single vs. Multiple JVMs

    The J2EE & EJB specs permit a J2EE server to implement a web container, ejb container, and, indeed, separate instances of beans within the same EJB container in multiple JVM instances. Our current usage of JBoss ...
    Profile Photo
    last modified by bcannon