Log in to follow, share, and participate in this community.
Thread JBAS-4304 - Jboss calls ejbStore inside ejbPostCreate on the
JBAS-4304 - Jboss calls ejbStore inside ejbPostCreate on theI beleive, I encountered a bug in jboss 4.0.4 GA. We have an BMP entity bean(SWRecord in trace below) with a valueobject as an interface with a client. Client can pass the valueobject to the ejbCreate method with inco...
Thread Default commit options for various container types
Default commit options for various container typesPosting here to discuss whether we want to tidy up a bit our default commit options per container type: Standard CMP 2.x EntityBean - B cmp2.x jdbc2 pm - C (**isn't there a better name???**) Clustered CMP 2.x EntityB...
org/jboss/util/id/SerialVersionhi friends, any idea which jar has org/jboss/util/id/SerialVersion I am getting Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/util/id/SerialVersion at javax.xml.registry.JAXRException.(JAXR...
Thread Change to make PooledInvokerProxy.getServerHostName() return
Change to make PooledInvokerProxy.getServerHostName() returnI'm working on a prototype for integrating a HA-Singleton to a "FavorSingleton" load balancer policy (I will post in the clustering forum when it is more complete.) Its for pinning a ejb 2.x bean to a particular serve...
Thread interface javax.ejb.EJBLocalObject is not visible from class
interface javax.ejb.EJBLocalObject is not visible from classI need jboss execute ear files in isolate way so I change the file ..\server\backend\deploy\ear-deployer.xml Isolated from false to true CallByValue from false to true
<server>
<mbean code="org.jboss.dep...
Thread Reducing Java object lock contention in org.jboss.invocation
Reducing Java object lock contention in org.jboss.invocationI would like to try to reduce the object lock contention in PooledInvokerProxy.getPooledConnection(). We currently hold the lock while testing the connection and I think we could do a little better. I will a open a j...
Support of J2EE 5.0 in JBoss 5.xCould somebody tell me when Jboss with full j2ee 5.0 support would be released? In beta release of Jboss 5.0 is nothing said about it, thought IMHO it should be the most important feature of new server.
Thread Message redelivery from non transacted MDBs
Message redelivery from non transacted MDBsUsing JBoss-4.0.5.GA. If I throw a RuntimeException from inside the onMessage method of a MDB set to tx NotSupported, then redelivery does not occur. The EJB2 spec is pretty silent about what should occur (17.6.3.1,...
Interface exception checking seems broken "henke.eriksson" wrote: We ran into some trouble today when we tried to deploy an EJB with a Local interface on JBoss 4.0.4. The business interface had one method, which looked something like this: Object doS...
Services in JBoss AS 5I think there's a major breakthrough in JBoss AS 5 in separating deployer into it's own directory which is deployers/ Would it be a good idea to separate services that is found under deploy/ directory which are: 1. *...
Thread Problem with order of entity cache operations with Hibernate
Problem with order of entity cache operations with HibernateThere appears to be a difference in behavior between JBossTM and JBossTS that's leading to failures with JBoss Cache as the 2nd level entity cache. JBC handles replication of transaction-scoped cache changes by regis...
Thread JBoss 4.0.0 and MySQL as DefaultDS: bug in ejb-deployer.xml
JBoss 4.0.0 and MySQL as DefaultDS: bug in ejb-deployer.xmlWhen configuring MySQL 4.1.5 as DefaultDS there are troubles in server/default/deploy/ejb-deployer.xml: At there is a create table statement having 2 problems create table TIMERS ( TIMERID varchar(50) not null, T...
ejb3-timer using PostgreSQL in JBossDear all, I've changed the database for quartz service to Postgre. But this message came out after I start my JBoss 5 Beta1 for the second time and onwards. I have changed the query in ejb3-timer-service.xml so it is...
Thread Unable to passivate due to ctx lock IS GONE
Unable to passivate due to ctx lock IS GONEThis warning is not going to be logged for entity beans any more. It still is for SFSB. The reasons to remove it was the refactoring done as part of the work on flushCache issue http://jira.jboss.com/jira/browse/JBAS-...
Performance Impact of call-by-valueHi All, I hope this is the right place for this question: How significant is the performance degration that results from using EJB call-by-value as opposed to the JBOSS default call-by-reference? Thanks in advance f...
Thread Support of EJB 3.0 and JDK 1.5 with JBOSS App Server
Support of EJB 3.0 and JDK 1.5 with JBOSS App ServerHi, Can any one update regarding JBOSS Application server support towards EJB 3.0 and JDK 1.5 i.e wether JBOSS Application server support JDk 1.5 and EJB 3.0 or not. Thanks for ur help in advance With Regards Srikanth
Thread Hidden exception in DLQHandler.createSevice
Hidden exception in DLQHandler.createSeviceA discussion of a JBoss Messaging issue related to EJB3 MDBs (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80525) resulted in a proposed patch to DLQHandler.createSevice to log the exception that i...
JBAS-1854 - Compatibility 3.2.x vs 4.2.xI just executed a small portion of a compatibility test between 3.2.x and 4.2.x, and I've gotten serialization exceptions with GUID. Then looking at the source code Guid under 3.2.x is not implementing SerialVersionU...
Thread Calling to develop JBoss Batch container....
Calling to develop JBoss Batch container....Following a talk with the cheif architecture of WebSphere, Bob High, they are now pushing a new container, which works with EJB in a batch mode. Mainly a batch is a non interactive operation, that take a long time on ...