Log in to follow, share, and participate in this community.
Thread move lib-opt under the corresponding deployer
move lib-opt under the corresponding deployerI was discussing again with Ales the server/xxx/lib-opt directory we've added a while back, and it seems to me a lot more appropriate to put any conditionally enabled .jars together with the corresponding deployer. I...
How to do hot deployment in jbossHi All, I want to edit jsp pages dynamically,how can i do that? Whether hot deployment is the solution for this? Thankx,
SAR Deployment Deployers OrderingRelates to: JBWS-2246 --- Usecase 1: Service archive (.sar) with POJO web service endpoint (.war archive inside). Usecase 2: Service archive (.sar) with EJB web service endpoint (.jar archive inside). Problem Descri...
Thread JSR88 updated with a StreamingTarget implementation
JSR88 updated with a StreamingTarget implementationAs part of the profile service crud support for deployments, I added a new StreamingTarget implementation that uses the remoting streaming capability to allow uploads via any protocol remoting supports. The default t...
Thread Russian doll packaging in arbitrary directories - JBAS-5900
Russian doll packaging in arbitrary directories - JBAS-5900https://jira.jboss.org/jira/browse/JBAS-5900 This raises the issue of a change in behaviour in "Russian doll" packaging in JBoss5. The behaviour asserted is actually not tested in the AS testsuite, instead it is doc...
Thread JBAS-4193, xml validation, empty application.xml
JBAS-4193, xml validation, empty application.xmlI've been looking into the https://jira.jboss.org/jira/browse/JBAS-4193 To make it work, the following should be uncommented for the following two deployers <bean name="EARStructureDeployer" class="org.jboss.depl...
Thread Datasource deployer does not substitute system properties
Datasource deployer does not substitute system propertiesWe use system property substitution to assist with the configuration of our JBoss installations. This was working fine with JBoss 4.2.3.GA, however it appears to be broken in 5.0.0.CR1. Specifically, it appears that ...
Thread Schedule Announced for Conference & Workshops on SOA, SaaS,
Schedule Announced for Conference & Workshops on SOA, SaaS,When Technologies Mean Business, Participation Means Advantage. The schedule for Business Technology Summit has been announced. The theme of this year's summit is Riding the Workhorse IT Hockey Stick, featuring a conv...
Thread Schedule Announced for Conference & Workshops on SOA, SaaS,
Schedule Announced for Conference & Workshops on SOA, SaaS,When Technologies Mean Business, Participation Means Advantage. The schedule for Business Technology Summit has been announced. The theme of this year's summit is Riding the Workhorse IT Hockey Stick, featuring a conv...
MBean Dependency not working as expected .I have the following contents in the MBean deployment descriptor
<?xml version="1.0" encoding="UTF-8"?>
<server>
<mbean code="org.jboss.test.jca.mbean.RaDependsOnMe"
name="jboss.test:test=RaDepends...
Persistence unit deployerA couple of questions for the persistence unit deployer: 1. Where do I get the kernel name for the persistence unit from? 2. Where do I get the JNDI name for the transaction scope persistence context from? 3. How do ...
is redeployment necessary?hi i deployed all my properties file in the jboss/default/conf folder. our properties file consists of key value pair. consider that my jboss is runnig.. now i need to edit one of the key value pair in the propertie...
HOWTO deploy webapp dynamicallyFolks, this is related to http://jira.jboss.org/jira/browse/JBWS-1967 I now generate the JBossWebMetaData object in memory and want to deploy it through the main deployer. Previously I used to do
VirtualFile fil...
EAR DependencyCan we have a dependency feature between the EAR's ? Right now we can have the dependency defined in the jee modules but does not yet exist at the EAR level . I have seen many of the users asking for such feature , ca...
Is META-INF in the classpath?Randomly looking into one of the tests that have been failing for ever now: http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-5.0.x-TestSuite-sun15/617/testReport/org.jboss.test.jmx.test/DeployServiceUnit...
Thread BaseClassLoader attachement makes DeploymentUnit non-seriali
BaseClassLoader attachement makes DeploymentUnit non-serialiSomehow an org.jboss.classloader.spi.base.BaseClassLoader ends-up being a non-transient attachment to a DeploymentUnit, causing a series of deployment tests to fail, just because the client cannot query the Deployment...
Thread Classloader issue when migrating application from tomcat to
Classloader issue when migrating application from tomcat toHi, I am migrating application from Tomcat to jboss-4.2.2.GA, I did the configuration but still I am getting NoClassDefFoundException, same thing is working properly with Tomcat. I gone through the document for jboss...
jboss-app.xml required for isolationI assumed it's a bug. At the moment only setting isolated to true in ear-deployer-beans.xml on JBossAppParsingDeployer will not isolate EARs. Here is the jira issue which includes a fix http://jira.jboss.com/jira/brow...