[JBoss JIRA] Created: (JBIDE-6965) VPE editor does not work in JBT 3.2.0.M2
by Martin Malina (JIRA)
VPE editor does not work in JBT 3.2.0.M2
----------------------------------------
Key: JBIDE-6965
URL: https://jira.jboss.org/browse/JBIDE-6965
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.2.0.M2
Environment: Mac OS X 10.6 Snow Leopard latest
Eclipse 3.6 cocoa (eclipse-SDK-3.6-macosx-cocoa.tar.gz)
JBT 3.2.0.M2 (JBossTools-Update-3.1.1.v201006011046R-H111-GA.zip)
Reporter: Martin Malina
Assignee: Maxim Areshkau
Priority: Blocker
VPE editor does not work.
Could not open the Visual Page Editor: XPCOM error -2147467259
XPCOM error -2147467259
org.eclipse.swt.SWTError: XPCOM error -2147467259
at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:2347)
at org.eclipse.swt.browser.Mozilla.initXULRunner(Mozilla.java:2310)
at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:622)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:119)
at org.jboss.tools.vpe.xulrunner.browser.XulRunnerBrowser.<init>(XulRunnerBrowser.java:94)
at org.jboss.tools.vpe.xulrunner.editor.XulRunnerEditor.<init>(XulRunnerEditor.java:142)
at org.jboss.tools.vpe.editor.mozilla.XulRunnerEditor2.<init>(XulRunnerEditor2.java:23)
...
eclipse.buildId=I20100608-0911
java.version=1.6.0_20
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US
Framework arguments: -keyring /Users/rasp/.eclipse_keyring -showlocation
Command-line arguments: -os macosx -ws cocoa -arch x86 -keyring /Users/rasp/.eclipse_keyring -showlocation
Note that this happens also with cocoa x64, but I guess that's expected due to JBIDE-4523 .
--
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, 7 months
[JBoss JIRA] Created: (JBIDE-7026) Meta model fails to be loaded in some Eclipse configurations
by Viacheslav Kabanovich (JIRA)
Meta model fails to be loaded in some Eclipse configurations
------------------------------------------------------------
Key: JBIDE-7026
URL: https://jira.jboss.org/browse/JBIDE-7026
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Priority: Critical
Fix For: 3.2.0.M2, 3.2.0.Beta
Class MetaLibLoader creates instance of SAX parser using standard XMLReaderFactory.createXMLReader(className) method, which loads class by context classloader. Context class loader in some Eclipse configurations may be that which does not see library with parser implementation. It seems that we should replace this method with loading class by bundle class loader of plugin org.apache.xerces and if that plugin is not available, use DOM parser.
--
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, 7 months
[JBoss JIRA] Created: (JBDS-1296) WS compilation errors in uberbuilder
by Denis Golovin (JIRA)
WS compilation errors in uberbuilder
------------------------------------
Key: JBDS-1296
URL: https://jira.jboss.org/browse/JBDS-1296
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: Build
Affects Versions: 4.0.0.M2
Reporter: Denis Golovin
Assignee: Nick Boldt
Fix For: 4.0.0.M2
WS is compiled with errors, see below. They are related to javax.net.ssl package. It is missing during build on hudson.
[java] @dot:
[java] [mkdir] Created dir: /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/@dot
[java] [javac] Compiling 33 source files to /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/@dot
[java] [javac] ----------
[java] [javac] 1. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/JAXWSTester2.java (at line 19)
[java] [javac] import javax.net.ssl.TrustManager;
[java] [javac] ^^^^^^^^^
[java] [javac] The import javax.net cannot be resolved
[java] [javac] ----------
[java] [javac] 2. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/JAXWSTester2.java (at line 20)
[java] [javac] import javax.net.ssl.X509TrustManager;
[java] [javac] ^^^^^^^^^
[java] [javac] The import javax.net cannot be resolved
[java] [javac] ----------
[java] [javac] 3. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/JAXWSTester2.java (at line 21)
[java] [javac] import javax.net.ssl.HostnameVerifier;
[java] [javac] ^^^^^^^^^
[java] [javac] The import javax.net cannot be resolved
[java] [javac] ----------
[java] [javac] 4. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/JAXWSTester2.java (at line 22)
[java] [javac] import javax.net.ssl.HttpsURLConnection;
[java] [javac] ^^^^^^^^^
[java] [javac] The import javax.net cannot be resolved
[java] [javac] ----------
[java] [javac] 5. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/JAXWSTester2.java (at line 23)
[java] [javac] import javax.net.ssl.SSLContext;
[java] [javac] ^^^^^^^^^
[java] [javac] The import javax.net cannot be resolved
[java] [javac] ----------
[java] [javac] 6. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/JAXWSTester2.java (at line 24)
[java] [javac] import javax.net.ssl.SSLSession;
[java] [javac] ^^^^^^^^^
[java] [javac] The import javax.net cannot be resolved
[java] [javac] ----------
[java] [javac] 7. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/JAXWSTester2.java (at line 108)
[java] [javac] TrustManager t = new X509TrustManager() {
[java] [javac] ^^^^^^^^^^^^
[java] [javac] TrustManager cannot be resolved to a type
[java] [javac] ----------
[java] [javac] 8. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/JAXWSTester2.java (at line 108)
[java] [javac] TrustManager t = new X509TrustManager() {
[java] [javac] ^^^^^^^^^^^^^^^^
[java] [javac] X509TrustManager cannot be resolved to a type
[java] [javac] ----------
[java] [javac] 9. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/JAXWSTester2.java (at line 111)
[java] [javac] public X509Certificate[] getAcceptedIssuers() {
[java] [javac] ^^^^^^^^^^^^^^^^^^^^
[java] [javac] The method getAcceptedIssuers() of type new X509TrustManager(){} must override or implement a supertype method
[java] [javac] ----------
[java] [javac] 10. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/JAXWSTester2.java (at line 116)
[java] [javac] public void checkServerTrusted(X509Certificate[] arg0, String arg1)
[java] [javac] throws CertificateException {
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The method checkServerTrusted(X509Certificate[], String) of type new X509TrustManager(){} must override or implement a supertype method
[java] [javac] ----------
[java] [javac] 11. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/JAXWSTester2.java (at line 121)
[java] [javac] public void checkClientTrusted(X509Certificate[] arg0, String arg1) {
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The method checkClientTrusted(X509Certificate[], String) of type new X509TrustManager(){} must override or implement a supertype method
[java] [javac] ----------
[java] [javac] 12. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/JAXWSTester2.java (at line 124)
[java] [javac] TrustManager[] tm = new TrustManager[] {t};
[java] [javac] ^^^^^^^^^^^^
[java] [javac] TrustManager cannot be resolved to a type
[java] [javac] ----------
[java] [javac] 13. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/JAXWSTester2.java (at line 124)
[java] [javac] TrustManager[] tm = new TrustManager[] {t};
[java] [javac] ^^^^^^^^^^^^
[java] [javac] TrustManager cannot be resolved to a type
[java] [javac] ----------
[java] [javac] 14. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/JAXWSTester2.java (at line 125)
[java] [javac] SSLContext ctx = SSLContext.getInstance("SSL"); //$NON-NLS-1$
[java] [javac] ^^^^^^^^^^
[java] [javac] SSLContext cannot be resolved to a type
[java] [javac] ----------
[java] [javac] 15. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/JAXWSTester2.java (at line 125)
[java] [javac] SSLContext ctx = SSLContext.getInstance("SSL"); //$NON-NLS-1$
[java] [javac] ^^^^^^^^^^
[java] [javac] SSLContext cannot be resolved
[java] [javac] ----------
[java] [javac] 16. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/JAXWSTester2.java (at line 127)
[java] [javac] HttpsURLConnection.setDefaultSSLSocketFactory(ctx.getSocketFactory());
[java] [javac] ^^^^^^^^^^^^^^^^^^
[java] [javac] HttpsURLConnection cannot be resolved
[java] [javac] ----------
[java] [javac] 17. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/JAXWSTester2.java (at line 128)
[java] [javac] HttpsURLConnection.setDefaultHostnameVerifier(new HostnameVerifier() {
[java] [javac] ^^^^^^^^^^^^^^^^^^
[java] [javac] HttpsURLConnection cannot be resolved
[java] [javac] ----------
[java] [javac] 18. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/JAXWSTester2.java (at line 128)
[java] [javac] HttpsURLConnection.setDefaultHostnameVerifier(new HostnameVerifier() {
[java] [javac] ^^^^^^^^^^^^^^^^
[java] [javac] HostnameVerifier cannot be resolved to a type
[java] [javac] ----------
[java] [javac] 19. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.trunk/jbds-build/eclipse/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/JAXWSTester2.java (at line 131)
[java] [javac] public boolean verify(String hostname, SSLSession session) {
[java] [javac] ^^^^^^^^^^
[java] [javac] SSLSession cannot be resolved to a type
[java] [javac] ----------
[java] [javac] 19 problems (19 errors)
--
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, 7 months
[JBoss JIRA] Created: (JBIDE-6820) ConcurrentModificationException during building Seam project.
by Alexey Kazakov (JIRA)
ConcurrentModificationException during building Seam project.
-------------------------------------------------------------
Key: JBIDE-6820
URL: https://jira.jboss.org/browse/JBIDE-6820
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.2.0.M2
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.2.0.Beta
I got ConcurrentModificationException for my Seam project. Can't reproduce it for 100%.
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
at java.util.HashMap$KeyIterator.next(HashMap.java:828)
at org.jboss.tools.seam.internal.core.SeamProject.getComponentsByPath(SeamProject.java:1656)
at org.jboss.tools.seam.internal.core.validation.SeamCoreValidator.validateMethodsOfUnknownComponent(SeamCoreValidator.java:849)
at org.jboss.tools.seam.internal.core.validation.SeamCoreValidator.validateAll(SeamCoreValidator.java:315)
at org.jboss.tools.jst.web.kb.internal.validation.ValidatorManager.validateAll(ValidatorManager.java:99)
at org.jboss.tools.jst.web.kb.internal.validation.ValidatorManager.validateInJob(ValidatorManager.java:78)
at org.eclipse.wst.validation.internal.operations.ValidatorJob.run(ValidatorJob.java:78)
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, 7 months