From jbosstools-commits at lists.jboss.org Tue Feb 2 23:45:11 2010 Content-Type: multipart/mixed; boundary="===============7185135543502338657==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r20086 - trunk/documentation/guides/JBDS_3.0_Release_Notes/en-US. Date: Tue, 02 Feb 2010 23:45:11 -0500 Message-ID: <201002030445.o134jBWF015265@svn01.web.mwc.hst.phx2.redhat.com> --===============7185135543502338657== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: irooskov(a)redhat.com Date: 2010-02-02 23:45:10 -0500 (Tue, 02 Feb 2010) New Revision: 20086 Modified: trunk/documentation/guides/JBDS_3.0_Release_Notes/en-US/Fixed_Issues.xml Log: updated release notes with new fixed issues Modified: trunk/documentation/guides/JBDS_3.0_Release_Notes/en-US/Fixed_Iss= ues.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/guides/JBDS_3.0_Release_Notes/en-US/Fixed_Issues.xm= l 2010-02-02 22:51:34 UTC (rev 20085) +++ trunk/documentation/guides/JBDS_3.0_Release_Notes/en-US/Fixed_Issues.xm= l 2010-02-03 04:45:10 UTC (rev 20086) @@ -8,11 +8,28 @@ Following is a list of issues fixed in this release: + Contexts and Dependency Injection (CDI) + + + + + JBIDE-5= 770: The EL code completion icon has been updated to use the JBoss Weld icon. + + + + + + ESB Editor + JBIDE-5= 653: = + + + + JBIDE-5= 548: In the ESB Configuration Editor, when selecting a JBR Listener= , JBR Bus or JBR Provider, new functionality has been added to allow a user= to configure the properties: synchronous, s= erviceInvokerTimeout and asyncResponse thro= ugh the new child object Config. These new configurabl= e properties allow a user increased control over the execution of the JBR c= omponents. @@ -30,6 +47,16 @@ + JBIDE-5= 643: Within the Hibernate tab of the persistence.xml editor, the button beside the Configu= ration file line was labeled Browse. This= was misleading as upon clicking the button the user would be asked setup a= configuration file. To provide an improved user experience, the button has= now been altered to be called Setup and correctly g= uides the user through configuration file creation. + + + + + JBIDE-5= 641: When specifying the persistence property: <proper= ty name=3D"hibernate.ejb.cfgfile" value=3D"hibernate.cfg.xml"/>, an error could display saying that the hibernate.cfg.xml file could not be found. This occured because the validator only con= sidered full paths and not relative path naming. This has since been correc= ted through the modification of the HibernatePersistenceUnit class. = + + + + JBIDE-5= 499: = @@ -37,6 +64,35 @@ + JavaServer Faces (JSF) + + + + + JBIDE-5= 670: The faceleted-taglib tag library was not = supported in *taglib.xml with XML Schema Definition (X= SD). Support for this library has been added to this release of the JBoss Developers Studio, allowing for support of JavaServer Faces 2. + + + + + JBIDE-5= 660: When setting the location of an <error-page> within web.xml, the location would not be re= cognized if it included a query string. For example the location = views/error/error.xhtml would be valid, whereas the location /views/error/error.xhtml?statusCode=3D403 would not be va= lid. This has been corrected by adding a test for a query string into the <= filename>CheckResource.java file, allowing for locations to be s= pecified that include a query string. + + + + + + + RichFaces + + + + + JBIDE-5= 743: Content assistance in coding did not show anything for the tag= <rich:menuItem ... icon=3D"|" />. The content a= ssistance has been corrected by adding the icon attrib= ute to the RichFaces.xml tag library. + + + + + + XML Structured Editor @@ -48,4 +104,21 @@ + + General Issues + + + + + JBIDE-5= 743: The Web Servlet Mapping dialog box now contains a drop-down li= st for the Servlet-Name field so that servlets that ha= ve been entered into the web.xml file can be selected = easily. + + + + + JBIDE-5= 690: The Full-Publish hotkey would only acce= pt the first module and re-deploy it to the first server the module is depl= oyed on. For the user this meant that if the module was already deployed on= several servers, using Full-Publish would only re-d= eploy it to the first server returned in the list. To solve this issue a us= er interface has been added for the Full-Publish hot= key that allows for the selection of the server to re-deploy to. During the= implementation of this fix, the package has been renamed to XPL. + + + + + --===============7185135543502338657==--