• Difference Between Projects

    There are two differents standalone projects, jboss-jca-sjc and jboss-jca-standalone. IMHO, Main bootstrap class is coming from sjc project. Then standalone project is useless?
    Profile Photo
    last modified by gurkanerdogdu
  • Error In Building

    Hi; I have checked out from anonsvn trunk. It gives following error while building [ivy:retrieve] :: resolution report :: resolve 1355ms :: artifacts dl 46ms --------------------------------------------------------...
    Profile Photo
    last modified by gurkanerdogdu
  • CachedConnectionManager and 'late' connection closing

    Might I breach the subject of using CachedConnectionManager and JPA again? Or should I now duck and cover? ;-) I'm encountering the infamous 'Trying to return an unknown connection2!': 2009-06-11 05:25:32,969 TRACE ...
    Profile Photo
    created by wolfc
  • JBAS-1429 ReAuthentication Support

    I have been working on this, and am at the point where I need to start testing...that's where the problem comes in :-) Hypersonic doesn't support changing the user identity of a connection and since this is our defau...
    Profile Photo
    last modified by weston.price
  • Expose "testConnection" to JMX / ProfileService

    Hi, would it be possible to expose a "tesConnection" method to JMX or the profile service, that basically tries to get a connection with the backend database and returns true if this was successful. Such an operatio...
    Profile Photo
    last modified by pilhuhn
  • about JBJCA-93

    we can get some ra.xml files in the deployer resources directory. like src/test/resources/Ra15Outbound.xml. And we use ant to handle it: rename Ra15Outbound.xml into ra.xml and jar it (include jboss-ra.xml and metafes...
    Profile Photo
    last modified by jeff.zhang
  • Proposal of new JCAMetaDataRepository (use JBoss-MDR project

    public interface JCAMetaDataRepository { MutableMetaDataRepository getMetaDataRepository(); public void addConnectorMetaData(String name, ConnectorMetaData cmd); public ConnectorMetaData getConnectorMetaData(Stri...
    Profile Photo
    last modified by jeff.zhang
  • [JBAS-5221] tx-connection-factory/no-tx-connection-factory n

    Scott, I have begun to look at this task. Can you specify a bit more what you are looking for ? Is it the setManagedConnectionFactoryProperties method you are looking for ? Also is the code currently using the corre...
    Profile Photo
    last modified by jesper.pedersen
  • TCK testcases for JCA spec 10 chapter - WorkManager

    1. WorkManager.doWork 2. WorkManager.startWork 3. WorkManager.scheduleWork Create some Work implement and run the test 4. Test for WorkListener/WorkAdapter/WorkEvent , verify it can be reached some status: workSubmit...
    Profile Photo
    last modified by jeff.zhang
  • [JBAS-6519] JCA / XAResourceRecovery

    I have started looking into this task which builds on the discussion in the thread http://www.jboss.com/index.html?module=bb&op=viewtopic&t=100435 The org.jboss.tm.XAResourceRecovery interface specifies that...
    Profile Photo
    last modified by jesper.pedersen
  • Message delivered to wrong endpoint

    Given the following scenario: 1. An EJB3 Consumer Bean is tied to queue/mdbtest 2. It fails to deactivate the endpoint (unrelated problem) 3. queue/mdbtest is undeployed 4. A MDB Bean comes up which wants to attach to...
    Profile Photo
    last modified by wolfc
  • JBJCA-35: Resource adapter deployer

    See http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199822
    Profile Photo
    created by jesper.pedersen
  • connection management on tx timeout

    A couple of questions related to JBAS-5080, i.e. how connections behave if used either side of a asynchronous transaction timeout. Am I right that the expected behaviour of a connection handle obtained in a transacti...
    Profile Photo
    last modified by jhalliday
  • JBAS-6188, track-connection-by-tx

    https://jira.jboss.org/jira/browse/JBAS-6188, and issue showing up with the deprecated track-connection-by-tx property is that its only allowed value for a local tx ds is true. Should this property be dropped from the...
    Profile Photo
    last modified by starksm64
  • TxConnectionManagerStressCase

    This test keeps failing randomly. I'm not entirely sure what this is actually trying to test, it appears to be only failing if the tx timeout doesn't occur? // Only code that sets failed = true Transaction tx = ...
    Profile Photo
    created by adrian.brock
  • JBAS-3997

    I am hesitant to see this as being required. ResourceExceptions are not, by nature, transient. We already cover the case of a connection attempt failing for validation or other reasons. The ResourceException itself is...
    Profile Photo
    last modified by weston.price
  • Pojoize the JCA config in JBoss5

    FYI: https://jira.jboss.org/jira/browse/JBAS-6136
    Profile Photo
    created by adrian.brock
  • Pooling stress tests failing

    I guess this is related to: https://jira.jboss.org/jira/browse/JBAS-5095 but the pooling stress tests are now failing in jboss-head: http://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x-TestSuite-sun15/881/testReport/org...
    Profile Photo
    last modified by adrian.brock
  • JBAS-5929 - Idle subpools

    We need a mechanism to clear up unused subpools otherwise they could potentially grow without bounds. The simplest mechanism I'd suggest is for the InternalManagedConnectionPool.removeIdleConnections() to notify the ...
    Profile Photo
    last modified by adrian.brock
  • JBAS-5171 - New metadata - track-connection-by-tx

    http://jira.jboss.com/jira/browse/JBAS-5171 Can this be considered as proper? Index: main/org/jboss/resource/metadata/mcf/ManagedConnectionFactoryDeploymentMetaData.java ===========================================...
    Profile Photo
    last modified by adrian.brock