[JBoss JIRA] Created: (JBIDE-6360) Need to validate view-id locations in pages.xml
by Samuel Mendenhall (JIRA)
Need to validate view-id locations in pages.xml
-----------------------------------------------
Key: JBIDE-6360
URL: https://jira.jboss.org/browse/JBIDE-6360
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Seam
Affects Versions: 3.1.0.GA
Reporter: Samuel Mendenhall
Assignee: Alexey Kazakov
Priority: Minor
Currently one can put a wrong view-id in a navigation in pages.xml and JBoss Tools does not complain about it. It would be nice to have a compile time checking so that
<page view-id="/home.xhtml" action=
"#{identity.isLoggedIn}">
<navigation>
<rule if="#{identity.loggedIn}">
<redirect view-id="/man.xhtml"/>
</rule>
</navigation>
</page>
for example is flagged as /man.xhtml is spelled wrong, it should be /main.xhtml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBIDE-6924) Wrong error description for Qualifier with wrong/no @Target
by Lukas Jungmann (JIRA)
Wrong error description for Qualifier with wrong/no @Target
-----------------------------------------------------------
Key: JBIDE-6924
URL: https://jira.jboss.org/browse/JBIDE-6924
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.2.0.M2
Reporter: Lukas Jungmann
Assignee: Alexey Kazakov
-have following Qualifier:
@Qualifier
@Target({ METHOD, FIELD })
@Retention(RUNTIME)
public @interface Q {
}
-open it in the editor
=> error appears on the line with @Target saying: "Qualifier annotation type must be annotated with @Target({TYPE, METHOD, FIELD, PARAMETER}) or @Target({METHOD, FIELD}) [JSR-299 §2.3.2, §10.1]" which is what I already have.
JSR-299, §10.1 says that '@Target({FIELD, PARAMETER})' is allowed instead of '@Target({METHOD, FIELD})'
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBIDE-6851) [tester] provide ability to read WSDL exxposed over HTTPS
by Lukas Jungmann (JIRA)
[tester] provide ability to read WSDL exxposed over HTTPS
---------------------------------------------------------
Key: JBIDE-6851
URL: https://jira.jboss.org/browse/JBIDE-6851
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Webservices
Affects Versions: 3.2.0.M2
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
similar to JBIDE-6850
-let's have a service running over HTTPS, sample for JBoss6- https://community.jboss.org/servlet/JiveServlet/download/38-15328/secured...
-open web.xml of service project
-add '<http-method>GET</http-method>' before the '<http-method>POST</http-method>' element
-save web.xml and republish the project on the server
Note: in this case both web service invocation and service description are secured (GET, POST)
-open tester and click on the 'Get from WSDL' button
-click on 'URL...' button, fill in http://localhost:8080/demo/HelloWorld?WSDL (or https://localhost:8443/demo/HelloWorld?WSDL) and press OK
=> no service, no port, nor operation are shown in the dialog
IDE log says:
com.sun.xml.internal.ws.wsdl.parser.InaccessibleWSDLException: 2 counts of InaccessibleWSDLException.
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(RuntimeWSDLParser.java:161)
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:133)
at com.sun.xml.internal.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:254)
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:217)
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:165)
at com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:93)
at javax.xml.ws.Service.<init>(Service.java:56)
at javax.xml.ws.Service.create(Service.java:680)
at org.jboss.tools.ws.ui.utils.JAXWSTester2.doTest(JAXWSTester2.java:98)
at org.jboss.tools.ws.ui.views.JAXRSWSTestView2.handleWSTest(JAXRSWSTestView2.java:1265)
at org.jboss.tools.ws.ui.views.JAXRSWSTestView2.access$25(JAXRSWSTestView2.java:1251)
at org.jboss.tools.ws.ui.views.JAXRSWSTestView2$18.run(JAXRSWSTestView2.java:1195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBIDE-6285) Don't invoke code assist automaticly if user inserts <tag></tag>.
by Alexey Kazakov (JIRA)
Don't invoke code assist automaticly if user inserts <tag></tag>.
-----------------------------------------------------------------
Key: JBIDE-6285
URL: https://jira.jboss.org/jira/browse/JBIDE-6285
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml source editing
Affects Versions: 3.1.0.GA
Reporter: Alexey Kazakov
Assignee: Victor Rubezhny
Fix For: 3.2.next
If user press Ctrl+Space and insert any tag like:
<tag attribute="|" /> then CA invokes automaticly for attribute="|". It's ok.
For <tag | /> it's ok too.
But for <tag>|</tag> it's not ok. Let's just insert a proposal and if cursor placed between inserted tags then don't invoke CA automaticly again. It's not convinient here because in most cases user will want to press Enter after <tag>| but CA automaticly will insert first proposal in this case.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months