[JBoss JIRA] Updated: (JBAS-3358) Work directory shouldn't be deleted on Context Destroy
by Dimitris Andreadis (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-3358?page=all ]
Dimitris Andreadis updated JBAS-3358:
-------------------------------------
Fix Version/s: JBossAS-4.0.5.CR1
(was: JBossAS-4.0.5.GA)
Affects: [Compatibility/Configuration]
> Work directory shouldn't be deleted on Context Destroy
> ------------------------------------------------------
>
> Key: JBAS-3358
> URL: http://jira.jboss.com/jira/browse/JBAS-3358
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web (Tomcat) service
> Affects Versions: JBossAS-4.0.4.GA
> Reporter: Javid Jamae
> Assigned To: Anil Saldhana
> Fix For: JBossAS-4.0.5.CR1
>
>
> I tried enabling HTTP session persistence, but found out that the default directory that it writes to is the work directory. Working with JBoss support, I discovered that the work directory is deleted when the server shuts down.
> Either the work directory should not be deleted, or the default directory where the persistent HTTP sessions are serialized to a file should be changed to be in a directory other than work (since it is being deleted).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 11 months
[JBoss JIRA] Created: (JBAS-3501) JBoss ignores exploded modules inside an unexploded EAR
by Gregory Nolle (JIRA)
JBoss ignores exploded modules inside an unexploded EAR
-------------------------------------------------------
Key: JBAS-3501
URL: http://jira.jboss.com/jira/browse/JBAS-3501
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Deployment services
Affects Versions: JBossAS-4.0.4.GA
Reporter: Gregory Nolle
Assigned To: Dimitris Andreadis
Attachments: EARDeployer.diff
The EARDeployer ignores modules that are exploded inside an unexploded EAR and then throws an error saying that it couldn't find said modules. If the EAR is exploded as well then it's not a problem.
I've attached a patch for the EARDeployer class that fixes the problem. I personally think it's an inelegant solution but I don't have the time to do the refactoring necessary to improve it. Nonetheless, it seems to work for me. I've basically copied a bunch of code out of the JarUtils class to work out the URL to the exploded JAR's directory in the tempDeployDir and then added that to the extractedJars map, without using JarUtils.extractNestedJar(...).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 11 months
[JBoss JIRA] Resolved: (JBPM-490) update license headers
by Alejandro Guizar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-490?page=all ]
Alejandro Guizar resolved JBPM-490.
-----------------------------------
Resolution: Done
Added the header for the jbpm-bpel license from thirdparty/licences/license-info.xml.
> update license headers
> ----------------------
>
> Key: JBPM-490
> URL: http://jira.jboss.com/jira/browse/JBPM-490
> Project: JBoss jBPM
> Issue Type: Task
> Components: BPEL
> Reporter: Tom Baeyens
> Assigned To: Alejandro Guizar
> Attachments: jbpm-bpel.license.txt
>
>
> The header is necessary in terms of having the FSF agree that a project is conforming with the LGPL terms.
> The org.jboss.tools.license.ValidateLicenseHeaders java program (attached) from the jbossas/varia module is what I use. It will add the default header to files without one when -addheader is specified. It relies on the thirdparty/licenses/license-info.xml file being under the cvs directory of the source tree to determine what headers are valid. You can get this from the jboss-4.0/jboss-head cvs after thirdparty has been built, or from the thirdparty repository:
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 11 months