Log in to follow, share, and participate in this community.
Thread JBOSS 5.0 + SQL SERVER 2005 = ClassNotFoundException: com.mi
JBOSS 5.0 + SQL SERVER 2005 = ClassNotFoundException: com.miHi 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...
JBoss 5 EJB Container JNDI questionHi, 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...
JBOSS / DEPLOYCaros 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...
NPE in JDBCStoreManagerWith 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...
EntityBean remove Problem JBOSSAS 4.2.2GAHello 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...
Thread Container artifacts should have symmetric lifecycles
Container artifacts should have symmetric lifecyclesI'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...
Exploded deployment EJB problemHi 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...
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 ...
Thread Date Error while running Core Banking application
Date Error while running Core Banking applicationWe 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 ...
jndi lookup during restartIt 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 ...
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...
Patch to replace gjt-jpl packagesJBAS-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....
Feedback requested on throttling ejb callsHi, 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...
NPE in HomeHandleImplIIOPstubClass 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...
JBossWS integrationWe 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...
jdbc2.StoreManager2 and key-generatorsI'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...
Thread Is the metadata/type-mapping in -ds.xml really optional?
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. ...
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...
Thread JBoss AS 5.0.0.Beta2 doesn't work with jdk1.6
JBoss AS 5.0.0.Beta2 doesn't work with jdk1.6Dear 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: ===========================================================...
Multiple store managersI'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...