Log in to follow, share, and participate in this community.
Thread unable to deploy using exploded archive type in MyEclipse ID
unable to deploy using exploded archive type in MyEclipse IDHi, 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...
JSR-88 "permanet" deploymentI 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...
Thread jboss server is not running on windows 64 bit machine..
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 ::...
Accessing application metadataWe 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...
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...
Deployer ObjectName consistencyNothing 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...
Suffix ordering inconsistencyIn 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 ...
HARDeployer removal proposalSo 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...
Thread Notifications emitted by SubDeployerSupport
Notifications emitted by SubDeployerSupportSubDeployerSupport 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...
Attribute PersistenceI'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)...
On-Demand Deployment of EJBsI 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...
Windows .lnk handled by scanner suggestionIt 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://...
MainDeployer.stopSo 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...
Thread Adding a module type to the SerializableDeploymentInfo
Adding a module type to the SerializableDeploymentInfoThis 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...
DeploymentFilter and JSP 2.0Hi, 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...
SubDeployer interceptors in 4.x/HEADSo 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, ...
Deployment Enhancement - Custom Attribute handlerI 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...
MainDeployer: DeploymentState not updatedIn 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...
Resolving issue JBAS-1801Background: 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...
HARDeployer changes proposalHi, 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...