[JBoss JIRA] (JBIDE-24534) Connect to tools.jboss.org:443 [tools.jboss.org/10.4.129.28] failed: connect timed out.
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24534?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-24534:
-------------------------------
Fix Version/s: 4.5.x
(was: 4.5.0.AM2)
> Connect to tools.jboss.org:443 [tools.jboss.org/10.4.129.28] failed: connect timed out.
> ---------------------------------------------------------------------------------------
>
> Key: JBIDE-24534
> URL: https://issues.jboss.org/browse/JBIDE-24534
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aeri, central-update
> Affects Versions: 4.5.0.AM1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.x
>
>
> Having installed devstudio 11.0.0.AM1 into Oxygen.0.M7 JavaEE EPP bundle on Linux x64 (Fedora 24), I tried to install something from Central and instead got an AERI error:
> {code}
> !ENTRY org.eclipse.epp.logging.aeri.ide 2 17 2017-06-02 15:15:10.111
> !MESSAGE Server 'org.jboss.tools' failed with exception: Connect to tools.jboss.org:443 [tools.jboss.org/10.4.129.28] failed: connect timed out. ; version: 2.0.5.v20170531-0951
> !STACK 0
> org.apache.http.conn.ConnectTimeoutException: Connect to tools.jboss.org:443 [tools.jboss.org/10.4.129.28] failed: connect timed out
> at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:150)
> at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
> at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
> at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
> at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
> at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
> at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
> at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
> at org.apache.http.client.fluent.Request.internalExecute(Request.java:173)
> at org.apache.http.client.fluent.Executor.execute(Executor.java:262)
> at org.eclipse.epp.internal.logging.aeri.ide.server.mars.IO.request(IO.java:170)
> at org.eclipse.epp.internal.logging.aeri.ide.server.mars.IO.refreshConfiguration(IO.java:64)
> at org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConnection.startUp(ServerConnection.java:124)
> at com.google.common.util.concurrent.AbstractIdleService$2$1.run(AbstractIdleService.java:54)
> at com.google.common.util.concurrent.Callables$3.run(Callables.java:93)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.net.SocketTimeoutException: connect timed out
> at java.net.PlainSocketImpl.socketConnect(Native Method)
> at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
> at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
> at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
> at java.net.Socket.connect(Socket.java:589)
> at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:337)
> at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:141)
> ... 17 more
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBIDE-24141) Test Failure(s) in JBIDE 4.4.4.AM2 for webservices component
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24141?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-24141:
-------------------------------
Fix Version/s: 4.5.x
(was: 4.5.0.AM2)
> Test Failure(s) in JBIDE 4.4.4.AM2 for webservices component
> ------------------------------------------------------------
>
> Key: JBIDE-24141
> URL: https://issues.jboss.org/browse/JBIDE-24141
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: webservices
> Affects Versions: 4.4.4.AM2
> Reporter: Nick Boldt
> Assignee: Jeff MAURY
> Priority: Blocker
> Labels: testfailure
> Fix For: 4.5.x
>
>
> *2 Test Failure(s) in JBIDE 4.4.4.AM2 for webservices component:*
> https://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/view/DevStudio/view/...
> [Search for Test Failure JIRAs in JBIDE 4.4.4.AM2 for webservices component|https://issues.jboss.org/issues/?jql=labels%20IN%20(%22testfail...]
> -----
> {code}
> All Failed Tests
> Test Name
> Duration
> Age
> org.jboss.tools.ws.jaxrs.core.internal.metamodel.builder.JaxrsMetamodelChangedProcessorTestCase.shouldChangeEndpointUriPathTemplateWhenSwitchingToWebxmlCoreApplication 0.15 sec 2
> {code}
> {code}
> Failed
> org.jboss.tools.ws.jaxrs.core.internal.metamodel.builder.JaxrsMetamodelChangedProcessorTestCase.shouldChangeEndpointUriPathTemplateWhenSwitchingToWebxmlCoreApplication
> Failing for the past 2 builds (Since Unstable#74 )
> Took 0.15 sec.
> add description
> Error Message
> Expected: <6>
> but: was <10>
> Stacktrace
> java.lang.AssertionError:
> Expected: <6>
> but: was <10>
> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
> at org.junit.Assert.assertThat(Assert.java:956)
> at org.junit.Assert.assertThat(Assert.java:923)
> at org.jboss.tools.ws.jaxrs.core.internal.metamodel.builder.JaxrsMetamodelChangedProcessorTestCase.shouldChangeEndpointUriPathTemplateWhenSwitchingToWebxmlCoreApplication(JaxrsMetamodelChangedProcessorTestCase.java:358)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBIDE-22584) jbosstools-central build and jbosstools-discovery build both depend on the existence of a *-earlyaccess.properties file
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22584?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-22584:
-------------------------------
Fix Version/s: 4.5.x
(was: 4.5.0.AM2)
> jbosstools-central build and jbosstools-discovery build both depend on the existence of a *-earlyaccess.properties file
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-22584
> URL: https://issues.jboss.org/browse/JBIDE-22584
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, central, central-update
> Affects Versions: 4.4.0.Final
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.x
>
>
> Normally, jbosstools-central is built before jbosstools-discovery.
> However, running jbosstools-central build for the first time, ran into this:
> {code}
> 22:43:51 [INFO] org.jboss.tools.community.central .................. FAILURE [ 0.556 s]
> 22:43:51 [INFO] org.jboss.tools.community.central.feature .......... SKIPPED
> 22:43:51 [INFO] central.maven.examples.site ........................ SKIPPED
> 22:43:52 [ERROR] Failed to execute goal com.googlecode.maven-download-plugin:download-maven-plugin:1.2.0:wget (get-earlyaccess-listing) on project org.jboss.tools.community.central: IO Error: Could not get content -> [Help 1]
> {code} -- https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/devs...
> Or, this could be a problem w/ bootstrapping values in ide-config.properties?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBIDE-23631) EAP 7.1.0.Alpha1-quickstarts validation errors - Spring quickstarts
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23631?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-23631:
-------------------------------
Fix Version/s: 4.5.x
(was: 4.5.0.AM2)
> EAP 7.1.0.Alpha1-quickstarts validation errors - Spring quickstarts
> -------------------------------------------------------------------
>
> Key: JBIDE-23631
> URL: https://issues.jboss.org/browse/JBIDE-23631
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: project-examples
> Affects Versions: 4.4.2.Final
> Environment: Red Hat JBoss Developer Studio
> Version: 10.2.0.GA
> Build id: GA-v20161125-1418-B55
> Build date: 20161125-1418
> Reporter: Josef Kopriva
> Assignee: Victor Rubezhny
> Fix For: 4.5.x
>
> Attachments: example-settings.xml
>
>
> After importing quickstarts from archive: jboss-eap-7.1.0.DR9-quickstarts.zip there are errors related to the Spring quickstarts:
> {code:java}
> Description Resource Path Location Type
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" create.jsp /jboss-spring-greeter/src/main/webapp/WEB-INF/views line 19 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" createOrUpdateOwnerForm.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 21 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" createOrUpdatePetForm.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/pets line 20 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" createOrUpdateVisitForm.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/pets line 20 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" error.jsp /jboss-spring-kitchensink-controlleradvice/src/main/webapp/WEB-INF/views line 17 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" exception.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp line 21 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" greet.jsp /jboss-spring-greeter/src/main/webapp/WEB-INF/views line 19 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" index.jsp /jboss-spring-kitchensink-asyncrequestmapping/src/main/webapp/WEB-INF/views line 17 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" index.jsp /jboss-spring-kitchensink-basic/src/main/webapp/WEB-INF/views line 17 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" index.jsp /jboss-spring-kitchensink-controlleradvice/src/main/webapp/WEB-INF/views line 17 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" index.jsp /jboss-spring-kitchensink-matrixvariables/src/main/webapp/WEB-INF/views line 17 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" index.jsp /jboss-spring-kitchensink-springmvctest/src/main/webapp/WEB-INF/views line 17 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" inputField.tag /jboss-spring-petclinic/src/main/webapp/WEB-INF/tags line 18 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" ownerDetails.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 22 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" ownersList.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 21 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" selectField.tag /jboss-spring-petclinic/src/main/webapp/WEB-INF/tags line 18 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" vetList.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/vets line 21 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt" bodyHeader.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/fragments line 18 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt" createOrUpdateOwnerForm.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 20 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt" createOrUpdateVisitForm.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/pets line 22 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt" findOwners.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 20 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt" index.jsp /jboss-spring-kitchensink-controlleradvice/src/main/webapp/WEB-INF/views line 19 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt" ownerDetails.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 20 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt" ownersList.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 20 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt" vetList.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/vets line 20 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt" welcome.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp line 20 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/functions" createOrUpdateOwnerForm.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 22 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/functions" findOwners.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 22 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/functions" ownerDetails.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 21 JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/functions" ownersList.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 22 JSP Problem
> javax.servlet.jsp.JspException cannot be resolved to a type findOwners.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 36 JSP Problem
> javax.servlet.jsp.JspException cannot be resolved to a type ownerDetails.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 58 JSP Problem
> javax.servlet.jsp.JspException cannot be resolved to a type ownerDetails.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 62 JSP Problem
> javax.servlet.jsp.JspException cannot be resolved to a type ownerDetails.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 102 JSP Problem
> javax.servlet.jsp.JspException cannot be resolved to a type ownerDetails.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 109 JSP Problem
> javax.servlet.jsp.JspException cannot be resolved to a type ownersList.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 40 JSP Problem
> javax.servlet.jsp.PageContext cannot be resolved to a type findOwners.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 36 JSP Problem
> javax.servlet.jsp.PageContext cannot be resolved to a type ownerDetails.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 59 JSP Problem
> javax.servlet.jsp.PageContext cannot be resolved to a type ownerDetails.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 66 JSP Problem
> javax.servlet.jsp.PageContext cannot be resolved to a type ownerDetails.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 103 JSP Problem
> javax.servlet.jsp.PageContext cannot be resolved to a type ownerDetails.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 110 JSP Problem
> javax.servlet.jsp.PageContext cannot be resolved to a type ownersList.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 41 JSP Problem
> Open quote is expected for attribute "border" associated with an element type "img". index.html /jboss-spring-petclinic/src/main/webapp/vendors/jquery/speed line 65 XHTML Problem
> The content of elements must consist of well-formed character data or markup. index.html /jboss-spring-petclinic/src/main/webapp/vendors/jquery/test line 44 XHTML Problem
> The element type "meta" must be terminated by the matching end-tag "</meta>". absolute.html /jboss-spring-petclinic/src/main/webapp/vendors/jquery/test/data/offset line 29 XHTML Problem
> The element type "meta" must be terminated by the matching end-tag "</meta>". body.html /jboss-spring-petclinic/src/main/webapp/vendors/jquery/test/data/offset line 21 XHTML Problem
> The element type "meta" must be terminated by the matching end-tag "</meta>". fixed.html /jboss-spring-petclinic/src/main/webapp/vendors/jquery/test/data/offset line 25 XHTML Problem
> The element type "meta" must be terminated by the matching end-tag "</meta>". relative.html /jboss-spring-petclinic/src/main/webapp/vendors/jquery/test/data/offset line 24 XHTML Problem
> The element type "meta" must be terminated by the matching end-tag "</meta>". scroll.html /jboss-spring-petclinic/src/main/webapp/vendors/jquery/test/data/offset line 28 XHTML Problem
> The element type "meta" must be terminated by the matching end-tag "</meta>". static.html /jboss-spring-petclinic/src/main/webapp/vendors/jquery/test/data/offset line 24 XHTML Problem
> The element type "meta" must be terminated by the matching end-tag "</meta>". table.html /jboss-spring-petclinic/src/main/webapp/vendors/jquery/test/data/offset line 22 XHTML Problem
> The function fn:escapeXml is undefined findOwners.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 35 JSP Problem
> The function fn:escapeXml is undefined ownerDetails.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 57 JSP Problem
> The function fn:escapeXml is undefined ownerDetails.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 62 JSP Problem
> The function fn:escapeXml is undefined ownerDetails.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 101 JSP Problem
> The function fn:escapeXml is undefined ownerDetails.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 108 JSP Problem
> The function fn:escapeXml is undefined ownersList.jsp /jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners line 40 JSP Problem
> The method getJspContext() is undefined for the type __2F_jboss_2D_spring_2D_petclinic_2F_src_2F_main_2F_webapp_2F_WEB_2D_INF_2F_tags_2F_inputField_2E_tag inputField.tag /jboss-spring-petclinic/src/main/webapp/WEB-INF/tags line 27 JSP Problem
> The method getJspContext() is undefined for the type __2F_jboss_2D_spring_2D_petclinic_2F_src_2F_main_2F_webapp_2F_WEB_2D_INF_2F_tags_2F_selectField_2E_tag selectField.tag /jboss-spring-petclinic/src/main/webapp/WEB-INF/tags line 31 JSP Problem
> The superclass "javax.servlet.jsp.tagext.SimpleTagSupport" was not found on the Java Build Path inputField.tag /jboss-spring-petclinic/src/main/webapp/WEB-INF/tags line 1 JSP Problem
> The superclass "javax.servlet.jsp.tagext.SimpleTagSupport" was not found on the Java Build Path selectField.tag /jboss-spring-petclinic/src/main/webapp/WEB-INF/tags line 1 JSP Problem
> Unexpected end of input intro.js /jboss-spring-petclinic/src/main/webapp/vendors/jquery/src line 21 JavaScript Problem
> Unexpected token : json_obj.js /jboss-spring-petclinic/src/main/webapp/vendors/jquery/test/data line 1 JavaScript Problem
> Unexpected token } outro.js /jboss-spring-petclinic/src/main/webapp/vendors/jquery/src line 2 JavaScript Problem
> Unexpected token ILLEGAL index.js /jboss-spring-petclinic/src/main/webapp/vendors/bootstrap/docs/build line 1 JavaScript Problem
> Unexpected token ILLEGAL release-notes.js /jboss-spring-petclinic/src/main/webapp/vendors/jquery/build line 1 JavaScript Problem
> Unexpected token ILLEGAL release.js /jboss-spring-petclinic/src/main/webapp/vendors/jquery/build line 1 JavaScript Problem
> XML document structures must start and end within the same entity. localfile.html /jboss-spring-petclinic/src/main/webapp/vendors/jquery/test line 76 XHTML Problem
> {code}
> I have used as a maven repo this file: jboss-eap-7.1.0.DR9-maven-repository.zip
> Settings.xml file is attached.
> Imported quickstarts:
> jboss-spring-greeter
> jboss-spring-kitchensink-asyncrequestmapping
> jboss-spring-kitchensink-basic
> jboss-spring-kitchensink-controlleradvice
> jboss-spring-kitchensink-matrixvariables
> jboss-spring-kitchensink-springmvctest
> jboss-spring-petclinic
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBIDE-24552) Jsp parser gives Syntax error, insert ")" to complete Expression
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24552?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-24552:
-------------------------------
Fix Version/s: 4.5.x
(was: 4.5.0.AM2)
> Jsp parser gives Syntax error, insert ")" to complete Expression
> -----------------------------------------------------------------
>
> Key: JBIDE-24552
> URL: https://issues.jboss.org/browse/JBIDE-24552
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html-source-editing
> Environment: Environment is Eclipse MARS 2
> Reporter: Edoardo Barolo
> Assignee: Jeff MAURY
> Priority: Minor
> Fix For: 4.5.x
>
>
> While I write a jsp i obtain the error "Syntax error, insert ")" to complete Expression"
> in a coda like this
> %> <option value="<%=item.getCode() %>"><%=item.getDescription() %></option> <%
> as you can see the ) is present... I think this is an ancient error that is present everywhere in eclipse I continue to see it
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months