• New Remoting Integration Project

    This topic is pulled from a tangential discussion on: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=109907 I'd noted before that we may move the following classes: "ALRubinger" wrote: PojiProxy ...
    Profile Photo
    last modified by alrubinger
  • Questionable, but working, fix for JBMETA-83

    https://jira.jboss.org/jira/browse/JBMETA-83 When a mappedName for an EJB is equal to the deplomentScopeBaseName (ie. EAR name), BasicJndiBindingPolicy will issue conflicts because the mappedName will have been bound...
    Profile Photo
    last modified by alrubinger
  • JRMPProxyFactory equivalent for POJO Services

    Does AS 5 have any POJO equivalent to the JRMPProxyFactory? I.e. a service you can create where you inject some POJO service, an InvokerLocator, a JNDI name and an interface name, and it creates a Remoting proxy to yo...
    Profile Photo
    last modified by brian.stansberry
  • jboss-metadata 1.0.0.Beta31

    I want to do a metadata release today. I see Emanuel resolved JBMETA-80. Anything else I should wait for?
    Profile Photo
    last modified by starksm64
  • [jboss-metadata] Determine packaging structure from JBossEnt

    Simple question. For JBMETA-81 I need to determine if an EjbDeploymentSummary is from an EAR. How can I get at this, if possible, from JBossEnterpriseBeanMetadata? Something that ties JBossAppMetadata into the Object...
    Profile Photo
    last modified by alrubinger
  • Whitespace trimming in metadata

    Currently we have a failing test because whitespace is not getting trimmed from a jndi-name. NOTE there is an extra space after SessionA 2008-06-16 14:38:33,596 DEBUG [org.jboss.test.naming.ejb.TestEjbLinkBean] (Wo...
    Profile Photo
    last modified by adrian.brock
  • [jboss-metadata] No ResourceProcessor for JBoss50Creator?

    Using JBoss50Creator to obtain metadata, I'm not seeing ResourceReferencesMetaData get populated. A cursory look shows no ResourceProcessor under org.jboss.metadata.annotation.creator.ejb. What's the status of the JB...
    Profile Photo
    last modified by alrubinger
  • Isolated classloader

    How do I set up an isolated classloader for a deployment using -beans.xml?
    Profile Photo
    last modified by kabirkhan
  • Problem handling absolute directory specs in classpath

    Hi guys. I've found another small deployer issue to do with class paths in war files. The XTS demo program included a manifest whose classpath referred,inter alia, to /WEB-INF/classes. When this gets deployed it gener...
    Profile Photo
    last modified by adinn
  • appclient remote home regression

    I'm seeing the same 3 errors in the appclient tck tests as currently seen in the tck runs: http://hudson.qa.jboss.com/hudson/view/TCK5/job/tck5-appclient/lastBuild/testReport/unknownTestSuite.0/ in the mc/vfs appclie...
    Profile Photo
    last modified by starksm64
  • What replaces determineResolvedJndiName?

    Where are we at in terms of a comprehensive jndi resolution interface? The determineResolvedJndiName methods of the JBossEnterpriseBeanMetaData are deprecated, what replaces them?
    Profile Photo
    last modified by starksm64
  • Scoping of war/jar file embedded in sar service archives

    I just identified an 'interesting' change in processing of sar files between AS 4.X/5.0.BetaX and As 5.0.CR1. Here's the setup: I have a sar which embeds 8 different wars. The listeners configured in the respective w...
    Profile Photo
    last modified by adinn
  • Regression in Smoke Test - WebIntegrationUnitTestCase

    In changing JNDI mechanisms, I've introduced regressions into the WebIntegrationTestCase: http://jboss.hudson.alrubinger.com/job/AS_TestSuite_Smoke_Tests/13/ The underlying error is: Caused by: java.lang.IllegalSt...
    Profile Photo
    last modified by alrubinger
  • [jboss-metadata] EJB mappedName as a Base?

    @see ResolveJndiNameDecoratorUnitTestCase.testResolvedJndiNameWithMappedName. @SuppressWarnings(value="deprecation") public void testResolvedJndiNameWithMappedName() { // Obtain MD, set mappedName, and define exp...
    Profile Photo
    last modified by alrubinger
  • AltDD processing missing from MultipleVFSParsingDeployer

    Since the RARParsingDeployer moved to the new MultipleVFSParsingDeployer the AltDD test is failing: http://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x-TestSuite-sun15/lastBuild/testReport/org.jboss.test.deployers.ear.t...
    Profile Photo
    created by adrian.brock
  • [JBAS-5589] What to do with org.jboss.hibernate.cache.Deploy

    http://jira.jboss.org/jira/browse/JBAS-5589 The hibernate-int module contains DeployedTreeCacheProvider, a legacy CacheProvider impl for integrating JBossCache 2.x with Hibernate 3.2.x using a pre-deployed cache mbea...
    Profile Photo
    last modified by pferraro
  • Is profile-service.xml misnamed?

    Ales hinted that he doesn't have enough to do and that I should post this here. ;-) Are there any plans to provide a system property that can be used to decide whether to use bootstrap.xml or boostrap-repo.xml? Right...
    Profile Photo
    last modified by peterj
  • [jboss-metadata] Decoupling JNDI Logic from Object Model

    Issue with attached patch is: http://jira.jboss.com/jira/browse/JBMETA-68 Putting this one up for some public debate before committing. The primary drivers are listed as bullet points in the JIRA description, and t...
    Profile Photo
    last modified by alrubinger
  • Integrating aop.xml information into metadata view

    Moving this dev thread to here. http://lists.jboss.org/pipermail/jboss-development/2008-June/012271.html The ejb3 layer is looking to aop for some of its metadata and we need inverted to be looking at metadata/metada...
    Profile Photo
    last modified by starksm64
  • Merging conf/jboss-service.xml into conf/bootstrap.xml and r

    Should we get rid of the conf/jboss-service.xml for CR2 and even move the jmx kernel initialization to an optional bean? I want to get rid of the hack in the profile service bootstrap code that looks for conf/jboss-se...
    Profile Photo
    created by starksm64