• unable to deploy using exploded archive type in MyEclipse ID

    Hi, Myself is heman malve,i'm getting problem with deployment in the MyEclipse environment, if i use exploded archive and able to deploy in the packaged archive type.I have one doubt like whether the JBOSS(4.0) app s...
    Profile Photo
    last modified by hemanmalve
  • JSR-88 "permanet" deployment

    I think that the JSR88 JBoss needs a "permanet" deployment for pragmatic reasons. Reading a suggestion from Dimitris in the http://www.jboss.org/index.html?module=bb&op=viewtopic&t=61945&postdays=0&po...
    Profile Photo
    last modified by fabcipriano
  • jboss server is not running on windows 64 bit machine..

    Hi All, I am trying to run my jboss server in windows 64 bit machine....while running it gives bunch of error..... If anybody know the remedy for this error then do lemme inform at amitbattu@yahoo.com asap... Error ::...
    Profile Photo
    created by amitbattu
  • Accessing application metadata

    We need to get a better notion of how an aspect gains access to application level metadata. Recent examples include PropertyEditors local to the deployment, and a need to know a cluster wide name to ClassLoader mappin...
    Profile Photo
    last modified by starksm64
  • Xalan override issue?

    I looked at the xalan override test created for this issue: http://jira.jboss.com/jira/browse/JBAS-2073 j2sdk1.4.2: 2005-09-06 19:48:01,115 INFO [ScopedXalanUnitTestCase] +++ testScopedXalanDeployment 2005-09-06 19...
    Profile Photo
    last modified by starksm64
  • Deployer ObjectName consistency

    Nothing big, but shouldn't we have some consistency in deployer object names (or ObjectNames in general) ? I know we can get them from MainDeployer.listDeployers(), still I think it would make sense to put them all u...
    Profile Photo
    last modified by dimitris
  • Suffix ordering inconsistency

    In looking into the .har/.jar ordering change introduced with the har deployer removal: http://jira.jboss.com/jira/browse/JBAS-2232 it seems we are not really handling the new ehanced suffix notion consistently. Some ...
    Profile Photo
    last modified by starksm64
  • HARDeployer removal proposal

    So as requested in http://jira.jboss.com/jira/browse/JBAS-2000, lets discuss this. So basically what you are saying regarding the extraction of URLs to use is that I would simply internalize that into the org.jboss.h...
    Profile Photo
    last modified by sebersole
  • Notifications emitted by SubDeployerSupport

    SubDeployerSupport emits Notifications on every deployment step (init, create, start, stop, destroy) that piggyback the DeploymentInfo. However this is the original DeploymentInfo and not a copy of it, so if a listen...
    Profile Photo
    last modified by dimitris
  • Attribute Persistence

    I'm copying here an email from Steve: "Steve Ebersole" wrote: Let's use a HAR deployment as the example because it represents the simple case of a single mbean component. 2 specific scenarios need to be consider: 1)...
    Profile Photo
    last modified by dimitris
  • On-Demand Deployment of EJBs

    I have the need to deploy EJBs (Session+Entity only) in a JBoss 4.x Kernel only on demand. This is because of a customer who wants to use JBoss, but who's not satisfied with the initial startup time. Most of the start...
    Profile Photo
    last modified by klaus.richarz
  • Windows .lnk handled by scanner suggestion

    It could be a good feature to have the file URL scanner to detect windows shortcut links and have it traverse them, similar to what symbolic links can do on unix plafforms. The file format is described here : http://...
    Profile Photo
    last modified by julien1
  • MainDeployer.stop

    So related to: http://jira.jboss.com/jira/browse/JBAS-1997 There simply is no consistent notion of stopping a deployment as opposed to undeploying it. I have fixed the module type issue, and what happens now in the o...
    Profile Photo
    created by starksm64
  • Adding a module type to the SerializableDeploymentInfo

    This is for the following jsr-88 issue: http://jira.jboss.com/jira/browse/JBAS-1998 One place for adding a notion of a deployment type is to the MainDeployer itself. I don't think it really belongs in the the SubDepl...
    Profile Photo
    created by starksm64
  • DeploymentFilter and JSP 2.0

    Hi, I was going through the org.jboss.deployment.scanner.DeploymentFilter and I saw that it excludes also 'tags'. As for JSP 2.0/Servlet 2.4, 'tags' is a reserved word for a folder under WEB-INF in WAR files, which co...
    Profile Photo
    last modified by mtedone1
  • SubDeployer interceptors in 4.x/HEAD

    So the ability to dynamically attach jmx interceptors to any XBeans in general, and a set of SubDeployers in particular, exists both in 4.x.(3) and HEAD. The EJB, EJB3, and Web Deployes can be currently intercepted, ...
    Profile Photo
    last modified by dimitris
  • Deployment Enhancement - Custom Attribute handler

    I was interested on whether or not the following enhancement request is of interest to others. Problem. Our application platform has a database for common configuration data. It would be nice if there was some generi...
    Profile Photo
    last modified by mike.chack
  • MainDeployer: DeploymentState not updated

    In the Maindeployer.java cvs version 1.74.2.3 The methods stop(DeploymentInfo di) and destroy(DeploymentInfo di) not update the DeploumentInfo.state field with the values DeploymentState.STOPPED and DeploymentState.D...
    Profile Photo
    last modified by fabcipriano
  • Resolving issue JBAS-1801

    Background: http://jira.jboss.com/jira/browse/JBAS-1801 http://www.jboss.org/index.html?module=bb&op=viewtopic&t=64874 We need to move toward url handling being a vfs aspect of the deployment layer. In the i...
    Profile Photo
    last modified by starksm64
  • HARDeployer changes proposal

    Hi, I want to propose some changes to the HARDeployer and Hibernate MBean implementation so that those can be used in the context of JBPMDeployer. Basically i want to add support for specifying a hibernate.cfg.xml, r...
    Profile Photo
    last modified by tom.baeyens