Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions whatsnew/as/as-news-4.0.0.Beta1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<html>

<head>
<link rel="stylesheet" href="../whatsnew.css">
<title>JBoss AS Tools 4.0.0.Alpha2 News</title>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17645367-5']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script></head>

<body>

<h1>JBoss AS Tools 4.0.0.Beta1 What's New</h1>

<p align="right"><a href="../vpe/vpe-news-4.0.0.Beta1.html">&lt; Visual Page Editor/BrowserSim</a> <a
href="../openshift/openshift-news-2.4.0.Beta1.html">OpenShift Tools &gt;</a></p>
<table border="0" cellpadding="10" cellspacing="0" width="80%">

<tr>
<td colspan="2">
<hr />
<h3>Loading/saving password in JBoss Server Editor</h3>
<hr />
</td>
</tr>
<tr>
<td valign="top" align="left">
<p><b>JBoss Server Editor</b></p>
</td>
<td align="top">
<p>
The JBoss Server Editor would insist a user provide their password just to access the editor. This issue has been resolved by modifying the server editor so a password is only required when appropriate options are changed within the server editor.
</p>
<p>
</p>
<small>
<a href="https://issues.jboss.org/browse/JBIDE-6116">Related Jira</a>
</small><br/>
</p>
</td>
</tr>
<hr />

</table>

</body>

</html>


1 change: 1 addition & 0 deletions whatsnew/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ <h3>JBoss Tools 4.0 individual new and noteworthy</h3>
<p><a href="core/core-news-4.0.0.Beta1.html">Core/General</a></p>
<p><a href="jst/jst-news-4.0.0.Beta1.html">JST/JSF Tools</a></p>
<p><a href="vpe/vpe-news-4.0.0.Beta1.html">Visual Page Editor/BrowserSim</a></p>
<p><a href="as/as-news-4.0.0.Beta1.html">JBoss AS Server Tools</a></p>
<p><a href="openshift/openshift-news-2.4.0.Beta1.html">OpenShift Tools</a></p>
<p><a href="maven/maven-news-4.0.0.Beta1.html">Maven Tools</a></p>
</td>
Expand Down
4 changes: 2 additions & 2 deletions whatsnew/openshift/openshift-news-2.4.0.Beta1.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@

</script></head>
<body>
<h1>OpenShift 2.4.0.Alpha2 What's New</h1>
<h1>OpenShift 2.4.0.Beta1 What's New</h1>

<p align="right">
<a href="../vpe/vpe-news-4.0.0.Beta1.html">&lt; JST/JSF Tools</a>&nbsp;
<a href="../as/as-news-4.0.0.Beta1.html">&lt; JBoss AS Server Tools</a>&nbsp;
<a href="../maven/maven-news-4.0.0.Beta1.html">Maven Tools &gt; </a>
</p>
<table border="0" cellpadding="10" cellspacing="0" width="80%">
Expand Down
2 changes: 1 addition & 1 deletion whatsnew/vpe/vpe-news-4.0.0.Beta1.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 style="text-align:left">Visual&nbsp;Page&nbsp;Editor/BrowserSim 4.0.0.Beta1

<p align="right">
<a href="../jst/jst-news-4.0.0.Beta1.html">&lt; JST/JSF Tools</a>
<a href="../openshift/openshift-news-2.4.0.Beta1.html">OpenShift Tools &gt;</a>
<a href="../as/as-news-4.0.0.Beta1.html">JBoss AS Server Tools &gt;</a>
</p>

<table border="0" cellpadding="10" cellspacing="0">
Expand Down