• Client throws UnmarshallException after upgrade of JBoss

    Q: ionel asks: When I try to launch a client, it display the following error message : javax.naming.CommunicationException. Root exception is java.rmi.UnmarshalException: error unmarshalling return; nested exceptio...
    Profile Photo
    last modified by tobias
  • does JBoss 3.0 support the JDK 1.4?

    Any one know if the JBoss 3.0 support the JDK 1.4?
    Profile Photo
    last modified by cjz002
  • log4j and Jboss

    Hi, My appication uses logger subclass of category from log4j for logging any message and when i deployed my application i can't see my log message, i tried configuring in log4j.xml file in jboss but i saw it uses on...
    Profile Photo
    last modified by gpatwa
  • Transaction XidImpl  Timeouts

    We are having this message in the server, Transaction XidImpl [FormatId=257, GlobalId=serv_app_atenea//35, BranchQual=] timed out. status=STATUS_ACTIVE This occurs sometimes ... The only constant is that occurs in t...
    Profile Photo
    last modified by caparra
  • Debugging with JBuilder 6 Enterprise

    drcharris wrote: Q: how do I debug JBoss under JBuilder 6 Enterprise? A: you have two options - in-process debugging or remote debugging. Inprocess debugging involves creating a JBuilder project containing all the j...
    Profile Photo
    created by tobias
  • NullPointerException with CMP

    cisbrh wrote: Q: Why do I get a NullPointerException when loading a CMP field of type int, float etc... that is null ? A: the persisted attribute in the bean must use a wrapper class (Integer, Float etc..) and not a...
    Profile Photo
    created by tobias
  • New entities (CMP) not showing up in the database

    cisbrh wrote: Q: Why does everything seem to be working properly with my Container Managed Persistence bean, but when I create an entity nothing happen in the database ? A: Make sure you are using the right transac...
    Profile Photo
    created by tobias
  • Big performance increase going from alpha to 3.0.0

    Back in March I just grabbed one of the nightly releases of JBoss 3.0.0alpha. It was working real well and everything seemed really stable as far as I could tell (at least with what I was doing). So I stuck with that ...
    Profile Photo
    last modified by mepalmer
  • Q: HELP! My DataSource Is Broken in 3.0 RC1!

    Q: HELP! My DataSource Is Broken in 3.0 RC1! A: Several people have been confused by the configuration changes present in JBoss 3.0 RC1. I'll attempt to explain what to do to set up a working configuration. Please r...
    Profile Photo
    last modified by davidjencks
  • Archive of JBoss mailinglists no longer on Geocrawler

    As of July 8th, Geocrawler stopped archiving the jboss-user and the jboss-dev mailing lists. Since these lists are also no longer being replicated to the JBoss forums, is there anywhere I can get access to the informa...
    Profile Photo
    last modified by cepage
  • Jetty and struts

    is it possible to run struts with jboss-jetty web server server ? if so, then what are the configuration files that has to be changed in jetty server? is it necessary to use "form bean" in each and every page we cre...
    Profile Photo
    last modified by balajikuduva
  • JBoss/JNDI Question.

    Guys: I have a little trouble understanding how the objects are bound and discovered with JNDI in Jboss. Do I specify the JNDI Binding in Jboss.xml file? Does Jboss follow the standard J2EE Naming Conventions to find...
    Profile Photo
    last modified by shailesh_dangi
  • deployment API?

    Does JBoss have deployment API that developers can use it to deploy an application programmatically? thanks Frank
    Profile Photo
    last modified by fxia99
  • Configuring amount/detail of logging information in JBoss3 w

    Q: How do I configure the level of detail I get for the logging information in the console and in the files in server/default/log ? (JBoss contributor)
    Profile Photo
    last modified by tobias
  • Where is EJX?

    Q: I downloaded the latest JBoss release but can't find ejx.jar anymore. Where is it? A: EJX is no longer maintained or included with the JBoss releases. XDoclet is a good alternative tool for deployment. See http://...
    Profile Photo
    created by juha
  • Best Practices for Packaging

    Hello: Recently, I started to reevaluate how I am packaging my J2EE applications. What is the consensus around here as to the best way package your applications? If there is a published set of standardized recommenda...
    Profile Photo
    last modified by rwaugh
  • How to config ManagedConnectionFactoryProperties

    When I config my OracleDS in oracle-servive.xml, I set the properties of ManagedConnectionFactoryProperties as the following: <config-property> <config-property-name>ConnectionURL</config-property-nam...
    Profile Photo
    last modified by xuebin_liu
  • Migration Guide

    Hi all, as the migration from JBoss 2.4.x to JBoss 3.0.0 does not seem as seamless as any constantly overworked and underslept developer would wish, is there anyone already writing a migration guide for this scenario...
    Profile Photo
    last modified by stitzl
  • jboss 2.4.4 connection to postgres

    Hi All, I am trying to connect the JBoss2.4.4 server running on my machine to a postgreSQL(7.1.3) database running on another network machine. I understand that I have to configure various MBeans via the "jboss.jcml"...
    Profile Photo
    last modified by mikew
  • Interest EJB Example

    I am running the Interest EJB in JBoss 2.4.4 on Windows XP. I am able to run the ant intro-interest-client script – at http://www.jboss.org/online-manual/HTML/ch01s15.html and get the correct results. Yet when I...
    Profile Photo
    last modified by cokid