• JBAS-4304 - Jboss calls ejbStore inside ejbPostCreate on the

    I 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...
    Profile Photo
    last modified by umbra
  • Default commit options for various container types

    Posting 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...
    Profile Photo
    last modified by dimitris
  • org/jboss/util/id/SerialVersion

    hi 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...
    Profile Photo
    last modified by 2
  • Change to make PooledInvokerProxy.getServerHostName() return

    I'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...
    Profile Photo
    last modified by smarlow
  • interface javax.ejb.EJBLocalObject is not visible from class

    I 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...
    Profile Photo
    created by javierdac
  • Reducing Java object lock contention in org.jboss.invocation

    I 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...
    Profile Photo
    last modified by smarlow
  • JBAS-3873, Clarify the setRollbackOnly issue

    http://jira.jboss.com/jira/browse/JBAS-3873 what is the non-deterministic behavior that needs to be fixed?
    Profile Photo
    created by starksm64
  • Support of J2EE 5.0 in JBoss 5.x

    Could 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.
    Profile Photo
    last modified by straiver
  • Message redelivery from non transacted MDBs

    Using 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,...
    Profile Photo
    last modified by timfox
  • 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...
    Profile Photo
    last modified by starksm64
  • Services in JBoss AS 5

    I 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. *...
    Profile Photo
    last modified by thejavafreak
  • Problem with order of entity cache operations with Hibernate

    There 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...
    Profile Photo
    last modified by brian.stansberry
  • JBoss 4.0.0 and MySQL as DefaultDS: bug in ejb-deployer.xml

    When 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...
    Profile Photo
    last modified by juergen.zimmermann
  • ejb3-timer using PostgreSQL in JBoss

    Dear 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...
    Profile Photo
    created by thejavafreak
  • Unable to passivate due to ctx lock IS GONE

    This 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-...
    Profile Photo
    last modified by aloubyansky
  • Performance Impact of call-by-value

    Hi 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...
    Profile Photo
    created by smodou
  • Support of EJB 3.0 and JDK 1.5 with JBOSS App Server

    Hi, 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
    Profile Photo
    created by srikanthsurapu
  • Hidden exception in DLQHandler.createSevice

    A 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...
    Profile Photo
    last modified by peterj
  • JBAS-1854 - Compatibility 3.2.x vs 4.2.x

    I 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...
    Profile Photo
    last modified by clebert.suconic
  • 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 ...
    Profile Photo
    last modified by adilev