[JBoss JIRA] Created: (JBVFS-177) VFSUtils.unzip() does not preserve file modified time
by Brad Hawthorne (JIRA)
VFSUtils.unzip() does not preserve file modified time
-----------------------------------------------------
Key: JBVFS-177
URL: https://issues.jboss.org/browse/JBVFS-177
Project: JBoss VFS
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.0.1.GA
Reporter: Brad Hawthorne
Assignee: John Bailey
Unzip does not set the last-modified time on the files it creates to that of the original ZipEntries, therefore they default to their creation time. This causes problems for JBAS, where web clients will always be forced to re-download files (and not use their cache) whenever the server is restarted or application is redeployed.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (AS7-2067) The ear file can not deploy under AS 7.0
by Candice Chen (Created) (JIRA)
The ear file can not deploy under AS 7.0
----------------------------------------
Key: AS7-2067
URL: https://issues.jboss.org/browse/AS7-2067
Project: Application Server 7
Issue Type: Bug
Components: EE, EJB
Affects Versions: 7.0.2.Final
Reporter: Candice Chen
Assignee: David Lloyd
Priority: Critical
I have an ear file names migrate.ear which contains one ejb jar (ejb.jar) and one war file (war.war), if I put the ejb jar to a ejb folder and war file to war folder, the ear can not be depoyed.
If I move the ejb jar to war file out, it can be deployed.
Below structuer can be deployed:
ejb.jar
lib/
lib/util-1.0-SNAPSHOT.jar
lib/version.jar
META-INF/
META-INF/application.xml
META-INF/MANIFEST.MF
war.war
Below structure can not be deployed:
ejb/
ejb/ejb.jar
lib/
lib/util-1.0-SNAPSHOT.jar
lib/version.jar
META-INF/
META-INF/application.xml
META-INF/MANIFEST.MF
war/
war/war.war
Below is the error:
http://community.jboss.org/message/630869#630869
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] Created: (AS7-1370) Domain Management - Add support for database authentication.
by Darran Lofthouse (JIRA)
Domain Management - Add support for database authentication.
------------------------------------------------------------
Key: AS7-1370
URL: https://issues.jboss.org/browse/AS7-1370
Project: Application Server 7
Issue Type: Task
Components: Domain Management, Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 7.1.0.Beta1
It should be possible to define a database authentication element for authentication of incoming connections against a database.
Ideally the password should be obtainable from the database to allow us to use DIGEST authentication but if not a fallback to verify the password should be supported.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months