JBoss Tools SVN: r25151 - in trunk/documentation/whatsnew/cdi: images and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2010-09-24 09:42:43 -0400 (Fri, 24 Sep 2010)
New Revision: 25151
Added:
trunk/documentation/whatsnew/cdi/cdi-news-3.2.0.Beta1.html
trunk/documentation/whatsnew/cdi/images/3.2.0.Beta1/
trunk/documentation/whatsnew/cdi/images/3.2.0.Beta1/beansXmlCA.gif
trunk/documentation/whatsnew/cdi/images/3.2.0.Beta1/beansXmlOpenOn.gif
trunk/documentation/whatsnew/cdi/images/3.2.0.Beta1/beansXmlValidation.gif
trunk/documentation/whatsnew/cdi/images/3.2.0.Beta1/beansXmlWeld.gif
trunk/documentation/whatsnew/cdi/images/3.2.0.Beta1/openOns1.png
trunk/documentation/whatsnew/cdi/images/3.2.0.Beta1/openOns2.png
Log:
JBIDE-7128 CDI N&N for 3.2.0.Beta1
https://jira.jboss.org/browse/JBIDE-7128
Added: trunk/documentation/whatsnew/cdi/cdi-news-3.2.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/cdi/cdi-news-3.2.0.Beta1.html (rev 0)
+++ trunk/documentation/whatsnew/cdi/cdi-news-3.2.0.Beta1.html 2010-09-24 13:42:43 UTC (rev 25151)
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css" />
+<title>CDI tools 3.2.0.Beta1 What's New</title>
+</head>
+<body>
+<h1>CDI tools 3.2.0.Beta1 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main Index</a> <a
+ href="../seam/seam-news-3.2.0.Beta1.html">Seam Tools News ></a></p>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+<tr>
+ <td colspan="2">
+ <hr />
+ <h3>Beans.xml Source Editor</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Code Completion</b></p>
+ </td>
+ <td align="top">
+ <p>Now CDI Tools provide code completion for the relevant types/annotations in beans.xml</p>
+ <img src="images/3.2.0.Beta1/beansXmlCA.gif"/>
+ <p><small><a
+ href="https://jira.jboss.org/browse/JBIDE-2704">Related Jira</a></small></p>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Hyperlinks (OpenOns)</b></p>
+ </td>
+ <td valign="top">
+ <p>Class/Annotation names can now be navigated to via OpenOn.</p>
+ <img src="images/3.2.0.Beta1/beansXmlOpenOn.gif"/>
+ <p><small><a
+ href="https://jira.jboss.org/browse/JBIDE-7025">Related Jira</a></small></p>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Validation</b></p>
+ </td>
+ <td valign="top">
+ <p>All the classes/annotation names are now validated.</p>
+ <img src="images/3.2.0.Beta1/beansXmlValidation.gif"/>
+ <p><small><a
+ href="https://jira.jboss.org/browse/JBIDE-6523">Related Jira</a></small></p>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Weld extension (beans_1_1.xsd)</b></p>
+ </td>
+ <td valign="top">
+ <p>Weld extension (beans_1_1.xsd) is now supported by beans.xml editor.</p>
+ <img src="images/3.2.0.Beta1/beansXmlWeld.gif"/>
+ <p><small><a
+ href="https://jira.jboss.org/browse/JBIDE-6998">Related Jira</a></small></p>
+ </td>
+ </tr>
+<tr>
+ <td colspan="2">
+ <hr />
+ <h3>OpenOn for Injected Class</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>OpenOn for Injected Class.</b></p>
+ </td>
+ <td valign="top">
+ <p>OpenOn menu for injection points now gives more information about eligible beans.
+ </p>
+ <img src="images/3.2.0.Beta1/openOns1.png"/><br/><br/>
+ <img src="images/3.2.0.Beta1/openOns2.png"/>
+ <p><small><a
+ href="https://jira.jboss.org/browse/JBIDE-6640">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
\ No newline at end of file
Property changes on: trunk/documentation/whatsnew/cdi/cdi-news-3.2.0.Beta1.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/documentation/whatsnew/cdi/images/3.2.0.Beta1/beansXmlCA.gif
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/cdi/images/3.2.0.Beta1/beansXmlCA.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/cdi/images/3.2.0.Beta1/beansXmlOpenOn.gif
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/cdi/images/3.2.0.Beta1/beansXmlOpenOn.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/cdi/images/3.2.0.Beta1/beansXmlValidation.gif
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/cdi/images/3.2.0.Beta1/beansXmlValidation.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/cdi/images/3.2.0.Beta1/beansXmlWeld.gif
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/cdi/images/3.2.0.Beta1/beansXmlWeld.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/cdi/images/3.2.0.Beta1/openOns1.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/cdi/images/3.2.0.Beta1/openOns1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/cdi/images/3.2.0.Beta1/openOns2.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/cdi/images/3.2.0.Beta1/openOns2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
15 years, 7 months
JBoss Tools SVN: r25150 - branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/preferences.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-09-24 09:23:43 -0400 (Fri, 24 Sep 2010)
New Revision: 25150
Modified:
branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/preferences/messages.properties
Log:
[JBDS-1321] usage.properties url corrected
Modified: branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/preferences/messages.properties
===================================================================
--- branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/preferences/messages.properties 2010-09-24 13:13:27 UTC (rev 25149)
+++ branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/preferences/messages.properties 2010-09-24 13:23:43 UTC (rev 25150)
@@ -8,4 +8,4 @@
UsageReportPreferencePage_Description_JBDS=Preference page with options for anonymous usage data reporting.\nUsage data is used for statistical matters only.
UsageReportPreferencePage_AllowReporting_JBDS=&Please allow Red Hat Inc. to receive anonymous usage\n statistics for this JBoss Developer Studio installation.
UsageReportPreferencePage_Error_Saving_JBDS=Could not save the preferences.
-GlobalUsageSettings_RemoteProps_URL_JBDS=http://anonsvn.jboss.org/repos/jbosstools/workspace/usage/usage.properties
+GlobalUsageSettings_RemoteProps_URL_JBDS=http://devstudio.jboss.com/usage/usage.properties
\ No newline at end of file
15 years, 7 months
JBoss Tools SVN: r25149 - in trunk/vpe/plugins/org.jboss.tools.vpe: src/org/jboss/tools/vpe/editor/mozilla and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: mareshkau
Date: 2010-09-24 09:13:27 -0400 (Fri, 24 Sep 2010)
New Revision: 25149
Added:
trunk/vpe/plugins/org.jboss.tools.vpe/resources/org/jboss/tools/vpe/editor/mozilla/icons/externalize.png
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/mozilla/MozillaEditor.java
Log:
Externalize string icon has been redesigned, https://jira.jboss.org/browse/JBIDE-7060
Added: trunk/vpe/plugins/org.jboss.tools.vpe/resources/org/jboss/tools/vpe/editor/mozilla/icons/externalize.png
===================================================================
(Binary files differ)
Property changes on: trunk/vpe/plugins/org.jboss.tools.vpe/resources/org/jboss/tools/vpe/editor/mozilla/icons/externalize.png
___________________________________________________________________
Name: svn:mime-type
+ image/png
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/mozilla/MozillaEditor.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/mozilla/MozillaEditor.java 2010-09-24 12:58:06 UTC (rev 25148)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/mozilla/MozillaEditor.java 2010-09-24 13:13:27 UTC (rev 25149)
@@ -123,7 +123,7 @@
public static final String ICON_NON_VISUAL_TAGS = "icons/non-visusal-tags.gif"; //$NON-NLS-1$
public static final String ICON_TEXT_FORMATTING = "icons/text-formatting.gif"; //$NON-NLS-1$
public static final String ICON_BUNDLE_AS_EL= "icons/bundle-as-el.gif"; //$NON-NLS-1$
- public static final String ICON_EXTERNALIZE_STRINGS= "icons/properties.gif"; //$NON-NLS-1$
+ public static final String ICON_EXTERNALIZE_STRINGS= "icons/externalize.png"; //$NON-NLS-1$
//static String SELECT_BAR = "SELECT_LBAR"; //$NON-NLS-1$
private XulRunnerEditor xulRunnerEditor;
15 years, 7 months
JBoss Tools SVN: r25148 - in trunk/documentation/whatsnew/hibernate: images and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: vyemialyanchyk
Date: 2010-09-24 08:58:06 -0400 (Fri, 24 Sep 2010)
New Revision: 25148
Added:
trunk/documentation/whatsnew/hibernate/images/queryexporter-in-gui.jpg
trunk/documentation/whatsnew/hibernate/images/queryexporter-result-of-ant-script-generation.jpg
trunk/documentation/whatsnew/hibernate/images/run-codegen-in-external-process.jpg
Modified:
trunk/documentation/whatsnew/hibernate/hibernate-news-3.4.0.Beta1.html
Log:
https://jira.jboss.org/browse/JBIDE-7130 - update
Modified: trunk/documentation/whatsnew/hibernate/hibernate-news-3.4.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/hibernate/hibernate-news-3.4.0.Beta1.html 2010-09-24 12:30:10 UTC (rev 25147)
+++ trunk/documentation/whatsnew/hibernate/hibernate-news-3.4.0.Beta1.html 2010-09-24 12:58:06 UTC (rev 25148)
@@ -6,10 +6,10 @@
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../whatsnew.css"/>
-<title>Hibernate tools 3.4.0.M2 What's New</title>
+<title>Hibernate tools 3.4.0.Beta1 What's New</title>
</head>
<body>
-<h1>Hibernate tools 3.4.0.M2 What's New</h1>
+<h1>Hibernate tools 3.4.0.Beta1 What's New</h1>
<p align="right"><a href="../index.html">< Main Index</a> <a href="../jst/jst-news-3.2.0.M2.html">JST Tools ></a></p>
@@ -65,11 +65,39 @@
<tr>
<td colspan="2">
<hr/>
+ <h3>Hibernate Code Generation Configurations</h3>
+ <hr/>
</td>
</tr>
+ <tr>
+ <td valign="top" align="right"><a name="itemname3" id="itemname3"></a><b>Checkbox "Use generation in external process"</b></td>
+ <td valign="top">
+ <p>Possibility to run code generation in external process.</p>
+ <p><img src="images/run-codegen-in-external-process.jpg"/></p>
+ <p><small><a href="https://jira.jboss.org/browse/JBIDE-6423">Related jira</a></p>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a name="itemname3" id="itemname3"></a><b>QueryExporter was added</b></td>
+ <td valign="top">
+ <p>Possibility to execute QueryExporter task from Hibernate Tools Core</p>
+ <p><img src="images/queryexporter-in-gui.jpg"/></p>
+ <p>QueryExporter task in generated Ant code</p>
+ <p><img src="images/queryexporter-result-of-ant-script-generation.jpg"/></p>
+ <p><small><a href="https://jira.jboss.org/browse/JBIDE-6703">Related jira</a></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+
+
</table>
</body>
Added: trunk/documentation/whatsnew/hibernate/images/queryexporter-in-gui.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/hibernate/images/queryexporter-in-gui.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/hibernate/images/queryexporter-result-of-ant-script-generation.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/hibernate/images/queryexporter-result-of-ant-script-generation.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/hibernate/images/run-codegen-in-external-process.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/hibernate/images/run-codegen-in-external-process.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
15 years, 7 months
JBoss Tools SVN: r25147 - in trunk/documentation/whatsnew/teiid: images and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: blafond
Date: 2010-09-24 08:30:10 -0400 (Fri, 24 Sep 2010)
New Revision: 25147
Added:
trunk/documentation/whatsnew/teiid/images/create-war-file-wizard.png
trunk/documentation/whatsnew/teiid/images/ldap-connection-dialog.png
trunk/documentation/whatsnew/teiid/images/modeshape-connection-dialog.png
trunk/documentation/whatsnew/teiid/images/new-data-role-wizard.png
trunk/documentation/whatsnew/teiid/teiid-news-7.1.0.Beta1.html
Log:
JBIDE-7140 Adding N&N for JBT 3.2.0 Beta1 milestone
Added: trunk/documentation/whatsnew/teiid/images/create-war-file-wizard.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/teiid/images/create-war-file-wizard.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/teiid/images/ldap-connection-dialog.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/teiid/images/ldap-connection-dialog.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/teiid/images/modeshape-connection-dialog.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/teiid/images/modeshape-connection-dialog.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/teiid/images/new-data-role-wizard.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/teiid/images/new-data-role-wizard.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/teiid/teiid-news-7.1.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/teiid/teiid-news-7.1.0.Beta1.html (rev 0)
+++ trunk/documentation/whatsnew/teiid/teiid-news-7.1.0.Beta1.html 2010-09-24 12:30:10 UTC (rev 25147)
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css"/>
+<title>Teiid Designer What's New</title>
+</head>
+<body>
+<h1>Teiid Designer 7.1.0 Beta1 What's New</h1>
+<p align="right"><a href="../index.html">< Main Index</a> <a href="../modeshape/modeshape-news-7.1.0.M2.html">Modeshape ></a></p>
+<p>Last revised September 24, 2010</p>
+<p><b>Teiid Designer</b> is a graphical data modeling tool that enables rapid definition, integration, management and testing of data services without
+programming using the <b>Teiid</b> runtime engine.</p>
+<p>For more details on <a href="http://www.jboss.org/teiid.html">Teiid</a> and <a href="http://www.jboss.org/teiiddesigner.html">Teiid Designer</a> visit: <a href="http://www.teiid.org">http://www.teiid.org</a></p>
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+<tr>
+ <td colspan="2">
+ <hr />
+ <h3>Connection Profile Contributions</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>LDAP connection</b></p></td>
+ <td valign="top">
+ <p>
+ The LDAP Connection Profile supports creation of an LDAP Data Source in Teiid. Teiid Designer does
+ not have an importer for LDAP metadata, it must be manually modeled, but this connection profile
+ can enable the preview of LDAP data in Teiid Designer and the assignment of the LDAP Data Source for a Teiid VDB.</p>
+ <p><img src="images/ldap-connection-dialog.png" alt="LDAP Connection Properties" border="1"/></p> </td>
+ </tr>
+ <tr><td colspan="2"><hr /></td></tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>ModeShape JDBC connection</b></p></td>
+ <td valign="top">
+ <p>The ModeShape Connection profile enables the JDBC importer to access metadata in a
+ ModeShape repository and create relational models of the data.
+ Using these models Teiid can then federate information stored in a ModeShape repository
+ with data stored in other sources.</p>
+ <p><img src="images/modeshape-connection-dialog.png" alt="ModeShape Connection Properties" border="1"/></p> </td>
+
+ </td>
+ </tr>
+
+<tr>
+ <td colspan="2">
+ <hr />
+ <h3>Web Services</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>War Generation</b></p></td>
+ <td valign="top">
+ <p><strong>In Beta1</strong> Teiid Designer's the Web Service War Generation Wizard now supports
+ both HTTPBasic and WS-Security (Username Token) security. The HTTPBasic implementation allows
+ the user to leverage either the Teiid security domain or a custom domain. The WS-Security option
+ lays the configuration groundwork for the user while allowing for customized authentication.
+ supports generation of deployable web service War Files.
+ <p><img src="images/create-war-file-wizard.png" alt="Web Service War Generation Wizard" border="1"/></p>
+ </i></b></p>
+ </td>
+ </tr>
+<tr>
+ <td colspan="2">
+ <hr />
+ <h3>VDB Data Roles</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Authorization</b></p></td>
+ <td valign="top">
+ <p><strong>In Beta1</strong> Teiid Designer's VDB Data Role Wizard includes an option to allow data
+ data access to ALL users defined in the deployed server location. By checking the "Apply this role to All Users"
+ the Mapped Role names panel is disabled and any previously entered mapped role names will be removed from this
+ data role.
+ <p><img src="images/new-data-role-wizard.png" alt="Web Service War Generation Wizard" border="1"/></p>
+ </i></b></p>
+ </td>
+ </tr>
+
+
+ <tr><td colspan="2"><hr /></td></tr>
+</table>
+
+</body>
+
+</html>
+
+
Property changes on: trunk/documentation/whatsnew/teiid/teiid-news-7.1.0.Beta1.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 7 months
JBoss Tools SVN: r25146 - trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2010-09-24 07:45:48 -0400 (Fri, 24 Sep 2010)
New Revision: 25146
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/CATest.java
Log:
JBIDE-7168
https://jira.jboss.org/browse/JBIDE-7168
Modified: trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/CATest.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/CATest.java 2010-09-24 11:31:50 UTC (rev 25145)
+++ trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/CATest.java 2010-09-24 11:45:48 UTC (rev 25146)
@@ -25,7 +25,7 @@
private ContentAssistantTestCase caTest = new ContentAssistantTestCase();
private static final String PAGE_NAME = "WebContent/test.jsp";
private String[] beanProposals = new String[] {"example", "example.com", "fish", "game", "haddock", "salmon", "sheep", "tunaFarm", "whitefish", "wolf"};
- private String[] propertyProposals = new String[] {"game.value", "game.initialize"};
+ private String[] propertyProposals = new String[] {"game.value", "game.initialize()"};
public CATest() {
super();
15 years, 7 months
JBoss Tools SVN: r25145 - in trunk/documentation/whatsnew/hibernate: images and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dgeraskov
Date: 2010-09-24 07:31:50 -0400 (Fri, 24 Sep 2010)
New Revision: 25145
Added:
trunk/documentation/whatsnew/hibernate/hibernate-news-3.4.0.Beta1.html
trunk/documentation/whatsnew/hibernate/images/hql_sl_comments.png
trunk/documentation/whatsnew/hibernate/images/overwrite_schema_catalog.png
Log:
JBIDE-7130
Hibernate Component N&N
Added: trunk/documentation/whatsnew/hibernate/hibernate-news-3.4.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/hibernate/hibernate-news-3.4.0.Beta1.html (rev 0)
+++ trunk/documentation/whatsnew/hibernate/hibernate-news-3.4.0.Beta1.html 2010-09-24 11:31:50 UTC (rev 25145)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css"/>
+<title>Hibernate tools 3.4.0.M2 What's New</title>
+</head>
+<body>
+<h1>Hibernate tools 3.4.0.M2 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main Index</a> <a href="../jst/jst-news-3.2.0.M2.html">JST Tools ></a></p>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Dali Integration</h3>
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a name="itemname3" id="itemname3"></a><b>Use Schema and Catalog Specified for JPA Project</b></td>
+ <td valign="top">
+ <p>Console Configuration now uses schema and catalog specified for JPA project as if they were in hibernate.properties file.
+ User can set the schema/catalog name at project creation wizard or at project properties page.
+ Note schema and catalog in hibernate.properties file will overwrite the properties specified for the project.</p>
+
+ <p><img src="images/overwrite_schema_catalog.png"/></p>
+ <p><small><a href="https://jira.jboss.org/browse/JBIDE-6988">Related jira</a></p>
+
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>HQL Editor</h3>
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a name="itemname3" id="itemname3"></a><b>Properties in HQL Editor</b></td>
+ <td valign="top">
+ <p>HQL Editor in addition to the entity's class properties now show parent class properties.</p>
+ <p><img src="images/hql_parent_prop.png"/></p>
+ <p><small><a href="https://jira.jboss.org/browse/JBIDE-6120">Related jira</a></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a name="itemname3" id="itemname3"></a><b>Support comments in HQL Editor</b></td>
+ <td valign="top">
+ <p>Single-line comments now supported in HQL editor. As HQL language doesn't support comments itself they are just removed from the query before query execution.</p>
+ <p><img src="images/hql_sl_comments.png"/></p>
+ <p><small><a href="https://jira.jboss.org/browse/JBIDE-6974">Related jira</a></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+
+
+</table>
+
+</body>
+
+</html>
+
+
Added: trunk/documentation/whatsnew/hibernate/images/hql_sl_comments.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/hibernate/images/hql_sl_comments.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/hibernate/images/overwrite_schema_catalog.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/hibernate/images/overwrite_schema_catalog.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
15 years, 7 months
JBoss Tools SVN: r25144 - trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2010-09-24 07:23:50 -0400 (Fri, 24 Sep 2010)
New Revision: 25144
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/PageContextFactory.java
Log:
JBIDE-7167
https://jira.jboss.org/browse/JBIDE-7167
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/PageContextFactory.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/PageContextFactory.java 2010-09-24 09:52:55 UTC (rev 25143)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/PageContextFactory.java 2010-09-24 11:23:50 UTC (rev 25144)
@@ -344,46 +344,46 @@
context = createJavaContext(file);
} else if(JAVA_PROPERTIES_CONTENT_TYPE.equalsIgnoreCase(typeId)) {
context = createPropertiesContext(file);
- } else if (typeId != null) {
- context = defaultContextType == null ?
- createPageContextInstance(typeId) :
- createContextInstanceOfType(defaultContextType);
- if (context == null)
- return null;
-
- context.setResource(file);
- context.setElResolvers(ELResolverFactoryManager.getInstance().getResolvers(file));
-
- if (context instanceof JspContextImpl && !(context instanceof FaceletPageContextImpl)) {
- // Fill JSP namespaces defined in TLDCMDocumentManager
- fillJSPNameSpaces((JspContextImpl)context);
- }
-
- // The subsequently called functions may use the file and document
- // already stored in context for their needs
- if (context instanceof FaceletPageContextImpl) {
- IModelManager manager = StructuredModelManager.getModelManager();
- if(manager == null) {
- return context;
- }
- IStructuredModel model = null;
- try {
- model = manager.getModelForRead(file);
- if (model instanceof IDOMModel) {
- IDOMModel domModel = (IDOMModel) model;
- IDOMDocument document = domModel.getDocument();
- fillContextForChildNodes(document, context, parents);
- }
- } catch (CoreException e) {
- WebKbPlugin.getDefault().logError(e);
- } catch (IOException e) {
- WebKbPlugin.getDefault().logError(e);
- } finally {
- if (model != null) {
- model.releaseFromRead();
- }
- }
- }
+// } else if (typeId != null) {
+// context = defaultContextType == null ?
+// createPageContextInstance(typeId) :
+// createContextInstanceOfType(defaultContextType);
+// if (context == null)
+// return null;
+//
+// context.setResource(file);
+// context.setElResolvers(ELResolverFactoryManager.getInstance().getResolvers(file));
+//
+// if (context instanceof JspContextImpl && !(context instanceof FaceletPageContextImpl)) {
+// // Fill JSP namespaces defined in TLDCMDocumentManager
+// fillJSPNameSpaces((JspContextImpl)context);
+// }
+//
+// // The subsequently called functions may use the file and document
+// // already stored in context for their needs
+// if (context instanceof FaceletPageContextImpl) {
+// IModelManager manager = StructuredModelManager.getModelManager();
+// if(manager == null) {
+// return context;
+// }
+// IStructuredModel model = null;
+// try {
+// model = manager.getModelForRead(file);
+// if (model instanceof IDOMModel) {
+// IDOMModel domModel = (IDOMModel) model;
+// IDOMDocument document = domModel.getDocument();
+// fillContextForChildNodes(document, context, parents);
+// }
+// } catch (CoreException e) {
+// WebKbPlugin.getDefault().logError(e);
+// } catch (IOException e) {
+// WebKbPlugin.getDefault().logError(e);
+// } finally {
+// if (model != null) {
+// model.releaseFromRead();
+// }
+// }
+// }
} else {
// ctm = System.currentTimeMillis();
// System.out.println("Create Context : " + file.getFullPath().toString() + ", Totals: " + cache.size());
15 years, 7 months
JBoss Tools SVN: r25143 - trunk/documentation/whatsnew/vpe.
by jbosstools-commits@lists.jboss.org
Author: dmaliarevich
Date: 2010-09-24 05:52:55 -0400 (Fri, 24 Sep 2010)
New Revision: 25143
Modified:
trunk/documentation/whatsnew/vpe/vpe-news-3.2.0.Beta1.html
Log:
https://jira.jboss.org/browse/JBIDE-7136 , What's new was updated.
Modified: trunk/documentation/whatsnew/vpe/vpe-news-3.2.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/vpe/vpe-news-3.2.0.Beta1.html 2010-09-24 09:29:47 UTC (rev 25142)
+++ trunk/documentation/whatsnew/vpe/vpe-news-3.2.0.Beta1.html 2010-09-24 09:52:55 UTC (rev 25143)
@@ -26,8 +26,8 @@
<tr>
<td valign="top" align="left"><b>Selection Bar Menu Movement</b></td>
- <td valign="top">You can control selection bar behaviour using eclipse toolbar or main menu bar.
- Also Selection Bar will be available on systems for which XulRunner not supported yet.
+ <td valign="top">Selection Bar could be managed via Eclipse toolbar or 'Navigate' menu.
+ In addition Selection Bar is now available on systems for which XulRunner is not supported yet.
<p><img src="images/3.2.0.Beta1/selection-bar-controls.png" alt="Selection Bar Controls" />
</p>
<p><small>
@@ -37,7 +37,7 @@
</tr>
<tr>
<td valign="top" align="left"><b>Selection Bar Enhancement</b></td>
- <td valign="top">Now You can select any child under selection bar item.
+ <td valign="top">Selection Bar shows tag's children in the drop down menu.
<p><img src="images/3.2.0.Beta1/selection-bar-chield.png" alt="Selection Bar Children Items" />
</p>
<p><small>
@@ -87,7 +87,7 @@
</tr>
<tr>
<td valign="top" align="left"><b>Docbook Templates</b></td>
- <td valign="top"><p>VPE supports preview more docbook tags now.</p>
+ <td valign="top"><p>Now VPE supports more docbook tags and shows them in the visual editor.</p>
<p><img src="images/3.2.0.Beta1/dogbook-templates.png" alt="Doocbook tags preview" />
</p>
<p><small>
15 years, 7 months