[
https://issues.jboss.org/browse/JBIDE-9711?page=com.atlassian.jira.plugin...
]
Martin Malina closed JBIDE-9711.
--------------------------------
Libor agrees that if deployment is ok this JIRA can be closed.
Verified in JBT nightly (2012-04-30)
AS7 Adapter : Deployment of OSGI projects fails if the temporary
folder doesn't exist
-------------------------------------------------------------------------------------
Key: JBIDE-9711
URL:
https://issues.jboss.org/browse/JBIDE-9711
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.0.M3
Environment: JBossTools 3.3.0.M3-H18
Reporter: Libor Zoubek
Assignee: Libor Zoubek
Fix For: 3.3.0.M4
Attachments: JBIDE-9711.patch
I noticed that, in the context of JBIDE-9133, for the existing -broken- AS7 server
instances the utility projects were not zipped to the deployment area.
On the other hand, creating a new server instance fixed the issue.
So it seems the temporary folder is only created at the same time as the server instance.
It's an issue in the sense that you can not guarantee the temporary folder will exist
at deployment time (could have been deleted by the user ...).
Solution is to call tempdir.mkdirs() right before the actual deployment occurs.
--
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