[
https://issues.apache.org/jira/browse/TOMEE-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14361859#comment-14361859
]
Romain Manni-Bucau edited comment on TOMEE-1524 at 3/14/15 3:47 PM:
--------------------------------------------------------------------
2/ happy to have the exact line ;). You surely missed the fact tmp is used for
unique file creation only which is someting we should do in work but kept in
tmp for embedded case. No link with deployments which are in temp of tomee (not
/tmp management) and which should be configured for prod usage
(openejb.deployer.cache.folder)
3/ sure but if you deploy twice the same app it should fail and not redeploy
the app (if it does it is a bug with no link with this flag)
1/ yes the most common which is today this flag to false cause of the
mentionned points + the fact we rely on this behavior in several tools (mvn,
arquillian...)
4/ org.apache.openejb.assembler.DeployerEjbTest + just added in this class
removeDeploymentsLogic() to make cases obvious
was (Author: romain.manni-bucau):
2/ happy to have the exact line ;). You surely missed the fact tmp is used for
unique file creation only which is someting which should do in work but kept in
tmp for embedded case
3/ sure but if you deploy twice the same app it should fail and not redeploy
the app (if it does it is a bug with no link with this flag)
1/ yes the most common which is today this flag to false cause of the
mentionned points + the fact we rely on this behavior in several tools (mvn,
arquillian...)
4/ org.apache.openejb.assembler.DeployerEjbTest + just added in this class
removeDeploymentsLogic() to make cases obvious
> tomee doesn't start up deployments on restart
> ---------------------------------------------
>
> Key: TOMEE-1524
> URL: https://issues.apache.org/jira/browse/TOMEE-1524
> Project: TomEE
> Issue Type: Bug
> Affects Versions: 2.0.0
> Reporter: Mark Struberg
> Fix For: 2.0.0
>
>
> We should set
> {quote}
> openejb.deployer.save-deployments = true
> {quote}
> in conf/system.properties as a default.
> This is needed for EAR deployments not getting 'lost' during server restarts.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)