| Quote: |
|
Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found. |
| support-joy wrote: |
| balanceofpower,
Apologies for the late reply. MyEclipse 10 is going to support JBoss 7. It is tentatively due on second week of October. Thank you for sending in your project. Our dev teams have included this in the UAT testing of your issues. |
| support-tony wrote: |
|
I'll pass this on to development to see if they can help. |
| Quote: |
|
I just checked with my team and we have the manual deployment mode working. The preference page where you configure JBoss 7 will now allow you to choose whether you would like to keep the existing auto deployment behavior too. |
| Quote: |
| manual deployment mode
|
| Quote: |
| whether you would like to keep the existing auto deployment behavior too
|
| Support-Brian wrote: |
| Tony,
b) Turn the auto-deploy setting off on our preference page (it will be off by default) and here JBoss will not restart the app for changes to resources and class files. This has been tested |
| Support-Brian wrote: |
|
I believe we are using additional metadata (that has been referenced in the JBoss thread) to achieve the right behavior here. |
| Support-Brian wrote: |
|
I will let you know when a build with this fix is publicly available; appreciate your support. |
| Quote: |
| It is quite sad that developers really DON'T talk to each other. |
| Quote: |
| Is there a date for this...
I keep checking and no updates appear and you are silent on the matter. |
| balanceofpower wrote: |
| It seems to work well apart from when I have to restart the JBoss7 server.
Things like updates to messages.properties need a server restart to be picked when they have changed; but when the server is simply restarted using MyEclipse then it does not tell JBoss7 to do a "proper deploy". I suspect that the .dodeploy is not being added on the server deploy area on re/start so JBoss is not forced to do a full re-deploy. If the guys can hack this in then it would be super great as it's not that often you want NOT to do a full deploy when the server starts from within MyEclipse. |
| Quote: |
| 1. Debug of files that I update is FUBAR.. It is like the code debugger seems to still keep the old line numbers... the only way to clear this is to stop the server and restart; which sort of defeats the point of exploded deployment... I should be coding for hours before doing a sever restart. Works fine with XHTML and EL line reporting it seems. |
| Quote: |
| Glad we are moving along. Not quite sure I understand your request regarding deployment.
When you make a change in the properties file, MyEclipse will push the changed file to the server. Since your application will not react to this as expected, you will be forced to restart the server. At this point the server should re-load your application from the deployed location - which now does contain the updated properties file and you should be all set. Redeploying the application should not be necessary. Can you please elaborate? |
| Support-Brian wrote: |
| Tony,
I assume you are still deploying to JBoss 7 and using MyEclipse 10.0.1? 1) Debug issue Can you please confirm exactly what files you are updating? Java classes or JSP files, for instance? Also, you do need to start the server in Debug mode for hot synch with classes to work, but I'm sure you are doing that already. Can you confirm that your changes are actually getting to the server (i.e. your application behaves differently, according to the changes you made) but it's just debugging that is messed up? Please let us know if you figure out if the problem only exists for Maven project or is independent of Maven. 2) Deployment Filters If you go to Project Properties > MyEclipse > Deployment Assembly, you can specify what folders in your source map to destinations in your deployed locations. However, this feature is still under development and libraries and containers are not fully supported yet. Would this be sufficient for your present needs? |