• JBOSS 5.0 + SQL SERVER 2005 = ClassNotFoundException: com.mi

    Hi friends, I'm trying to use JBOSS 5.0 with MS SQLSERVER 2005, but I'm getting the following error: [JBossManagedConnectionPool] Throwable while attempting to get a new connection: null org.jboss.resource.JBossRes...
    Profile Photo
    last modified by szymanski
  • JBoss 5 EJB Container JNDI question

    Hi, We are currently porting our implementation of Sip Servlets (see http://www.mobicents.org/products_sip_servlets.html) on top of JBoss 5 (currently working on Tomcat and Jboss AS 4.2.3). Our source code for the p...
    Profile Photo
    created by deruelle_jean
  • JBOSS / DEPLOY

    Caros amigos gostaria de saber porque o JBOSS faz o deploy dentro da pasta .../tmp/deploy/... e não dentro da pasta /deploy/... como deveria ser? E mais uma coisa porque que toda vez que paro o JBOSS e ini...
    Profile Photo
    created by marcoamv3000
  • NPE in JDBCStoreManager

    With the conf/jboss-service.xml refactoring, I'm seeing the following NPE for some tests (org.jboss.test.hello.test.HelloTimingStressTestCase). 00:28:25,855 ERROR [AbstractKernelController] Error installing to Star...
    Profile Photo
    last modified by starksm64
  • EntityBean remove Problem JBOSSAS 4.2.2GA

    Hello there, we detected a different behavior between Version 3.2.7 and 4.2.2GA. We try to remove an EntityBean with the remove Method from the Bean itself. The remove fails cause of a constraint in the database. I...
    Profile Photo
    created by novabit
  • Container artifacts should have symmetric lifecycles

    I've started to write some basic tests for ejb container lifecycle, based on the cts.tests from the testsuite for: https://jira.jboss.org/jira/browse/JBAS-5332 So basically what i do is: - deploy the cts.jar - run a...
    Profile Photo
    last modified by emuckenhuber
  • Exploded deployment EJB problem

    Hi anyone, I am trying to deploy an application an exploded format. I have created 3 different projects EAR, JAR (EJB) and WAR. I have configured all 3 different projects in application.xml in EAR project and I refer...
    Profile Photo
    last modified by tamilsmani
  • JBOSS - Oracle DB Connectivity Issue.

    We are using JBOSS version 4.0.5GA and Oracle 10g version 10.2.0.4. During the day the database process in the OS increases. In the application all open connections are closed appropriately. The connection string are ...
    Profile Photo
    created by etrans
  • Date Error while running Core Banking application

    We have developed Core Banking Application on JBoss 3.2.3 Application Server with IBatis Frame work. When we run the End of Day process in the application the following error message is displayed on the JBOSS Console ...
    Profile Photo
    created by rajesh_cbe2000
  • jndi lookup during restart

    It seems this is the best forum place to discuss the naming issue. Here is the original forum thread that leads to this: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114200 and there are couple of ...
    Profile Photo
    last modified by ben.wang
  • Refactor ProxyFactory?

    The ProxyFactory class in the server module that does the Proxy construction for ejb2, has the construction/population of InvocationContext, repeated multiple times in the class. I think if this class is going to stay...
    Profile Photo
    created by anil.saldhana
  • Patch to replace gjt-jpl packages

    JBAS-4148. I have made a patch in order to get rid of the gjt-jpl-util and gjt-util-pattern packages. Bellow is the patch that I recommend: diff -Naur trunk/build/build-distr.xml trunk_JBAS-4148/build/build-distr....
    Profile Photo
    created by csaldanh
  • Feedback requested on throttling ejb calls

    Hi, I want to allow EJB method invocations to be throttled as a way to reduce concurrency in applications. My first attempt at this is working great (I'm throttling at the PooledInvoker level for remote invocations o...
    Profile Photo
    last modified by smarlow
  • NPE in HomeHandleImplIIOP

    stubClass in HomeHandleImplIIOP is null after marshalling, so narrow is throwing an NPE. Looks like changes were made a few weeks ago that cause this problem. I have corrected this by making stubClass not transient. I...
    Profile Photo
    last modified by bdecoste
  • JBossWS integration

    We are thinking about moving the EJB3 WS integration code to the EJB3 code-base. The basic idea is that EJB3 related WS code depends on the JBossWS SPI only (we already have that), but the implementation (i.e. EJB3 In...
    Profile Photo
    created by heiko.braun
  • jdbc2.StoreManager2 and key-generators

    I'm investigating the migration of one of our applications to the 'cmp2.x jdbc2 pm' configuration. One issue that I've found is that currently all key-generators (jdbc.keygen) doesn't implement the jdbc2.CreateComman...
    Profile Photo
    last modified by jesper.pedersen
  • Is the metadata/type-mapping in -ds.xml really optional?

    I see that the metadata/type-mapping is optional in -ds.xml and the defaults/datasource-mapping is also optional in standardjboss-cmp.xml. Looking at the code the type-mapping is obtained from one of these 3 places. ...
    Profile Photo
    created by rrajesh
  • standardjaws.xml needed in jboss-4.2.x?

    Do we use server/conf/standardjaws.xml anymore for cmp configurations? I see standardjbosscmp-jdbc.xml being referenced at all places. If standardjaws.xml is not being used we should remove it from the distribution. I...
    Profile Photo
    last modified by rrajesh
  • JBoss AS 5.0.0.Beta2 doesn't work with jdk1.6

    Dear all, I tried running JBoss AS 5.0.0.Beta2 on jdk1.6.0 but it doesn't work. JBoss AS 5.0.0.Beta1 runs well on jdk1.6.0 Here are the full stack trace: ===========================================================...
    Profile Photo
    last modified by thejavafreak
  • Multiple store managers

    I'm investigating the migration of one of our applications to the 'cmp2.x jdbc2 pm' configuration. One issue that I've found is that it isn't possible to use multiple store managers in each archive. The problem is t...
    Profile Photo
    last modified by jesper.pedersen