• Security integration for JCA 1.6

    Scott, if you have time to take a look at the security requirements for the JCA 1.6 implementation that would be great.   Here are a couple of pointers to get started   Chapter 16 in the specification - it...
    Profile Photo
    last modified by jesper.pedersen
  • JBJCA-263

    Hi all,   I've implemented and provided unit tests for https://issues.jboss.org/browse/JBJCA-263 I've not yet committed on our svn repo, because I've provided 2 different implementations and I'd like to know wh...
    Profile Photo
    last modified by maeste
  • IronJacamar RHQ plugin

    Hi Jesper, Thanks for your information given in email, it points out the way to implement rhq plugin, but we got several questions want to discuss with you. a. we have took a look at core/src/main/java/org/jboss...
    Profile Photo
    last modified by yang.yong
  • Enhancing the embedded container

    So in order to support multiple environments for IronJacamar we need to split the current implementation into   Embedded -- which is the interface for the container EmbeddedFactory -- which creates the containe...
    Profile Photo
    last modified by jesper.pedersen
  • Parsing and validation

    Writing negative unit test cases for Metadata Parsers I realized we are not Throwing exception in case of mandatory element missing. We are not validating xml file too, so even if these elements are defined as mandat...
    Profile Photo
    last modified by maeste
  • TestSuite - renaming and repackaging

    Hi all,   during my refactoring of our test suite I'm wondering if we can make some renaming and repackaging of our test:   Remove .test package to have test classes in the same namespace of classes under ...
    Profile Photo
    last modified by maeste
  • TestSuite - multithreaded tests and stress test

    I'm convincing that we need to develop some tests in our test suite running concurrently to stress some multithread feature in our code. Of course needs of this kind of tests isn't immediately exposed by a coverage to...
    Profile Photo
    last modified by maeste
  • TestSuite - Coverage

    Hi all,   From a coverage point of view our test suite is quite good. The question is how much coverage is our target, but much more important which package/module should have top priority in terms of test cover...
    Profile Photo
    last modified by maeste
  • Testsuite -refactoring to make test easier to run

    Hi all,   I'm working on our test suite. I'm trying to figure out not only how to achieve a better coverage, but also how to make current and future tests easier to read, write and run. Currently a lot (almost a...
    Profile Photo
    last modified by maeste
  • TestSuite - redesign of some tests and "false" coverage

    Hi all,   A deep look at our test suite reveal that some of the coverage report, is not saying the true about test situation. Coverage is sometime overestimated. To say that better, cobertura is not wrong, from...
    Profile Photo
    last modified by maeste
  • jboss jca example

    I need to connect an enterprise application with a web application using jca. Please help me in this.
    Profile Photo
    created by jaseem
  • resource_adapter_1_0.xsd

    Hi all, I've committed the first draft of the named xsd. It aims to define a structure of former <connection-factories> tag in old jboss-ds_6_0.dtd. It add some new concept (adming object, resource_adapter tag...
    Profile Photo
    last modified by maeste
  • jboss-ra version

    Hi guys,   during parsing I need to know which version of jboss-ra.xsd is in use. In connector-*.xsd the root tag have an attribute version. Our jboss-ra files haven't it. We have 2 opportunity: Add the version...
    Profile Photo
    last modified by maeste
  • moving validate capability to metadata

    Hi guys,   during re-design of our metadata I've seen validate methods in current org.jboss.jca.common.metadata.Metadata. This class isn't at the moment a metadata itself, but it'd more or less a metadataFactory...
    Profile Photo
    last modified by maeste
  • Metadata design - xsds

    Hi All,   I'm designing our new metadatas layer and I've imported in the projects XSDs form jboss-metadata-rar.   I've started with jboss-ra_2_0.xsd and I've already done some changes to that one I'd like ...
    Profile Photo
    last modified by maeste
  • feedback on JBAS-7195 (WrappedConnection.checkTransactionStatus throws exception when transaction is marked for roll back)

    Any arguments against altering the change made for JBAS-5082 to relax TxConnectionManager.checkTransactionActive() as follows?   Change from: {code}   if (status != Status.STATUS_ACTIVE && status ...
    Profile Photo
    last modified by smarlow
  • Embed JBoss JCA into your java program ?

    Can we embed JBoss JCA into one java program ? Thus any java program can utilize the RA connectivity capbilities easily.
    Profile Photo
    last modified by xingcl
  • Can JBoss JCA 1.0.0.Alpha11 support JCA 1.5 Adapter ?

    I tried to deploy one JCA 1.5 Adapter RAR file to the JBoss JCA 1.0.0.Alpha11, but failed with the following error:   Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment...
    Profile Photo
    last modified by xingcl
  • JcaXAResourceRecovery

    I may have initially underestimated this task. The JcaXAResourceWrapper, by itself, is not sufficient for recovery integration. I have started on org.jboss.resource.connectionmanager.xa.JcaXAResourceRecovery for ...
    Profile Photo
    last modified by weston.price
  • Rar working on jboss 4.0.2, not working on 5.1

    Hi,   I had deployed an rar application on jboss 4.0.2 and it is working and when i moved to Jboss 5.1, it is throwing an error. below is the error log.     0:09:37,283 INFO  [TomcatDeployment] ...
    Profile Photo
    created by samavedulark