[
https://jira.jboss.org/jira/browse/JBAS-6590?page=com.atlassian.jira.plug...
]
Kenneth Christensen commented on JBAS-6590:
-------------------------------------------
> Afaik JBossWeb is running on temp anyway,
> so in order to get those changes you would have to modify the temp.
> Or was this somehow hidden with 4.x WarDeployer?
I never modified the temp in JBoss AS 4.2.3, because my exploded EAR never was created in
the temp.
> You can easily add to monitor for anything you like - see
MetaDataStructureModificationChecker in profile.xml.
Do you have any documentation on how to configure the
MetaDataStructureModificationChecker?
> You can remove this SeamModificationTypeMatcher in
seam-deployers-jboss-beans.xml in seam.deployer in deployers/.
No copy is created in tmp after I removed the SeamModificationTypeMatcher in
seam-deployers-jboss-beans.xml and now I can modify the original EAR
in the deploy dir and (sometimes) see my changes without redeployment - sometimes I need
to modify and deploy the same file more than once before
JBoss AS 5 pick up the changes. I guess something goes wrong, timestamp check fails or
something is cached in JBoss AS 5, I don't know?
But I think there is a problem with the current solution, because (default) it doesn't
work like JBoss AS 4.2.3 and documentation is missing about this importent issue.
JBoss AS 5 and JBoss Seam needs some documentation about this issue.
JBoss AS 5 copies exploded ear to tmp directory
-----------------------------------------------
Key: JBAS-6590
URL:
https://jira.jboss.org/jira/browse/JBAS-6590
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Deployers
Affects Versions: JBossAS-5.0.1.GA
Environment: JBoss AS 5.0.1.GA
JDK 1.5
Mac OS X 10.5.6
Reporter: Kenneth Christensen
Assignee: Ales Justin
Priority: Critical
Attachments: ear.jpg, jboss5-test.ear.zip, tmp-ear.jpg
I have an explode ear file (directory) - see attached file: ear.jpg
When I deploy the exploded ear file to JBoss AS 4.2.3 and later want to update a xhtml
file in the exploded ear by my ANT script everything works fine (i.e. I can refresh my
browser and see the changes without redeployment of the ear or war):
<!-- Target: deploy.xhtml.to.jboss -->
<target name="deploy.xhtml.to.jboss" description="Deploy xhtml
files to JBoss" if="deployed">
<copy
todir="${jboss.deploy.dir}/${jboss.context.path}/${war.file.name}/xhtml">
<fileset dir="${view.dir}/xhtml" includes="**/*"/>
</copy>
</target>
Because the exploded ear file is not copied to JBoss tmp dir.
But JBoss AS 5 always makes a copy of my exploded ear file and copies it to the tmp dir
where it's the current 'working copy/version' used by JBoss AS - see attached
file: tmp-ear.jpg
My ANT task will not work anymore because the 'working copy/version' used by
JBoss AS now is in the tmp dir and not in the deploy dir.
I really don't want to 'touch' web.xml (or other meta files) to trigger a
full redeployment when I need to make changes to my web files (xhtml, css, javascript,
images etc.).
Could we please have the 'old' behaviour from JBoss AS 4.2.X implemented into
JBoss AS 5 - or is there a workaround to above problem?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira