From alkazako at redhat.com Thu Sep 1 15:03:55 2016 From: alkazako at redhat.com (Alexey Kazakov) Date: Thu, 1 Sep 2016 12:03:55 -0700 Subject: [jbosstools-dev] JBT 4.4.1 code freeze Message-ID: <6156e743-fcc0-e13d-8460-5000a46ecfdc@redhat.com> Hi, Just a reminder that today is code freeze for JBT 4.4.1.Final and devstudio 10.1.0.GA The jbosstools-4.4.1.x branch has been created. Master is open for JBT 4.4.2/devstudio 10.2 development. Thanks. From dbocharo at redhat.com Thu Sep 1 19:56:34 2016 From: dbocharo at redhat.com (Dmitrii Bocharov) Date: Fri, 2 Sep 2016 01:56:34 +0200 Subject: [jbosstools-dev] AERI exception: Can't connect to SOCKS proxy Message-ID: During the whole evening, while working with jbt-openshift i got the following excpeption, which can be seen as a warning in Eclipse Error Log view: !ENTRY org.eclipse.epp.logging.aeri.ide 2 16 2016-09-02 01:37:53.771 > !MESSAGE Server ?org.eclipse.epp.logging.aeri.ide.server? failed with > exception: Can't connect to SOCKS proxy:connect timed out. ; version: > 2.0.1.v20160605-1811 > !STACK 0 > java.net.SocketException: Can't connect to SOCKS proxy:connect timed out > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:428) > at java.net.Socket.connect(Socket.java:589) > at > org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:72) > at > org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:125) > at > org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319) > at > org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:371) > at > org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219) > at > org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195) > at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86) > at > org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108) > 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:57) > at org.apache.http.client.fluent.Executor.execute(Executor.java:206) > at > org.eclipse.epp.internal.logging.aeri.ide.server.mars.IO.request(IO.java:205) > at > org.eclipse.epp.internal.logging.aeri.ide.server.mars.IO.refreshConfiguration(IO.java:68) > at > org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConnection.startUp(ServerConnection.java:101) > 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) Does anybody else got this? Is it a temporary unavailability problem? Or is it a problem on my laptop? Best regards, Dmitrii -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160902/53a9025d/attachment.html From alkazako at redhat.com Thu Sep 1 20:08:16 2016 From: alkazako at redhat.com (Alexey Kazakov) Date: Thu, 1 Sep 2016 17:08:16 -0700 Subject: [jbosstools-dev] AERI exception: Can't connect to SOCKS proxy In-Reply-To: References: Message-ID: <5e9f7dea-18b0-90e2-df51-492df9acde26@redhat.com> Adding Marcel. Dmitrii, are you behind proxy? On 09/01/2016 04:56 PM, Dmitrii Bocharov wrote: > During the whole evening, while working with jbt-openshift i got the > following excpeption, which can be seen as a warning in Eclipse Error > Log view: > > !ENTRY org.eclipse.epp.logging.aeri.ide 2 16 2016-09-02 01:37:53.771 > !MESSAGE Server ?org.eclipse.epp.logging.aeri.ide.server? failed > with exception: Can't connect to SOCKS proxy:connect timed out. ; > version: 2.0.1.v20160605-1811 > !STACK 0 > java.net.SocketException: Can't connect to SOCKS proxy:connect > timed out > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:428) > at java.net.Socket.connect(Socket.java:589) > at > org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:72) > at > org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:125) > at > org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319) > at > org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:371) > at > org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219) > at > org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195) > at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86) > at > org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108) > 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:57) > at org.apache.http.client.fluent.Executor.execute(Executor.java:206) > at > org.eclipse.epp.internal.logging.aeri.ide.server.mars.IO.request(IO.java:205) > at > org.eclipse.epp.internal.logging.aeri.ide.server.mars.IO.refreshConfiguration(IO.java:68) > at > org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConnection.startUp(ServerConnection.java:101) > 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) > > > > Does anybody else got this? Is it a temporary unavailability problem? > Or is it a problem on my laptop? > > Best regards, > Dmitrii > > > _______________________________________________ > jbosstools-dev mailing list > jbosstools-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jbosstools-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160901/9d16cc9f/attachment.html From jmaury at redhat.com Fri Sep 2 01:54:10 2016 From: jmaury at redhat.com (Jean-Francois Maury) Date: Fri, 2 Sep 2016 07:54:10 +0200 Subject: [jbosstools-dev] AERI exception: Can't connect to SOCKS proxy In-Reply-To: <5e9f7dea-18b0-90e2-df51-492df9acde26@redhat.com> References: <5e9f7dea-18b0-90e2-df51-492df9acde26@redhat.com> Message-ID: Never seen but I'm not using a proxy Jeff Le 2 sept. 2016 02:08, "Alexey Kazakov" a ?crit : > Adding Marcel. > > Dmitrii, are you behind proxy? > > On 09/01/2016 04:56 PM, Dmitrii Bocharov wrote: > > During the whole evening, while working with jbt-openshift i got the > following excpeption, which can be seen as a warning in Eclipse Error Log > view: > > !ENTRY org.eclipse.epp.logging.aeri.ide 2 16 2016-09-02 01:37:53.771 >> !MESSAGE Server ?org.eclipse.epp.logging.aeri.ide.server? failed with >> exception: Can't connect to SOCKS proxy:connect timed out. ; version: >> 2.0.1.v20160605-1811 >> !STACK 0 >> java.net.SocketException: Can't connect to SOCKS proxy:connect timed out >> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:428) >> at java.net.Socket.connect(Socket.java:589) >> at org.apache.http.conn.socket.PlainConnectionSocketFactory. >> connectSocket(PlainConnectionSocketFactory.java:72) >> at org.apache.http.impl.conn.HttpClientConnectionOperator.connect( >> HttpClientConnectionOperator.java:125) >> at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect( >> PoolingHttpClientConnectionManager.java:319) >> at org.apache.http.impl.execchain.MainClientExec. >> establishRoute(MainClientExec.java:371) >> at org.apache.http.impl.execchain.MainClientExec. >> execute(MainClientExec.java:219) >> at org.apache.http.impl.execchain.ProtocolExec. >> execute(ProtocolExec.java:195) >> at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86) >> at org.apache.http.impl.execchain.RedirectExec. >> execute(RedirectExec.java:108) >> 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:57) >> at org.apache.http.client.fluent.Executor.execute(Executor.java:206) >> at org.eclipse.epp.internal.logging.aeri.ide.server.mars. >> IO.request(IO.java:205) >> at org.eclipse.epp.internal.logging.aeri.ide.server.mars. >> IO.refreshConfiguration(IO.java:68) >> at org.eclipse.epp.internal.logging.aeri.ide.server.mars. >> ServerConnection.startUp(ServerConnection.java:101) >> 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) > > > > Does anybody else got this? Is it a temporary unavailability problem? Or > is it a problem on my laptop? > > Best regards, > Dmitrii > > > _______________________________________________ > jbosstools-dev mailing listjbosstools-dev at lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/jbosstools-dev > > > > _______________________________________________ > jbosstools-dev mailing list > jbosstools-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jbosstools-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160902/b1ab375d/attachment-0001.html From marcel.bruch at codetrails.com Fri Sep 2 03:22:08 2016 From: marcel.bruch at codetrails.com (Marcel Bruch) Date: Fri, 2 Sep 2016 09:22:08 +0200 Subject: [jbosstools-dev] AERI exception: Can't connect to SOCKS proxy In-Reply-To: <5e9f7dea-18b0-90e2-df51-492df9acde26@redhat.com> References: <5e9f7dea-18b0-90e2-df51-492df9acde26@redhat.com> Message-ID: It looks like your proxy settings in Eclipse are either wrong or we mess up with what ever your settings are. Can you please share your proxy settings (screenshot of the preference page)? Marcel > On 02 Sep 2016, at 02:08, Alexey Kazakov wrote: > > Adding Marcel. > > Dmitrii, are you behind proxy? > > On 09/01/2016 04:56 PM, Dmitrii Bocharov wrote: >> During the whole evening, while working with jbt-openshift i got the following excpeption, which can be seen as a warning in Eclipse Error Log view: >> >> !ENTRY org.eclipse.epp.logging.aeri.ide 2 16 2016-09-02 01:37:53.771 >> !MESSAGE Server ?org.eclipse.epp.logging.aeri.ide.server? failed with exception: Can't connect to SOCKS proxy:connect timed out. ; version: 2.0.1.v20160605-1811 >> !STACK 0 >> java.net.SocketException: Can't connect to SOCKS proxy:connect timed out >> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:428) >> at java.net.Socket.connect(Socket.java:589) >> at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:72) >> at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:125) >> at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319) >> at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:371) >> at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219) >> at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195) >> at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86) >> at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108) >> 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:57) >> at org.apache.http.client.fluent.Executor.execute(Executor.java:206) >> at org.eclipse.epp.internal.logging.aeri.ide.server.mars.IO.request(IO.java:205) >> at org.eclipse.epp.internal.logging.aeri.ide.server.mars.IO.refreshConfiguration(IO.java:68) >> at org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConnection.startUp(ServerConnection.java:101) >> 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) >> >> >> Does anybody else got this? Is it a temporary unavailability problem? Or is it a problem on my laptop? >> >> Best regards, >> Dmitrii >> >> >> _______________________________________________ >> jbosstools-dev mailing list >> jbosstools-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/jbosstools-dev -- Codetrails GmbH The knowledge transfer company Robert-Bosch-Str. 7, 64293 Darmstadt Phone: +49-6151-276-7092 Mobile: +49-179-131-7721 http://www.codetrails.com/ Managing Director: Dr. Marcel Bruch Handelsregister: Darmstadt HRB 91940 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160902/54914707/attachment.html From dbocharo at redhat.com Fri Sep 2 04:45:31 2016 From: dbocharo at redhat.com (Dmitrii Bocharov) Date: Fri, 2 Sep 2016 10:45:31 +0200 Subject: [jbosstools-dev] AERI exception: Can't connect to SOCKS proxy In-Reply-To: References: <5e9f7dea-18b0-90e2-df51-492df9acde26@redhat.com> Message-ID: Marcel, you're right. There was mess in proxy settings after i tested CDK proxy maintenance. Sorry for disturbing. Regards, Dmitrii On Fri, Sep 2, 2016 at 9:22 AM, Marcel Bruch wrote: > It looks like your proxy settings in Eclipse are either wrong or we mess > up with what ever your settings are. Can you please share your proxy > settings (screenshot of the preference page)? > > Marcel > > On 02 Sep 2016, at 02:08, Alexey Kazakov wrote: > > Adding Marcel. > > Dmitrii, are you behind proxy? > > On 09/01/2016 04:56 PM, Dmitrii Bocharov wrote: > > During the whole evening, while working with jbt-openshift i got the > following excpeption, which can be seen as a warning in Eclipse Error Log > view: > > !ENTRY org.eclipse.epp.logging.aeri.ide 2 16 2016-09-02 01:37:53.771 >> !MESSAGE Server ?org.eclipse.epp.logging.aeri.ide.server? failed with >> exception: Can't connect to SOCKS proxy:connect timed out. ; version: >> 2.0.1.v20160605-1811 >> !STACK 0 >> java.net.SocketException: Can't connect to SOCKS proxy:connect timed out >> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:428) >> at java.net.Socket.connect(Socket.java:589) >> at org.apache.http.conn.socket.PlainConnectionSocketFactory. >> connectSocket(PlainConnectionSocketFactory.java:72) >> at org.apache.http.impl.conn.HttpClientConnectionOperator.connect( >> HttpClientConnectionOperator.java:125) >> at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect( >> PoolingHttpClientConnectionManager.java:319) >> at org.apache.http.impl.execchain.MainClientExec. >> establishRoute(MainClientExec.java:371) >> at org.apache.http.impl.execchain.MainClientExec. >> execute(MainClientExec.java:219) >> at org.apache.http.impl.execchain.ProtocolExec. >> execute(ProtocolExec.java:195) >> at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86) >> at org.apache.http.impl.execchain.RedirectExec. >> execute(RedirectExec.java:108) >> 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:57) >> at org.apache.http.client.fluent.Executor.execute(Executor.java:206) >> at org.eclipse.epp.internal.logging.aeri.ide.server.mars. >> IO.request(IO.java:205) >> at org.eclipse.epp.internal.logging.aeri.ide.server.mars. >> IO.refreshConfiguration(IO.java:68) >> at org.eclipse.epp.internal.logging.aeri.ide.server.mars. >> ServerConnection.startUp(ServerConnection.java:101) >> 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) > > > > Does anybody else got this? Is it a temporary unavailability problem? Or > is it a problem on my laptop? > > Best regards, > Dmitrii > > > _______________________________________________ > jbosstools-dev mailing listjbosstools-dev at lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/jbosstools-dev > > > > -- > Codetrails GmbH > The knowledge transfer company > > Robert-Bosch-Str. 7, 64293 Darmstadt > Phone: +49-6151-276-7092 > Mobile: +49-179-131-7721 > http://www.codetrails.com/ > > Managing Director: Dr. Marcel Bruch > Handelsregister: Darmstadt HRB 91940 > > > _______________________________________________ > jbosstools-dev mailing list > jbosstools-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jbosstools-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160902/7afeb777/attachment.html From nboldt at redhat.com Fri Sep 2 19:17:27 2016 From: nboldt at redhat.com (nboldt at redhat.com) Date: Fri, 2 Sep 2016 19:17:27 -0400 Subject: [jbosstools-dev] JBoss Tools Core 4.4.1.Final bits available for QE testing Message-ID: <201609022317.u82NHR18002366@dev01.mw.lab.eng.bos.redhat.com> These are not FINAL bits, but preliminary results for QE & community testing. Not for redistribution to customers or end users. Update site: http://download.jboss.org/jbosstools/neon/staging/updates/ New + noteworthy (subject to change): * https://github.com/jbosstools/jbosstools-website/tree/master/documentation/whatsnew * http://tools.jboss.org/documentation/whatsnew/ Schedule: https://issues.jboss.org/projects/JBIDE?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page -- Additional update sites: * http://download.jboss.org/jbosstools/neon/staging/updates/core/4.4.1.Final/ * http://download.jboss.org/jbosstools/neon/staging/updates/coretests/4.4.1.Final/ Target platforms: * http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.60.1.Final * http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.60.1.Final Discovery sites: * http://download.jboss.org/jbosstools/neon/staging/updates/discovery.central/4.4.1.Final/ * http://download.jboss.org/jbosstools/neon/staging/updates/discovery.earlyaccess/4.4.1.Final/ Build folders (for build logs & update site zips): * http://download.jboss.org/jbosstools/neon/staging/builds/ From aer-bot at ctrlflow.com Sun Sep 4 23:30:01 2016 From: aer-bot at ctrlflow.com (Automated Error Reporting Bot) Date: Mon, 5 Sep 2016 03:30:01 +0000 (UTC) Subject: [jbosstools-dev] [aeri] Weekly JBoss Tools Error Reports Digest Message-ID: <2035555358.85.1473046201204.JavaMail.ec2-user@aeri-rh> ------------------------------------------------------------------------ Project Arquillian Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. ResourceException below ArquillianBuilder.hasErrors (thrown in Marker.checkInfo) 7 Open Major JBIDE-22724 2. NullPointerException below DependencyCache.getDependentTypes (thrown in AbstractCollection.addAll) 1 Open Major JBIDE-23003 Project Life-time Resolution Statistics Problem Resolutions Count Done: 8 Unresolved: 11 ------------------------------------------------------------------------ Project Batch Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. BadLocationException below BatchQuickFixGenerator.findXMLResolutions (thrown in AbstractDocument.get) 1 New Major - 2. NullPointerException below BatchPropertyHyperlinkDetector.detectHyperlinks (thrown in SelectionEngine.selectFrom) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. JavaModelException below FileSet.checkType (thrown in JavaElement.newNotPresentException) 222 Open Major JBIDE-22285 2. FileNotFoundException below FileSet.checkType (thrown in ZipFile.open) 3 New Major - 3. NoStackTrace below BatchBuilder.buildJars (thrown in JarPackageFragmentRoot.computeChildren) 3 New Major - 4. ConcurrentModificationException below BatchDiagramConnectionService$2.handleTypedEvent (thrown in ArrayList$Itr.checkForComodification) 2 New Major - 5. JavaModelException below BatchPropertyHyperlinkDetector.detectHyperlinks (thrown in Openable.codeSelect) 2 New Major - 6. BadLocationException below BatchQuickFixGenerator.findXMLResolutions (thrown in AbstractDocument.get) 1 New Major - 7. ClassNotFoundException below BatchArtifactRenameParticipant.initialize (thrown in BundleLoader.findClassInternal) 1 New Major - 8. LinkageError below JobXMLEditor$JSapphireDiagramEditor. (thrown in SapphireDiagramEditor.) 1 New Major - 9. NullPointerException below BatchPropertyHyperlinkDetector.detectHyperlinks (thrown in SelectionEngine.selectFrom) 1 New Major - 10. NullPointerException in BatchValidator.validateRefAndProperties 1 New Major - 11. ZipException below FileSet.checkType (thrown in JavaModelManager.getZipFile) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Not JBoss: 1 Log Message: 1 Done: 2 Unresolved: 20 ------------------------------------------------------------------------ Project BrowserSim Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. IllegalArgumentException below PreferencesUtil.getAbsolutePathToConfigurationFolder (thrown in File.) 1 Open Major JBIDE-22949 Project Life-time Resolution Statistics Problem Resolutions Count Unresolved: 4 ------------------------------------------------------------------------ Project CDI Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. BadLocationException below CDIProblemMarkerResolutionGenerator.findXMLResolutions (thrown in AbstractDocument.get) 1 New Major - 2. NullPointerException in ClassPathMonitor.init 1 New Major - 3. ResourceException below CDICoreValidator.collectAllRelatedInjectionsForBean (thrown in FileSystemResourceManager.read) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. JavaModelException below BeanArchiveDetector.isAnnotatedBean (thrown in JavaElement.newNotPresentException) 52 Open Major JBIDE-22900 2. NoStackTrace in CDICoreValidator.init 35 Open Major JBIDE-22904 3. ConcurrentModificationException below CDIProjectAsYouType.findCompilationUnit (thrown in FeatureMapUtil$BasicFeatureEIterator.checkModCount) 19 Open Major JBIDE-22905 4. NullPointerException below CDIProjectAsYouType.findCompilationUnit (thrown in AnnotationsCoreProcessorFactory.getProcessorFor) 6 New Major - 5. JavaModelException below AbstractMemberDefinition.init (thrown in JavaElement.newNotPresentException) 5 New Major - 6. JavaModelException below CDICoreValidator.validateManagedBean (thrown in JavaElement.newNotPresentException) 5 New Major - 7. NullPointerException below CDIProjectAsYouType.findCompilationUnit (thrown in BasicFeatureMap$FeatureEIterator.scanNext) 5 New Major - 8. NullPointerException below CDIProjectAsYouType.findCompilationUnit (thrown in EJBAnnotationReader.processRemoveBean) 5 New Major - 9. NullPointerException below CDIProjectAsYouType.findCompilationUnit (thrown in WebAnnotationReader.analyzeCompilationUnit) 5 New Major - 10. NullPointerException in CDIUtil.collectInheritedStereotypDeclarations 5 New Major - 11. TeamException below PackageDefinition.setPackage (thrown in RepositoryProvider.mapNewProvider) 5 New Major - 12. ClassNotFoundException below CDICorePlugin$1.saving (thrown in BundleLoader.findClassInternal) 4 New Major - 13. FileNotFoundException below CDICoreBuilder$CDIResourceVisitor.visit (thrown in FileInputStream.open) 4 New Major - 14. IllegalArgumentException below CDIProjectAsYouType.findCompilationUnit (thrown in ASTNode.setSourceRange) 4 New Major - 15. JavaModelException below AuthorizerHyperlinkDetector.detectHyperlinks (thrown in JavaElement.newNotPresentException) 4 New Major - 16. NullPointerException below DefinitionContext.addType (thrown in TreeMap.put) 4 New Major - 17. NullPointerException in AbstractTypeDefinition.resetParametedType 4 New Major - 18. ClassCastException below BeanArchiveDetector.isAnnotatedBean (thrown in BinaryType.getAnnotations) 3 New Major - 19. FileNotFoundException below BeanArchiveDetector.isAnnotatedBean (thrown in ZipFile.open) 3 New Major - 20. NullPointerException in CDICoreValidator.validateAll 3 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Out of Date: 1 Duplicate Issue: 1 Log Message: 9 Done: 5 Unresolved: 97 ------------------------------------------------------------------------ Project Drools Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. Exception in ReteViewer.loadReteModel 12 New Major - 2. Throwable in AbstractRuntimeManager.recognizeJars 10 New Major - 3. JavaModelException below DroolsRuntimeManager.addBuilder (thrown in JavaModelOperation.runOperation) 8 New Major - 4. ClassCastException in RuleIFileMoveParticipant.getNewName 7 New Major - 5. NullPointerException below AbstractProjectPreferencePage.performOk (thrown in LibraryProviderFrameworkImpl.getCurrentProvider) 3 New Major - 6. ResourceException below Util.getResourceContentsAsCharArray (thrown in Resource.checkExists) 3 New Major - 7. RuntimeDroolsException in JavaDialectConfiguration.setJavaLanguageLevel 3 New Major - 8. RuntimeDroolsException in JavaDialectConfiguration.setJavaLanguageLevel 3 New Major - 9. ClassCastException in PackageBuilderConfiguration.addDialect 2 New Major - 10. IllegalArgumentException in DSLRuleEditor2.setFocus 2 New Major - 11. NullPointerException in DroolsThread.computeStackFrames 2 New Major - 12. ClassCastException in KnowledgeBuilderConfigurationImpl.loadAccumulateFunction 1 New Major - 13. DebugException below DroolsDebugTarget.breakpointAdded (thrown in Breakpoint.ensureMarker) 1 New Major - 14. HIDDEN below ExtensibleXmlParser.read (thrown in ErrorHandlerWrapper.createSAXParseException) 1 New Major - 15. JavaModelException below ProjectClassLoader.getProjectClassPathURLs (thrown in JavaElement.newNotPresentException) 1 New Major - 16. NoStackTrace below AbstractProjectPreferencePage.performOk (thrown in AbstractMergedModelProvider.getMergedModel) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Won't Fix: 1 Unresolved: 42 ------------------------------------------------------------------------ Project ESB Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NoSuchMethodError in ESBProjectCorePlugin.start 5 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Unresolved: 3 ------------------------------------------------------------------------ Project Forge Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. StreamCorruptedException below ForgeStarter.earlyStartup (thrown in ObjectInputStream$BlockDataInputStream.readBlockHeader) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. InvalidClassException below ForgeStarter.earlyStartup (thrown in ObjectStreamClass.initNonProxy) 9 New Major - 2. SWTException below ForgeUIProvider.err (thrown in Widget.checkWidget) 7 New Major - 3. BadLocationException below DocumentImpl$3.run (thrown in AbstractDocument.replace) 6 New Major - 4. BadLocationException below DocumentImpl.getLineOfOffset (thrown in TreeLineTracker.fail) 5 New Major - 5. BadLocationException below DocumentImpl.getLineOffset (thrown in TreeLineTracker.fail) 5 New Major - 6. StreamCorruptedException below ForgeStarter.earlyStartup (thrown in ObjectInputStream.readStreamHeader) 5 New Major - 7. LinkageError below ForgeStarter.earlyStartup (thrown in MavenPluginActivator.) 4 New Major - 8. NullPointerException in WizardDialogHelper.openWizard 4 New Major - 9. IncompatibleClassChangeError below ForgeStarter.earlyStartup (thrown in MavenPluginActivator.) 3 New Major - 10. BuildException below ForgeWizard$1.run (thrown in MavenProjectBuilder.build) 2 New Major - 11. Throwable in AbstractCommand.handle 2 New Major - 12. StreamCorruptedException below ForgeStarter.earlyStartup (thrown in ObjectInputStream$BlockDataInputStream.readBlockHeader) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Cannot Reproduce Bug: 1 Unresolved: 28 ------------------------------------------------------------------------ Project Fuse Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. NameNotFoundException below OSGiBundleStateController.connect (thrown in RegistryContext.lookup) 1 New Major - 2. NullPointerException in ModuleBundleVersionUtility.createBundleDetails 1 New Major - 3. NullPointerException in SetEndpointBreakpointFeature.getContextFile 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NullPointerException below CamelDesignEditor.refreshDiagramContents (thrown in ContainerShapeEditPart.createEditPolicies) 27 Open Major FUSETOOLS-1684 2. NullPointerException in UpdateCommand.updateFigure 19 Open Major FUSETOOLS-1831 3. ResourceException below CamelEditor.doSave (thrown in File.getContentDescription) 12 Open Major FUSETOOLS-1980 4. StringIndexOutOfBoundsException below AbstractCamelModelElement.getIconName (thrown in String.substring) 12 Approved Major - 5. NullPointerException in CamelDesignEditor.clearCache 11 Open Major FUSETOOLS-1835 6. NullPointerException in CamelEditorMatchingStrategy.matches 9 Open Major FUSETOOLS-1832 7. InterruptedException below MavenTemplateConfigurator.waitAllJobsComplete (thrown in Thread.sleep) 6 New Major - 8. NullPointerException in UpdateNodeFeature.updateNeeded 6 New Major - 9. ClassCastException in CamelUtils.getDiagramEditor 5 New Major - 10. FileNotFoundException below CamelComponentUtils.getComponentClass (thrown in ZipFile.open) 5 New Major - 11. HIDDEN below FindNamespaceHandlerSupport.parseContents (thrown in ErrorHandlerWrapper.createSAXParseException) 5 New Major - 12. IllegalStateException below CamelDesignEditor.refreshDiagramContents (thrown in ContainerShapeEditPart.createFigure) 5 New Major - 13. IndexOutOfBoundsException below ImportCamelContextElementsCommand.doExecute (thrown in ArrayList.rangeCheck) 5 New Major - 14. InterruptedException below MavenTemplateConfigurator.configureMavenNature (thrown in OrderedLock.acquire) 5 New Major - 15. UnmarshalException below DozerMapperConfiguration. (thrown in UnmarshallingContext.handleEvent) 5 New Major - 16. Exception in CamelDebugTarget$JMXConnectJob.run 4 New Major - 17. HIDDEN below CamelIOHandler.loadCamelModel (thrown in DOMParser.parse) 4 New Major - 18. NullPointerException below CamelEditor.dispose (thrown in MultiPageEditorPart.deactivateSite) 4 New Major - 19. NullPointerException in CamelModelOutlinePage.dispose 4 New Major - 20. NullPointerException in CamelPersistencyBehaviour.loadDiagram 4 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Out of Date: 1 Won't Do: 1 Log Message: 5 Done: 5 Unresolved: 122 ------------------------------------------------------------------------ Project Hibernate Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. NoStackTrace below HibernateJpaProject. (thrown in ContentType.invalidateDescriber) 1 New Major - 2. NullPointerException below HibernateJpaProject.validate (thrown in TypeTools.isSubType_) 1 New Major - 3. NullPointerException in HibernatePersistenceUnit.validateProperties 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. ClassNotFoundException below Util.invokeMethod (thrown in BundleLoader.findClassInternal) 115 New Major https://hibernate.atlassian.net/browse/HBX-1256 2. NullPointerException below HibernatePersistenceUnit.update (thrown in AttributeMapping$GeneratorsTransformer.transform) 100 New Major - 3. NullPointerException below HibernateJavaIdMappingImpl.update (thrown in AttributeMapping$KeyEquals.evaluate) 89 New Major - 4. NoStackTrace in BasicWorkbenchAdapter.handleError 84 New Major - 5. NullPointerException below HibernateJavaEntityImpl.validate (thrown in AttributeMapping$KeyEquals.evaluate) 76 New Major - 6. FileNotFoundException below HibernateJpaProject. (thrown in FileOutputStream.open0) 66 New Major - 7. ResourceException below HibernateEclipseUtils.getUserOverrideDefaultCatalog (thrown in Resource.checkExists) 64 New Major - 8. ResourceException below HibernateEclipseUtils.getUserOverrideDefaultSchema (thrown in Resource.checkExists) 64 New Major - 9. NoStackTrace in LazyDatabaseSchemaWorkbenchAdapter.getChildren 63 New Major - 10. NullPointerException below HibernateJpaProject.validate (thrown in AbstractJavaPersistentAttribute.getMappingKey) 58 New Major - 11. HibernateException in DialectFactoryImpl.determineDialect 52 New Major - 12. NullPointerException in ConfigurationActor.getService 52 New Major - 13. NoStackTrace in LazySessionFactoryAdapter.getChildren 49 New Major - 14. NullPointerException below HibernateJavaManyToOneMapping.update (thrown in AbstractJavaPersistentAttribute.getPrimaryKeyColumnName) 43 New Major - 15. NoStackTrace in HQLJavaCompletionProposalComputer.computeCompletionProposals 38 New Major - 16. NullPointerException in HibernateJpaProject.getBasicHibernateProperties 35 New Major - 17. NullPointerException below HibernateClassRef.synchronizeWithResourceModel (thrown in AbstractJavaPersistentAttribute.syncMapping) 33 New Major - 18. NoStackTrace in QueryPageViewer$ContentProviderImpl.getElements 32 New Major - 19. NullPointerException in AbstractQueryEditor.getQueryInputModel 28 New Major - 20. IllegalStateException in ConsoleConfigurationLaunchDelegate.launch 27 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Done: 1 Unresolved: 310 ------------------------------------------------------------------------ Project Java Server Faces Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NullPointerException in JSFProjectsTree.getProjectsRoot 49 Open Major JBIDE-22910 2. NullPointerException in JSFPromptingProvider.getVariables 11 New Major - 3. NullPointerException in JSFPaletteViewerPreferences. 8 New Major - 4. NullPointerException in JsfJSPTagNameHyperlink.openJSF2Component 6 New Major - 5. ZipException below FileSet.checkType (thrown in ZipFile.read) 5 New Major - 6. FileNotFoundException below JSF2ProjectBuilder$JSF2ResourceVisitor.visit (thrown in FileInputStream.open) 4 New Major - 7. NullPointerException in JsfJSPTagNameHyperlinkDetector.validateNameSpace 2 New Major - 8. ResourceException below JSF2ProjectBuilder.fullBuild (thrown in Project.checkAccessible) 2 New Major - 9. StringIndexOutOfBoundsException below JSPForIDHyperlinkPartitioner.getRegion (thrown in StringBuffer.charAt) 2 New Major - 10. ConcurrentModificationException below DefinitionContext.applyWorkingCopy (thrown in HashMap$HashIterator.nextNode) 1 New Major - 11. JavaModelException below AbstractMemberDefinition.init (thrown in JavaElement.newNotPresentException) 1 New Major - 12. NullPointerException in RemoveJSFNatureContribution.execute 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 2 Done: 2 Unresolved: 36 ------------------------------------------------------------------------ Project JavaScript Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. IOException below IDETernProject.doSave (thrown in ContentDescriptionManager$LazyFileInputStream.ensureOpened) 1 New Major - 2. IllegalArgumentException below JSPTextEditor$JSPStructuredTextViewer.doOperation (thrown in FaceletTaglibFactoryImpl.createFaceletTaglibVersionFromString) 1 New Major - 3. ResourceException below IDETernProject.doSave (thrown in Project.checkAccessible) 1 New Major - 4. SWTError below JSPMultiPageContributor.setActivePage (thrown in Control.createHandle) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. XulRunnerBundleNotFoundException below JSPMultiPageEditor.pageChange (thrown in XulRunnerBrowser.getXulRunnerPath) 500+ Open Major JBIDE-22960 2. TernException in NodejsTernHelper.makeRequest 500+ Open Major JBIDE-22892 3. ResourceException below IDETernProject.getTernProject (thrown in Project.checkAccessible) 372 Open Major JBIDE-22894 4. StructuredDocumentRegionManagementException below JSPTextEditor$JSPStructuredTextViewer.doOperation (thrown in XMLModelParser.removeStructuredDocumentRegion) 98 Open Major JBIDE-22961 5. CoreException below PageContextFactory.getConnectedDocument (thrown in ResourceFileBuffer.create) 92 New Major - 6. NoStackTrace in JSPMultiPageEditor. 83 New Major - 7. ResourceException below WorkbenchResourceUtil.findFileRecursively (thrown in Project.checkAccessible) 70 New Major - 8. TernException in NodejsTernServer.makeRequest 70 New Major - 9. IOException below JSPTextEditor$JSPStructuredTextViewer.doOperation (thrown in ResourceBundleMapSource.createCachedBundleFile) 69 New Major - 10. NodejsProcessException in AbstractNodejsProcess.waitOnStartNodejs 66 New Major - 11. NullPointerException in TernOutlineContentProvider.dispose 59 New Major - 12. NoStackTrace below HTMLTextViewerConfiguration.createDocumentationHovers (thrown in TaglibIndex.initializeInstance) 55 New Major - 13. ResourceException below KbBuilderMarker.getOwnedMarkers (thrown in Marker.checkInfo) 53 New Major - 14. ConcurrentModificationException below TernFileSynchronizer.ensureSynchronized (thrown in ArrayList$Itr.checkForComodification) 50 New Major - 15. ResourceException below StorageRevisionEditorInputAdapter$StorageAdapter.getContents (thrown in Resource.checkExists) 49 New Major - 16. Exception in IDETernFileUploader.serverToBeDisposed 46 New Major - 17. NullPointerException in ELValidator.validateElOperand 39 New Major - 18. NullPointerException in JSPTextEditor$1.run 32 Open Major JBIDE-22962 19. NoStackTrace in ELValidator.validateElOperand 29 New Major - 20. ResourceException below IDETernFile.getContents (thrown in FileSystemResourceManager.read) 24 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 3 Unresolved: 286 ------------------------------------------------------------------------ Project JBoss Central Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. IOException in CentralHelper.extractIfNeeded 195 Open Major JBIDE-22713 2. FileNotFoundException below BundleFamilyExtension.loadStream (thrown in HttpURLConnection.getInputStream0) 70 New Major - 3. NullPointerException below WizardSupport.openWizard (thrown in TextSearchControl.createLabelButtonControl) 24 Open Major JBIDE-22707 4. ProvisionException in InstallationChecker. 12 New Major - 5. IOException below BundleFamilyExtension.loadStream (thrown in HttpURLConnection.getInputStream0) 10 New Major - 6. IOException below BundleFamilyExtension.loadStream (thrown in HttpURLConnection.doTunneling) 5 New Major - 7. IllegalArgumentException below JBossCentralActivator.openJBossCentralEditor (thrown in ModelServiceImpl.findElementsRecursive) 4 New Major - 8. IOException below InstallationChecker. (thrown in SimpleProfileRegistry$Parser.parse) 3 New Major - 9. HIDDEN below InstallationChecker. (thrown in AbstractSAXParser.parse) 2 New Major - 10. NoStackTrace below DiscoveryViewer$18.run (thrown in ConnectorDiscovery.connectCategoriesToDescriptors) 2 New Major - 11. NullPointerException in ConnectorDescriptorItemUi.resolveProfileUnits 2 New Major - 12. ClassNotFoundException below GettingStartedHtmlPage.resetWizards (thrown in BundleLoader.findClassInternal) 1 New Major - 13. ClassNotFoundException below SoftwarePage.createFeaturesSection (thrown in BundleLoader.findClassInternal) 1 New Major - 14. FileNotFoundException below CentralHelper.getLoadingPageUrl (thrown in FileOutputStream.open0) 1 New Major - 15. FileNotFoundException below UnArchiver.extract (thrown in FileOutputStream.open0) 1 New Major - 16. HIDDEN below DiscoveryViewer.getInstalledFeatures (thrown in AbstractSAXParser.parse) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Not JBoss: 4 Log Message: 9 Done: 8 Unresolved: 44 ------------------------------------------------------------------------ Project JBoss Server Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. BadPositionCategoryException below Editor.updateRelatedItemHighlights (thrown in AbstractDocument.getPositions) 1 New Major - 2. IllegalArgumentException below ArchivesRootBridgeContentProvider.preferenceChanged (thrown in TimSort.mergeHi) 1 New Major - 3. NoStackTrace below UserPrompter.promptUser (thrown in AccessController.doPrivileged) 1 New Major - 4. NotOpenException below OperationDetails$InvokeOperationButton.widgetSelected2 (thrown in RemoteConnectionChannel.openOutboundMessage) 1 New Major - 5. PartInitException below JBTWebLaunchableClient.openBrowser (thrown in SystemBrowserInstance.openURL) 1 New Major - 6. ResourceException below Editor$2.run (thrown in Resource.checkExists) 1 New Major - 7. StringIndexOutOfBoundsException below ControllableServerBehavior.setServerStopped (thrown in String.substring) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NoStackTrace in StandardLocalJBossStartLaunchDelegate.validateServerStructure 500+ New Major - 2. NoStackTrace in LocalLegacyShutdownController.addForceStopEvent 500+ New Major - 3. NoStackTrace in StandardFileSystemPublishController.removeModule 348 New Major - 4. FileNotFoundException below ServerModelUtilities.getChildModules (thrown in ZipFile.open) 306 New Major - 5. JBoss7ManangerException in Wildfly9Manager.execute 179 New Major - 6. DebugException below LocalLegacyShutdownController.forceStop (thrown in RuntimeProcess.terminate) 124 New Major - 7. NoStackTrace in UserPrompter.promptUser 102 New Major - 8. NoStackTrace in PollThread.alertEventLogTimeout 78 New Major - 9. NoStackTrace in ServerProfileModel.getController 73 New Major - 10. FileNotFoundException below ServerModelUtilities.getChildModules (thrown in JavaEEBinaryComponentLoadAdapter.physicallyOpen) 69 New Major - 11. IllegalStateException below ServerModelUtilities.getChildModules (thrown in DeadlockDetector.reportDeadlock) 65 New Major - 12. ZipException below ServerModelUtilities.getChildModules (thrown in ZipFile.open) 62 New Major - 13. JBoss7ManangerException in JBoss7ManagerServiceProxy.checkedGetService 57 New Major - 14. NoStackTrace in StandardFileSystemPublishController.handleZippedPublish 56 New Major - 15. NullPointerException in ControllableServerBehavior.setModulesStopped 48 New Major - 16. DebugException below AbstractStartJavaServerLaunchDelegate$2$1.run (thrown in RuntimeProcess.terminate) 47 New Major - 17. NullPointerException in ModuleLaunchConfigurationProvider.supports 42 New Major - 18. FileNotFoundException below FileUtil.writeTo (thrown in FileOutputStream.open0) 41 New Major - 19. FileNotFoundException below DriverUtility.createDriver2 (thrown in FileOutputStream.open0) 30 New Major - 20. NullPointerException in SubsystemModel.getSubsystemMappings 28 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Rejected: 4 Not JBoss: 6 Log Message: 5 Done: 1 Unresolved: 331 ------------------------------------------------------------------------ Project JBoss Tools Base Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. ClassCastException in PaletteInsertHelper.correctSelection 1 New Major - 2. IllegalArgumentException below TextMerge.replace (thrown in TextLayout._getOffset) 1 New Major - 3. JavaModelException below ELInfoHover.addFullInfo (thrown in JavaElement.newNotPresentException) 1 New Major - 4. JavaModelException below ValueResolver.getFullName (thrown in JavaElement.newNotPresentException) 1 New Major - 5. NoStackTrace below EclipseResourceUtil.getValidType (thrown in JarPackageFragmentRoot.computeChildren) 1 New Major - 6. NoSuchMethodError below TypeResolutionCache.__resolveType (thrown in PatternSearchJob.execute) 1 New Major - 7. NullPointerException below EclipseUtil.removeNatureFromProject (thrown in WebAnnotationReader.analyzeCompilationUnit) 1 New Major - 8. NullPointerException in ContextValidationHelper.registerResource 1 New Major - 9. NullPointerException in ResourceLayoutManager.getLayoutDocument 1 New Major - 10. ResourceException below EclipseResourceUtil.getJREClassPath (thrown in Resource.checkExists) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. ResourceException below TempMarkerManager$1.runInUIThread (thrown in Marker.checkInfo) 283 Open Major JBIDE-22891 2. ZipException below JarAccess.getContent (thrown in ZipFile.read) 181 Open Major JBIDE-22897 3. Exception in Tools.findFirstValidVMInstall 85 Open Major JBIDE-23050 4. IllegalStateException in SProperties.get 78 Open Major JBIDE-23052 5. CoreException below ChainTextHover.getHoverInfo2 (thrown in FaceletTagRegistry.initialize) 75 Open Major JBIDE-23051 6. NoStackTrace below EclipseJavaUtil.findType (thrown in JarPackageFragmentRoot.computeChildren) 59 New Major - 7. ResourceException below FolderImpl.update (thrown in WorkManager.checkIn) 57 New Major - 8. FileNotFoundException below ChainTextHover.getHoverInfo2 (thrown in FileInputStream.open0) 52 New Major - 9. ZipException below JandexUtil.createJarIndex (thrown in ZipFile.open) 50 New Major - 10. NullPointerException in EclipseResourceUtil.createObjectForResource 47 New Major - 11. ClassNotFoundException below Tools.invokeGetMonitoredHost (thrown in URLClassLoader.findClass) 46 New Major - 12. JavaModelException below EclipseResourceUtil.getSourceFolders (thrown in JavaElement.newJavaModelException) 45 New Major - 13. NullPointerException below JavaDirtyRegionProcessor.isJavaElementValidationRequired (thrown in BasicFeatureMap$FeatureEIterator.scanNext) 43 New Major - 14. ResourceException below FileSystemImpl.getResource (thrown in WorkManager.checkIn) 39 New Major - 15. ResourceException below FolderImpl.update (thrown in FileSystemResourceManager.refreshResource) 39 New Major - 16. JavaModelException below ValueResolver$ReferenceResolver.connect (thrown in JavaModelOperation.runOperation) 38 New Major - 17. NullPointerException in FileUtil.getContentFromEditorOrFile 38 New Major - 18. NullPointerException below ChainTextHover.getHoverInfo2 (thrown in BasicStructuredDocumentRegion.getStartOffset) 35 New Major - 19. NoStackTrace below EclipseFileBodySource.write (thrown in AbstractMergedModelProvider.getMergedModel) 34 New Major - 20. JavaModelException below TypeInfoCollector$TypeInfo. (thrown in JavaElement.newJavaModelException) 32 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Rejected: 1 Won't Do: 1 Cannot Reproduce Bug: 1 Not JBoss: 4 Log Message: 11 Done: 5 Unresolved: 429 ------------------------------------------------------------------------ Project jBPM Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. IllegalArgumentException in ServiceTaskHandler.handleNode 1 New Major - 2. JavaModelException below JBPMRuntimeManager.addBuilder (thrown in JavaModelOperation.runOperation) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Unresolved: 13 ------------------------------------------------------------------------ Project LiveReload Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. ExecutionException in JettyServerRunner.run 4 Open Major JBIDE-22351 2. TimeoutException below TimeoutUtils.timeout (thrown in FutureTask.get) 3 Open Major JBIDE-22352 3. TimeoutException in JettyServerRunner.start 3 Open Major JBIDE-22353 4. NoStackTrace in LiveReloadWebSocket.onMessage 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Unresolved: 9 ------------------------------------------------------------------------ Project Maven Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. CoreException below ArchetypeExamplesWizardPage$4$1.call (thrown in WithExpression.evaluate) 1 New Major - 2. CoreException below PortletProjectConfigurator.installM2Facet (thrown in WithExpression.evaluate) 1 New Major - 3. CoreException below PortletProjectConfigurator.installPortletFacet (thrown in WithExpression.evaluate) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. JavaModelException below AttachSourcesActionDelegate.setActiveEditor (thrown in JavaElement.newJavaModelException) 65 Open Major JBIDE-22815 2. CoreException below ArchetypeExamplesWizardPage.downloadArchetype (thrown in MavenImpl$5.call) 36 New Major - 3. NoStackTrace below StacksArchetypeUtil. (thrown in ProblemLog.reportMissingFacet) 29 New Major - 4. CoreException below ArchetypeExamplesWizardPage$4$1.call (thrown in MavenImpl$5.call) 25 New Major - 5. CoreException below AnnotationProcessingSettingsPage$3.runInWorkspace (thrown in FacetedProject.modifyInternal) 19 New Major - 6. JavaModelException below AttachSourcesActionDelegate.setActiveEditor (thrown in JavaElement.newNotPresentException) 17 New Major - 7. CoreException below CDIProjectConfigurator.installM2Facet (thrown in WithExpression.evaluate) 15 New Major - 8. ResourceException below AttachSourcesActionDelegate.isMavenProject (thrown in Project.checkAccessible) 12 New Major - 9. SWTException below AddRepositoryDialog$4$1$1.run (thrown in Widget.checkWidget) 10 New Major - 10. ArtifactNotFoundException below EndorsedLibProjectConfigurator.getCompilerMojoExecution (thrown in DefaultUpdateCheckManager.newException) 9 New Major - 11. StringIndexOutOfBoundsException below MavenDependencyMarkerResolutionGenerator.parseMessage (thrown in String.substring) 7 New Major - 12. NoStackTrace below CDIProjectConfigurator.installCDIFacet (thrown in ProblemLog.reportMissingFacet) 6 New Major - 13. ArtifactTransferException below ImportMavenProjectExampleDelegate.importMavenProjects (thrown in DefaultUpdateCheckManager.newException) 5 New Major - 14. BackingStoreException below HibernateProjectConfigurator.configureInternal (thrown in ProjectPreferences.load) 5 New Major - 15. ClassNotFoundException below MavenProjectExamplesActivator.start (thrown in BundleLoader.findClassInternal) 5 New Major - 16. ArtifactTransferException below AnnotationProcessingSettingsPage$3.runInWorkspace (thrown in DefaultUpdateCheckManager.newException) 4 New Major - 17. ConcurrentModificationException below JBossSourceContainer.findSourceElements (thrown in ArrayList$Itr.checkForComodification) 4 New Major - 18. FileNotFoundException below HibernateProjectConfigurator.configureInternal (thrown in FileInputStream.open0) 4 New Major - 19. InvalidRepositoryException below AddRepositoryDialog.resolveArtifact (thrown in LegacyRepositorySystem.buildArtifactRepository) 4 New Major - 20. NullPointerException in StacksArchetypeUtil.getBestMatchingArchetype 4 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 3 Done: 2 Unresolved: 79 ------------------------------------------------------------------------ Project OpenShift Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. NullPointerException in CDKDockerUtility.findDockerConnection 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. InterruptedIOException below EGitUtils.push (thrown in TimeoutInputStream.readTimedOut) 24 New Major - 2. AssertionFailedException in ExpressServerUtils.getDefaultDeployFolder 13 New Major - 3. TeamException below EGitUtils.isShared (thrown in RepositoryProvider.mapNewProvider) 11 New Major - 4. StorageException below SecureStore.get (thrown in SecurePreferences.get) 6 New Major - 5. TransportException below EGitUtils.push (thrown in JschConfigSessionFactory.getSession) 6 New Major - 6. ClassNotFoundException below ExpressCoreActivator.start (thrown in BundleLoader.findClassInternal) 5 Needs Info Major - 7. IOException below EGitUtils.push (thrown in IOConsolePartitioner.streamAppended) 5 New Major - 8. NullPointerException in ExpressServer.getModuleRootURL 4 New Major - 9. CoreException in VagrantPoller.parseOutput 3 New Major - 10. OpenShiftNotReadyPollingException in VagrantPoller.checkOpenShiftHealth 3 New Major - 11. IllegalArgumentException in EGitUtils.countChanges 2 New Major - 12. NoStackTrace in DeployImageJob.createResources 2 New Major - 13. NullPointerException below CDKDockerUtility. (thrown in DockerConnectionManager.reloadConnections) 2 New Major - 14. NullPointerException in ExpressApplicationWizard.waitForApplication 2 New Major - 15. ArrayIndexOutOfBoundsException in DeployImageWizardModel.lambda$2 1 New Major - 16. IllegalArgumentException in AdvancedConnectionEditor$ConnectionAdvancedPropertiesProvider.update 1 New Major - 17. NoSuchMethodError in ConnectionFactory.create 1 New Major - 18. NullPointerException in CDKDockerUtility.findDockerConnection 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Not JBoss: 1 Log Message: 1 Done: 3 Unresolved: 107 ------------------------------------------------------------------------ Project Playground Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. IllegalStateException in MavenProjectConfigurator$CumulativeMappingDiscoveryJob.addProjects 15 New Major - 2. JavaModelException below MavenProjectConfigurator$UpdateMavenConfigurationJob.run (thrown in JavaElement.newNotPresentException) 7 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Cannot Reproduce Bug: 1 Unresolved: 12 ------------------------------------------------------------------------ Project Portlet Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. IllegalArgumentException below PortletPostInstallListener. (thrown in FacetedProjectFrameworkImpl.getProjectFacet) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Unresolved: 1 ------------------------------------------------------------------------ Project Seam Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NullPointerException in SeamValidatorFactory$ConnectionProfileValidator.validate 9 New Major - 2. ClassCastException below SeamEarProjectValidator.validateInJob (thrown in ModuleStructuralModel.getPrimaryResource) 4 New Major - 3. NullPointerException in SeamEarProjectValidator.validateInJob 4 New Major - 4. ClassNotFoundException below SeamCorePlugin.getSeamProject (thrown in BundleLoader.findClassInternal) 1 New Major - 5. HibernateConsoleRuntimeException below DBTablesViewer$1.inputChanged (thrown in ConfigurationFactory.configureConnectionProfile) 1 New Major - 6. HibernateConsoleRuntimeException below SeamGenerateEntitiesWizard$1.execute (thrown in ConfigurationFactory.configureConnectionProfile) 1 New Major - 7. JavaModelException below SeamCoreValidator.getNameLocation (thrown in JavaElement.newNotPresentException) 1 New Major - 8. NullPointerException in SeamProjectPropertyValidator.validateInJob 1 New Major - 9. ResourceException below SeamProjectPropertyValidator.validateSeamProject (thrown in Marker.checkInfo) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Unresolved: 29 ------------------------------------------------------------------------ Project Switchyard Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. ClassNotFoundException below SwitchYardBuildParticipant.checkRefreshedFiles (thrown in BundleLoader.findClassInternal) 1 New Major - 2. NoClassDefFoundError in SwitchYardBuildParticipant.checkRefreshedFiles 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. ClassNotFoundException below NewSwitchYardProjectWizard.addPages (thrown in BundleLoader.findClassInternal) 5 New Major - 2. ClassNotFoundException below SwitchYardProject.getSwitchYardPlugin (thrown in BundleLoader.findClassInternal) 4 New Major - 3. NoStackTrace in SwitchyardSCAEditor$SwitchYardPersistencyBehavior.loadDiagram 4 New Major - 4. NoStackTrace below SwitchYardBasicPresetFactory.createPreset (thrown in ProblemLog.reportMissingFacet) 3 New Major - 5. NullPointerException in MultiPageEditor$13.run 3 New Major - 6. ClassNotFoundException below SwitchYardBuildParticipant.checkRefreshedFiles (thrown in BundleLoader.findClassInternal) 1 New Major - 7. CoreException below SwitchYardBuildParticipant.performBuild (thrown in ValidatorExtensionReader.process) 1 New Major - 8. IllegalStateException below MultiPageEditor.createSourceViewer (thrown in EclipsePreferences.checkRemoved) 1 New Major - 9. NoClassDefFoundError in SwitchYardBuildParticipant.checkRefreshedFiles 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 2 Unresolved: 32 ------------------------------------------------------------------------ Project Unkown JBoss Project Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. IllegalStateException in Files.extractAppServer 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NoStackTrace in ChainedDiscoveryStrategy.performDiscovery 402 Open Major JBIDE-22893 2. CoreException below RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call (thrown in RepositoryStatusHelper.wrap) 123 New Major JBDS-3987 3. ZipException below Indexer.verifyMagic (thrown in ZipFile.read) 103 New Major - 4. XMLStreamException below JaxbParser.unmarshall (thrown in XMLStreamReaderImpl.next) 52 New Major - 5. NoStackTrace in DiscoveryActivator.getJBossDiscoveryDirectory 49 New Major - 6. IllegalStateException in Indexer.processConstantPool 31 New Major - 7. NoStackTrace below PrepareInstallProfileJob.openInstallWizard (thrown in ProvUI.reportStatus) 30 New Major - 8. CancellationException in AsyncFutureTask.operationCancelled 27 New Major - 9. FileNotFoundException below EventRegister.saveProperties (thrown in FileOutputStream.open0) 22 New Major - 10. NoStackTrace in FinalizeRuntimeDownloadFragment.openErrorMessage 19 New Major - 11. NoStackTrace in HttpRemotePropertiesProvider.logStatusCode 18 New Major - 12. EOFException below Indexer.processConstantPool (thrown in ZipFile$ZipFileInflaterInputStream.fill) 15 New Major - 13. InstanceNotFoundException in BasicMBeanRegistry.get 15 New Major - 14. NoStackTrace in JBossDiscoveryUi.resolveToConnectors 14 New Major - 15. RuntimeException in RemotingConnector.connect 14 New Major - 16. NullPointerException in NewProjectExamplesReadyPage.configure 10 New Major - 17. EOFException below Indexer.skipFully (thrown in ZipFile$ZipFileInflaterInputStream.fill) 8 New Major - 18. ProvisionException below PrepareInstallProfileJob.addRepositories (thrown in AbstractRepositoryManager.fail) 8 New Major - 19. ResourceException below ProjectImportUtil.createProject (thrown in Project.checkDescription) 7 New Major - 20. IncomingFileTransferException below RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call (thrown in HttpClientRetrieveFileTransfer.openStreams) 6 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Duplicate Issue: 1 Log Message: 8 Unresolved: 119 ------------------------------------------------------------------------ Project VPE Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. IllegalArgumentException below MozillaEditor.dispose (thrown in ListenerList.remove) 121 Open Major JBIDE-22921 2. RuntimeException below DomUtil.nodeToString (thrown in SerializerBase.getNamespaceURI) 36 Open Major JBIDE-22918 3. HIDDEN below VpvDefaultTemplate.create (thrown in CoreDocumentImpl.createElement) 11 Open Major JBIDE-22917 4. SWTException below NavigationUtil.navigateToVisual (thrown in WebBrowser$EvaluateFunction.function) 11 Open Major JBIDE-22919 5. SWTException below VpeEditorPart.setFocus (thrown in Widget.checkWidget) 10 Open Major JBIDE-22926 6. HIDDEN below VpvDefaultTemplate.create (thrown in CoreDocumentImpl.createAttribute) 7 Open Major JBIDE-22917 7. NullPointerException in VpePreviewDomBuilder.createNode 5 Open Major JBIDE-22929 8. NoSuchFieldException below XPCOM.getInterfaceId (thrown in Class.getField) 4 Open Major JBIDE-22940 9. DOMException below VpvDefaultTemplate.create (thrown in CoreDocumentImpl.createElement) 2 Open Major JBIDE-22917 10. SWTError below XulRunnerBrowser. (thrown in Mozilla.initXULRunner) 2 New Major - 11. ClassCastException in MozillaEditor$12.propertyChange 1 New Major - 12. ClassCastException in VpvEditor$5.propertyChange 1 New Major - 13. NullPointerException in EditAttributesAction.createExtendedProperties 1 New Major - 14. NullPointerException in VpvServer.getPort 1 New Major - 15. SWTException below VpvEditor.setFocus (thrown in Widget.checkWidget) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 7 Unresolved: 38 ------------------------------------------------------------------------ Project Web Services Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. ArrayIndexOutOfBoundsException below JdtUtils.parse (thrown in ClassFile.generateBootstrapMethods) 1 New Major - 2. NoClassDefFoundError below JavaElementsSearcher.createSearchScope (thrown in BuildPathManager.getSavedContainer) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. JavaModelException below JdtUtils.findDeclaringNode (thrown in JavaElement.newNotPresentException) 136 Open Major JBIDE-22896 2. ConcurrentModificationException below JaxrsMetamodel.getProblemSeverity (thrown in HashMap$HashIterator.nextNode) 70 Open Major JBIDE-22331 3. NullPointerException below SocketProposalComputer.computeCompletionProposals (thrown in BasicFeatureMap.contains) 65 Open Major JBIDE-22338 4. NullPointerException in JaxrsMarkerResolutionGenerator.findJaxrsElement 58 Open Major JBIDE-22335 5. NullPointerException below SocketProposalComputer.computeCompletionProposals (thrown in BasicFeatureMap.remove) 53 Open Major JBIDE-22337 6. HIDDEN below WtpUtils.evaluateXPathExpression (thrown in DOMParser.parse) 51 Open Major JBIDE-22333 7. JavaModelException below JdtUtils.resolveType (thrown in JavaElement.newJavaModelException) 51 Open Major JBIDE-22332 8. ConcurrentModificationException below JaxrsMetamodel.getAllEndpoints (thrown in HashMap$HashIterator.nextNode) 38 Open Major JBIDE-22345 9. NullPointerException below UriMappingsContentProvider$1.run (thrown in ItemTreeStateProviderManager.getChildren) 23 New Major - 10. NullPointerException in JaxRsConfigurator.canConfigure 22 New Major - 11. NullPointerException in JdtUtils.findSubtypes 17 Open Major JBIDE-22334 12. ResourceException below JaxrsMetamodelValidator.removeMarkers (thrown in Resource.checkExists) 11 Open Major JBIDE-22339 13. NullPointerException below UriMappingsContentProvider$1.run (thrown in JEE5ModelProvider.createModelResource) 8 Open Major JBIDE-22343 14. FileNotFoundException below JdtUtils.parse (thrown in FileInputStream.open0) 7 New Major - 15. NoStackTrace below JdtUtils.resolveType (thrown in JarPackageFragmentRoot.computeChildren) 7 New Major - 16. NullPointerException below SocketProposalComputer.computeCompletionProposals (thrown in AnnotationsCoreProcessorFactory.getProcessorFor) 7 New Major - 17. ConcurrentModificationException below SocketProposalComputer.computeCompletionProposals (thrown in FeatureMapUtil$BasicFeatureEIterator.checkModCount) 6 Open Major JBIDE-22349 18. FileNotFoundException below WtpUtils.evaluateXPathExpression (thrown in FileInputStream.open0) 6 New Major - 19. NullPointerException below SocketProposalComputer.computeCompletionProposals (thrown in EJBAnnotationReader.processRemoveBean) 6 New Major - 20. ArrayIndexOutOfBoundsException in JdtUtils.resolveMethodSignature 5 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 1 Unresolved: 95 -- You are receiving this email because you are subscribed to digest of All JBoss Tools Projects. To alter your subscriptions, contact your administrator. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160905/44f7fea4/attachment-0001.html From akazakov at redhat.com Wed Sep 7 02:58:57 2016 From: akazakov at redhat.com (akazakov at redhat.com) Date: Wed, 7 Sep 2016 02:58:57 -0400 Subject: [jbosstools-dev] ACTION REQUIRED: 1 issue with no component Message-ID: <201609070658.u876wvgb018715@int-mx13.intmail.prod.int.phx2.redhat.com> This email is the result of a query to locate stalled/invalid jiras. Please fix them. Thanks! * No component for JBIDE-23134 https://issues.jboss.org/browse/JBIDE-23134 Summary: Improve UI of Deployment tab of Runtime Editor Assignee: None set. Component: None set - please fix. Problem: No component - please assign this issue to one or more components. Last Update: 15:25:08.506779 ---------------------------- Query used: https://issues.jboss.org/issues/?jql=filter%3D%27ds_lint_nocomponent%27 From manderse at redhat.com Wed Sep 7 09:03:29 2016 From: manderse at redhat.com (Max Rydahl Andersen) Date: Wed, 07 Sep 2016 15:03:29 +0200 Subject: [jbosstools-dev] jiralint Message-ID: <5AF2C64B-D3A2-4239-8E52-91C778144AFD@redhat.com> Hi Alexey et.al, Today I had to push 2 urgent changes for Ilya to jiralint and with Nick on PTO noone could push. For now I've added alexeykazakov as collaborator too so he can do it to - but I think it makes sense you get your own clone of https://github.com/maxandersen/jiralint. I suggest you just git clone this repo to jbosstools/jiralint and start using it in the jiralint jobs instead of my repo. Thanks, /max http://about.me/maxandersen From alkazako at redhat.com Wed Sep 7 09:20:36 2016 From: alkazako at redhat.com (Alexey Kazakov) Date: Wed, 7 Sep 2016 06:20:36 -0700 Subject: [jbosstools-dev] jiralint In-Reply-To: <5AF2C64B-D3A2-4239-8E52-91C778144AFD@redhat.com> References: <5AF2C64B-D3A2-4239-8E52-91C778144AFD@redhat.com> Message-ID: Hi, Yes, it makes sense. I will clone the repo to jbosstools and let Nick switch the jiralint jobs to that repo instead when Nick is back from PTO ;) Thanks. On 09/07/2016 06:03 AM, Max Rydahl Andersen wrote: > Hi Alexey et.al, > > Today I had to push 2 urgent changes for Ilya to jiralint and with Nick > on PTO noone could push. > > For now I've added alexeykazakov as collaborator too so he can do it to > - but > I think it makes sense you get your own clone of > https://github.com/maxandersen/jiralint. > > I suggest you just git clone this repo to jbosstools/jiralint and start > using it in the jiralint jobs > instead of my repo. > > Thanks, > /max > http://about.me/maxandersen > _______________________________________________ > jbosstools-dev mailing list > jbosstools-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jbosstools-dev From alkazako at redhat.com Wed Sep 7 15:35:59 2016 From: alkazako at redhat.com (Alexey Kazakov) Date: Wed, 7 Sep 2016 12:35:59 -0700 Subject: [jbosstools-dev] jiralint In-Reply-To: References: <5AF2C64B-D3A2-4239-8E52-91C778144AFD@redhat.com> Message-ID: <7c13f183-8c3b-8b3b-c161-e56ded0f1bf2@redhat.com> I cloned the repo - https://github.com/jbosstools/jiralint Nick, please go ahead and switch the jobs to that repo. On 09/07/2016 06:20 AM, Alexey Kazakov wrote: > Hi, > > Yes, it makes sense. I will clone the repo to jbosstools and let Nick > switch the jiralint jobs to that repo instead when Nick is back from PTO ;) > > Thanks. > > > On 09/07/2016 06:03 AM, Max Rydahl Andersen wrote: >> Hi Alexey et.al, >> >> Today I had to push 2 urgent changes for Ilya to jiralint and with Nick >> on PTO noone could push. >> >> For now I've added alexeykazakov as collaborator too so he can do it to >> - but >> I think it makes sense you get your own clone of >> https://github.com/maxandersen/jiralint. >> >> I suggest you just git clone this repo to jbosstools/jiralint and start >> using it in the jiralint jobs >> instead of my repo. >> >> Thanks, >> /max >> http://about.me/maxandersen >> _______________________________________________ >> jbosstools-dev mailing list >> jbosstools-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/jbosstools-dev > _______________________________________________ > jbosstools-dev mailing list > jbosstools-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jbosstools-dev From pleacu at redhat.com Thu Sep 8 13:24:40 2016 From: pleacu at redhat.com (Paul Leacu) Date: Thu, 8 Sep 2016 13:24:40 -0400 (EDT) Subject: [jbosstools-dev] New Integration Stack TPs available In-Reply-To: <1800029532.7163456.1473355159944.JavaMail.zimbra@redhat.com> Message-ID: <437676157.7164140.1473355480735.JavaMail.zimbra@redhat.com> Hey - An updated Mars target platform is now available - 4.3.4-SNAPSHOT https://repository.jboss.org/nexus/content/repositories/snapshots/org/jboss/tools/integration-stack/target-platform/4.3.4-SNAPSHOT/ http://download.jboss.org/jbosstools/targetplatforms/jbtistarget/4.3.4-SNAPSHOT/ An updated Neon target platform is now available - 4.4.0.Alpha2-SNAPSHOT https://repository.jboss.org/nexus/content/repositories/snapshots/org/jboss/tools/integration-stack/target-platform/4.4.0.Alpha2-SNAPSHOT/ http://download.jboss.org/jbosstools/targetplatforms/jbtistarget/4.4.0.Alpha2-SNAPSHOT/ These IS TPs update m2e-wtp and m2eclipse-tycho features. The Neon update is temporary until the JBT core TP gets updated. See Jira for details: https://issues.jboss.org/browse/JBTIS-844 https://issues.jboss.org/browse/JBTIS-861 Thanks, --paull From rwagner at redhat.com Thu Sep 8 13:55:15 2016 From: rwagner at redhat.com (Rick Wagner) Date: Thu, 8 Sep 2016 12:55:15 -0500 Subject: [jbosstools-dev] New Integration Stack TPs available In-Reply-To: <437676157.7164140.1473355480735.JavaMail.zimbra@redhat.com> References: <1800029532.7163456.1473355159944.JavaMail.zimbra@redhat.com> <437676157.7164140.1473355480735.JavaMail.zimbra@redhat.com> Message-ID: Hi JBDS-IS-PM-List, As I read this note, I wondered a bit about Eclipse Che. Do we expect the arrival of Che to bring significant changes for JBDSIS? (Especially release timing?) Thanks, Rick On Thu, Sep 8, 2016 at 12:24 PM, Paul Leacu wrote: > > Hey - > An updated Mars target platform is now available - 4.3.4-SNAPSHOT > > https://repository.jboss.org/nexus/content/repositories/ > snapshots/org/jboss/tools/integration-stack/target- > platform/4.3.4-SNAPSHOT/ > http://download.jboss.org/jbosstools/targetplatforms/ > jbtistarget/4.3.4-SNAPSHOT/ > > An updated Neon target platform is now available - 4.4.0.Alpha2-SNAPSHOT > > https://repository.jboss.org/nexus/content/repositories/ > snapshots/org/jboss/tools/integration-stack/target-platform/4.4.0.Alpha2- > SNAPSHOT/ > http://download.jboss.org/jbosstools/targetplatforms/ > jbtistarget/4.4.0.Alpha2-SNAPSHOT/ > > These IS TPs update m2e-wtp and m2eclipse-tycho features. The Neon > update is temporary until the JBT core TP gets updated. > > See Jira for details: > > https://issues.jboss.org/browse/JBTIS-844 > https://issues.jboss.org/browse/JBTIS-861 > > Thanks, > --paull > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160908/5b4c2aa0/attachment.html From aer-bot at ctrlflow.com Sun Sep 11 23:30:00 2016 From: aer-bot at ctrlflow.com (Automated Error Reporting Bot) Date: Mon, 12 Sep 2016 03:30:00 +0000 (UTC) Subject: [jbosstools-dev] [aeri] Weekly JBoss Tools Error Reports Digest Message-ID: <602492606.95.1473651000874.JavaMail.ec2-user@aeri-rh> ------------------------------------------------------------------------ Project Arquillian Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. ResourceException below ArquillianBuilder.hasErrors (thrown in Marker.checkInfo) 7 Open Major JBIDE-22724 Project Life-time Resolution Statistics Problem Resolutions Count Done: 8 Unresolved: 11 ------------------------------------------------------------------------ Project Batch Tools Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. JavaModelException below FileSet.checkType (thrown in JavaElement.newNotPresentException) 229 Open Major JBIDE-22285 2. FileNotFoundException below FileSet.checkType (thrown in ZipFile.open) 3 New Major - 3. JavaModelException below AbstractMemberDefinition.init (thrown in JavaElement.newNotPresentException) 3 New Major - 4. NoStackTrace below BatchBuilder.buildJars (thrown in JarPackageFragmentRoot.computeChildren) 3 New Major - 5. ConcurrentModificationException below BatchDiagramConnectionService$2.handleTypedEvent (thrown in ArrayList$Itr.checkForComodification) 2 New Major - 6. JavaModelException below BatchPropertyHyperlinkDetector.detectHyperlinks (thrown in Openable.codeSelect) 2 New Major - 7. BadLocationException below BatchQuickFixGenerator.findXMLResolutions (thrown in AbstractDocument.get) 1 New Major - 8. ClassNotFoundException below BatchArtifactRenameParticipant.initialize (thrown in BundleLoader.findClassInternal) 1 New Major - 9. LinkageError below JobXMLEditor$JSapphireDiagramEditor. (thrown in SapphireDiagramEditor.) 1 New Major - 10. NullPointerException below BatchPropertyHyperlinkDetector.detectHyperlinks (thrown in SelectionEngine.selectFrom) 1 New Major - 11. NullPointerException in BatchValidator.validateRefAndProperties 1 New Major - 12. ZipException below FileSet.checkType (thrown in JavaModelManager.getZipFile) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Not JBoss: 1 Log Message: 1 Done: 2 Unresolved: 20 ------------------------------------------------------------------------ Project CDI Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. FileNotFoundException below CDICoreValidator.collectAllRelatedInjectionsForBean (thrown in FileInputStream.open0) 1 New Major - 2. JavaModelException below BeanMember.getTypeDeclaration (thrown in JavaElement.newJavaModelException) 1 New Major - 3. JavaModelException below CDICoreBuilder$CDIResourceVisitor.visit (thrown in JavaElement.newJavaModelException) 1 New Major - 4. JavaModelException below CDIUtil.getLocalInterfaces (thrown in JavaElement.newJavaModelException) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. JavaModelException below BeanArchiveDetector.isAnnotatedBean (thrown in JavaElement.newNotPresentException) 55 Open Major JBIDE-22900 2. NoStackTrace in CDICoreValidator.init 36 Open Major JBIDE-22904 3. ConcurrentModificationException below CDIProjectAsYouType.findCompilationUnit (thrown in FeatureMapUtil$BasicFeatureEIterator.checkModCount) 23 Open Major JBIDE-22905 4. NullPointerException below CDIProjectAsYouType.findCompilationUnit (thrown in AnnotationsCoreProcessorFactory.getProcessorFor) 6 New Major - 5. NullPointerException below CDIProjectAsYouType.findCompilationUnit (thrown in WebAnnotationReader.analyzeCompilationUnit) 6 New Major - 6. JavaModelException below AbstractMemberDefinition.init (thrown in JavaElement.newNotPresentException) 5 New Major - 7. JavaModelException below CDICoreValidator.validateManagedBean (thrown in JavaElement.newNotPresentException) 5 New Major - 8. NullPointerException below CDIProjectAsYouType.findCompilationUnit (thrown in BasicFeatureMap$FeatureEIterator.scanNext) 5 New Major - 9. NullPointerException below CDIProjectAsYouType.findCompilationUnit (thrown in EJBAnnotationReader.processRemoveBean) 5 New Major - 10. NullPointerException in CDIUtil.collectInheritedStereotypDeclarations 5 New Major - 11. TeamException below PackageDefinition.setPackage (thrown in RepositoryProvider.mapNewProvider) 5 New Major - 12. ClassCastException below BeanArchiveDetector.isAnnotatedBean (thrown in BinaryType.getAnnotations) 4 New Major - 13. ClassNotFoundException below CDICorePlugin$1.saving (thrown in BundleLoader.findClassInternal) 4 New Major - 14. FileNotFoundException below CDICoreBuilder$CDIResourceVisitor.visit (thrown in FileInputStream.open) 4 New Major - 15. IllegalArgumentException below CDIProjectAsYouType.findCompilationUnit (thrown in ASTNode.setSourceRange) 4 New Major - 16. JavaModelException below AuthorizerHyperlinkDetector.detectHyperlinks (thrown in JavaElement.newNotPresentException) 4 New Major - 17. NullPointerException below DefinitionContext.addType (thrown in TreeMap.put) 4 New Major - 18. NullPointerException in AbstractTypeDefinition.resetParametedType 4 New Major - 19. FileNotFoundException below BeanArchiveDetector.isAnnotatedBean (thrown in ZipFile.open) 3 New Major - 20. FileNotFoundException below CDICoreBuilder$PackageInfo. (thrown in FileInputStream.open0) 3 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Out of Date: 1 Duplicate Issue: 1 Log Message: 9 Done: 5 Unresolved: 101 ------------------------------------------------------------------------ Project CordovaSim Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. CoreException below CordovaSimLaunchShortcut.launch (thrown in LocalFile.checkTargetIsNotWritable) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. CoreException below CordovaSimLaunchShortcut.launch (thrown in LocalFile.checkTargetIsNotWritable) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Unresolved: 4 ------------------------------------------------------------------------ Project Drools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. RuntimeException in RuleBaseConfiguration.loadWorkItems 1 New Major - 2. TimeoutException below DroolsStackFrame.getVariables (thrown in PacketReceiveManager.getReply) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. Exception in ReteViewer.loadReteModel 12 New Major - 2. Throwable in AbstractRuntimeManager.recognizeJars 10 New Major - 3. JavaModelException below DroolsRuntimeManager.addBuilder (thrown in JavaModelOperation.runOperation) 8 New Major - 4. ClassCastException in RuleIFileMoveParticipant.getNewName 7 New Major - 5. NullPointerException in QueryElementBuilder.build 4 New Major - 6. RuntimeDroolsException in JavaDialectConfiguration.setJavaLanguageLevel 4 New Major - 7. NullPointerException below AbstractProjectPreferencePage.performOk (thrown in LibraryProviderFrameworkImpl.getCurrentProvider) 3 New Major - 8. ResourceException below Util.getResourceContentsAsCharArray (thrown in Resource.checkExists) 3 New Major - 9. ClassCastException in PackageBuilderConfiguration.addDialect 2 New Major - 10. IllegalArgumentException in DSLRuleEditor2.setFocus 2 New Major - 11. InvalidRulePackage in KnowledgePackageImpl.checkValidity 2 New Major - 12. ClassCastException in KnowledgeBuilderConfigurationImpl.loadAccumulateFunction 1 New Major - 13. HIDDEN below ExtensibleXmlParser.read (thrown in ErrorHandlerWrapper.createSAXParseException) 1 New Major - 14. JavaModelException below ProjectClassLoader.getProjectClassPathURLs (thrown in JavaElement.newNotPresentException) 1 New Major - 15. NoStackTrace below AbstractProjectPreferencePage.performOk (thrown in AbstractMergedModelProvider.getMergedModel) 1 New Major - 16. RuntimeException in RuleBaseConfiguration.loadWorkItems 1 New Major - 17. TimeoutException below DroolsStackFrame.getVariables (thrown in PacketReceiveManager.getReply) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Won't Fix: 1 Unresolved: 44 ------------------------------------------------------------------------ Project ESB Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NoSuchMethodError in ESBProjectCorePlugin.start 5 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Unresolved: 3 ------------------------------------------------------------------------ Project Forge Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. ModelBuildingException below ProjectTools$1.runInWorkspace (thrown in DefaultModelProblemCollector.newModelBuildingException) 1 New Major - 2. ResourceException below CommandLineListener.expandInProjectExplorer (thrown in Resource.checkExists) 1 New Major - 3. _javassist_6e675182-0c01-4ddb-ba9c-fd8b2cd68640 below ForgeWizard$1.run (thrown in AbstractFaceted.getFacet) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. ResourceException below ProjectTools$1.runInWorkspace (thrown in Resource.delete) 16 New Major - 2. InvalidClassException below ForgeStarter.earlyStartup (thrown in ObjectStreamClass.initNonProxy) 12 New Major - 3. RuntimeException in SelectGraphicRendition.handleDefault 9 New Major - 4. BadLocationException below DocumentImpl$3.run (thrown in AbstractDocument.replace) 7 New Major - 5. SWTException below ForgeUIProvider.err (thrown in Widget.checkWidget) 7 New Major - 6. BadLocationException below DocumentImpl.getLineOfOffset (thrown in TreeLineTracker.fail) 5 New Major - 7. BadLocationException below DocumentImpl.getLineOffset (thrown in TreeLineTracker.fail) 5 New Major - 8. StreamCorruptedException below ForgeStarter.earlyStartup (thrown in ObjectInputStream.readStreamHeader) 5 New Major - 9. LinkageError below ForgeStarter.earlyStartup (thrown in MavenPluginActivator.) 4 New Major - 10. IncompatibleClassChangeError below ForgeStarter.earlyStartup (thrown in MavenPluginActivator.) 3 New Major - 11. BuildException below ForgeWizard$1.run (thrown in MavenProjectBuilder.build) 2 New Major - 12. Throwable in AbstractCommand.handle 2 New Major - 13. ModelBuildingException below ProjectTools$1.runInWorkspace (thrown in DefaultModelProblemCollector.newModelBuildingException) 1 New Major - 14. ResourceException below CommandLineListener.expandInProjectExplorer (thrown in Resource.checkExists) 1 New Major - 15. StreamCorruptedException below ForgeStarter.earlyStartup (thrown in ObjectInputStream$BlockDataInputStream.readBlockHeader) 1 New Major - 16. _javassist_6e675182-0c01-4ddb-ba9c-fd8b2cd68640 below ForgeWizard$1.run (thrown in AbstractFaceted.getFacet) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Cannot Reproduce Bug: 1 Unresolved: 31 ------------------------------------------------------------------------ Project Fuse Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. HIDDEN below XmlModelGenerator.generateFromSchema (thrown in ErrorHandlerWrapper.createSAXParseException) 1 New Major - 2. NoStackTrace below FuseIntegrationProjectWizardRuntimeAndCamelPage.getServerRuntimes (thrown in ProblemLog.reportMissingFacet) 1 New Major - 3. NullPointerException in AbstractCamelModelElement.isNewIDAvailable 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NullPointerException below CamelDesignEditor.refreshDiagramContents (thrown in ContainerShapeEditPart.createEditPolicies) 27 Open Major FUSETOOLS-1684 2. NullPointerException in UpdateCommand.updateFigure 19 Open Major FUSETOOLS-1831 3. NullPointerException in CamelDesignEditor.clearCache 12 Open Major FUSETOOLS-1835 4. ResourceException below CamelEditor.doSave (thrown in File.getContentDescription) 12 Open Major FUSETOOLS-1980 5. NullPointerException in CamelEditorMatchingStrategy.matches 9 Open Major FUSETOOLS-1832 6. NullPointerException in UpdateNodeFeature.updateNeeded 7 New Major - 7. HIDDEN below FindNamespaceHandlerSupport.parseContents (thrown in ErrorHandlerWrapper.createSAXParseException) 6 New Major - 8. IndexOutOfBoundsException below ImportCamelContextElementsCommand.doExecute (thrown in ArrayList.rangeCheck) 6 New Major - 9. InterruptedException below MavenTemplateConfigurator.waitAllJobsComplete (thrown in Thread.sleep) 6 New Major - 10. ClassCastException in CamelUtils.getDiagramEditor 5 New Major - 11. Exception in CamelDebugTarget$JMXConnectJob.run 5 New Major - 12. FileNotFoundException below CamelComponentUtils.getComponentClass (thrown in ZipFile.open) 5 New Major - 13. HIDDEN below CamelIOHandler.loadCamelModel (thrown in DOMParser.parse) 5 New Major - 14. InterruptedException below MavenTemplateConfigurator.configureMavenNature (thrown in OrderedLock.acquire) 5 New Major - 15. NullPointerException in CamelPersistencyBehaviour.loadDiagram 5 New Major - 16. UnmarshalException below DozerMapperConfiguration. (thrown in UnmarshallingContext.handleEvent) 5 New Major - 17. NullPointerException below CamelEditor.dispose (thrown in MultiPageEditorPart.deactivateSite) 4 New Major - 18. NullPointerException in CamelModelOutlinePage.dispose 4 New Major - 19. AssertionFailedException below CamelModelOutlinePage.changeInput (thrown in StructuredViewer.assertElementsNotNull) 2 New Major - 20. ClassCastException in LayoutDiagramFeature.mapDiagramToGraph 2 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Out of Date: 1 Won't Do: 1 Log Message: 5 Done: 5 Unresolved: 125 ------------------------------------------------------------------------ Project Hibernate Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. BackingStoreException below HibernateJpaProject. (thrown in ProjectPreferences.load) 1 New Major - 2. ClassCastException below HibernateJpaProject. (thrown in ModuleStructuralModel.getPrimaryResource) 1 New Major - 3. FileNotFoundException below LaunchHelper.findHibernateLaunchConfigs (thrown in FileInputStream.open0) 1 New Major - 4. FileNotFoundException below XMLPrettyPrinter.prettyPrintFile (thrown in FileOutputStream.open0) 1 New Major - 5. NoClassDefFoundError below HibernateJpaProject. (thrown in ASTParser.internalCreateAST) 1 New Major - 6. NoClassDefFoundError below HibernateJpaProject. (thrown in ClassLoader.defineClass1) 1 New Major - 7. NullPointerException below HibernateClassRef.validate (thrown in EBaseObjectImpl.getTextNode) 1 New Major - 8. NullPointerException below HibernatePersistenceUnit.update (thrown in AttributeMapping$AllOverridableAttributeMappingNamesTransformer.transform) 1 New Major - 9. NullPointerException below XmlParserHelper.getSchema (thrown in ConcurrentHashMap.putVal) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. ClassNotFoundException below Util.invokeMethod (thrown in BundleLoader.findClassInternal) 117 New Major https://hibernate.atlassian.net/browse/HBX-1256 2. NullPointerException below HibernatePersistenceUnit.update (thrown in AttributeMapping$GeneratorsTransformer.transform) 105 New Major - 3. NullPointerException below HibernateJavaIdMappingImpl.update (thrown in AttributeMapping$KeyEquals.evaluate) 97 New Major - 4. NoStackTrace in BasicWorkbenchAdapter.handleError 89 New Major - 5. NullPointerException below HibernateJavaEntityImpl.validate (thrown in AttributeMapping$KeyEquals.evaluate) 82 New Major - 6. FileNotFoundException below HibernateJpaProject. (thrown in FileOutputStream.open0) 67 New Major - 7. ResourceException below HibernateEclipseUtils.getUserOverrideDefaultCatalog (thrown in Resource.checkExists) 67 New Major - 8. ResourceException below HibernateEclipseUtils.getUserOverrideDefaultSchema (thrown in Resource.checkExists) 67 New Major - 9. NoStackTrace in LazyDatabaseSchemaWorkbenchAdapter.getChildren 65 New Major - 10. NullPointerException below HibernateJpaProject.validate (thrown in AbstractJavaPersistentAttribute.getMappingKey) 63 New Major - 11. HibernateException in DialectFactoryImpl.determineDialect 56 New Major - 12. NoStackTrace in LazySessionFactoryAdapter.getChildren 52 New Major - 13. NullPointerException below HibernateJavaManyToOneMapping.update (thrown in AbstractJavaPersistentAttribute.getPrimaryKeyColumnName) 44 New Major - 14. NoStackTrace in HQLJavaCompletionProposalComputer.computeCompletionProposals 39 New Major - 15. NullPointerException below HibernateClassRef.synchronizeWithResourceModel (thrown in AbstractJavaPersistentAttribute.syncMapping) 37 New Major - 16. NullPointerException in HibernateJpaProject.getBasicHibernateProperties 36 New Major - 17. NoStackTrace in QueryPageViewer$ContentProviderImpl.getElements 32 New Major - 18. NullPointerException in AbstractQueryEditor.getQueryInputModel 29 New Major - 19. NullPointerException below HibernateJavaEntityImpl.update (thrown in AttributeMapping$KeyEquals.evaluate) 28 New Major - 20. IllegalStateException in ConsoleConfigurationLaunchDelegate.launch 27 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Not JBoss: 1 Done: 2 Unresolved: 317 ------------------------------------------------------------------------ Project Java Server Faces Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NullPointerException in JSFProjectsTree.getProjectsRoot 51 Open Major JBIDE-22910 2. NullPointerException in JSFPromptingProvider.getVariables 11 New Major - 3. NullPointerException in JSFPaletteViewerPreferences. 8 New Major - 4. ZipException below FileSet.checkType (thrown in ZipFile.read) 6 New Major - 5. FileNotFoundException below JSF2ProjectBuilder$JSF2ResourceVisitor.visit (thrown in FileInputStream.open) 4 New Major - 6. NullPointerException below AddJSFNatureHandler.addJSFNature (thrown in FacetedProjectFrameworkImpl.create) 3 New Major - 7. NullPointerException in DefinitionContext.applyWorkingCopy 2 New Major - 8. NullPointerException in JsfJSPTagNameHyperlinkDetector.validateNameSpace 2 New Major - 9. ResourceException below JSF2ProjectBuilder.fullBuild (thrown in Project.checkAccessible) 2 New Major - 10. ResourceException below LibrariesPerformer.collectFiles (thrown in Resource.checkExists) 2 New Major - 11. NullPointerException in RemoveJSFNatureContribution.execute 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 2 Done: 2 Unresolved: 36 ------------------------------------------------------------------------ Project JavaScript Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. ResourceException below JSPTextEditor$JSPStructuredTextViewer.doOperation (thrown in FileSystemResourceManager.read) 2 New Major - 2. ArrayIndexOutOfBoundsException below JSPTextEditor.dispose (thrown in GapTextStore.arrayCopy) 1 New Major - 3. NoClassDefFoundError below PageContextFactory.getFileFromProject (thrown in ModuleCoreNature.createURIConverter) 1 New Major - 4. NullPointerException below PageContextFactory.getFileFromProject (thrown in WorkbenchURIConverterImpl.) 1 New Major - 5. ResourceException below JSPTextEditor$JSPStructuredTextViewer.doOperation (thrown in Bucket.load) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. XulRunnerBundleNotFoundException below JSPMultiPageEditor.pageChange (thrown in XulRunnerBrowser.getXulRunnerPath) 500+ Open Major JBIDE-22960 2. TernException in NodejsTernHelper.makeRequest 500+ Open Major JBIDE-22892 3. ResourceException below IDETernProject.getTernProject (thrown in Project.checkAccessible) 375 Open Major JBIDE-22894 4. StructuredDocumentRegionManagementException below JSPTextEditor$JSPStructuredTextViewer.doOperation (thrown in XMLModelParser.removeStructuredDocumentRegion) 100 Open Major JBIDE-22961 5. CoreException below PageContextFactory.getConnectedDocument (thrown in ResourceFileBuffer.create) 97 New Major - 6. NoStackTrace in JSPMultiPageEditor. 87 New Major - 7. TernException in NodejsTernServer.makeRequest 76 New Major - 8. IOException below JSPTextEditor$JSPStructuredTextViewer.doOperation (thrown in ResourceBundleMapSource.createCachedBundleFile) 73 New Major - 9. ResourceException below WorkbenchResourceUtil.findFileRecursively (thrown in Project.checkAccessible) 72 New Major - 10. NodejsProcessException in AbstractNodejsProcess.waitOnStartNodejs 69 New Major - 11. NullPointerException in TernOutlineContentProvider.dispose 65 New Major - 12. NoStackTrace below HTMLTextViewerConfiguration.createDocumentationHovers (thrown in TaglibIndex.initializeInstance) 57 New Major - 13. ResourceException below KbBuilderMarker.getOwnedMarkers (thrown in Marker.checkInfo) 54 New Major - 14. ConcurrentModificationException below TernFileSynchronizer.ensureSynchronized (thrown in ArrayList$Itr.checkForComodification) 53 New Major - 15. ResourceException below StorageRevisionEditorInputAdapter$StorageAdapter.getContents (thrown in Resource.checkExists) 50 New Major - 16. Exception in IDETernFileUploader.serverToBeDisposed 48 New Major - 17. NullPointerException in ELValidator.validateElOperand 42 New Major - 18. NullPointerException in JSPTextEditor$1.run 33 Open Major JBIDE-22962 19. NoStackTrace in ELValidator.validateElOperand 30 New Major - 20. ResourceException below IDETernFile.getContents (thrown in FileSystemResourceManager.read) 25 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 3 Unresolved: 291 ------------------------------------------------------------------------ Project JBoss Central Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. IOException in CentralHelper.extractIfNeeded 205 Open Major JBIDE-22713 2. FileNotFoundException below BundleFamilyExtension.loadStream (thrown in HttpURLConnection.getInputStream0) 74 New Major - 3. NullPointerException below WizardSupport.openWizard (thrown in TextSearchControl.createLabelButtonControl) 27 Open Major JBIDE-22707 4. ProvisionException in InstallationChecker. 13 New Major - 5. IOException below BundleFamilyExtension.loadStream (thrown in HttpURLConnection.getInputStream0) 10 New Major - 6. IOException below BundleFamilyExtension.loadStream (thrown in HttpURLConnection.doTunneling) 5 New Major - 7. IllegalArgumentException below JBossCentralActivator.openJBossCentralEditor (thrown in ModelServiceImpl.findElementsRecursive) 4 New Major - 8. IOException below InstallationChecker. (thrown in SimpleProfileRegistry$Parser.parse) 3 New Major - 9. HIDDEN below InstallationChecker. (thrown in AbstractSAXParser.parse) 2 New Major - 10. NoStackTrace below DiscoveryViewer$18.run (thrown in ConnectorDiscovery.connectCategoriesToDescriptors) 2 New Major - 11. NullPointerException below JBossCentralActivator.openJBossCentralEditor (thrown in PartActivationHistory.activate) 2 New Major - 12. NullPointerException in ConnectorDescriptorItemUi.resolveProfileUnits 2 New Major - 13. ClassNotFoundException below GettingStartedHtmlPage.resetWizards (thrown in BundleLoader.findClassInternal) 1 New Major - 14. ClassNotFoundException below SoftwarePage.createFeaturesSection (thrown in BundleLoader.findClassInternal) 1 New Major - 15. HIDDEN below DiscoveryViewer.getInstalledFeatures (thrown in AbstractSAXParser.parse) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Not JBoss: 4 Log Message: 9 Done: 8 Unresolved: 44 ------------------------------------------------------------------------ Project JBoss Server Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. NullPointerException in LocalJBoss7ServerRuntime.getBaseDirectory 2 New Major - 2. ClassNotFoundException below Wildfly9Manager. (thrown in BundleLoader.findClassInternal) 1 New Major - 3. HIDDEN below AbstractJavaServerLaunchDelegate.fireVMRunner (thrown in DOMParser.parse) 1 New Major - 4. NoSuchMethodError below AbstractJREComposite.showPreferencePage (thrown in InstalledJREsBlock.fireSelectionChanged) 1 New Major - 5. NullPointerException in LayeredProductServerWizardFragment$RuntimeDetailsComposite.update 1 New Major - 6. NullPointerException in LocalDeploymentOptionsController.getASLessThan7StyleServerTempFolder 1 New Major - 7. NullPointerException in LocalServerModeDetails.getProperty 1 New Major - 8. NullPointerException in ResourceUtil.getEmbeddedFileUrl 1 New Major - 9. NullPointerException in RuntimeWizardFragment.saveDetailsInRuntime 1 New Major - 10. NullPointerException in ServerHotCodeReplacePrompter.promptUser 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NoStackTrace in StandardLocalJBossStartLaunchDelegate.validateServerStructure 500+ New Major - 2. NoStackTrace in LocalLegacyShutdownController.addForceStopEvent 500+ New Major - 3. NoStackTrace in StandardFileSystemPublishController.removeModule 348 New Major - 4. FileNotFoundException below ServerModelUtilities.getChildModules (thrown in ZipFile.open) 317 New Major - 5. JBoss7ManangerException in Wildfly9Manager.execute 191 New Major - 6. DebugException below LocalLegacyShutdownController.forceStop (thrown in RuntimeProcess.terminate) 130 New Major - 7. NoStackTrace in UserPrompter.promptUser 106 New Major - 8. NoStackTrace in PollThread.alertEventLogTimeout 83 New Major - 9. NoStackTrace in ServerProfileModel.getController 81 New Major - 10. FileNotFoundException below ServerModelUtilities.getChildModules (thrown in JavaEEBinaryComponentLoadAdapter.physicallyOpen) 70 New Major - 11. IllegalStateException below ServerModelUtilities.getChildModules (thrown in DeadlockDetector.reportDeadlock) 69 New Major - 12. ZipException below ServerModelUtilities.getChildModules (thrown in ZipFile.open) 66 New Major - 13. JBoss7ManangerException in JBoss7ManagerServiceProxy.checkedGetService 62 New Major - 14. NoStackTrace in StandardFileSystemPublishController.handleZippedPublish 59 New Major - 15. NullPointerException in ControllableServerBehavior.setModulesStopped 53 New Major - 16. DebugException below AbstractStartJavaServerLaunchDelegate$2$1.run (thrown in RuntimeProcess.terminate) 47 New Major - 17. NullPointerException in ModuleLaunchConfigurationProvider.supports 44 New Major - 18. FileNotFoundException below FileUtil.writeTo (thrown in FileOutputStream.open0) 43 New Major - 19. NullPointerException in SubsystemModel.getSubsystemMappings 31 New Major - 20. FileNotFoundException below DriverUtility.createDriver2 (thrown in FileOutputStream.open0) 30 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Rejected: 4 Not JBoss: 6 Log Message: 5 Done: 1 Unresolved: 344 ------------------------------------------------------------------------ Project JBoss Tools Base Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. ClassCastException below XMLUtilities.createDocumentBuilder (thrown in DOMParser.) 1 New Major - 2. FileNotFoundException below RegisterAsServiceHandler.getSelectedType (thrown in FileInputStream.open0) 1 New Major - 3. MalformedByteSequenceException below ResourceLayoutManager.loadDocument (thrown in UTF8Reader.invalidByte) 1 New Major - 4. NoClassDefFoundError below TypeInfoCollector$SuperTypeInfo. (thrown in HierarchyBuilder.) 1 New Major - 5. NullPointerException below EclipseFileBodySource.write (thrown in BasicFeatureMap$FeatureEIterator.scanNext) 1 New Major - 6. NullPointerException below JavaDirtyRegionProcessor.isJavaElementValidationRequired (thrown in EJBAnnotationReader.processAddedInterface) 1 New Major - 7. StringIndexOutOfBoundsException below EclipseFileBodySource.write (thrown in String.substring) 1 New Major - 8. ZipError below JarAccess.init (thrown in ZipFile$ZipEntryIterator.next) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. ResourceException below TempMarkerManager$1.runInUIThread (thrown in Marker.checkInfo) 295 Open Major JBIDE-22891 2. ZipException below JarAccess.getContent (thrown in ZipFile.read) 202 Open Major JBIDE-22897 3. IllegalStateException in SProperties.get 81 Open Major JBIDE-23052 4. CoreException below ChainTextHover.getHoverInfo2 (thrown in FaceletTagRegistry.initialize) 77 Open Major JBIDE-23051 5. NoStackTrace below EclipseJavaUtil.findType (thrown in JarPackageFragmentRoot.computeChildren) 66 New Major - 6. ResourceException below FolderImpl.update (thrown in WorkManager.checkIn) 62 New Major - 7. ZipException below JandexUtil.createJarIndex (thrown in ZipFile.open) 55 New Major - 8. FileNotFoundException below ChainTextHover.getHoverInfo2 (thrown in FileInputStream.open0) 54 New Major - 9. NullPointerException in EclipseResourceUtil.createObjectForResource 50 New Major - 10. ClassNotFoundException below Tools.invokeGetMonitoredHost (thrown in URLClassLoader.findClass) 49 New Major - 11. JavaModelException below EclipseResourceUtil.getSourceFolders (thrown in JavaElement.newJavaModelException) 47 New Major - 12. NullPointerException below JavaDirtyRegionProcessor.isJavaElementValidationRequired (thrown in BasicFeatureMap$FeatureEIterator.scanNext) 46 New Major - 13. ResourceException below FolderImpl.update (thrown in FileSystemResourceManager.refreshResource) 42 New Major - 14. JavaModelException below ValueResolver$ReferenceResolver.connect (thrown in JavaModelOperation.runOperation) 41 New Major - 15. ResourceException below FileSystemImpl.getResource (thrown in WorkManager.checkIn) 40 New Major - 16. NullPointerException in FileUtil.getContentFromEditorOrFile 39 New Major - 17. NoStackTrace below EclipseFileBodySource.write (thrown in AbstractMergedModelProvider.getMergedModel) 38 New Major - 18. NullPointerException below ChainTextHover.getHoverInfo2 (thrown in BasicStructuredDocumentRegion.getStartOffset) 35 New Major - 19. JavaModelException below TypeInfoCollector$TypeInfo. (thrown in JavaElement.newJavaModelException) 32 New Major - 20. ClassCastException below JavaAnnotation.getStartPosition (thrown in SourceRefElement.getSourceRange) 30 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Rejected: 1 Won't Do: 1 Cannot Reproduce Bug: 1 Not JBoss: 4 Log Message: 11 Done: 6 Unresolved: 436 ------------------------------------------------------------------------ Project jBPM Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. NullPointerException in TaskHandler.readDataOutputAssociation 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. IllegalArgumentException in ServiceTaskHandler.handleNode 1 New Major - 2. JavaModelException below JBPMRuntimeManager.addBuilder (thrown in JavaModelOperation.runOperation) 1 New Major - 3. NullPointerException in TaskHandler.readDataOutputAssociation 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Unresolved: 14 ------------------------------------------------------------------------ Project Maven Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. NullPointerException below AnnotationProcessingSettingsPage$3.runInWorkspace (thrown in AbstractMergedModelProvider.getLastModificationTimeOfDDFile) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. JavaModelException below AttachSourcesActionDelegate.setActiveEditor (thrown in JavaElement.newJavaModelException) 68 Open Major JBIDE-22815 2. CoreException below ArchetypeExamplesWizardPage.downloadArchetype (thrown in MavenImpl$5.call) 41 New Major - 3. CoreException below ArchetypeExamplesWizardPage$4$1.call (thrown in MavenImpl$5.call) 30 New Major - 4. NoStackTrace below StacksArchetypeUtil. (thrown in ProblemLog.reportMissingFacet) 29 New Major - 5. CoreException below AnnotationProcessingSettingsPage$3.runInWorkspace (thrown in FacetedProject.modifyInternal) 19 New Major - 6. JavaModelException below AttachSourcesActionDelegate.setActiveEditor (thrown in JavaElement.newNotPresentException) 18 New Major - 7. CoreException below CDIProjectConfigurator.installM2Facet (thrown in WithExpression.evaluate) 16 New Major - 8. ResourceException below AttachSourcesActionDelegate.isMavenProject (thrown in Project.checkAccessible) 12 New Major - 9. SWTException below AddRepositoryDialog$4$1$1.run (thrown in Widget.checkWidget) 10 New Major - 10. ArtifactNotFoundException below EndorsedLibProjectConfigurator.getCompilerMojoExecution (thrown in DefaultUpdateCheckManager.newException) 9 New Major - 11. StringIndexOutOfBoundsException below MavenDependencyMarkerResolutionGenerator.parseMessage (thrown in String.substring) 7 New Major - 12. ClassNotFoundException below MavenProjectExamplesActivator.start (thrown in BundleLoader.findClassInternal) 6 New Major - 13. NoStackTrace below CDIProjectConfigurator.installCDIFacet (thrown in ProblemLog.reportMissingFacet) 6 New Major - 14. ArtifactTransferException below ImportMavenProjectExampleDelegate.importMavenProjects (thrown in DefaultUpdateCheckManager.newException) 5 New Major - 15. BackingStoreException below HibernateProjectConfigurator.configureInternal (thrown in ProjectPreferences.load) 5 New Major - 16. ArtifactTransferException below AnnotationProcessingSettingsPage$3.runInWorkspace (thrown in DefaultUpdateCheckManager.newException) 4 New Major - 17. ConcurrentModificationException below JBossSourceContainer.findSourceElements (thrown in ArrayList$Itr.checkForComodification) 4 New Major - 18. FileNotFoundException below HibernateProjectConfigurator.configureInternal (thrown in FileInputStream.open0) 4 New Major - 19. ResourceException below AnnotationProcessingSettingsPage$3.runInWorkspace (thrown in Resource.delete) 4 New Major - 20. ArtifactTransferException below ArchetypeExamplesWizardPage$4$1.call (thrown in DefaultUpdateCheckManager.newException) 3 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 3 Done: 2 Unresolved: 80 ------------------------------------------------------------------------ Project OpenShift Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. NoRemoteRepositoryException below EGitUtils.push (thrown in TransportGitSsh.cleanNotFound) 1 New Major - 2. NoStackTrace below MavenProjectImportOperation.importToWorkspace (thrown in URLConnectionCaches.assertDisabled) 1 New Major - 3. NullPointerException in DeleteResourceHandler.execute 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. InterruptedIOException below EGitUtils.push (thrown in TimeoutInputStream.readTimedOut) 24 New Major - 2. AssertionFailedException in ExpressServerUtils.getDefaultDeployFolder 15 New Major - 3. TeamException below EGitUtils.isShared (thrown in RepositoryProvider.mapNewProvider) 11 New Major - 4. ClassNotFoundException below ExpressCoreActivator.start (thrown in BundleLoader.findClassInternal) 6 Needs Info Major - 5. StorageException below SecureStore.get (thrown in SecurePreferences.get) 6 New Major - 6. TransportException below EGitUtils.push (thrown in JschConfigSessionFactory.getSession) 6 New Major - 7. IOException below EGitUtils.push (thrown in IOConsolePartitioner.streamAppended) 5 New Major - 8. NullPointerException in ExpressServer.getModuleRootURL 5 New Major - 9. CoreException in VagrantPoller.parseOutput 4 New Major - 10. NoRemoteRepositoryException below EGitUtils.cloneRepository (thrown in TransportGitSsh.cleanNotFound) 2 New Major - 11. NoStackTrace in DeployImageJob.createResources 2 New Major - 12. NullPointerException below CDKDockerUtility. (thrown in DockerConnectionManager.reloadConnections) 2 New Major - 13. NullPointerException in ExpressApplicationWizard.waitForApplication 2 New Major - 14. IllegalArgumentException in AdvancedConnectionEditor$ConnectionAdvancedPropertiesProvider.update 1 New Major - 15. NoRemoteRepositoryException below EGitUtils.push (thrown in TransportGitSsh.cleanNotFound) 1 New Major - 16. NoStackTrace below MavenProjectImportOperation.importToWorkspace (thrown in URLConnectionCaches.assertDisabled) 1 New Major - 17. NullPointerException in CDKDockerUtility.findDockerConnection 1 Open Major JBIDE-23125 18. NullPointerException in DeleteResourceHandler.execute 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Not JBoss: 1 Log Message: 1 Done: 3 Unresolved: 110 ------------------------------------------------------------------------ Project Playground Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. IllegalStateException in MavenProjectConfigurator$CumulativeMappingDiscoveryJob.addProjects 16 New Major - 2. NullPointerException below ServletProjectConfigurator.configure (thrown in WebAnnotationReader.analyzeCompilationUnit) 12 New Major - 3. JavaModelException below MavenProjectConfigurator$UpdateMavenConfigurationJob.run (thrown in JavaElement.newNotPresentException) 8 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Cannot Reproduce Bug: 1 Unresolved: 12 ------------------------------------------------------------------------ Project Seam Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NullPointerException in SeamValidatorFactory$ConnectionProfileValidator.validate 9 New Major - 2. ClassCastException below SeamEarProjectValidator.validateInJob (thrown in ModuleStructuralModel.getPrimaryResource) 4 New Major - 3. NullPointerException in SeamEarProjectValidator.validateInJob 4 New Major - 4. ClassNotFoundException below SeamCorePlugin.getSeamProject (thrown in BundleLoader.findClassInternal) 1 New Major - 5. HibernateConsoleRuntimeException below DBTablesViewer$1.inputChanged (thrown in ConfigurationFactory.configureConnectionProfile) 1 New Major - 6. HibernateConsoleRuntimeException below SeamGenerateEntitiesWizard$1.execute (thrown in ConfigurationFactory.configureConnectionProfile) 1 New Major - 7. JavaModelException below SeamCoreValidator.getNameLocation (thrown in JavaElement.newNotPresentException) 1 New Major - 8. NullPointerException in SeamProjectPropertyValidator.validateInJob 1 New Major - 9. ResourceException below SeamProjectPropertyValidator.validateSeamProject (thrown in Marker.checkInfo) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Unresolved: 29 ------------------------------------------------------------------------ Project Switchyard Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. ClassNotFoundException below NewSwitchYardProjectWizard.addPages (thrown in BundleLoader.findClassInternal) 5 New Major - 2. ClassNotFoundException below SwitchYardProject.getSwitchYardPlugin (thrown in BundleLoader.findClassInternal) 5 New Major - 3. NoStackTrace below SwitchYardBasicPresetFactory.createPreset (thrown in ProblemLog.reportMissingFacet) 4 New Major - 4. NoStackTrace in SwitchyardSCAEditor$SwitchYardPersistencyBehavior.loadDiagram 4 New Major - 5. ClassNotFoundException below SwitchYardBuildParticipant.checkRefreshedFiles (thrown in BundleLoader.findClassInternal) 1 New Major - 6. CoreException below SwitchYardBuildParticipant.performBuild (thrown in ValidatorExtensionReader.process) 1 New Major - 7. IllegalStateException below MultiPageEditor.createSourceViewer (thrown in EclipsePreferences.checkRemoved) 1 New Major - 8. NoClassDefFoundError in SwitchYardBuildParticipant.checkRefreshedFiles 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 2 Unresolved: 32 ------------------------------------------------------------------------ Project Unkown JBoss Project Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. EOFException below Indexer.skipAttributes (thrown in ZipFile$ZipFileInflaterInputStream.fill) 1 New Major - 2. HIDDEN below PortletPostInstallListener.configureWebApp (thrown in ErrorHandlerWrapper.createSAXParseException) 1 New Major - 3. NullPointerException in JavaGetSetMethodsCommandImpl$1.call 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NoStackTrace in ChainedDiscoveryStrategy.performDiscovery 406 Open Major JBIDE-22893 2. CoreException below RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call (thrown in RepositoryStatusHelper.wrap) 132 New Major JBDS-3987 3. ZipException below Indexer.verifyMagic (thrown in ZipFile.read) 111 New Major - 4. XMLStreamException below JaxbParser.unmarshall (thrown in XMLStreamReaderImpl.next) 55 New Major - 5. NoStackTrace in DiscoveryActivator.getJBossDiscoveryDirectory 51 New Major - 6. NoStackTrace below PrepareInstallProfileJob.openInstallWizard (thrown in ProvUI.reportStatus) 35 New Major - 7. IllegalStateException in Indexer.processConstantPool 31 New Major - 8. CancellationException in AsyncFutureTask.operationCancelled 27 New Major - 9. FileNotFoundException below EventRegister.saveProperties (thrown in FileOutputStream.open0) 26 New Major - 10. EOFException below Indexer.processConstantPool (thrown in ZipFile$ZipFileInflaterInputStream.fill) 19 New Major - 11. NoStackTrace in FinalizeRuntimeDownloadFragment.openErrorMessage 19 New Major - 12. NoStackTrace in HttpRemotePropertiesProvider.logStatusCode 19 New Major - 13. InstanceNotFoundException in BasicMBeanRegistry.get 15 New Major - 14. NoStackTrace in JBossDiscoveryUi.resolveToConnectors 14 New Major - 15. RuntimeException in RemotingConnector.connect 14 New Major - 16. NoStackTrace below HttpRemotePropertiesProvider.request (thrown in WinHttpProxyProvider.getProxyData) 12 New Major - 17. NullPointerException in NewProjectExamplesReadyPage.configure 10 New Major - 18. ProvisionException below PrepareInstallProfileJob.addRepositories (thrown in AbstractRepositoryManager.fail) 9 New Major - 19. EOFException below Indexer.skipFully (thrown in ZipFile$ZipFileInflaterInputStream.fill) 8 New Major - 20. ResourceException below ProjectImportUtil.createProject (thrown in Project.checkDescription) 7 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Duplicate Issue: 1 Log Message: 8 Unresolved: 122 ------------------------------------------------------------------------ Project VPE Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. IllegalArgumentException below MozillaEditor.dispose (thrown in ListenerList.remove) 124 Open Major JBIDE-22921 2. RuntimeException below DomUtil.nodeToString (thrown in SerializerBase.getNamespaceURI) 37 Open Major JBIDE-22918 3. HIDDEN below VpvDefaultTemplate.create (thrown in CoreDocumentImpl.createElement) 13 Open Major JBIDE-22917 4. SWTException below NavigationUtil.navigateToVisual (thrown in WebBrowser$EvaluateFunction.function) 12 Open Major JBIDE-22919 5. SWTException below VpeEditorPart.setFocus (thrown in Widget.checkWidget) 11 Open Major JBIDE-22926 6. HIDDEN below VpvDefaultTemplate.create (thrown in CoreDocumentImpl.createAttribute) 9 Open Major JBIDE-22917 7. NullPointerException in VpePreviewDomBuilder.createNode 5 Open Major JBIDE-22929 8. NoSuchFieldException below XPCOM.getInterfaceId (thrown in Class.getField) 4 Open Major JBIDE-22940 9. DOMException below VpvDefaultTemplate.create (thrown in CoreDocumentImpl.createElement) 2 Open Major JBIDE-22917 10. IllegalArgumentException below VpvPreview.createPartControl (thrown in Widget.checkParent) 2 Open Major JBIDE-22947 11. NullPointerException in VpvEditor.formRequestToServer 2 Open Major JBIDE-22946 12. NullPointerException in VpvEditorController.init 2 Open Major JBIDE-22948 13. NullPointerException in XulRunnerErrorWrapper.showError 2 Open Major JBIDE-22945 14. SWTError below XulRunnerBrowser. (thrown in Mozilla.initXULRunner) 2 New Major - 15. ClassCastException in VpvEditor$5.propertyChange 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 7 Unresolved: 38 ------------------------------------------------------------------------ Project Web Services Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. ConcurrentModificationException below SocketProposalComputer.computeCompletionProposals (thrown in HashMap$HashIterator.remove) 1 New Major - 2. JavaModelException below JaxrsApplicationCreationWizardPage.createType (thrown in CreateCompilationUnitOperation.executeOperation) 1 New Major - 3. NoClassDefFoundError below JdtUtils.resolveTypeHierarchy (thrown in ClassLoader.defineClass1) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. JavaModelException below JdtUtils.findDeclaringNode (thrown in JavaElement.newNotPresentException) 141 Open Major JBIDE-22896 2. ConcurrentModificationException below JaxrsMetamodel.getProblemSeverity (thrown in HashMap$HashIterator.nextNode) 73 Open Major JBIDE-22331 3. NullPointerException below SocketProposalComputer.computeCompletionProposals (thrown in BasicFeatureMap.contains) 68 Open Major JBIDE-22338 4. NullPointerException in JaxrsMarkerResolutionGenerator.findJaxrsElement 62 Open Major JBIDE-22335 5. NullPointerException below SocketProposalComputer.computeCompletionProposals (thrown in BasicFeatureMap.remove) 57 Open Major JBIDE-22337 6. JavaModelException below JdtUtils.resolveType (thrown in JavaElement.newJavaModelException) 54 Open Major JBIDE-22332 7. HIDDEN below WtpUtils.evaluateXPathExpression (thrown in DOMParser.parse) 53 Open Major JBIDE-22333 8. ConcurrentModificationException below JaxrsMetamodel.getAllEndpoints (thrown in HashMap$HashIterator.nextNode) 39 Open Major JBIDE-22345 9. NullPointerException below UriMappingsContentProvider$1.run (thrown in ItemTreeStateProviderManager.getChildren) 23 New Major - 10. NullPointerException in JaxRsConfigurator.canConfigure 23 New Major - 11. NullPointerException in JdtUtils.findSubtypes 21 Open Major JBIDE-22334 12. ResourceException below JaxrsMetamodelValidator.removeMarkers (thrown in Resource.checkExists) 11 Open Major JBIDE-22339 13. NullPointerException below UriMappingsContentProvider$1.run (thrown in JEE5ModelProvider.createModelResource) 10 Open Major JBIDE-22343 14. NullPointerException in JdtUtils.resolveTypeArguments 8 Open Major JBIDE-22347 15. FileNotFoundException below JdtUtils.parse (thrown in FileInputStream.open0) 7 New Major - 16. NoStackTrace below JdtUtils.resolveType (thrown in JarPackageFragmentRoot.computeChildren) 7 New Major - 17. NullPointerException below SocketProposalComputer.computeCompletionProposals (thrown in AnnotationsCoreProcessorFactory.getProcessorFor) 7 New Major - 18. ConcurrentModificationException below JaxrsResource.createWorkingCopy (thrown in HashMap$HashIterator.nextNode) 6 Open Major JBIDE-22344 19. ConcurrentModificationException below SocketProposalComputer.computeCompletionProposals (thrown in FeatureMapUtil$BasicFeatureEIterator.checkModCount) 6 Open Major JBIDE-22349 20. FileNotFoundException below WtpUtils.evaluateXPathExpression (thrown in FileInputStream.open0) 6 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 1 Unresolved: 98 -- You are receiving this email because you are subscribed to digest of All JBoss Tools Projects. To alter your subscriptions, contact your administrator. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160912/d246492a/attachment-0001.html From nboldt at redhat.com Mon Sep 12 09:13:40 2016 From: nboldt at redhat.com (Nick Boldt) Date: Mon, 12 Sep 2016 09:13:40 -0400 Subject: [jbosstools-dev] jiralint In-Reply-To: <7c13f183-8c3b-8b3b-c161-e56ded0f1bf2@redhat.com> References: <5AF2C64B-D3A2-4239-8E52-91C778144AFD@redhat.com> <7c13f183-8c3b-8b3b-c161-e56ded0f1bf2@redhat.com> Message-ID: Jobs updated. Glad we FINALLY got this moved over to a standard official /jbosstools/ repo. I'll have to go on PTO more often - good things happen when I'm not here. :D On Wed, Sep 7, 2016 at 3:35 PM, Alexey Kazakov wrote: > I cloned the repo - https://github.com/jbosstools/jiralint > > Nick, please go ahead and switch the jobs to that repo. > > > On 09/07/2016 06:20 AM, Alexey Kazakov wrote: >> Hi, >> >> Yes, it makes sense. I will clone the repo to jbosstools and let Nick >> switch the jiralint jobs to that repo instead when Nick is back from PTO ;) >> >> Thanks. >> >> >> On 09/07/2016 06:03 AM, Max Rydahl Andersen wrote: >>> Hi Alexey et.al, >>> >>> Today I had to push 2 urgent changes for Ilya to jiralint and with Nick >>> on PTO noone could push. >>> >>> For now I've added alexeykazakov as collaborator too so he can do it to >>> - but >>> I think it makes sense you get your own clone of >>> https://github.com/maxandersen/jiralint. >>> >>> I suggest you just git clone this repo to jbosstools/jiralint and start >>> using it in the jiralint jobs >>> instead of my repo. >>> >>> Thanks, >>> /max >>> http://about.me/maxandersen >>> _______________________________________________ >>> jbosstools-dev mailing list >>> jbosstools-dev at lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/jbosstools-dev >> _______________________________________________ >> jbosstools-dev mailing list >> jbosstools-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/jbosstools-dev > > _______________________________________________ > jbosstools-dev mailing list > jbosstools-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jbosstools-dev -- Nick Boldt :: JBoss by Red Hat Productization Lead :: JBoss Tools & Dev Studio http://nick.divbyzero.com From nboldt at redhat.com Mon Sep 12 12:35:45 2016 From: nboldt at redhat.com (Nick Boldt) Date: Mon, 12 Sep 2016 12:35:45 -0400 Subject: [jbosstools-dev] ACTION REQUIRED: JIRA Triage/Cleanup of 4.4.1.Final / 10.1.0.GA issues Message-ID: Since it's time to release jbosstools 4.4.1.Final and 10.1.0.GA, we need to clean up JIRA. There are 24 issues targetting 4.4.1.Final, and 11 issues for 10.1.0.GA. If these are done, please mark them as such. If they are not, please move them to the the correct fixversion/sprint. https://issues.jboss.org/issues/?jql=(project%20%3D%20JBIDE%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%20%2212330878%22)%20or%20(project%20%3D%20JBDS%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%20%2212330881%22) -- Nick Boldt :: JBoss by Red Hat Productization Lead :: JBoss Tools & Dev Studio http://nick.divbyzero.com From aer-bot at ctrlflow.com Sun Sep 18 23:30:01 2016 From: aer-bot at ctrlflow.com (Automated Error Reporting Bot) Date: Mon, 19 Sep 2016 03:30:01 +0000 (UTC) Subject: [jbosstools-dev] [aeri] Weekly JBoss Tools Error Reports Digest Message-ID: <23795459.1.1474255801766.JavaMail.ec2-user@aeri-rh> ------------------------------------------------------------------------ Project Arquillian Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. BasicIndexOutOfBoundsException below ArquillianUIUtil.getActiveType (thrown in BasicEList.remove) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. ResourceException below ArquillianBuilder.hasErrors (thrown in Marker.checkInfo) 9 Open Major JBIDE-22724 2. BasicIndexOutOfBoundsException below ArquillianUIUtil.getActiveType (thrown in BasicEList.remove) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Done: 8 Unresolved: 12 ------------------------------------------------------------------------ Project Batch Tools Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. JavaModelException below FileSet.checkType (thrown in JavaElement.newNotPresentException) 242 Open Major JBIDE-22285 2. JavaModelException below BatchPropertyHyperlinkDetector.detectHyperlinks (thrown in JavaElement.newJavaModelException) 4 New Major - 3. FileNotFoundException below FileSet.checkType (thrown in ZipFile.open) 3 New Major - 4. JavaModelException below AbstractMemberDefinition.init (thrown in JavaElement.newNotPresentException) 3 New Major - 5. NoStackTrace below BatchBuilder.buildJars (thrown in JarPackageFragmentRoot.computeChildren) 3 New Major - 6. BadLocationException below BatchQuickFixGenerator.findXMLResolutions (thrown in AbstractDocument.get) 2 New Major - 7. JavaModelException below BatchPropertyHyperlinkDetector.detectHyperlinks (thrown in Openable.codeSelect) 2 New Major - 8. LinkageError below JobXMLEditor$JSapphireDiagramEditor. (thrown in SapphireDiagramEditor.) 1 New Major - 9. NullPointerException below BatchPropertyHyperlinkDetector.detectHyperlinks (thrown in SelectionEngine.selectFrom) 1 New Major - 10. ZipException below FileSet.checkType (thrown in JavaModelManager.getZipFile) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Not JBoss: 1 Log Message: 1 Done: 2 Unresolved: 20 ------------------------------------------------------------------------ Project CDI Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. ConcurrentModificationException below CDIProjectAsYouType.findCompilationUnit (thrown in LinkedHashMap$LinkedHashIterator.nextNode) 1 New Major - 2. JavaModelException below AnnotationDefinition.initMemberDefinitions (thrown in JavaElement.newJavaModelException) 1 New Major - 3. JavaModelException below AnnotationDefinition.initMemberDefinitions (thrown in JavaElement.newNotPresentException) 1 New Major - 4. NullPointerException in CDIProblemMarkerResolutionGenerator.findXMLResolutions 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. JavaModelException below BeanArchiveDetector.isAnnotatedBean (thrown in JavaElement.newNotPresentException) 62 Open Major JBIDE-22900 2. NoStackTrace in CDICoreValidator.init 36 Open Major JBIDE-22904 3. ConcurrentModificationException below CDIProjectAsYouType.findCompilationUnit (thrown in FeatureMapUtil$BasicFeatureEIterator.checkModCount) 28 Open Major JBIDE-22905 4. NullPointerException below CDIProjectAsYouType.findCompilationUnit (thrown in WebAnnotationReader.analyzeCompilationUnit) 7 New Major - 5. NullPointerException below CDIProjectAsYouType.findCompilationUnit (thrown in AnnotationsCoreProcessorFactory.getProcessorFor) 6 New Major - 6. ClassCastException below BeanArchiveDetector.isAnnotatedBean (thrown in BinaryType.getAnnotations) 5 New Major - 7. JavaModelException below AbstractMemberDefinition.init (thrown in JavaElement.newNotPresentException) 5 New Major - 8. NullPointerException below CDIProjectAsYouType.findCompilationUnit (thrown in BasicFeatureMap$FeatureEIterator.scanNext) 5 New Major - 9. NullPointerException below CDIProjectAsYouType.findCompilationUnit (thrown in EJBAnnotationReader.processRemoveBean) 5 New Major - 10. NullPointerException in CDIUtil.collectInheritedStereotypDeclarations 5 New Major - 11. ClassNotFoundException below CDICorePlugin$1.saving (thrown in BundleLoader.findClassInternal) 4 New Major - 12. FileNotFoundException below CDICoreBuilder$CDIResourceVisitor.visit (thrown in FileInputStream.open) 4 New Major - 13. IllegalArgumentException below CDIProjectAsYouType.findCompilationUnit (thrown in ASTNode.setSourceRange) 4 New Major - 14. JavaModelException below AuthorizerHyperlinkDetector.detectHyperlinks (thrown in JavaElement.newJavaModelException) 4 New Major - 15. JavaModelException below AuthorizerHyperlinkDetector.detectHyperlinks (thrown in JavaElement.newNotPresentException) 4 New Major - 16. JavaModelException below EventAndObserverMethodHyperlinkDetector.detectHyperlinks (thrown in JavaElement.newJavaModelException) 4 New Major - 17. JavaModelException below InjectedPointHyperlinkDetector.detectHyperlinks (thrown in JavaElement.newJavaModelException) 4 New Major - 18. JavaModelException below ProducerDisposerHyperlinkDetector.detectHyperlinks (thrown in JavaElement.newJavaModelException) 4 New Major - 19. NullPointerException below DefinitionContext.addType (thrown in TreeMap.put) 4 New Major - 20. NullPointerException in AbstractTypeDefinition.resetParametedType 4 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Out of Date: 1 Duplicate Issue: 1 Log Message: 9 Done: 5 Unresolved: 105 ------------------------------------------------------------------------ Project CordovaSim Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. CoreException below CordovaSimLaunchShortcut.launch (thrown in LocalFile.checkTargetIsNotWritable) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Unresolved: 4 ------------------------------------------------------------------------ Project Drools Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. Exception in ReteViewer.loadReteModel 13 New Major - 2. Throwable in AbstractRuntimeManager.recognizeJars 10 New Major - 3. JavaModelException below DroolsRuntimeManager.addBuilder (thrown in JavaModelOperation.runOperation) 8 New Major - 4. ClassCastException in RuleIFileMoveParticipant.getNewName 7 New Major - 5. NullPointerException in QueryElementBuilder.build 4 New Major - 6. RuntimeDroolsException in JavaDialectConfiguration.setJavaLanguageLevel 4 New Major - 7. NullPointerException below AbstractProjectPreferencePage.performOk (thrown in LibraryProviderFrameworkImpl.getCurrentProvider) 3 New Major - 8. ResourceException below Util.getResourceContentsAsCharArray (thrown in Resource.checkExists) 3 New Major - 9. IllegalArgumentException in DSLRuleEditor2.setFocus 2 New Major - 10. InvalidRulePackage in KnowledgePackageImpl.checkValidity 2 New Major - 11. RuntimeException in RuleBaseConfiguration.loadWorkItems 1 New Major - 12. TimeoutException below DroolsStackFrame.getVariables (thrown in PacketReceiveManager.getReply) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Won't Fix: 1 Unresolved: 44 ------------------------------------------------------------------------ Project Forge Tools Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. ResourceException below ProjectTools$1.runInWorkspace (thrown in Resource.delete) 17 New Major - 2. InvalidClassException below ForgeStarter.earlyStartup (thrown in ObjectStreamClass.initNonProxy) 15 New Major - 3. RuntimeException in SelectGraphicRendition.handleDefault 9 New Major - 4. SWTException below ForgeUIProvider.err (thrown in Widget.checkWidget) 8 New Major - 5. BadLocationException below DocumentImpl$3.run (thrown in AbstractDocument.replace) 7 New Major - 6. BadLocationException below DocumentImpl.getLineOfOffset (thrown in TreeLineTracker.fail) 5 New Major - 7. BadLocationException below DocumentImpl.getLineOffset (thrown in TreeLineTracker.fail) 5 New Major - 8. StreamCorruptedException below ForgeStarter.earlyStartup (thrown in ObjectInputStream.readStreamHeader) 5 New Major - 9. LinkageError below ForgeStarter.earlyStartup (thrown in MavenPluginActivator.) 4 New Major - 10. IncompatibleClassChangeError below ForgeStarter.earlyStartup (thrown in MavenPluginActivator.) 3 New Major - 11. BuildException below ForgeWizard$1.run (thrown in MavenProjectBuilder.build) 2 New Major - 12. Throwable in AbstractCommand.handle 2 New Major - 13. ModelBuildingException below ProjectTools$1.runInWorkspace (thrown in DefaultModelProblemCollector.newModelBuildingException) 1 New Major - 14. ResourceException below CommandLineListener.expandInProjectExplorer (thrown in Resource.checkExists) 1 New Major - 15. StreamCorruptedException below ForgeStarter.earlyStartup (thrown in ObjectInputStream$BlockDataInputStream.readBlockHeader) 1 New Major - 16. _javassist_6e675182-0c01-4ddb-ba9c-fd8b2cd68640 below ForgeWizard$1.run (thrown in AbstractFaceted.getFacet) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Cannot Reproduce Bug: 1 Unresolved: 31 ------------------------------------------------------------------------ Project Fuse Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. AssertionFailedException below TransformationEditor$1.run (thrown in ModelManagerImpl.releaseFromEdit) 1 New Major - 2. JavaModelException below CamelComponentUtils.getComponentClass (thrown in JavaElement.newNotPresentException) 1 New Major - 3. JavaModelException below CamelComponentUtils.getComponentJSon (thrown in JavaElement.newNotPresentException) 1 New Major - 4. NullPointerException below TransformationEditor$1.run (thrown in PDEFormEditor.getCommonProject) 1 New Major - 5. NullPointerException in CamelContextFileTab$2$1$1.add 1 New Major - 6. NullPointerException in FuseIntegrationProjectCreatorRunnable.run 1 New Major - 7. ResourceException below BasicProjectCreator.create (thrown in Project.assertCreateRequirements) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NullPointerException below CamelDesignEditor.refreshDiagramContents (thrown in ContainerShapeEditPart.createEditPolicies) 27 Open Major FUSETOOLS-1684 2. NullPointerException in UpdateCommand.updateFigure 19 Open Major FUSETOOLS-1831 3. NullPointerException in CamelDesignEditor.clearCache 12 Open Major FUSETOOLS-1835 4. ResourceException below CamelEditor.doSave (thrown in File.getContentDescription) 12 Open Major FUSETOOLS-1980 5. NullPointerException in CamelEditorMatchingStrategy.matches 9 Open Major FUSETOOLS-1832 6. InterruptedException below MavenTemplateConfigurator.waitAllJobsComplete (thrown in Thread.sleep) 8 New Major - 7. NullPointerException in UpdateNodeFeature.updateNeeded 7 New Major - 8. HIDDEN below FindNamespaceHandlerSupport.parseContents (thrown in ErrorHandlerWrapper.createSAXParseException) 6 New Major - 9. IndexOutOfBoundsException below ImportCamelContextElementsCommand.doExecute (thrown in ArrayList.rangeCheck) 6 New Major - 10. InterruptedException below MavenTemplateConfigurator.configureMavenNature (thrown in OrderedLock.acquire) 6 New Major - 11. Exception in CamelDebugTarget$JMXConnectJob.run 5 New Major - 12. FileNotFoundException below CamelComponentUtils.getComponentClass (thrown in ZipFile.open) 5 New Major - 13. HIDDEN below CamelIOHandler.loadCamelModel (thrown in DOMParser.parse) 5 New Major - 14. NullPointerException in CamelPersistencyBehaviour.loadDiagram 5 New Major - 15. UnmarshalException below DozerMapperConfiguration. (thrown in UnmarshallingContext.handleEvent) 5 New Major - 16. NullPointerException below CamelEditor.dispose (thrown in MultiPageEditorPart.deactivateSite) 4 New Major - 17. NullPointerException in CamelModelOutlinePage.dispose 4 New Major - 18. ClassCastException in LayoutDiagramFeature.mapDiagramToGraph 2 New Major - 19. ConnectException below CamelDebugFacade.disableDebugger (thrown in DualStackPlainSocketImpl.connect0) 2 New Major - 20. ConnectException below CamelDebugFacade.getSuspendedBreakpointNodeIds (thrown in DualStackPlainSocketImpl.connect0) 2 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Out of Date: 1 Won't Do: 1 Log Message: 5 Done: 5 Unresolved: 132 ------------------------------------------------------------------------ Project Hibernate Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. ClassCastException below HibernateJpaProject.validate (thrown in JavaType.isAssignableTo) 1 New Major - 2. ConfigurationException in ConfigLoader.loadConfigXmlResource 1 New Major - 3. JDBCBinderException in ForeignKeyProcessor.processForeignKeys 1 New Major - 4. NoStackTrace in EditConsoleConfiguration.doRun 1 New Major - 5. NullPointerException below ConsoleConfigurationMainTab.createConfigurationMode (thrown in Arrays.sort) 1 New Major - 6. NullPointerException below HibernateClassRef. (thrown in Buffer$1.run) 1 New Major - 7. NullPointerException in Column.getCanonicalName 1 New Major - 8. ResourceException below HibernateJpaProject. (thrown in Project.checkAccessible) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NullPointerException below HibernatePersistenceUnit.update (thrown in AttributeMapping$GeneratorsTransformer.transform) 109 New Major - 2. NullPointerException below HibernateJavaIdMappingImpl.update (thrown in AttributeMapping$KeyEquals.evaluate) 103 New Major - 3. NoStackTrace in BasicWorkbenchAdapter.handleError 92 New Major - 4. NullPointerException below HibernateJavaEntityImpl.validate (thrown in AttributeMapping$KeyEquals.evaluate) 87 New Major - 5. FileNotFoundException below HibernateJpaProject. (thrown in FileOutputStream.open0) 70 New Major - 6. ResourceException below HibernateEclipseUtils.getUserOverrideDefaultCatalog (thrown in Resource.checkExists) 68 New Major - 7. ResourceException below HibernateEclipseUtils.getUserOverrideDefaultSchema (thrown in Resource.checkExists) 68 New Major - 8. NoStackTrace in LazyDatabaseSchemaWorkbenchAdapter.getChildren 67 New Major - 9. NullPointerException below HibernateJpaProject.validate (thrown in AbstractJavaPersistentAttribute.getMappingKey) 66 New Major - 10. HibernateException in DialectFactoryImpl.determineDialect 59 New Major - 11. NoStackTrace in LazySessionFactoryAdapter.getChildren 53 New Major - 12. NullPointerException below HibernateJavaManyToOneMapping.update (thrown in AbstractJavaPersistentAttribute.getPrimaryKeyColumnName) 47 New Major - 13. NoStackTrace in HQLJavaCompletionProposalComputer.computeCompletionProposals 40 New Major - 14. NullPointerException below HibernateClassRef.synchronizeWithResourceModel (thrown in AbstractJavaPersistentAttribute.syncMapping) 40 New Major - 15. NullPointerException in HibernateJpaProject.getBasicHibernateProperties 38 New Major - 16. NoStackTrace in QueryPageViewer$ContentProviderImpl.getElements 32 New Major - 17. NullPointerException in AbstractQueryEditor.getQueryInputModel 30 New Major - 18. NullPointerException below HibernateJavaEntityImpl.update (thrown in AttributeMapping$KeyEquals.evaluate) 28 New Major - 19. IllegalStateException in ConsoleConfigurationLaunchDelegate.launch 27 New Major - 20. IndexOutOfBoundsException below HibernateRefactoringUtil.updateClasspathEntries (thrown in Collections$EmptyList.get) 27 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Not JBoss: 1 Done: 3 Unresolved: 321 ------------------------------------------------------------------------ Project Java Server Faces Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. SWTError below JSFMultiPageContributor.setActivePage (thrown in Control.createHandle) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NullPointerException in JSFProjectsTree.getProjectsRoot 55 Open Major JBIDE-22910 2. NullPointerException in JSFPromptingProvider.getVariables 12 New Major - 3. NullPointerException in JSFPaletteViewerPreferences. 8 New Major - 4. ZipException below FileSet.checkType (thrown in ZipFile.read) 6 New Major - 5. FileNotFoundException below JSF2ProjectBuilder$JSF2ResourceVisitor.visit (thrown in FileInputStream.open) 4 New Major - 6. NullPointerException below AddJSFNatureHandler.addJSFNature (thrown in FacetedProjectFrameworkImpl.create) 3 New Major - 7. NullPointerException in DefinitionContext.applyWorkingCopy 3 New Major - 8. ResourceException below LibrariesPerformer.collectFiles (thrown in Resource.checkExists) 3 New Major - 9. FileNotFoundException below XHTMLValidator$MySAXParser.parse (thrown in FileInputStream.open0) 2 New Major - 10. FileNotFoundException below XHTMLValidator$MyXMLInputSource.getByteStream (thrown in FileInputStream.open0) 2 New Major - 11. NullPointerException in RenameMethodParticipant$RenameMethodSearcher.outOfSynch 2 New Major - 12. ResourceException below JSF2ProjectBuilder.fullBuild (thrown in Project.checkAccessible) 2 New Major - 13. NullPointerException in RemoveJSFNatureContribution.execute 1 New Major - 14. SWTError below JSFMultiPageContributor.setActivePage (thrown in Control.createHandle) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 2 Done: 2 Unresolved: 37 ------------------------------------------------------------------------ Project JavaScript Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. IllegalArgumentException below AbstractTernModulePanel. (thrown in Widget.checkParent) 1 New Major - 2. IllegalArgumentException below JSPTextEditor$JSPStructuredTextViewer.doOperation (thrown in DefaultDocumentAdapter.getLine) 1 New Major - 3. NoSuchMethodError in JSRecognizer.getJSReferenceVersion 1 New Major - 4. NullPointerException in TernProject.addLinter 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. XulRunnerBundleNotFoundException below JSPMultiPageEditor.pageChange (thrown in XulRunnerBrowser.getXulRunnerPath) 500+ Open Major JBIDE-22960 2. TernException in NodejsTernHelper.makeRequest 500+ Open Major JBIDE-22892 3. ResourceException below IDETernProject.getTernProject (thrown in Project.checkAccessible) 376 Open Major JBIDE-22894 4. CoreException below PageContextFactory.getConnectedDocument (thrown in ResourceFileBuffer.create) 103 New Major - 5. StructuredDocumentRegionManagementException below JSPTextEditor$JSPStructuredTextViewer.doOperation (thrown in XMLModelParser.removeStructuredDocumentRegion) 103 Open Major JBIDE-22961 6. NoStackTrace in JSPMultiPageEditor. 90 New Major - 7. TernException in NodejsTernServer.makeRequest 81 New Major - 8. IOException below JSPTextEditor$JSPStructuredTextViewer.doOperation (thrown in ResourceBundleMapSource.createCachedBundleFile) 77 New Major - 9. ResourceException below WorkbenchResourceUtil.findFileRecursively (thrown in Project.checkAccessible) 74 New Major - 10. NodejsProcessException in AbstractNodejsProcess.waitOnStartNodejs 71 New Major - 11. NullPointerException in TernOutlineContentProvider.dispose 70 New Major - 12. ConcurrentModificationException below TernFileSynchronizer.ensureSynchronized (thrown in ArrayList$Itr.checkForComodification) 61 New Major - 13. NoStackTrace below HTMLTextViewerConfiguration.createDocumentationHovers (thrown in TaglibIndex.initializeInstance) 58 New Major - 14. ResourceException below KbBuilderMarker.getOwnedMarkers (thrown in Marker.checkInfo) 56 New Major - 15. Exception in IDETernFileUploader.serverToBeDisposed 55 New Major - 16. ResourceException below StorageRevisionEditorInputAdapter$StorageAdapter.getContents (thrown in Resource.checkExists) 52 New Major - 17. NullPointerException in ELValidator.validateElOperand 44 New Major - 18. NullPointerException in JSPTextEditor$1.run 34 Open Major JBIDE-22962 19. NoStackTrace in ELValidator.validateElOperand 30 New Major - 20. ResourceException below IDETernFile.getContents (thrown in FileSystemResourceManager.read) 27 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 3 Unresolved: 295 ------------------------------------------------------------------------ Project JBoss Central Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. FileNotFoundException below InstallationChecker. (thrown in RandomAccessFile.open0) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. IOException in CentralHelper.extractIfNeeded 213 Open Major JBIDE-22713 2. FileNotFoundException below BundleFamilyExtension.loadStream (thrown in HttpURLConnection.getInputStream0) 75 New Major - 3. NullPointerException below WizardSupport.openWizard (thrown in TextSearchControl.createLabelButtonControl) 31 Open Major JBIDE-22707 4. ProvisionException in InstallationChecker. 13 New Major - 5. IOException below BundleFamilyExtension.loadStream (thrown in HttpURLConnection.getInputStream0) 10 New Major - 6. IllegalArgumentException below JBossCentralActivator.openJBossCentralEditor (thrown in ModelServiceImpl.findElementsRecursive) 4 New Major - 7. NullPointerException in ConnectorDescriptorItemUi.resolveProfileUnits 4 New Major - 8. IOException below InstallationChecker. (thrown in SimpleProfileRegistry$Parser.parse) 3 New Major - 9. IllegalArgumentException below BundleFamilyExtension.loadBundleList (thrown in VersionRange.) 3 New Major - 10. NoStackTrace below DiscoveryViewer$18.run (thrown in ConnectorDiscovery.connectCategoriesToDescriptors) 2 New Major - 11. NullPointerException below JBossCentralActivator.openJBossCentralEditor (thrown in PartActivationHistory.activate) 2 New Major - 12. ClassNotFoundException below GettingStartedHtmlPage.resetWizards (thrown in BundleLoader.findClassInternal) 1 New Major - 13. ClassNotFoundException below SoftwarePage.createFeaturesSection (thrown in BundleLoader.findClassInternal) 1 New Major - 14. FileNotFoundException below InstallationChecker. (thrown in RandomAccessFile.open0) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Not JBoss: 4 Log Message: 9 Done: 8 Unresolved: 45 ------------------------------------------------------------------------ Project JBoss Server Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. AssertionFailedException below ChangeTimeStampActionDelegate.getServers (thrown in ElementTree.openElementData) 1 New Major - 2. ClassCastException in Editor.getFile 1 New Major - 3. ClassNotFoundException below ArchivesCorePlugin.start (thrown in BundleLoader.findClassInternal) 1 New Major - 4. CoreException in RSEHostShellModel$ServerShellModel.executeRemoteCommand 1 New Major - 5. IOException below AbstractJavaServerLaunchDelegate.fireVMRunner (thrown in ZipBundleFile.) 1 New Major - 6. IllegalArgumentException below RemoteDebugUtils.attachRemoteDebugger (thrown in WorkspaceRoot.getProject) 1 New Major - 7. IllegalArgumentException below ThreadFilteredTree.sortColumn (thrown in TimSort.mergeHi) 1 New Major - 8. IllegalArgumentException below ThreadFilteredTree.sortColumn (thrown in TimSort.mergeLo) 1 New Major - 9. IllegalArgumentException below ThreadSashForm.refresh (thrown in TimSort.mergeHi) 1 New Major - 10. IllegalArgumentException below ThreadSashForm.refresh (thrown in TimSort.mergeLo) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NoStackTrace in StandardLocalJBossStartLaunchDelegate.validateServerStructure 500+ New Major - 2. NoStackTrace in LocalLegacyShutdownController.addForceStopEvent 500+ New Major - 3. NoStackTrace in StandardFileSystemPublishController.removeModule 348 New Major - 4. FileNotFoundException below ServerModelUtilities.getChildModules (thrown in ZipFile.open) 322 New Major - 5. JBoss7ManangerException in Wildfly9Manager.execute 199 New Major - 6. DebugException below LocalLegacyShutdownController.forceStop (thrown in RuntimeProcess.terminate) 137 New Major - 7. NoStackTrace in UserPrompter.promptUser 112 New Major - 8. NoStackTrace in PollThread.alertEventLogTimeout 88 New Major - 9. NoStackTrace in ServerProfileModel.getController 87 New Major - 10. FileNotFoundException below ServerModelUtilities.getChildModules (thrown in JavaEEBinaryComponentLoadAdapter.physicallyOpen) 74 New Major - 11. IllegalStateException below ServerModelUtilities.getChildModules (thrown in DeadlockDetector.reportDeadlock) 74 New Major - 12. ZipException below ServerModelUtilities.getChildModules (thrown in ZipFile.open) 72 New Major - 13. NoStackTrace in StandardFileSystemPublishController.handleZippedPublish 67 New Major - 14. JBoss7ManangerException in JBoss7ManagerServiceProxy.checkedGetService 64 New Major - 15. NullPointerException in ControllableServerBehavior.setModulesStopped 57 New Major - 16. DebugException below AbstractStartJavaServerLaunchDelegate$2$1.run (thrown in RuntimeProcess.terminate) 52 New Major - 17. NullPointerException in ModuleLaunchConfigurationProvider.supports 48 New Major - 18. FileNotFoundException below FileUtil.writeTo (thrown in FileOutputStream.open0) 43 New Major - 19. NullPointerException in SubsystemModel.getSubsystemMappings 33 New Major - 20. FileNotFoundException below DriverUtility.createDriver2 (thrown in FileOutputStream.open0) 31 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Rejected: 4 Not JBoss: 6 Log Message: 5 Done: 1 Unresolved: 360 ------------------------------------------------------------------------ Project JBoss Tools Base Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. FileNotFoundException below FolderImpl.update (thrown in FileInputStream.open0) 1 New Major - 2. FileNotFoundException below ParametedType.buildInheritance (thrown in ZipFile.open) 1 New Major - 3. FileNotFoundException below TypeInfoCollector$SuperTypeInfo. (thrown in FileInputStream.open0) 1 New Major - 4. NoStackTrace below XMLTextEditorComponent.createActions (thrown in LegacyHandlerService$HandlerSelectionFunction.compute) 1 New Major - 5. NoSuchMethodError in MarkerProblemAnnotationHoverProcessor$MarkerAnnotationInformationControl.createContent 1 New Major - 6. NullPointerException below JavaDirtyRegionProcessor.isJavaElementValidationRequired (thrown in JaxWsDefaultsCalculator.calcWebParamDefaultTargetNS) 1 New Major - 7. ResourceException below EclipseUtil.removeNatureFromProject (thrown in Resource.checkExists) 1 New Major - 8. StringIndexOutOfBoundsException below JavaDirtyRegionProcessor.isJavaElementValidationRequired (thrown in AbstractStringBuilder.delete) 1 New Major - 9. VerifyError below TypeResolutionCache.__resolveType (thrown in SelectionEngine.selectType) 1 New Major - 10. ZipException below ParametedType.buildInheritance (thrown in JavaModelManager.getZipFile) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. ResourceException below TempMarkerManager$1.runInUIThread (thrown in Marker.checkInfo) 301 Open Major JBIDE-22891 2. ZipException below JarAccess.getContent (thrown in ZipFile.read) 221 Open Major JBIDE-22897 3. IllegalStateException in SProperties.get 86 Open Major JBIDE-23052 4. CoreException below ChainTextHover.getHoverInfo2 (thrown in FaceletTagRegistry.initialize) 80 Open Major JBIDE-23051 5. NoStackTrace below EclipseJavaUtil.findType (thrown in JarPackageFragmentRoot.computeChildren) 69 New Major - 6. ResourceException below FolderImpl.update (thrown in WorkManager.checkIn) 67 New Major - 7. FileNotFoundException below ChainTextHover.getHoverInfo2 (thrown in FileInputStream.open0) 59 New Major - 8. ZipException below JandexUtil.createJarIndex (thrown in ZipFile.open) 58 New Major - 9. ClassNotFoundException below Tools.invokeGetMonitoredHost (thrown in URLClassLoader.findClass) 50 New Major - 10. NullPointerException in EclipseResourceUtil.createObjectForResource 50 New Major - 11. NullPointerException below JavaDirtyRegionProcessor.isJavaElementValidationRequired (thrown in BasicFeatureMap$FeatureEIterator.scanNext) 49 New Major - 12. JavaModelException below EclipseResourceUtil.getSourceFolders (thrown in JavaElement.newJavaModelException) 48 New Major - 13. ResourceException below FolderImpl.update (thrown in FileSystemResourceManager.refreshResource) 48 New Major - 14. JavaModelException below ValueResolver$ReferenceResolver.connect (thrown in JavaModelOperation.runOperation) 44 New Major - 15. NoStackTrace below EclipseFileBodySource.write (thrown in AbstractMergedModelProvider.getMergedModel) 42 New Major - 16. ResourceException below FileSystemImpl.getResource (thrown in WorkManager.checkIn) 40 New Major - 17. NullPointerException in FileUtil.getContentFromEditorOrFile 39 New Major - 18. NullPointerException below ChainTextHover.getHoverInfo2 (thrown in BasicStructuredDocumentRegion.getStartOffset) 37 New Major - 19. JavaModelException below TypeInfoCollector$TypeInfo. (thrown in JavaElement.newJavaModelException) 35 New Major - 20. ClassCastException below JavaAnnotation.getStartPosition (thrown in SourceRefElement.getSourceRange) 31 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Rejected: 1 Won't Do: 1 Cannot Reproduce Bug: 1 Not JBoss: 4 Log Message: 11 Done: 6 Unresolved: 446 ------------------------------------------------------------------------ Project jBPM Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. IllegalArgumentException in ServiceTaskHandler.handleNode 1 New Major - 2. NullPointerException in TaskHandler.readDataOutputAssociation 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Unresolved: 14 ------------------------------------------------------------------------ Project Maven Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. CoreException below CDIProjectConfigurator.installCDIFacet (thrown in TypeExtensionManager.getProperty) 1 New Major - 2. NoStackTrace below ImportMavenProjectExampleDelegate.importMavenProjects (thrown in URLConnectionCaches.assertDisabled) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. JavaModelException below AttachSourcesActionDelegate.setActiveEditor (thrown in JavaElement.newJavaModelException) 71 Open Major JBIDE-22815 2. CoreException below ArchetypeExamplesWizardPage.downloadArchetype (thrown in MavenImpl$5.call) 42 New Major - 3. CoreException below ArchetypeExamplesWizardPage$4$1.call (thrown in MavenImpl$5.call) 31 New Major - 4. NoStackTrace below StacksArchetypeUtil. (thrown in ProblemLog.reportMissingFacet) 29 New Major - 5. CoreException below AnnotationProcessingSettingsPage$3.runInWorkspace (thrown in FacetedProject.modifyInternal) 21 New Major - 6. CoreException below CDIProjectConfigurator.installM2Facet (thrown in WithExpression.evaluate) 18 New Major - 7. JavaModelException below AttachSourcesActionDelegate.setActiveEditor (thrown in JavaElement.newNotPresentException) 18 New Major - 8. ResourceException below AttachSourcesActionDelegate.isMavenProject (thrown in Project.checkAccessible) 12 New Major - 9. SWTException below AddRepositoryDialog$4$1$1.run (thrown in Widget.checkWidget) 11 New Major - 10. ArtifactNotFoundException below EndorsedLibProjectConfigurator.getCompilerMojoExecution (thrown in DefaultUpdateCheckManager.newException) 10 New Major - 11. StringIndexOutOfBoundsException below MavenDependencyMarkerResolutionGenerator.parseMessage (thrown in String.substring) 8 New Major - 12. NoStackTrace below CDIProjectConfigurator.installCDIFacet (thrown in ProblemLog.reportMissingFacet) 7 New Major - 13. ArtifactTransferException below ImportMavenProjectExampleDelegate.importMavenProjects (thrown in DefaultUpdateCheckManager.newException) 6 New Major - 14. ClassNotFoundException below MavenProjectExamplesActivator.start (thrown in BundleLoader.findClassInternal) 6 New Major - 15. CoreException below CDIProjectConfigurator.installCDIFacet (thrown in WithExpression.evaluate) 6 New Major - 16. SWTException below AnnotationProcessingSettingsPage.performOk (thrown in Widget.checkWidget) 6 New Major - 17. BackingStoreException below HibernateProjectConfigurator.configureInternal (thrown in ProjectPreferences.load) 5 New Major - 18. ConcurrentModificationException below JBossSourceContainer.findSourceElements (thrown in ArrayList$Itr.checkForComodification) 5 New Major - 19. ArtifactTransferException below AnnotationProcessingSettingsPage$3.runInWorkspace (thrown in DefaultUpdateCheckManager.newException) 4 New Major - 20. FileNotFoundException below HibernateProjectConfigurator.configureInternal (thrown in FileInputStream.open0) 4 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 3 Done: 2 Unresolved: 82 ------------------------------------------------------------------------ Project OpenShift Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. CoreException below MavenProjectImportOperation.importToWorkspace (thrown in FacetedProject.modifyInternal) 1 New Major - 2. NoStackTrace below CDKDockerUtility. (thrown in ShellConnectionSettingsProvider.getConnectionSettings) 1 New Major - 3. NoStackTrace in ExpressServerFactory.createAdapterAndModules 1 New Major - 4. NullPointerException in PodLogsHandler.handleEvent 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. InterruptedIOException below EGitUtils.push (thrown in TimeoutInputStream.readTimedOut) 25 New Major - 2. AssertionFailedException in ExpressServerUtils.getDefaultDeployFolder 15 New Major - 3. TeamException below EGitUtils.isShared (thrown in RepositoryProvider.mapNewProvider) 12 New Major - 4. ClassNotFoundException below ExpressCoreActivator.start (thrown in BundleLoader.findClassInternal) 6 Needs Info Major - 5. StorageException below SecureStore.get (thrown in SecurePreferences.get) 6 New Major - 6. TransportException below EGitUtils.push (thrown in JschConfigSessionFactory.getSession) 6 New Major - 7. IOException below EGitUtils.push (thrown in IOConsolePartitioner.streamAppended) 5 New Major - 8. NullPointerException in ExpressServer.getModuleRootURL 5 New Major - 9. CoreException in VagrantPoller.parseOutput 4 New Major - 10. NoRemoteRepositoryException below EGitUtils.cloneRepository (thrown in TransportGitSsh.cleanNotFound) 2 New Major - 11. NoStackTrace in DeployImageJob.createResources 2 New Major - 12. NullPointerException in ExpressApplicationWizard.waitForApplication 2 New Major - 13. CoreException below MavenProjectImportOperation.importToWorkspace (thrown in FacetedProject.modifyInternal) 1 New Major - 14. NoRemoteRepositoryException below EGitUtils.push (thrown in TransportGitSsh.cleanNotFound) 1 New Major - 15. NoStackTrace below CDKDockerUtility. (thrown in ShellConnectionSettingsProvider.getConnectionSettings) 1 New Major - 16. NoStackTrace below MavenProjectImportOperation.importToWorkspace (thrown in URLConnectionCaches.assertDisabled) 1 New Major - 17. NoStackTrace in ExpressServerFactory.createAdapterAndModules 1 New Major - 18. NullPointerException in DeleteResourceHandler.execute 1 New Major - 19. NullPointerException in PodLogsHandler.handleEvent 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Not JBoss: 1 Log Message: 1 Done: 4 Unresolved: 113 ------------------------------------------------------------------------ Project Playground Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. IllegalStateException in MavenProjectConfigurator$CumulativeMappingDiscoveryJob.addProjects 17 New Major - 2. NullPointerException below ServletProjectConfigurator.configure (thrown in WebAnnotationReader.analyzeCompilationUnit) 12 New Major - 3. JavaModelException below MavenProjectConfigurator$UpdateMavenConfigurationJob.run (thrown in JavaElement.newNotPresentException) 8 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Cannot Reproduce Bug: 1 Unresolved: 12 ------------------------------------------------------------------------ Project Seam Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. NullPointerException below AbstractSeamContentProvider$3.run (thrown in XMLResourceImpl.loadExisting) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NullPointerException in SeamValidatorFactory$ConnectionProfileValidator.validate 9 New Major - 2. NullPointerException in SeamEarProjectValidator.validateInJob 4 New Major - 3. ClassNotFoundException below SeamCorePlugin.getSeamProject (thrown in BundleLoader.findClassInternal) 1 New Major - 4. HibernateConsoleRuntimeException below DBTablesViewer$1.inputChanged (thrown in ConfigurationFactory.configureConnectionProfile) 1 New Major - 5. HibernateConsoleRuntimeException below SeamGenerateEntitiesWizard$1.execute (thrown in ConfigurationFactory.configureConnectionProfile) 1 New Major - 6. NullPointerException below AbstractSeamContentProvider$3.run (thrown in XMLResourceImpl.loadExisting) 1 New Major - 7. NullPointerException in SeamProjectPropertyValidator.validateInJob 1 New Major - 8. ResourceException below SeamProjectPropertyValidator.validateSeamProject (thrown in Marker.checkInfo) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Unresolved: 30 ------------------------------------------------------------------------ Project Switchyard Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. ClassNotFoundException below NewSwitchYardProjectWizard.addPages (thrown in BundleLoader.findClassInternal) 5 New Major - 2. ClassNotFoundException below SwitchYardProject.getSwitchYardPlugin (thrown in BundleLoader.findClassInternal) 5 New Major - 3. NoStackTrace below SwitchYardBasicPresetFactory.createPreset (thrown in ProblemLog.reportMissingFacet) 4 New Major - 4. NoStackTrace in SwitchyardSCAEditor$SwitchYardPersistencyBehavior.loadDiagram 4 New Major - 5. NullPointerException in SwitchYardRootNode.reload 3 New Major - 6. ClassNotFoundException below SwitchYardBuildParticipant.checkRefreshedFiles (thrown in BundleLoader.findClassInternal) 1 New Major - 7. NoClassDefFoundError in SwitchYardBuildParticipant.checkRefreshedFiles 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 2 Unresolved: 32 ------------------------------------------------------------------------ Project Unkown JBoss Project Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. IllegalStateException below MarkerDialog.refreshTableViewer (thrown in StructuredViewer.setInput) 1 New Major - 2. NoClassDefFoundError in ProtocolConnectionUtils.isLocal 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NoStackTrace in ChainedDiscoveryStrategy.performDiscovery 408 Open Major JBIDE-22893 2. CoreException below RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call (thrown in RepositoryStatusHelper.wrap) 139 Open Major JBDS-3987 3. ZipException below Indexer.verifyMagic (thrown in ZipFile.read) 119 New Major - 4. XMLStreamException below JaxbParser.unmarshall (thrown in XMLStreamReaderImpl.next) 58 New Major - 5. NoStackTrace in DiscoveryActivator.getJBossDiscoveryDirectory 54 New Major - 6. NoStackTrace below PrepareInstallProfileJob.openInstallWizard (thrown in ProvUI.reportStatus) 37 New Major - 7. IllegalStateException in Indexer.processConstantPool 32 New Major - 8. CancellationException in AsyncFutureTask.operationCancelled 28 New Major - 9. FileNotFoundException below EventRegister.saveProperties (thrown in FileOutputStream.open0) 27 New Major - 10. NoStackTrace in FinalizeRuntimeDownloadFragment.openErrorMessage 22 New Major - 11. EOFException below Indexer.processConstantPool (thrown in ZipFile$ZipFileInflaterInputStream.fill) 20 New Major - 12. NoStackTrace in HttpRemotePropertiesProvider.logStatusCode 19 New Major - 13. InstanceNotFoundException in BasicMBeanRegistry.get 16 New Major - 14. NoStackTrace in JBossDiscoveryUi.resolveToConnectors 15 New Major - 15. RuntimeException in RemotingConnector.connect 14 New Major - 16. NoStackTrace below HttpRemotePropertiesProvider.request (thrown in WinHttpProxyProvider.getProxyData) 12 New Major - 17. NullPointerException in NewProjectExamplesReadyPage.configure 11 New Major - 18. ProvisionException below PrepareInstallProfileJob.addRepositories (thrown in AbstractRepositoryManager.fail) 10 New Major - 19. EOFException below Indexer.skipFully (thrown in ZipFile$ZipFileInflaterInputStream.fill) 8 New Major - 20. ResourceException below ProjectImportUtil.createProject (thrown in Project.checkDescription) 8 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Duplicate Issue: 1 Log Message: 8 Unresolved: 124 ------------------------------------------------------------------------ Project VPE Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. IllegalArgumentException below MozillaEditor.dispose (thrown in ListenerList.remove) 127 Open Major JBIDE-22921 2. RuntimeException below DomUtil.nodeToString (thrown in SerializerBase.getNamespaceURI) 38 Open Major JBIDE-22918 3. HIDDEN below VpvDefaultTemplate.create (thrown in CoreDocumentImpl.createElement) 14 Open Major JBIDE-22917 4. SWTException below NavigationUtil.navigateToVisual (thrown in WebBrowser$EvaluateFunction.function) 13 Open Major JBIDE-22919 5. SWTException below VpeEditorPart.setFocus (thrown in Widget.checkWidget) 12 Open Major JBIDE-22926 6. HIDDEN below VpvDefaultTemplate.create (thrown in CoreDocumentImpl.createAttribute) 9 Open Major JBIDE-22917 7. NullPointerException in VpePreviewDomBuilder.createNode 5 Open Major JBIDE-22929 8. NoSuchFieldException below XPCOM.getInterfaceId (thrown in Class.getField) 4 Open Major JBIDE-22940 9. IllegalArgumentException below VpvPreview.createPartControl (thrown in Widget.checkParent) 2 Open Major JBIDE-22947 10. NullPointerException in EditAttributesAction.createExtendedProperties 2 New Major - 11. NullPointerException in VpvEditor.formRequestToServer 2 Open Major JBIDE-22946 12. NullPointerException in VpvEditorController.init 2 Open Major JBIDE-22948 13. NullPointerException in XulRunnerErrorWrapper.showError 2 Open Major JBIDE-22945 14. SWTError below XulRunnerBrowser. (thrown in Mozilla.initXULRunner) 2 New Major - 15. ClassCastException in VpvEditor$5.propertyChange 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 7 Unresolved: 38 ------------------------------------------------------------------------ Project Web Services Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. ArrayIndexOutOfBoundsException below JavaElementsSearcher.searchForAnnotatedTypes (thrown in InferenceContext18.addConstraintsToC) 1 New Major - 2. FileNotFoundException below ProjectBuilderUtils.installProjectBuilder (thrown in FileInputStream.open0) 1 New Major - 3. JavaModelException below JdtUtils.findSubtypes (thrown in JavaElement.newJavaModelException) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. JavaModelException below JdtUtils.findDeclaringNode (thrown in JavaElement.newNotPresentException) 152 Open Major JBIDE-22896 2. ConcurrentModificationException below JaxrsMetamodel.getProblemSeverity (thrown in HashMap$HashIterator.nextNode) 75 Open Major JBIDE-22331 3. NullPointerException below SocketProposalComputer.computeCompletionProposals (thrown in BasicFeatureMap.contains) 70 Open Major JBIDE-22338 4. NullPointerException in JaxrsMarkerResolutionGenerator.findJaxrsElement 65 Open Major JBIDE-22335 5. NullPointerException below SocketProposalComputer.computeCompletionProposals (thrown in BasicFeatureMap.remove) 62 Open Major JBIDE-22337 6. JavaModelException below JdtUtils.resolveType (thrown in JavaElement.newJavaModelException) 58 Open Major JBIDE-22332 7. HIDDEN below WtpUtils.evaluateXPathExpression (thrown in DOMParser.parse) 54 Open Major JBIDE-22333 8. ConcurrentModificationException below JaxrsMetamodel.getAllEndpoints (thrown in HashMap$HashIterator.nextNode) 43 Open Major JBIDE-22345 9. NullPointerException in JaxRsConfigurator.canConfigure 26 New Major - 10. NullPointerException below UriMappingsContentProvider$1.run (thrown in ItemTreeStateProviderManager.getChildren) 24 New Major - 11. NullPointerException in JdtUtils.findSubtypes 23 Open Major JBIDE-22334 12. ResourceException below JaxrsMetamodelValidator.removeMarkers (thrown in Resource.checkExists) 14 Open Major JBIDE-22339 13. NullPointerException below UriMappingsContentProvider$1.run (thrown in JEE5ModelProvider.createModelResource) 11 Open Major JBIDE-22343 14. NullPointerException in JdtUtils.resolveTypeArguments 8 Open Major JBIDE-22347 15. FileNotFoundException below JdtUtils.parse (thrown in FileInputStream.open0) 7 New Major - 16. NoStackTrace below JdtUtils.resolveType (thrown in JarPackageFragmentRoot.computeChildren) 7 New Major - 17. NullPointerException below SocketProposalComputer.computeCompletionProposals (thrown in AnnotationsCoreProcessorFactory.getProcessorFor) 7 New Major - 18. ConcurrentModificationException below JaxrsResource.createWorkingCopy (thrown in HashMap$HashIterator.nextNode) 6 Open Major JBIDE-22344 19. ConcurrentModificationException below SocketProposalComputer.computeCompletionProposals (thrown in FeatureMapUtil$BasicFeatureEIterator.checkModCount) 6 Open Major JBIDE-22349 20. NullPointerException below SocketProposalComputer.computeCompletionProposals (thrown in EJBAnnotationReader.processRemoveBean) 6 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 1 Unresolved: 101 -- You are receiving this email because you are subscribed to digest of All JBoss Tools Projects. To alter your subscriptions, contact your administrator. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160919/dabd3be4/attachment-0001.html From nboldt at redhat.com Mon Sep 19 21:55:49 2016 From: nboldt at redhat.com (Nick Boldt) Date: Mon, 19 Sep 2016 21:55:49 -0400 Subject: [jbosstools-dev] ACTION REQUIRED: Prepare for 4.4.2.AM1 / 10.2.0.AM1 (fix root poms in master branch) In-Reply-To: <201609192011.u8JKBw0R008828@vmg22.mw.lab.eng.bos.redhat.com> References: <201609192011.u8JKBw0R008828@vmg22.mw.lab.eng.bos.redhat.com> Message-ID: Correction. You have to wrap lists of projects with quotes: Thus: ./util/getProjectRootPomParents.sh -updateRootPom -b master -b2 master -pv 4.4.2.AM1-SNAPSHOT -w1 /tmp/jbt.github -p1 "aerogear arquillian base browsersim central discovery forge freemarker hibernate javaee jst livereload openshift server vpe webservices integration-tests" -p2 "build build-sites devdoc download.jboss.org maven-plugins versionwatch" -p3 "artwork ci devdoc product qa website" -- Nick Boldt :: JBoss by Red Hat Productization Lead :: JBoss Tools & Dev Studio http://nick.divbyzero.com From rstryker at redhat.com Tue Sep 20 19:40:50 2016 From: rstryker at redhat.com (Robert Stryker) Date: Tue, 20 Sep 2016 19:40:50 -0400 Subject: [jbosstools-dev] Testing of PR builds Message-ID: Hi all: After some discussion this morning between martin, nick, and myself, we've opened https://issues.jboss.org/browse/JBIDE-23206 Basically, it's to add a flag to local build so that it always uses newest timestamp to help make things easier for QE testing of PRs. There are a couple of workflows where the PR build site will fail to install on a newer JBT, and a locally built site of that repo will fail in the same way. Since testing PRs before pushing to master is now standard operating procedure, making sure the workflow actually works is important, so any feedback before or after will be appreciated. - Rob -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160920/ce076445/attachment.html From jmaury at redhat.com Wed Sep 21 13:43:00 2016 From: jmaury at redhat.com (Jean-Francois Maury) Date: Wed, 21 Sep 2016 19:43:00 +0200 Subject: [jbosstools-dev] JBoss Developer Studio 10.1.0.GA is available Message-ID: JBoss Developer Studio 10.1.0.GA is available! Download page: https://www.jboss.org/products/devstudio/overview/ Update site: https://devstudio.redhat.com/10.0/stable/updates/ Eclipse Marketplace: https://marketplace.eclipse.or g/content/red-hat-jboss-developer-studio-neon Blog Announcement: http://tools.jboss.org/blog/ New + Noteworthy: http://tools.jboss.org/documen tation/whatsnew/jbosstools/4.4.1.Final.html Schedule / Upcoming Releases: https://issues.jboss.org/brows e/JBDS#selectedTab=com.atlassian.jira.plugin.system.project%3Aversions-panel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160921/d793d4ed/attachment.html From nboldt at redhat.com Wed Sep 21 16:09:44 2016 From: nboldt at redhat.com (Nick Boldt) Date: Wed, 21 Sep 2016 16:09:44 -0400 Subject: [jbosstools-dev] DISCUSSION REQUIRED :: new profile in parent pom for locally testing (old) PRs Message-ID: Rob & Martin raised a workflow concern yesterday concerning old PRs. * Tester installs the latest JBT CI build, eg., from 20160921 * a 5-day old PR is checked out and built (using the jgit timestamp provider). Because of the jgit timestamp provider, plugins and features changed by the PR get the 5-day old timestamp, eg., 20160916 * Tester then tries to INSTALL the locally-built project, but Eclipse won't let them downgrade from 20160921 to 20160916 version of the changed plugin, because there are newer versions of those same features/plugins in the latest CI. Solution? Force the tester's local build to use CURRENT UTC time/date, making all features/plugins appear newer to Eclipse. PR: https://github.com/jbosstools/jbosstools-build/pull/232 Then build with `mvn clean verify -PR`. Caveat: If you install all these features/plugins into your local Eclipse or devstudio, then try to update from that to a newer nightly/CI build, you may be told you can't downgrade (as those "newer" features will have older timestamps). If this happens just uninstall your local build and update from the latest CI build instead. Further discussion: https://issues.jboss.org/browse/JBIDE-23206 Do you like this idea? Or is this a terrible idea, when you could just merge/rebase the PR against the latest HEAD. Discuss. -- Nick Boldt :: JBoss by Red Hat Productization Lead :: JBoss Tools & Dev Studio http://nick.divbyzero.com From alkazako at redhat.com Wed Sep 21 17:50:24 2016 From: alkazako at redhat.com (Alexey Kazakov) Date: Wed, 21 Sep 2016 14:50:24 -0700 Subject: [jbosstools-dev] DISCUSSION REQUIRED :: new profile in parent pom for locally testing (old) PRs In-Reply-To: References: Message-ID: <8afcc194-a412-31cd-00e1-5775c6f4b5d5@redhat.com> +1 I like the idea. On 09/21/2016 01:09 PM, Nick Boldt wrote: > Rob & Martin raised a workflow concern yesterday concerning old PRs. > > * Tester installs the latest JBT CI build, eg., from 20160921 > > * a 5-day old PR is checked out and built (using the jgit timestamp > provider). Because of the jgit timestamp provider, plugins and > features changed by the PR get the 5-day old timestamp, eg., 20160916 > > * Tester then tries to INSTALL the locally-built project, but Eclipse > won't let them downgrade from 20160921 to 20160916 version of the > changed plugin, because there are newer versions of those same > features/plugins in the latest CI. > > Solution? > > Force the tester's local build to use CURRENT UTC time/date, making > all features/plugins appear newer to Eclipse. > > PR: https://github.com/jbosstools/jbosstools-build/pull/232 > > Then build with `mvn clean verify -PR`. > > Caveat: > > If you install all these features/plugins into your local Eclipse or > devstudio, then try to update from that to a newer nightly/CI build, > you may be told you can't downgrade (as those "newer" features will > have older timestamps). If this happens just uninstall your local > build and update from the latest CI build instead. > > Further discussion: > > https://issues.jboss.org/browse/JBIDE-23206 > > Do you like this idea? Or is this a terrible idea, when you could just > merge/rebase the PR against the latest HEAD. > > Discuss. > From jmaury at redhat.com Thu Sep 22 02:32:29 2016 From: jmaury at redhat.com (Jean-Francois Maury) Date: Thu, 22 Sep 2016 08:32:29 +0200 Subject: [jbosstools-dev] JBoss Tools 4.4.1.Final is now available Message-ID: This is a stable release aimed at Eclipse 4.6.0 Neon.0 users. Announcement Blog: http://tools.jboss.org/blog/ Eclipse Marketplace: https://marketplace.eclipse.org/content/jboss-tools Update Site: http://download.jboss.org/jbosstools/neon/stable/updates/ Zips: http://tools.jboss.org/downloads/jbosstools/neon/4.4.1.Final.html#zips Installation instructions: http://tools.jboss.org/ downloads/installation.html New + Noteworthy (subject to change): http://tools.jboss.org/ documentation/whatsnew/jbosstools/4.4.1.Final.html Schedule / Upcoming Releases: https://issues.jboss.org/ browse/JBIDE?selectedTab=com.atlassian.jira.jira-projects- plugin:versions-panel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160922/e6540489/attachment.html From jmaury at redhat.com Thu Sep 22 15:58:35 2016 From: jmaury at redhat.com (Jean-Francois Maury) Date: Thu, 22 Sep 2016 21:58:35 +0200 Subject: [jbosstools-dev] JBT 4.4.2.AM1 code freeze Message-ID: Hi, Just a reminder that today is code freeze for JBT 4.4.2.AM2. Please check the status of the JBT Jenkins jobs. Please make sure nothing is not committed in master after the freeze but rather in PRs Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160922/ceb15817/attachment.html From nboldt at redhat.com Sat Sep 24 17:13:59 2016 From: nboldt at redhat.com (nboldt at redhat.com) Date: Sat, 24 Sep 2016 17:13:59 -0400 Subject: [jbosstools-dev] JBoss Tools Core 4.4.2.AM1 bits available for QE testing Message-ID: <201609242113.u8OLDxQM024986@dev01.mw.lab.eng.bos.redhat.com> These are not FINAL bits, but preliminary results for QE & community testing. Not for redistribution to customers or end users. Update site: http://download.jboss.org/jbosstools/neon/staging/updates/ New + noteworthy (subject to change): * https://github.com/jbosstools/jbosstools-website/tree/master/documentation/whatsnew * http://tools.jboss.org/documentation/whatsnew/ Schedule: https://issues.jboss.org/projects/JBIDE?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page -- Additional update sites: * http://download.jboss.org/jbosstools/neon/staging/updates/core/4.4.2.AM1/ * http://download.jboss.org/jbosstools/neon/staging/updates/coretests/4.4.2.AM1/ Target platforms: * http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.60.1.Final * http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.60.1.Final Discovery sites: * http://download.jboss.org/jbosstools/neon/staging/updates/discovery.central/4.4.2.AM1/ * http://download.jboss.org/jbosstools/neon/staging/updates/discovery.earlyaccess/4.4.2.AM1/ Build folders (for build logs & update site zips): * http://download.jboss.org/jbosstools/neon/staging/builds/ From akazakov at redhat.com Sun Sep 25 02:58:54 2016 From: akazakov at redhat.com (akazakov at redhat.com) Date: Sun, 25 Sep 2016 02:58:54 -0400 Subject: [jbosstools-dev] ACTION REQUIRED: 1 issue with no component Message-ID: <201609250658.u8P6wsJA004539@int-mx13.intmail.prod.int.phx2.redhat.com> This email is the result of a query to locate stalled/invalid jiras. Please fix them. Thanks! * No component for JBDS-4061 https://issues.jboss.org/browse/JBDS-4061 Summary: Visual editor page not loading up Assignee: None set. Component: None set - please fix. Problem: No component - please assign this issue to one or more components. Last Update: 15:47:36.046603 ---------------------------- Query used: https://issues.jboss.org/issues/?jql=filter%3D%27ds_lint_nocomponent%27 From aer-bot at ctrlflow.com Sun Sep 25 23:30:00 2016 From: aer-bot at ctrlflow.com (Automated Error Reporting Bot) Date: Mon, 26 Sep 2016 03:30:00 +0000 (UTC) Subject: [jbosstools-dev] [aeri] Weekly JBoss Tools Error Reports Digest Message-ID: <269788095.9.1474860600937.JavaMail.ec2-user@aeri-rh> ------------------------------------------------------------------------ Project Arquillian Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. CoreException below ArquillianUIUtil.getArquillianProperties (thrown in StringSubstitutionEngine.resolve) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. ResourceException below ArquillianBuilder.hasErrors (thrown in Marker.checkInfo) 9 Open Major JBIDE-22724 2. BasicIndexOutOfBoundsException below ArquillianUIUtil.getActiveType (thrown in BasicEList.remove) 1 New Major - 3. CoreException below ArquillianUIUtil.getArquillianProperties (thrown in StringSubstitutionEngine.resolve) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Done: 8 Unresolved: 13 ------------------------------------------------------------------------ Project Batch Tools Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. JavaModelException below FileSet.checkType (thrown in JavaElement.newNotPresentException) 250 Open Major JBIDE-22285 2. JavaModelException below BatchPropertyHyperlinkDetector.detectHyperlinks (thrown in JavaElement.newJavaModelException) 4 New Major - 3. FileNotFoundException below FileSet.checkType (thrown in ZipFile.open) 3 New Major - 4. JavaModelException below AbstractMemberDefinition.init (thrown in JavaElement.newNotPresentException) 3 New Major - 5. NoStackTrace below BatchBuilder.buildJars (thrown in JarPackageFragmentRoot.computeChildren) 3 New Major - 6. BadLocationException below BatchQuickFixGenerator.findXMLResolutions (thrown in AbstractDocument.get) 2 New Major - 7. JavaModelException below BatchPropertyHyperlinkDetector.detectHyperlinks (thrown in Openable.codeSelect) 2 New Major - 8. LinkageError below JobXMLEditor$JSapphireDiagramEditor. (thrown in SapphireDiagramEditor.) 1 New Major - 9. NullPointerException below BatchPropertyHyperlinkDetector.detectHyperlinks (thrown in SelectionEngine.selectFrom) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Not JBoss: 1 Log Message: 1 Done: 2 Unresolved: 20 ------------------------------------------------------------------------ Project CDI Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. ClassCastException below AbstractMemberDefinition.init (thrown in BinaryType.getAnnotations) 1 New Major - 2. JavaModelException below ClassBean.getProducerMethodsForSignatures (thrown in JavaElement.newJavaModelException) 1 New Major - 3. NullPointerException in CDICoreValidator.validateInjectionPoint 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. JavaModelException below BeanArchiveDetector.isAnnotatedBean (thrown in JavaElement.newNotPresentException) 64 Open Major JBIDE-22900 2. NoStackTrace in CDICoreValidator.init 36 Open Major JBIDE-22904 3. ConcurrentModificationException below CDIProjectAsYouType.findCompilationUnit (thrown in FeatureMapUtil$BasicFeatureEIterator.checkModCount) 29 Open Major JBIDE-22905 4. NullPointerException below CDIProjectAsYouType.findCompilationUnit (thrown in WebAnnotationReader.analyzeCompilationUnit) 7 New Major - 5. NullPointerException below CDIProjectAsYouType.findCompilationUnit (thrown in AnnotationsCoreProcessorFactory.getProcessorFor) 6 New Major - 6. NullPointerException in CDIUtil.collectInheritedStereotypDeclarations 6 New Major - 7. ClassCastException below BeanArchiveDetector.isAnnotatedBean (thrown in BinaryType.getAnnotations) 5 New Major - 8. NullPointerException below CDIProjectAsYouType.findCompilationUnit (thrown in BasicFeatureMap$FeatureEIterator.scanNext) 5 New Major - 9. NullPointerException below CDIProjectAsYouType.findCompilationUnit (thrown in EJBAnnotationReader.processRemoveBean) 5 New Major - 10. FileNotFoundException below CDICoreBuilder$CDIResourceVisitor.visit (thrown in FileInputStream.open) 4 New Major - 11. IllegalArgumentException below CDIProjectAsYouType.findCompilationUnit (thrown in ASTNode.setSourceRange) 4 New Major - 12. JavaModelException below AuthorizerHyperlinkDetector.detectHyperlinks (thrown in JavaElement.newJavaModelException) 4 New Major - 13. JavaModelException below AuthorizerHyperlinkDetector.detectHyperlinks (thrown in JavaElement.newNotPresentException) 4 New Major - 14. JavaModelException below CDIUtil.isMethodStatic (thrown in JavaElement.newNotPresentException) 4 New Major - 15. JavaModelException below EventAndObserverMethodHyperlinkDetector.detectHyperlinks (thrown in JavaElement.newJavaModelException) 4 New Major - 16. JavaModelException below InjectedPointHyperlinkDetector.detectHyperlinks (thrown in JavaElement.newJavaModelException) 4 New Major - 17. JavaModelException below ProducerDisposerHyperlinkDetector.detectHyperlinks (thrown in JavaElement.newJavaModelException) 4 New Major - 18. NullPointerException below DefinitionContext.addType (thrown in TreeMap.put) 4 New Major - 19. NullPointerException in AbstractTypeDefinition.resetParametedType 4 New Major - 20. BasicIndexOutOfBoundsException below CDIProjectAsYouType.findCompilationUnit (thrown in BasicEList.remove) 3 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Out of Date: 1 Duplicate Issue: 1 Log Message: 9 Done: 5 Unresolved: 108 ------------------------------------------------------------------------ Project CordovaSim Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. CoreException below CordovaSimLaunchShortcut.launch (thrown in LocalFile.checkTargetIsNotWritable) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Unresolved: 4 ------------------------------------------------------------------------ Project Drools Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. Exception in ReteViewer.loadReteModel 16 New Major - 2. JavaModelException below DroolsRuntimeManager.addBuilder (thrown in JavaModelOperation.runOperation) 10 New Major - 3. Throwable in AbstractRuntimeManager.recognizeJars 10 New Major - 4. ClassNotFoundException below TypeDeclarationCache.processFieldsPosition (thrown in URLClassLoader.findClass) 4 New Major - 5. NullPointerException in QueryElementBuilder.build 4 New Major - 6. ResourceException below Util.getResourceContentsAsCharArray (thrown in Resource.checkExists) 4 New Major - 7. RuntimeDroolsException in JavaDialectConfiguration.setJavaLanguageLevel 4 New Major - 8. NullPointerException below AbstractProjectPreferencePage.performOk (thrown in LibraryProviderFrameworkImpl.getCurrentProvider) 3 New Major - 9. IllegalArgumentException in DSLRuleEditor2.setFocus 2 New Major - 10. InvalidRulePackage in KnowledgePackageImpl.checkValidity 2 New Major - 11. RuntimeException in RuleBaseConfiguration.loadWorkItems 1 New Major - 12. TimeoutException below DroolsStackFrame.getVariables (thrown in PacketReceiveManager.getReply) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Won't Fix: 1 Unresolved: 44 ------------------------------------------------------------------------ Project Forge Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. ResourceException below ProjectTools$1.runInWorkspace (thrown in Resource.delete) 2 New Major - 2. ContainerException below FurnaceService.lookup (thrown in ClassLoaderAdapterCallback.invoke) 1 New Major - 3. RuntimeException in SelectGraphicRendition.handleDefault 1 New Major - 4. StreamCorruptedException below ForgeStarter.earlyStartup (thrown in ObjectInputStream.readStreamHeader) 1 New Major - 5. _javassist_4c46c9e5-54a4-4930-89ef-9383637d19ff below FurnaceService.lookup (thrown in ImportedImpl.get) 1 New Major - 6. _javassist_b477cdd6-3c0c-4d82-84ff-00ef8c87a4ee below ForgeWizard$1.run (thrown in AbstractFaceted.getFacet) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. BadLocationException below DocumentImpl.getLineOfOffset (thrown in TreeLineTracker.fail) 5 New Major - 2. BadLocationException below DocumentImpl.getLineOffset (thrown in TreeLineTracker.fail) 5 New Major - 3. LinkageError below ForgeStarter.earlyStartup (thrown in MavenPluginActivator.) 4 New Major - 4. IncompatibleClassChangeError below ForgeStarter.earlyStartup (thrown in MavenPluginActivator.) 3 New Major - 5. BuildException below ForgeWizard$1.run (thrown in MavenProjectBuilder.build) 2 New Major - 6. ContainerException below ForgeWizard$1.run (thrown in ClassLoaderAdapterCallback.invoke) 2 New Major - 7. ResourceException below ProjectTools$1.runInWorkspace (thrown in Resource.delete) 2 New Major - 8. Throwable in AbstractCommand.handle 2 New Major - 9. ContainerException below FurnaceService.lookup (thrown in ClassLoaderAdapterCallback.invoke) 1 New Major - 10. ModelBuildingException below ProjectTools$1.runInWorkspace (thrown in DefaultModelProblemCollector.newModelBuildingException) 1 New Major - 11. ResourceException below CommandLineListener.expandInProjectExplorer (thrown in Resource.checkExists) 1 New Major - 12. RuntimeException in SelectGraphicRendition.handleDefault 1 New Major - 13. StreamCorruptedException below ForgeStarter.earlyStartup (thrown in ObjectInputStream$BlockDataInputStream.readBlockHeader) 1 New Major - 14. StreamCorruptedException below ForgeStarter.earlyStartup (thrown in ObjectInputStream.readStreamHeader) 1 New Major - 15. _javassist_4c46c9e5-54a4-4930-89ef-9383637d19ff below FurnaceService.lookup (thrown in ImportedImpl.get) 1 New Major - 16. _javassist_6e675182-0c01-4ddb-ba9c-fd8b2cd68640 below ForgeWizard$1.run (thrown in AbstractFaceted.getFacet) 1 New Major - 17. _javassist_b477cdd6-3c0c-4d82-84ff-00ef8c87a4ee below ForgeWizard$1.run (thrown in AbstractFaceted.getFacet) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Cannot Reproduce Bug: 1 Unresolved: 29 ------------------------------------------------------------------------ Project Fuse Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. ClassNotFoundException below KarafBundleMBeanPublishBehaviour.installBundle (thrown in LoaderHandler.loadClass) 1 New Major - 2. InterruptedException below MavenTemplateConfigurator.waitAllJobsComplete (thrown in JobManager.join) 1 New Major - 3. NullPointerException in Karaf2xPublishController.getModuleVersion 1 New Major - 4. NullPointerException in PropertiesUtils.updatePathParams 1 New Major - 5. ResourceException below FuseIntegrationProjectCreatorRunnable.run (thrown in Resource.delete) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NullPointerException below CamelDesignEditor.refreshDiagramContents (thrown in ContainerShapeEditPart.createEditPolicies) 28 Open Major FUSETOOLS-1684 2. NullPointerException in UpdateCommand.updateFigure 20 Open Major FUSETOOLS-1831 3. NullPointerException in CamelDesignEditor.clearCache 12 Open Major FUSETOOLS-1835 4. InterruptedException below MavenTemplateConfigurator.waitAllJobsComplete (thrown in Thread.sleep) 10 New Major - 5. NullPointerException in CamelEditorMatchingStrategy.matches 9 Open Major FUSETOOLS-1832 6. NullPointerException in UpdateNodeFeature.updateNeeded 7 New Major - 7. HIDDEN below FindNamespaceHandlerSupport.parseContents (thrown in ErrorHandlerWrapper.createSAXParseException) 6 New Major - 8. IndexOutOfBoundsException below ImportCamelContextElementsCommand.doExecute (thrown in ArrayList.rangeCheck) 6 New Major - 9. InterruptedException below MavenTemplateConfigurator.configureMavenNature (thrown in OrderedLock.acquire) 6 New Major - 10. Exception in CamelDebugTarget$JMXConnectJob.run 5 New Major - 11. FileNotFoundException below CamelComponentUtils.getComponentClass (thrown in ZipFile.open) 5 New Major - 12. HIDDEN below CamelIOHandler.loadCamelModel (thrown in DOMParser.parse) 5 New Major - 13. NullPointerException in CamelPersistencyBehaviour.loadDiagram 5 New Major - 14. NoStackTrace in PollThread.alertEventLogTimeout 3 New Major - 15. FileNotFoundException below CamelIOHandler.loadCamelModel (thrown in HttpURLConnection.getInputStream0) 2 New Major - 16. InterruptedException below TransformationEditor.waitJavaBuild (thrown in Thread.sleep) 2 New Major - 17. NullPointerException below CamelEditor.pageChange (thrown in MultiPageEditorPart.pageChange) 2 New Major - 18. NullPointerException in CamelFacetVersionChangeDelegate.updateCamelVersion 2 New Major - 19. NullPointerException in ModuleBundleVersionUtility.createBundleDetails 2 New Major - 20. NullPointerException in SetEndpointBreakpointFeature.getContextFile 2 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Out of Date: 1 Won't Do: 1 Log Message: 5 Done: 5 Unresolved: 137 ------------------------------------------------------------------------ Project Hibernate Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. ClassFormatError below ConfigurationAdapterFactory. (thrown in ClassLoader.defineClass1) 1 New Major - 2. IllegalArgumentException below HQLQuickAssistProcessor.getAssists (thrown in StringLiteral.getLiteralValue) 1 New Major - 3. LinkageError below ConfigurationsViewActionGroup. (thrown in OSGiWeavingAdaptor.initialize) 1 New Major - 4. NoClassDefFoundError in HibernateJpaPlatformFactory.buildJpaPlatform 1 New Major - 5. NoStackTrace below QueryPageViewer$ContentProviderImpl.getElements (thrown in AccessController.doPrivileged) 1 New Major - 6. NullPointerException in JPAConfiguration.getMetadata 1 New Major - 7. NullPointerException in NewHibernateMappingFileWizard.getService 1 New Major - 8. UnsupportedOperationException in GeneratedAnnotationImpl$GeneratedAnnotationDefinition.buildAnnotation 1 New Major - 9. UnsupportedOperationException in HibernateNamedQueryAnnotationDefinition.buildAnnotation 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NullPointerException below HibernatePersistenceUnit.update (thrown in AttributeMapping$GeneratorsTransformer.transform) 118 New Major - 2. NullPointerException below HibernateJavaIdMappingImpl.update (thrown in AttributeMapping$KeyEquals.evaluate) 109 New Major - 3. NoStackTrace in BasicWorkbenchAdapter.handleError 100 New Major - 4. NullPointerException below HibernateJavaEntityImpl.validate (thrown in AttributeMapping$KeyEquals.evaluate) 89 New Major - 5. FileNotFoundException below HibernateJpaProject. (thrown in FileOutputStream.open0) 72 New Major - 6. NoStackTrace in LazyDatabaseSchemaWorkbenchAdapter.getChildren 71 New Major - 7. ResourceException below HibernateEclipseUtils.getUserOverrideDefaultCatalog (thrown in Resource.checkExists) 70 New Major - 8. ResourceException below HibernateEclipseUtils.getUserOverrideDefaultSchema (thrown in Resource.checkExists) 70 New Major - 9. NullPointerException below HibernateJpaProject.validate (thrown in AbstractJavaPersistentAttribute.getMappingKey) 69 New Major - 10. HibernateException in DialectFactoryImpl.determineDialect 67 New Major - 11. NoStackTrace in LazySessionFactoryAdapter.getChildren 60 New Major - 12. NullPointerException below HibernateJavaManyToOneMapping.update (thrown in AbstractJavaPersistentAttribute.getPrimaryKeyColumnName) 50 New Major - 13. NoStackTrace in HQLJavaCompletionProposalComputer.computeCompletionProposals 41 New Major - 14. NullPointerException below HibernateClassRef.synchronizeWithResourceModel (thrown in AbstractJavaPersistentAttribute.syncMapping) 40 New Major - 15. NullPointerException in HibernateJpaProject.getBasicHibernateProperties 40 New Major - 16. NullPointerException in AbstractQueryEditor.getQueryInputModel 35 New Major - 17. NoStackTrace in QueryPageViewer$ContentProviderImpl.getElements 33 New Major - 18. AbortCompilation below HibernateJpaProject. (thrown in ProblemHandler.handle) 28 New Major - 19. IllegalStateException in ConsoleConfigurationLaunchDelegate.launch 28 New Major - 20. IndexOutOfBoundsException below HibernateRefactoringUtil.updateClasspathEntries (thrown in Collections$EmptyList.get) 28 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Not JBoss: 1 Done: 3 Unresolved: 330 ------------------------------------------------------------------------ Project Java Server Faces Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. ClassCastException below JSFFlowEditPolicy.showLayoutTargetFeedback (thrown in OrderedLayoutEditPolicy.isLayoutHorizontal) 1 New Major - 2. JavaModelException below JSFFuncsELCompletionEngine$Variable.getKeys (thrown in JavaElement.newJavaModelException) 1 New Major - 3. NullPointerException in JSF2ComponentResolutionGenerator.getComponentPath 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NullPointerException in JSFProjectsTree.getProjectsRoot 56 Open Major JBIDE-22910 2. NullPointerException in JSFPromptingProvider.getVariables 12 New Major - 3. NullPointerException in JSFPaletteViewerPreferences. 8 New Major - 4. ZipException below FileSet.checkType (thrown in ZipFile.read) 7 New Major - 5. FileNotFoundException below JSF2ProjectBuilder$JSF2ResourceVisitor.visit (thrown in FileInputStream.open) 4 New Major - 6. NullPointerException below AddJSFNatureHandler.addJSFNature (thrown in FacetedProjectFrameworkImpl.create) 3 New Major - 7. NullPointerException in DefinitionContext.applyWorkingCopy 3 New Major - 8. ResourceException below LibrariesPerformer.collectFiles (thrown in Resource.checkExists) 3 New Major - 9. FileNotFoundException below XHTMLValidator$MySAXParser.parse (thrown in FileInputStream.open0) 2 New Major - 10. FileNotFoundException below XHTMLValidator$MyXMLInputSource.getByteStream (thrown in FileInputStream.open0) 2 New Major - 11. NullPointerException in RenameMethodParticipant$RenameMethodSearcher.outOfSynch 2 New Major - 12. VerifyError below JSF2ProjectBuilder$JSF2ResourceVisitor.visit (thrown in Parser.newMessageSend) 2 New Major - 13. ClassCastException below JSFFlowEditPolicy.showLayoutTargetFeedback (thrown in OrderedLayoutEditPolicy.isLayoutHorizontal) 1 New Major - 14. JavaModelException below JSFFuncsELCompletionEngine$Variable.getKeys (thrown in JavaElement.newJavaModelException) 1 New Major - 15. NullPointerException in JSF2ComponentResolutionGenerator.getComponentPath 1 New Major - 16. NullPointerException in RemoveJSFNatureContribution.execute 1 New Major - 17. SWTError below JSFMultiPageContributor.setActivePage (thrown in Control.createHandle) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 2 Done: 2 Unresolved: 40 ------------------------------------------------------------------------ Project JavaScript Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. ClassNotFoundException below NodejsDebuggersManager$NodejsDebugger. (thrown in BundleLoader.findClassInternal) 1 New Major - 2. ConcurrentModificationException below AbstractTagLib.clone (thrown in HashMap$HashIterator.nextNode) 1 New Major - 3. CoreException below PageContextFactory.getConnectedDocument (thrown in InternalFileSystemCore.getStore) 1 New Major - 4. IOException below NewWebProjectWizard.performFinish (thrown in PlatformURLPluginConnection.parse) 1 New Major - 5. IllegalArgumentException below JSPTextEditor.dispose (thrown in ListenerList.remove) 1 New Major - 6. NoSuchMethodError in TernCompletionProposalComputer.computeCompletionProposals 1 New Major - 7. NodejsCliFileConfigException in NodejsCliFileHelper.getCliFile 1 New Major - 8. SWTException below JSPMultiPageEditor$2.handlePostSelectionChanged (thrown in Widget.checkWidget) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. XulRunnerBundleNotFoundException below JSPMultiPageEditor.pageChange (thrown in XulRunnerBrowser.getXulRunnerPath) 500+ Open Major JBIDE-22960 2. TernException in NodejsTernHelper.makeRequest 500+ Open Major JBIDE-22892 3. ResourceException below IDETernProject.getTernProject (thrown in Project.checkAccessible) 377 Open Major JBIDE-22894 4. CoreException below PageContextFactory.getConnectedDocument (thrown in ResourceFileBuffer.create) 109 New Major - 5. StructuredDocumentRegionManagementException below JSPTextEditor$JSPStructuredTextViewer.doOperation (thrown in XMLModelParser.removeStructuredDocumentRegion) 107 Open Major JBIDE-22961 6. NoStackTrace in JSPMultiPageEditor. 92 New Major - 7. TernException in NodejsTernServer.makeRequest 87 New Major - 8. IOException below JSPTextEditor$JSPStructuredTextViewer.doOperation (thrown in ResourceBundleMapSource.createCachedBundleFile) 80 New Major - 9. NodejsProcessException in AbstractNodejsProcess.waitOnStartNodejs 76 New Major - 10. NullPointerException in TernOutlineContentProvider.dispose 76 New Major - 11. ResourceException below WorkbenchResourceUtil.findFileRecursively (thrown in Project.checkAccessible) 74 New Major - 12. ConcurrentModificationException below TernFileSynchronizer.ensureSynchronized (thrown in ArrayList$Itr.checkForComodification) 65 New Major - 13. Exception in IDETernFileUploader.serverToBeDisposed 61 New Major - 14. NoStackTrace below HTMLTextViewerConfiguration.createDocumentationHovers (thrown in TaglibIndex.initializeInstance) 61 New Major - 15. ResourceException below KbBuilderMarker.getOwnedMarkers (thrown in Marker.checkInfo) 59 New Major - 16. ResourceException below StorageRevisionEditorInputAdapter$StorageAdapter.getContents (thrown in Resource.checkExists) 55 New Major - 17. NullPointerException in ELValidator.validateElOperand 50 New Major - 18. NullPointerException in JSPTextEditor$1.run 35 Open Major JBIDE-22962 19. NoStackTrace in ELValidator.validateElOperand 34 New Major - 20. ResourceException below IDETernFile.getContents (thrown in FileSystemResourceManager.read) 29 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 3 Unresolved: 303 ------------------------------------------------------------------------ Project JBoss Central Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. IOException in CentralHelper.extractIfNeeded 227 Open Major JBIDE-22713 2. FileNotFoundException below BundleFamilyExtension.loadStream (thrown in HttpURLConnection.getInputStream0) 76 New Major - 3. NullPointerException below WizardSupport.openWizard (thrown in TextSearchControl.createLabelButtonControl) 35 Open Major JBIDE-22707 4. ProvisionException in InstallationChecker. 15 New Major - 5. IOException below BundleFamilyExtension.loadStream (thrown in HttpURLConnection.getInputStream0) 11 New Major - 6. NullPointerException in ConnectorDescriptorItemUi.resolveProfileUnits 6 New Major - 7. IOException below InstallationChecker. (thrown in SimpleProfileRegistry$Parser.parse) 3 New Major - 8. IllegalArgumentException below BundleFamilyExtension.loadBundleList (thrown in VersionRange.) 3 New Major - 9. NullPointerException below JBossCentralActivator.openJBossCentralEditor (thrown in PartActivationHistory.activate) 3 New Major - 10. FileNotFoundException below InstallationChecker. (thrown in RandomAccessFile.open0) 1 New Major - 11. LinkageError below AbstractRefreshJob.getEntries (thrown in WireFeedInput.createSAXBuilder) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Not JBoss: 4 Log Message: 9 Done: 8 Unresolved: 45 ------------------------------------------------------------------------ Project JBoss Server Tools Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. JBoss7ManangerException in EAP61PlusManager.execute 3 New Major - 2. FileNotFoundException below FileUtil.writeTo (thrown in FileOutputStream.open) 2 New Major - 3. NullPointerException in StandardFileSystemPublishController.moduleToString 2 New Major - 4. CoreException below VMInstallUtil.getValidJREs (thrown in AbstractVMInstall.abort) 1 New Major - 5. FileNotFoundException below PrefsInitializer.setBoolean (thrown in FileOutputStream.open0) 1 New Major - 6. NoStackTrace below EarArtifactAdapter.getArtifactFor (thrown in JavaEEProjectUtilities.getJ2EEDDProjectVersion) 1 New Major - 7. NoStackTrace below StandardFileSystemPublishController.publishModule (thrown in AccessController.doPrivileged) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NoStackTrace in StandardLocalJBossStartLaunchDelegate.validateServerStructure 500+ New Major - 2. NoStackTrace in LocalLegacyShutdownController.addForceStopEvent 500+ New Major - 3. NoStackTrace in StandardFileSystemPublishController.removeModule 349 New Major - 4. FileNotFoundException below ServerModelUtilities.getChildModules (thrown in ZipFile.open) 338 New Major - 5. JBoss7ManangerException in Wildfly9Manager.execute 207 New Major - 6. DebugException below LocalLegacyShutdownController.forceStop (thrown in RuntimeProcess.terminate) 144 New Major - 7. NoStackTrace in UserPrompter.promptUser 117 New Major - 8. NoStackTrace in PollThread.alertEventLogTimeout 92 New Major - 9. NoStackTrace in ServerProfileModel.getController 89 New Major - 10. IllegalStateException below ServerModelUtilities.getChildModules (thrown in DeadlockDetector.reportDeadlock) 76 New Major - 11. FileNotFoundException below ServerModelUtilities.getChildModules (thrown in JavaEEBinaryComponentLoadAdapter.physicallyOpen) 75 New Major - 12. ZipException below ServerModelUtilities.getChildModules (thrown in ZipFile.open) 75 New Major - 13. NoStackTrace in StandardFileSystemPublishController.handleZippedPublish 70 New Major - 14. JBoss7ManangerException in JBoss7ManagerServiceProxy.checkedGetService 67 New Major - 15. NullPointerException in ControllableServerBehavior.setModulesStopped 63 New Major - 16. DebugException below AbstractStartJavaServerLaunchDelegate$2$1.run (thrown in RuntimeProcess.terminate) 56 New Major - 17. NullPointerException in ModuleLaunchConfigurationProvider.supports 53 New Major - 18. FileNotFoundException below FileUtil.writeTo (thrown in FileOutputStream.open0) 46 New Major - 19. NoStackTrace in StandardFileSystemPublishController.markModulePublished 39 New Major - 20. NullPointerException in SubsystemModel.getSubsystemMappings 36 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Rejected: 4 Not JBoss: 6 Log Message: 5 Done: 1 Unresolved: 367 ------------------------------------------------------------------------ Project JBoss Tools Base Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. ArrayIndexOutOfBoundsException in VersionPropertiesProvider.dump 1 New Major - 2. ClassCastException below ChainTextHover.getHoverInfo2 (thrown in EsprimaParser.createProblem) 1 New Major - 3. ClassFormatError below ValidationContext.createValidator (thrown in ClassLoader.defineClass1) 1 New Major - 4. ConcurrentModificationException below JavaDirtyRegionProcessor.isJavaElementValidationRequired (thrown in HashMap$HashIterator.remove) 1 New Major - 5. JavaModelException below EclipseJavaUtil.findAnnotation (thrown in JavaElement.newJavaModelException) 1 New Major - 6. ModelException below JavaDirtyRegionProcessor.isJavaElementValidationRequired (thrown in EjbJarMerger.process) 1 New Major - 7. XModelException in DefaultCreateHandler.addCreatedObject 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. ResourceException below TempMarkerManager$1.runInUIThread (thrown in Marker.checkInfo) 304 Open Major JBIDE-22891 2. ZipException below JarAccess.getContent (thrown in ZipFile.read) 239 Open Major JBIDE-22897 3. IllegalStateException in SProperties.get 92 Open Major JBIDE-23052 4. CoreException below ChainTextHover.getHoverInfo2 (thrown in FaceletTagRegistry.initialize) 81 Open Major JBIDE-23051 5. NoStackTrace below EclipseJavaUtil.findType (thrown in JarPackageFragmentRoot.computeChildren) 72 New Major - 6. ResourceException below FolderImpl.update (thrown in WorkManager.checkIn) 72 New Major - 7. ZipException below JandexUtil.createJarIndex (thrown in ZipFile.open) 63 New Major - 8. FileNotFoundException below ChainTextHover.getHoverInfo2 (thrown in FileInputStream.open0) 62 New Major - 9. NullPointerException below JavaDirtyRegionProcessor.isJavaElementValidationRequired (thrown in BasicFeatureMap$FeatureEIterator.scanNext) 53 New Major - 10. NullPointerException in EclipseResourceUtil.createObjectForResource 52 New Major - 11. ClassNotFoundException below Tools.invokeGetMonitoredHost (thrown in URLClassLoader.findClass) 51 New Major - 12. JavaModelException below EclipseResourceUtil.getSourceFolders (thrown in JavaElement.newJavaModelException) 49 New Major - 13. ResourceException below FolderImpl.update (thrown in FileSystemResourceManager.refreshResource) 49 New Major - 14. JavaModelException below ValueResolver$ReferenceResolver.connect (thrown in JavaModelOperation.runOperation) 45 New Major - 15. NoStackTrace below EclipseFileBodySource.write (thrown in AbstractMergedModelProvider.getMergedModel) 45 New Major - 16. NullPointerException in FileUtil.getContentFromEditorOrFile 44 New Major - 17. ResourceException below FileSystemImpl.getResource (thrown in WorkManager.checkIn) 42 New Major - 18. NullPointerException below ChainTextHover.getHoverInfo2 (thrown in BasicStructuredDocumentRegion.getStartOffset) 38 New Major - 19. JavaModelException below TypeInfoCollector$TypeInfo. (thrown in JavaElement.newJavaModelException) 35 New Major - 20. ClassCastException below JavaAnnotation.getStartPosition (thrown in SourceRefElement.getSourceRange) 31 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Rejected: 1 Won't Do: 1 Cannot Reproduce Bug: 1 Not JBoss: 4 Log Message: 11 Done: 6 Unresolved: 453 ------------------------------------------------------------------------ Project jBPM Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. NullPointerException below ChooseDelegationClassDialog.openDialog (thrown in HierarchyScope.computeProjectsAndJars) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. IllegalArgumentException in IntermediateThrowEventHandler.handleSignalNode 7 New Major - 2. IllegalArgumentException in EndEventHandler.handleSignalNode 6 New Major - 3. NullPointerException below ChooseDelegationClassDialog.openDialog (thrown in HierarchyScope.computeProjectsAndJars) 1 New Major - 4. NullPointerException in TaskHandler.readDataOutputAssociation 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Unresolved: 15 ------------------------------------------------------------------------ Project Maven Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. MojoNotFoundException below EndorsedLibProjectConfigurator.getCompilerMojoExecution (thrown in DefaultMavenPluginManager.getMojoDescriptor) 1 New Major - 2. NullPointerException below ArchetypeExamplesWizardPage$4$1.call (thrown in WorkbenchURIConverterImpl.) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. JavaModelException below AttachSourcesActionDelegate.setActiveEditor (thrown in JavaElement.newJavaModelException) 74 Open Major JBIDE-22815 2. CoreException below ArchetypeExamplesWizardPage.downloadArchetype (thrown in MavenImpl$5.call) 44 New Major - 3. CoreException below ArchetypeExamplesWizardPage$4$1.call (thrown in MavenImpl$5.call) 32 New Major - 4. NoStackTrace below StacksArchetypeUtil. (thrown in ProblemLog.reportMissingFacet) 29 New Major - 5. CoreException below AnnotationProcessingSettingsPage$3.runInWorkspace (thrown in FacetedProject.modifyInternal) 23 New Major - 6. CoreException below CDIProjectConfigurator.installM2Facet (thrown in WithExpression.evaluate) 19 New Major - 7. JavaModelException below AttachSourcesActionDelegate.setActiveEditor (thrown in JavaElement.newNotPresentException) 18 New Major - 8. ResourceException below AttachSourcesActionDelegate.isMavenProject (thrown in Project.checkAccessible) 12 New Major - 9. SWTException below AddRepositoryDialog$4$1$1.run (thrown in Widget.checkWidget) 12 New Major - 10. ArtifactNotFoundException below EndorsedLibProjectConfigurator.getCompilerMojoExecution (thrown in DefaultUpdateCheckManager.newException) 11 New Major - 11. StringIndexOutOfBoundsException below MavenDependencyMarkerResolutionGenerator.parseMessage (thrown in String.substring) 8 New Major - 12. ArtifactTransferException below ImportMavenProjectExampleDelegate.importMavenProjects (thrown in DefaultUpdateCheckManager.newException) 7 New Major - 13. NoStackTrace below CDIProjectConfigurator.installCDIFacet (thrown in ProblemLog.reportMissingFacet) 7 New Major - 14. BackingStoreException below HibernateProjectConfigurator.configureInternal (thrown in ProjectPreferences.load) 6 New Major - 15. ClassNotFoundException below MavenProjectExamplesActivator.start (thrown in BundleLoader.findClassInternal) 6 New Major - 16. CoreException below CDIProjectConfigurator.installCDIFacet (thrown in WithExpression.evaluate) 6 New Major - 17. InvalidRepositoryException below AddRepositoryDialog.resolveArtifact (thrown in LegacyRepositorySystem.buildArtifactRepository) 6 New Major - 18. SWTException below AnnotationProcessingSettingsPage.performOk (thrown in Widget.checkWidget) 6 New Major - 19. ConcurrentModificationException below JBossSourceContainer.findSourceElements (thrown in ArrayList$Itr.checkForComodification) 5 New Major - 20. IllegalArgumentException below MavenProjectExamplesActivator.updateMavenConfiguration (thrown in WorkspaceRoot.getProject) 4 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 3 Done: 2 Unresolved: 84 ------------------------------------------------------------------------ Project OpenShift Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. InterruptedIOException below EGitUtils.push (thrown in TimeoutInputStream.readTimedOut) 26 New Major - 2. AssertionFailedException in ExpressServerUtils.getDefaultDeployFolder 15 New Major - 3. TeamException below EGitUtils.isShared (thrown in RepositoryProvider.mapNewProvider) 14 New Major - 4. ClassNotFoundException below ExpressCoreActivator.start (thrown in BundleLoader.findClassInternal) 6 Needs Info Major - 5. TransportException below EGitUtils.push (thrown in JschConfigSessionFactory.getSession) 6 New Major - 6. NullPointerException in ExpressServer.getModuleRootURL 5 New Major - 7. CoreException in VagrantPoller.parseOutput 4 New Major - 8. NoRemoteRepositoryException below EGitUtils.cloneRepository (thrown in TransportGitSsh.cleanNotFound) 2 New Major - 9. NullPointerException in ExpressApplicationWizard.waitForApplication 2 New Major - 10. CoreException below MavenProjectImportOperation.importToWorkspace (thrown in FacetedProject.modifyInternal) 1 New Major - 11. NoRemoteRepositoryException below EGitUtils.push (thrown in TransportGitSsh.cleanNotFound) 1 New Major - 12. NoStackTrace below CDKDockerUtility. (thrown in ShellConnectionSettingsProvider.getConnectionSettings) 1 New Major - 13. NoStackTrace below MavenProjectImportOperation.importToWorkspace (thrown in URLConnectionCaches.assertDisabled) 1 New Major - 14. NoStackTrace in ExpressServerFactory.createAdapterAndModules 1 New Major - 15. NullPointerException in DeleteResourceHandler.execute 1 New Major - 16. NullPointerException in PodLogsHandler.handleEvent 1 Open Major JBIDE-23182 Project Life-time Resolution Statistics Problem Resolutions Count Not JBoss: 1 Log Message: 1 Done: 4 Unresolved: 113 ------------------------------------------------------------------------ Project Playground Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. IllegalStateException in MavenProjectConfigurator$CumulativeMappingDiscoveryJob.addProjects 17 New Major - 2. NullPointerException below ServletProjectConfigurator.configure (thrown in WebAnnotationReader.analyzeCompilationUnit) 12 New Major - 3. JavaModelException below MavenProjectConfigurator$UpdateMavenConfigurationJob.run (thrown in JavaElement.newNotPresentException) 8 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Cannot Reproduce Bug: 1 Unresolved: 12 ------------------------------------------------------------------------ Project Seam Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NullPointerException in SeamEarProjectValidator.validateInJob 4 New Major - 2. ResourceException below SeamProjectPropertyValidator.validateSeamProject (thrown in Marker.checkInfo) 2 New Major - 3. NullPointerException below AbstractSeamContentProvider$3.run (thrown in XMLResourceImpl.loadExisting) 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Unresolved: 30 ------------------------------------------------------------------------ Project Switchyard Top new problems (last 7 days): Congrats, no problems in this section! Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. ClassNotFoundException below NewSwitchYardProjectWizard.addPages (thrown in BundleLoader.findClassInternal) 5 New Major - 2. ClassNotFoundException below SwitchYardProject.getSwitchYardPlugin (thrown in BundleLoader.findClassInternal) 5 New Major - 3. NoStackTrace below SwitchYardBasicPresetFactory.createPreset (thrown in ProblemLog.reportMissingFacet) 4 New Major - 4. NoStackTrace in SwitchyardSCAEditor$SwitchYardPersistencyBehavior.loadDiagram 4 New Major - 5. NullPointerException in SwitchYardRootNode.reload 3 New Major - 6. ClassNotFoundException below SwitchYardBuildParticipant.checkRefreshedFiles (thrown in BundleLoader.findClassInternal) 1 New Major - 7. NoClassDefFoundError in SwitchYardBuildParticipant.checkRefreshedFiles 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 2 Unresolved: 32 ------------------------------------------------------------------------ Project Unkown JBoss Project Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. HIDDEN below WizardCommandControllerImpl.canExecute (thrown in ArrayList$Itr.checkForComodification) 1 New Major - 2. IllegalStateException in AbstractProjectCommand.getSelectedProject 1 New Major - 3. InterruptedException below ForgeScriptEngine.execute (thrown in Thread.sleep) 1 New Major - 4. NullPointerException in Commands.shellifyName 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. NoStackTrace in ChainedDiscoveryStrategy.performDiscovery 411 Open Major JBIDE-22893 2. CoreException below RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call (thrown in RepositoryStatusHelper.wrap) 147 Open Major JBDS-3987 3. ZipException below Indexer.verifyMagic (thrown in ZipFile.read) 133 New Major - 4. XMLStreamException below JaxbParser.unmarshall (thrown in XMLStreamReaderImpl.next) 61 New Major - 5. NoStackTrace in DiscoveryActivator.getJBossDiscoveryDirectory 58 New Major - 6. NoStackTrace below PrepareInstallProfileJob.openInstallWizard (thrown in ProvUI.reportStatus) 41 New Major - 7. IllegalStateException in Indexer.processConstantPool 36 New Major - 8. CancellationException in AsyncFutureTask.operationCancelled 28 New Major - 9. FileNotFoundException below EventRegister.saveProperties (thrown in FileOutputStream.open0) 28 New Major - 10. NoStackTrace in FinalizeRuntimeDownloadFragment.openErrorMessage 23 New Major - 11. EOFException below Indexer.processConstantPool (thrown in ZipFile$ZipFileInflaterInputStream.fill) 20 New Major - 12. NoStackTrace in HttpRemotePropertiesProvider.logStatusCode 20 New Major - 13. InstanceNotFoundException in BasicMBeanRegistry.get 17 New Major - 14. NoStackTrace in JBossDiscoveryUi.resolveToConnectors 17 New Major - 15. NullPointerException in NewProjectExamplesReadyPage.configure 13 New Major - 16. NoStackTrace below HttpRemotePropertiesProvider.request (thrown in WinHttpProxyProvider.getProxyData) 12 New Major - 17. ProvisionException below PrepareInstallProfileJob.addRepositories (thrown in AbstractRepositoryManager.fail) 10 New Major - 18. ResourceException below ProjectImportUtil.createProject (thrown in Project.checkDescription) 9 New Major - 19. IncomingFileTransferException below RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call (thrown in HttpClientRetrieveFileTransfer.openStreams) 8 New Major - 20. IllegalStateException in WizardCommandControllerImpl.addNextFlowStep 7 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Duplicate Issue: 1 Log Message: 8 Unresolved: 128 ------------------------------------------------------------------------ Project VPE Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. NullPointerException in XPCOM.queryInterface 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. IllegalArgumentException below MozillaEditor.dispose (thrown in ListenerList.remove) 131 Open Major JBIDE-22921 2. RuntimeException below DomUtil.nodeToString (thrown in SerializerBase.getNamespaceURI) 39 Open Major JBIDE-22918 3. HIDDEN below VpvDefaultTemplate.create (thrown in CoreDocumentImpl.createElement) 14 Open Major JBIDE-22917 4. SWTException below VpeEditorPart.setFocus (thrown in Widget.checkWidget) 14 Open Major JBIDE-22926 5. SWTException below NavigationUtil.navigateToVisual (thrown in WebBrowser$EvaluateFunction.function) 13 Open Major JBIDE-22919 6. HIDDEN below VpvDefaultTemplate.create (thrown in CoreDocumentImpl.createAttribute) 9 Open Major JBIDE-22917 7. NullPointerException in VpePreviewDomBuilder.createNode 5 Open Major JBIDE-22929 8. ClassCastException in FileUtil.getJavaProject 2 Open Major JBIDE-22928 9. IllegalArgumentException below VpvPreview.createPartControl (thrown in Widget.checkParent) 2 Open Major JBIDE-22947 10. NullPointerException in EditAttributesAction.createExtendedProperties 2 New Major - 11. NullPointerException in VpvEditor.formRequestToServer 2 Open Major JBIDE-22946 12. NullPointerException in VpvEditorController.init 2 Open Major JBIDE-22948 13. NullPointerException in XulRunnerErrorWrapper.showError 2 Open Major JBIDE-22945 14. NullPointerException in XPCOM.queryInterface 1 New Major - Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 7 Unresolved: 39 ------------------------------------------------------------------------ Project Web Services Top new problems (last 7 days): Summary Reporters Status Severity Bug 1. NoClassDefFoundError below JdtUtils.resolveType (thrown in BuildPathManager.getSavedContainer) 1 New Major - 2. NullPointerException below UriMappingsContentProvider$1.run (thrown in JEE5ContentProvider.getCachedContentProvider) 1 New Major - 3. NullPointerException below UriMappingsContentProvider$1.run (thrown in ModelProviderManager.getModelProvider) 1 New Major - 4. NullPointerException below UriMappingsContentProvider$1.run (thrown in WebAppProvider.getImage) 1 New Major - 5. SAXParseException below WtpUtils.evaluateXPathExpression (thrown in DOMParser.parse) 1 New Major - Top unresolved, active problems (last month): Summary Reporters Status Severity Bug 1. JavaModelException below JdtUtils.findDeclaringNode (thrown in JavaElement.newNotPresentException) 160 Pull Request Sent Major JBIDE-22896 2. ConcurrentModificationException below JaxrsMetamodel.getProblemSeverity (thrown in HashMap$HashIterator.nextNode) 78 Open Major JBIDE-22331 3. NullPointerException below SocketProposalComputer.computeCompletionProposals (thrown in BasicFeatureMap.contains) 74 Open Major JBIDE-22338 4. NullPointerException in JaxrsMarkerResolutionGenerator.findJaxrsElement 67 Open Major JBIDE-22335 5. NullPointerException below SocketProposalComputer.computeCompletionProposals (thrown in BasicFeatureMap.remove) 65 Open Major JBIDE-22337 6. JavaModelException below JdtUtils.resolveType (thrown in JavaElement.newJavaModelException) 59 Open Major JBIDE-22332 7. HIDDEN below WtpUtils.evaluateXPathExpression (thrown in DOMParser.parse) 55 Open Major JBIDE-22333 8. ConcurrentModificationException below JaxrsMetamodel.getAllEndpoints (thrown in HashMap$HashIterator.nextNode) 45 Open Major JBIDE-22345 9. NullPointerException in JaxRsConfigurator.canConfigure 27 New Major - 10. NullPointerException below UriMappingsContentProvider$1.run (thrown in ItemTreeStateProviderManager.getChildren) 24 New Major - 11. NullPointerException in JdtUtils.findSubtypes 23 Open Major JBIDE-22334 12. ResourceException below JaxrsMetamodelValidator.removeMarkers (thrown in Resource.checkExists) 14 Open Major JBIDE-22339 13. NullPointerException below UriMappingsContentProvider$1.run (thrown in JEE5ModelProvider.createModelResource) 13 Open Major JBIDE-22343 14. NullPointerException in JBossWSPropertyPage.createContents 9 New Major - 15. NullPointerException in JdtUtils.resolveTypeArguments 9 Pull Request Sent Major JBIDE-22347 16. ConcurrentModificationException below SocketProposalComputer.computeCompletionProposals (thrown in FeatureMapUtil$BasicFeatureEIterator.checkModCount) 7 Open Major JBIDE-22349 17. FileNotFoundException below WtpUtils.evaluateXPathExpression (thrown in FileInputStream.open0) 7 New Major - 18. NullPointerException below SocketProposalComputer.computeCompletionProposals (thrown in AnnotationsCoreProcessorFactory.getProcessorFor) 7 New Major - 19. NullPointerException below SocketProposalComputer.computeCompletionProposals (thrown in EJBAnnotationReader.processRemoveBean) 7 New Major - 20. ConcurrentModificationException below JaxrsResource.createWorkingCopy (thrown in HashMap$HashIterator.nextNode) 6 Open Major JBIDE-22344 Project Life-time Resolution Statistics Problem Resolutions Count Log Message: 1 Unresolved: 106 -- You are receiving this email because you are subscribed to digest of All JBoss Tools Projects. To alter your subscriptions, contact your administrator. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160926/469ef69e/attachment-0001.html From oantony at outlook.com Mon Sep 26 03:12:24 2016 From: oantony at outlook.com (O. Antony) Date: Mon, 26 Sep 2016 07:12:24 +0000 Subject: [jbosstools-dev] JBoss Application Development Tutorial In-Reply-To: References: Message-ID: Hello Team, I am learning to build enterprise application using JBoss Application Server. I am looking for the best tutorials to aid me in learning this. Would you advise me on the best tutorials, either videos or books, for this. Thank you. Antony Otieno From nboldt at redhat.com Tue Sep 27 20:00:24 2016 From: nboldt at redhat.com (Nick Boldt) Date: Tue, 27 Sep 2016 20:00:24 -0400 Subject: [jbosstools-dev] FYI - splitting up the "common/jst/core" component in JIRA Message-ID: FYI Tonight, I ... * created JBIDE > foundation (Rob as owner) * created JBDS > foundation (Rob as owner) * created JBIDE > jst (Alexey as owner) * created JBDS > jst (Alexey as owner) * renamed JBIDE > common/jst/core to common (and updated description: "Issues related to https://github.com/jbosstools/jbosstools-base/tree/master/common. For jst issues, see jst component. For core, see foundation component") (Alexey as owner) * created JBDS > common (with description: "Issues related to https://github.com/jbosstools/jbosstools-base/tree/master/common. For jst issues, see jst component. For core, see foundation component") (Alexey as owner) ref: https://issues.jboss.org/browse/JBIDE-23157 -- Nick Boldt :: JBoss by Red Hat Productization Lead :: JBoss Tools & Dev Studio http://nick.divbyzero.com From mistria at redhat.com Wed Sep 28 01:36:01 2016 From: mistria at redhat.com (Mickael Istria) Date: Wed, 28 Sep 2016 07:36:01 +0200 Subject: [jbosstools-dev] FYI - splitting up the "common/jst/core" component in JIRA In-Reply-To: References: Message-ID: <465735ef-e8ef-d511-35b2-63b63553bd18@redhat.com> Hi, Having "jst" separated makes things clearer IMHO. However, I find a bit tricky to understand the distinction between "foundation" and "common", and I also question the need to have a distinction. Cheers, -- Mickael Istria Eclipse developer for Red Hat Developers My blog - My Tweets -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160928/6c89db58/attachment.html From marcel.bruch at codetrails.com Wed Sep 28 06:11:13 2016 From: marcel.bruch at codetrails.com (Marcel Bruch) Date: Wed, 28 Sep 2016 12:11:13 +0200 Subject: [jbosstools-dev] [aeri] ask your questions about AERI directly from the web site Message-ID: <6D764907-1A74-41B6-9496-630ECCCCCAFC@codetrails.com> Hi jbosstools-dev, we recently integrated a chat app to Ctrlflow Automated Error Reporting (see bottom right of the screenshot below). In case you have any question, please do not hesitate to use it. We are happy to answer any questions you may have there. FWIW, in case we are not available, we?ll get back to you by email as soon as possible. Best regards, Marcel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160928/f891c952/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: Screen Shot 2016-09-28 at 12.01.11.png Type: image/png Size: 158666 bytes Desc: not available Url : http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160928/f891c952/attachment-0001.png From jmaury at redhat.com Wed Sep 28 06:20:46 2016 From: jmaury at redhat.com (Jean-Francois Maury) Date: Wed, 28 Sep 2016 12:20:46 +0200 Subject: [jbosstools-dev] [aeri] ask your questions about AERI directly from the web site In-Reply-To: <6D764907-1A74-41B6-9496-630ECCCCCAFC@codetrails.com> References: <6D764907-1A74-41B6-9496-630ECCCCCAFC@codetrails.com> Message-ID: Nice Jeff Le 28 sept. 2016 12:11, "Marcel Bruch" a ?crit : > Hi jbosstools-dev, > > we recently integrated a chat app to Ctrlflow Automated Error Reporting > (see bottom right of the screenshot below). In case you have any question, > please do not hesitate to use it. We are happy to answer any questions you > may have there. FWIW, in case we are not available, we?ll get back to you > by email as soon as possible. > > Best regards, > Marcel > > > > > _______________________________________________ > jbosstools-dev mailing list > jbosstools-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jbosstools-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160928/3fd12bd3/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: Screen Shot 2016-09-28 at 12.01.11.png Type: image/png Size: 158666 bytes Desc: not available Url : http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160928/3fd12bd3/attachment-0001.png From alkazako at redhat.com Wed Sep 28 08:44:58 2016 From: alkazako at redhat.com (Alexey Kazakov) Date: Wed, 28 Sep 2016 05:44:58 -0700 Subject: [jbosstools-dev] FYI - splitting up the "common/jst/core" component in JIRA In-Reply-To: <465735ef-e8ef-d511-35b2-63b63553bd18@redhat.com> References: <465735ef-e8ef-d511-35b2-63b63553bd18@redhat.com> Message-ID: <6dcd30ba-27bb-8710-4066-cf48f06ab199@redhat.com> They are historically two different components. Bit part of common is our old and big XModel stuff. As far as I remember this was the main reason why we created a new lightweight component to collect some basic stuff with public API - foundation. Thanks. On 09/27/2016 10:36 PM, Mickael Istria wrote: > Hi, > > Having "jst" separated makes things clearer IMHO. > However, I find a bit tricky to understand the distinction between > "foundation" and "common", and I also question the need to have a > distinction. > > Cheers, > -- > Mickael Istria > Eclipse developer for Red Hat Developers > My blog - My Tweets > > > > _______________________________________________ > jbosstools-dev mailing list > jbosstools-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jbosstools-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160928/31878ccb/attachment.html From mistria at redhat.com Wed Sep 28 08:50:47 2016 From: mistria at redhat.com (Mickael Istria) Date: Wed, 28 Sep 2016 14:50:47 +0200 Subject: [jbosstools-dev] FYI - splitting up the "common/jst/core" component in JIRA In-Reply-To: <6dcd30ba-27bb-8710-4066-cf48f06ab199@redhat.com> References: <465735ef-e8ef-d511-35b2-63b63553bd18@redhat.com> <6dcd30ba-27bb-8710-4066-cf48f06ab199@redhat.com> Message-ID: Hi Alexey, On 09/28/2016 02:44 PM, Alexey Kazakov wrote: > > They are historically two different components. Bit part of common is > our old and big XModel stuff. As far as I remember this was the main > reason why we created a new lightweight component to collect some > basic stuff with public API - foundation. > Ok, so would it make sense to rename "common" to "XModel" by the way? Cheers, -- Mickael Istria Eclipse developer for Red Hat Developers My blog - My Tweets -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160928/003bf1bf/attachment.html From nboldt at redhat.com Wed Sep 28 08:55:48 2016 From: nboldt at redhat.com (Nick Boldt) Date: Wed, 28 Sep 2016 08:55:48 -0400 Subject: [jbosstools-dev] ACTION REQUIRED: Issue Triage: 35 unresolved issues with fixversion AM1 Message-ID: There are 35 unresolved issues with a fixversion of 4.4.2.AM1 / 10.2.0.AM1. https://issues.jboss.org/issues/?jql=(project%20%3D%20JBIDE%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%20%2212330955%22)%20or%20(project%20%3D%20JBDS%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%20%2212330972%22) Please resolve them or move them to AM2. -- Nick Boldt :: JBoss by Red Hat Productization Lead :: JBoss Tools & Dev Studio http://nick.divbyzero.com From nboldt at redhat.com Wed Sep 28 10:23:01 2016 From: nboldt at redhat.com (Nick Boldt) Date: Wed, 28 Sep 2016 10:23:01 -0400 Subject: [jbosstools-dev] Proposed 4.61.0.AM1-SNAPSHOT target platform change(s): Update to latest upstream Neon.1 version(s) In-Reply-To: <20160923172513.1D7DB1A57C62@vmg104.hosts.mwqe.eng.bos.redhat.com> References: <20160923172513.1D7DB1A57C62@vmg104.hosts.mwqe.eng.bos.redhat.com> Message-ID: As there have been no objections, I've updated the 4.42.AM1-SNAPSHOT parent pom to start building with the new 4.61.0.AM1-SNAPSHOT target platform. See https://issues.jboss.org/browse/JBIDE-22581 for details. If you encounter any problems please open a new JIRA and link it from JBIDE-22581 so I can track it. Note too that I've moved some TP update process-related issues to a new Epic, https://issues.jboss.org/browse/JBIDE-23272. On Fri, Sep 23, 2016 at 1:25 PM, Hudson wrote: > Here is a proposal for change(s) to the JBoss Tools / Red Hat JBoss Developer Studio / Red Hat Central target platforms. > > Affected Versions: > > jbosstools 4.4.2.AM2-SNAPSHOT > devstudio 10.2.0.AM2-SNAPSHOT > > jbt/ds TPs 4.61.0.AM1-SNAPSHOT > central TPs 4.61.0.AM1-SNAPSHOT > > Detail / Summary: > > Update to latest upstream Neon.1 version(s) > > Related JIRA(s): > > https://issues.jboss.org/browse/JBIDE-22581 > > Pull Request(s): > > https://github.com/jbosstools/jbosstools-target-platforms/commit/6ee094a48dee768f1a56c03ecbdf24572cf796b7 > https://github.com/jbosstools/jbosstools-target-platforms/commit/febd6ea41239e8936b75d34781c38ccf60eb79c1 > https://github.com/jbosstools/jbosstools-target-platforms/commit/22ed4b3f173ce14b7e4eb4a3ed8b4f67fc9bba4e > https://github.com/jbosstools/jbosstools-discovery/pull/336 > > p2diff Report(s): > > http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstoolstargetplatformrequirements-create-diff/16 > > ---------- > > Please review the above changes, as they will be applied as soon as possible - > usually within 48 hours for big changes, or 2 hours for simple version bumps. > > You can use the following to build & test the target platforms locally against > your component(s). > > Build target-platform: > > cd /path/to/jbosstools-target-platforms > git fetch origin pull//head && git checkout FETCH_HEAD > # or, using hub for git > git checkout > > mvn clean install -f jbosstools/multiple/pom.xml > > Then, to test the new multiple target platform against your component's build: > > cd /path/to/your/jbosstools-component > > mvn clean verify -Dtpc.version=4.61.0.AM1-SNAPSHOT -Dtpc.targetKind=multiple > > For Central, fetch sources from jbosstools-discovery, then build as above. > > ---------- > Here is a proposal for change(s) to the JBoss Tools / Red Hat JBoss Developer Studio / Red Hat Central target platforms. > > Affected Versions: > > jbosstools 4.4.2.AM2-SNAPSHOT > devstudio 10.2.0.AM2-SNAPSHOT > > jbt/ds TPs 4.61.0.AM1-SNAPSHOT > central TPs 4.61.0.AM1-SNAPSHOT > > Detail / Summary: > > Update to latest upstream Neon.1 version(s) > > Related JIRA(s): > > https://issues.jboss.org/browse/JBIDE-22581 > > Pull Request(s): > > https://github.com/jbosstools/jbosstools-target-platforms/commit/6ee094a48dee768f1a56c03ecbdf24572cf796b7 > https://github.com/jbosstools/jbosstools-target-platforms/commit/febd6ea41239e8936b75d34781c38ccf60eb79c1 > https://github.com/jbosstools/jbosstools-target-platforms/commit/22ed4b3f173ce14b7e4eb4a3ed8b4f67fc9bba4e > https://github.com/jbosstools/jbosstools-discovery/pull/336 > > p2diff Report(s): > > http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstoolstargetplatformrequirements-create-diff/16 > > ---------- > > Please review the above changes, as they will be applied as soon as possible - > usually within 48 hours for big changes, or 2 hours for simple version bumps. > > You can use the following to build & test the target platforms locally against > your component(s). > > Build target-platform: > > cd /path/to/jbosstools-target-platforms > git fetch origin pull//head && git checkout FETCH_HEAD > # or, using hub for git > git checkout > > mvn clean install -f jbosstools/multiple/pom.xml > > Then, to test the new multiple target platform against your component's build: > > cd /path/to/your/jbosstools-component > > mvn clean verify -Dtpc.version=4.61.0.AM1-SNAPSHOT -Dtpc.targetKind=multiple > > For Central, fetch sources from jbosstools-discovery, then build as above. > > ---------- -- Nick Boldt :: JBoss by Red Hat Productization Lead :: JBoss Tools & Dev Studio http://nick.divbyzero.com From alkazako at redhat.com Wed Sep 28 12:17:17 2016 From: alkazako at redhat.com (Alexey Kazakov) Date: Wed, 28 Sep 2016 09:17:17 -0700 Subject: [jbosstools-dev] FYI - splitting up the "common/jst/core" component in JIRA In-Reply-To: References: <465735ef-e8ef-d511-35b2-63b63553bd18@redhat.com> <6dcd30ba-27bb-8710-4066-cf48f06ab199@redhat.com> Message-ID: On 09/28/2016 05:50 AM, Mickael Istria wrote: > Hi Alexey, > > On 09/28/2016 02:44 PM, Alexey Kazakov wrote: >> >> They are historically two different components. Bit part of common is >> our old and big XModel stuff. As far as I remember this was the main >> reason why we created a new lightweight component to collect some >> basic stuff with public API - foundation. >> > Ok, so would it make sense to rename "common" to "XModel" by the way? It's not XModel only. It also contains other stuff like our validation framework, java model stuff we widely used in cdk/jsf/etc and a lot of utilities. Common and Foundation are just two different components owned and maintained by different people. It's not optimal but this is how it works now. > > Cheers, > -- > Mickael Istria > Eclipse developer for Red Hat Developers > My blog - My Tweets > > > > _______________________________________________ > jbosstools-dev mailing list > jbosstools-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jbosstools-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160928/373acfdb/attachment.html From alkazako at redhat.com Wed Sep 28 13:24:39 2016 From: alkazako at redhat.com (Alexey Kazakov) Date: Wed, 28 Sep 2016 10:24:39 -0700 Subject: [jbosstools-dev] Do we still need Xulrunner in Devstudio? In-Reply-To: References: Message-ID: <70411afc-f2b7-c67d-31a9-f215e91cd14d@redhat.com> Adding jbosstools-dev Yes, Ilya is correct. We tried to remove VPE and Xulrunner but got immediate feedback from users that it's an important feature. Does having VPE/Xulrunner in devstudio causes any problem? If so please speak up. Otherwise we are planing to continue to include VPE and Xulrunner in JBossTools/devstudio. Thanks. On 09/28/2016 09:22 AM, Ilya Buziuk wrote: > CC: Max Andersen & Alexey Kazakov > > On Wed, Sep 28, 2016 at 6:19 PM, Ilya Buziuk > wrote: > > Actually, we planned to remove xulrunner and deprecate VPE some > time ago and leave only VPV as a WYSIWYG html editor. However, as > soon as we gave a shout out about this on tools.jboss.org > the first comment was: > > Nice. The reason I used JBoss Tools was the Visual Editor for > JSF, especially for the Visual parts, which was not perfect > but was good enough to have it. Will you have alternatives for > that ? [1] > > > It was decided that we need to slow down with this process. I can > not say if it is a high time for doing this assuming that some > people actually use it. Furthermore, some people treat it as a > killer feature for JSF that only one IDE is providing. So, we need > to think twice before doing it. > > [1] > http://tools.jboss.org/blog/2015-04-02-devstudio-8.1.0.GA-for-luna.html > > > On Wed, Sep 28, 2016 at 5:40 PM, Nick Boldt > wrote: > > On the Eclipse team call today, the question of why we need > Xulrunner > was brought up again. > > As I understand it, the only reason we still include Xulrunner > is for > the Visual Page Editor. But Alex pointed out today that > Xulrunner only > works on GTK2, which means a user has to explicity disable GTK3 in > order for Xulrunner to be used, as these days GTK3 is the > default OOTB > implementation on the platforms we support (Fedora 24/25, RHEL7, > etc.). > > So... is it time to remove Xulrunner from the Devstudio > dependencies, > if most people are not even seeing it used? > > Alex suggested it might be useful to set up a call to discuss > this in > more depth. Is there a good time tomorrow or Friday you guys would > like to meet to discuss this, if it can't be resolved > asynchronously > via email? > > Whatever we decide here, we should make sure we announce this > on the > jbosstools-dev@ list. > > -- > Nick Boldt :: JBoss by Red Hat > Productization Lead :: JBoss Tools & Dev Studio > http://nick.divbyzero.com > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160928/ac05d799/attachment-0001.html From nboldt at redhat.com Wed Sep 28 14:27:49 2016 From: nboldt at redhat.com (Nick Boldt) Date: Wed, 28 Sep 2016 14:27:49 -0400 Subject: [jbosstools-dev] Do we still need Xulrunner in Devstudio? In-Reply-To: References: <70411afc-f2b7-c67d-31a9-f215e91cd14d@redhat.com> Message-ID: Just to be clear... Is the feedback coming from CUSTOMERS or from community? If the latter, then maybe we can remove it since we don't necessarily derive customer value from it. (I realize community is important, but maybe we need to get them to step up and contribute to a performant WebKit version?) On Sep 28, 2016 1:24 PM, "Alexey Kazakov" wrote: Adding jbosstools-dev Yes, Ilya is correct. We tried to remove VPE and Xulrunner but got immediate feedback from users that it's an important feature. Does having VPE/Xulrunner in devstudio causes any problem? If so please speak up. Otherwise we are planing to continue to include VPE and Xulrunner in JBossTools/devstudio. Thanks. On 09/28/2016 09:22 AM, Ilya Buziuk wrote: CC: Max Andersen & Alexey Kazakov On Wed, Sep 28, 2016 at 6:19 PM, Ilya Buziuk wrote: > Actually, we planned to remove xulrunner and deprecate VPE some time ago > and leave only VPV as a WYSIWYG html editor. However, as soon as we gave a > shout out about this on tools.jboss.org the first comment was: > > Nice. The reason I used JBoss Tools was the Visual Editor for JSF, >> especially for the Visual parts, which was not perfect but was good enough >> to have it. Will you have alternatives for that ? [1] > > > It was decided that we need to slow down with this process. I can not say > if it is a high time for doing this assuming that some people actually use > it. Furthermore, some people treat it as a killer feature for JSF that only > one IDE is providing. So, we need to think twice before doing it. > > [1] http://tools.jboss.org/blog/2015-04-02-devstudio-8.1.0. > GA-for-luna.html > > On Wed, Sep 28, 2016 at 5:40 PM, Nick Boldt wrote: > >> On the Eclipse team call today, the question of why we need Xulrunner >> was brought up again. >> >> As I understand it, the only reason we still include Xulrunner is for >> the Visual Page Editor. But Alex pointed out today that Xulrunner only >> works on GTK2, which means a user has to explicity disable GTK3 in >> order for Xulrunner to be used, as these days GTK3 is the default OOTB >> implementation on the platforms we support (Fedora 24/25, RHEL7, >> etc.). >> >> So... is it time to remove Xulrunner from the Devstudio dependencies, >> if most people are not even seeing it used? >> >> Alex suggested it might be useful to set up a call to discuss this in >> more depth. Is there a good time tomorrow or Friday you guys would >> like to meet to discuss this, if it can't be resolved asynchronously >> via email? >> >> Whatever we decide here, we should make sure we announce this on the >> jbosstools-dev@ list. >> >> -- >> Nick Boldt :: JBoss by Red Hat >> Productization Lead :: JBoss Tools & Dev Studio >> http://nick.divbyzero.com >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160928/3ae51d56/attachment.html From alkazako at redhat.com Wed Sep 28 14:36:37 2016 From: alkazako at redhat.com (Alexey Kazakov) Date: Wed, 28 Sep 2016 11:36:37 -0700 Subject: [jbosstools-dev] Do we still need Xulrunner in Devstudio? In-Reply-To: References: <70411afc-f2b7-c67d-31a9-f215e91cd14d@redhat.com> Message-ID: Community as far as I remember. But again, what problem are we trying to solve by removing Xulrunner? On 09/28/2016 11:27 AM, Nick Boldt wrote: > > Just to be clear... Is the feedback coming from CUSTOMERS or from > community? If the latter, then maybe we can remove it since we don't > necessarily derive customer value from it. > > (I realize community is important, but maybe we need to get them to > step up and contribute to a performant WebKit version?) > > > On Sep 28, 2016 1:24 PM, "Alexey Kazakov" > wrote: > > Adding jbosstools-dev > > Yes, Ilya is correct. We tried to remove VPE and Xulrunner but got > immediate feedback from users that it's an important feature. Does > having VPE/Xulrunner in devstudio causes any problem? If so please > speak up. Otherwise we are planing to continue to include VPE and > Xulrunner in JBossTools/devstudio. > > Thanks. > > > On 09/28/2016 09:22 AM, Ilya Buziuk wrote: >> CC: Max Andersen & Alexey Kazakov >> >> On Wed, Sep 28, 2016 at 6:19 PM, Ilya Buziuk > > wrote: >> >> Actually, we planned to remove xulrunner and deprecate VPE >> some time ago and leave only VPV as a WYSIWYG html editor. >> However, as soon as we gave a shout out about this on >> tools.jboss.org the first comment was: >> >> Nice. The reason I used JBoss Tools was the Visual Editor >> for JSF, especially for the Visual parts, which was not >> perfect but was good enough to have it. Will you have >> alternatives for that ? [1] >> >> >> It was decided that we need to slow down with this process. I >> can not say if it is a high time for doing this assuming that >> some people actually use it. Furthermore, some people treat >> it as a killer feature for JSF that only one IDE is >> providing. So, we need to think twice before doing it. >> >> [1] >> http://tools.jboss.org/blog/2015-04-02-devstudio-8.1.0.GA-for-luna.html >> >> >> On Wed, Sep 28, 2016 at 5:40 PM, Nick Boldt >> > wrote: >> >> On the Eclipse team call today, the question of why we >> need Xulrunner >> was brought up again. >> >> As I understand it, the only reason we still include >> Xulrunner is for >> the Visual Page Editor. But Alex pointed out today that >> Xulrunner only >> works on GTK2, which means a user has to explicity >> disable GTK3 in >> order for Xulrunner to be used, as these days GTK3 is the >> default OOTB >> implementation on the platforms we support (Fedora 24/25, >> RHEL7, >> etc.). >> >> So... is it time to remove Xulrunner from the Devstudio >> dependencies, >> if most people are not even seeing it used? >> >> Alex suggested it might be useful to set up a call to >> discuss this in >> more depth. Is there a good time tomorrow or Friday you >> guys would >> like to meet to discuss this, if it can't be resolved >> asynchronously >> via email? >> >> Whatever we decide here, we should make sure we announce >> this on the >> jbosstools-dev@ list. >> >> -- >> Nick Boldt :: JBoss by Red Hat >> Productization Lead :: JBoss Tools & Dev Studio >> http://nick.divbyzero.com >> >> >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160928/85982169/attachment.html From ibuziuk at redhat.com Thu Sep 29 06:28:29 2016 From: ibuziuk at redhat.com (Ilya Buziuk) Date: Thu, 29 Sep 2016 12:28:29 +0200 Subject: [jbosstools-dev] Do we still need Xulrunner in Devstudio? In-Reply-To: <409698381.287442.1475129260336.JavaMail.zimbra@redhat.com> References: <361711410.204293.1475080951990.JavaMail.zimbra@redhat.com> <404432717.286973.1475129082420.JavaMail.zimbra@redhat.com> <409698381.287442.1475129260336.JavaMail.zimbra@redhat.com> Message-ID: Hi, Aleksandr Alexey has already moved this discussion to jbosstools-dev. Unfortunately, I do not have Webkit POC ready to hand, but I think I remember the approach. Basically, the WebKit based transformation was done via SWT BrowserFunction[1] and the performance was much worse in comparison with the DOM API. If you want to figure out how the current Xulrunner based implementation work, you should probably start with tests[2] that cover things like mapping between source jsf / jsp tags and visual part via DOM API. However, I still want to put my 2 cents in this discussion. Let's face the bullet - JSF is dying technology, and spending any time on new development is simply nonsensical IMO. Even if eventually a better WebKit based VPE will be created (which is doubtful because it was developed by big team ~ 10 developers for a couple of years) it will have very little value for both community and business. For now the only request from the community was - "please, leave it as is". If SWT will drop GTK 2 support than we will have to deprecate it on this Linux. But it worth mentioning that all Linux distros are just a couple of percents of the tools user base and our target audience ~ 85 - 90 % is Windows developers. For me it is also not clear why it is important to deprecate it right now ? We already had this discussion and decided not to do it in 2015, so I can not come up with a reason why should it be done in 2016. Just to be clear, I am not against deprecation, I am just saying that we should think twice before doing it and get some agreement about Xulrunner future, so that we will not be returning to this discussion again and again. [1] http://help.eclipse.org/kepler/index.jsp?topic=%2Forg. eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fswt%2Fbrowser% 2FBrowserFunction.html [2] https://github.com/jbosstools/jbosstools-vpe/blob/master/tests/org.jboss.tools.vpe.base.test/src/org/jboss/tools/vpe/base/test/VpeTest.java#L340 On Thu, Sep 29, 2016 at 8:07 AM, Aleksandar Kurtakov wrote: > Adding Max and Alexey (maybe we should move to the mailing list?) and > dropping Jeff to not spam him. > > ----- Original Message ----- > > From: "Aleksandar Kurtakov" > > To: "Ilya Buziuk" > > Cc: "Nick Boldt" , "Leo Ufimtsev" < > lufimtse at redhat.com>, "Jeff Johnston" > > Sent: Thursday, 29 September, 2016 9:04:42 AM > > Subject: Re: Do we still need Xulrunner in Devstudio? > > > > > > > > ----- Original Message ----- > > > From: "Ilya Buziuk" > > > To: "Aleksandar Kurtakov" > > > Cc: "Nick Boldt" , "Leo Ufimtsev" < > lufimtse at redhat.com>, > > > "Jeff Johnston" > > > Sent: Wednesday, 28 September, 2016 8:23:47 PM > > > Subject: Re: Do we still need Xulrunner in Devstudio? > > > > > > Basically, jsf tags can not be displayed as-is and be parsed correctly > in > > > browser like html, due to the fact that it is server side technology. > So, > > > the algorithm for VPE is the following: the content is rendered and > all > > > jsf tags are parsed through a set of templates via the native DOM API > which > > > is available only in particular older versions of XULRunner. So, in > order > > > to use Webkit or other engine and migrate all VPE features, > reimplementing > > > all of those temlpate transformations is required. Plus not to forget > the > > > performance thing - processing might take a long time (I think we had > some > > > WebKit POC but performance was just unacceptable). This is not a > trivial > > > task at all and I do believe that we have no resources for doing it - > VPE > > > component's code base is one of the biggest (if not the biggest) across > > > tools. > > > > That's exactly the kind of info I was looking for. Can you point me to > the > > transformations used for the xulrunner? Sorry for being lazy but it's > > foreing land for me so I would rather not lose time lurking around. > > Do you have a pointer to the WebKit POC? It might be interested to reach > out > > to the desktop team (there is webkit developer there) with all the info > so > > maybe they can hint us how to achieve what's needed if latest webkit > doesn't > > fullfill the needs. > > > > > In a nutshell - after reimplementing there will be the same, or less > > > powerful, VPE with more bugs and poor performance. > > > > That might be true now but you should think a bit further in time. In > the not > > so distant future (2018 release most probably, if not 2019 for sure) SWT > > itself will drop support for running on GTK 2.x and that would be > > effectively the end of this plugin if no action taken. > > > > > > > > > > On Wed, Sep 28, 2016 at 6:42 PM, Aleksandar Kurtakov < > akurtako at redhat.com> > > > wrote: > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > From: "Ilya Buziuk" > > > > > To: "Nick Boldt" > > > > > Cc: "Aleksandar Kurtakov" , "Leo Ufimtsev" < > > > > lufimtse at redhat.com>, "Jeff Johnston" > > > > > > > > > > Sent: Wednesday, 28 September, 2016 7:19:24 PM > > > > > Subject: Re: Do we still need Xulrunner in Devstudio? > > > > > > > > > > Actually, we planned to remove xulrunner and deprecate VPE some > time > > > > > ago > > > > > and leave only VPV as a WYSIWYG html editor. > > > > As someone not familiar with the topic I don't see xulrunner and VPE > > > > deprecation that closely coupled. What is the reason for that? What's > > > > preventing to achieve it with webkit? Do you extend SWT Browser API > > > > somehow? > > > > Please give all the details you can think of so I can get better > > > > understanding of the issue/reasons. > > > > > > > > > However, as soon as we gave a > > > > > shout out about this on tools.jboss.org the first comment was: > > > > > > > > > > Nice. The reason I used JBoss Tools was the Visual Editor for JSF, > > > > > > especially for the Visual parts, which was not perfect but was > good > > > > enough > > > > > > to have it. Will you have alternatives for that ? [1] > > > > > > > > > > > > > > > It was decided that we need to slow down with this process. I can > not > > > > > say > > > > > if it is a high time for doing this assuming that some people > actually > > > > use > > > > > it. Furthermore, some people treat it as a killer feature for JSF > that > > > > only > > > > > one IDE is providing. So, we need to think twice before doing it. > > > > > > > > > > [1] http://tools.jboss.org/blog/2015-04-02-devstudio-8.1.0.GA- > > > > for-luna.html > > > > > > > > > > On Wed, Sep 28, 2016 at 5:40 PM, Nick Boldt > wrote: > > > > > > > > > > > On the Eclipse team call today, the question of why we need > Xulrunner > > > > > > was brought up again. > > > > > > > > > > > > As I understand it, the only reason we still include Xulrunner > is for > > > > > > the Visual Page Editor. But Alex pointed out today that Xulrunner > > > > > > only > > > > > > works on GTK2, which means a user has to explicity disable GTK3 > in > > > > > > order for Xulrunner to be used, as these days GTK3 is the default > > > > > > OOTB > > > > > > implementation on the platforms we support (Fedora 24/25, RHEL7, > > > > > > etc.). > > > > > > > > > > > > So... is it time to remove Xulrunner from the Devstudio > dependencies, > > > > > > if most people are not even seeing it used? > > > > > > > > > > > > Alex suggested it might be useful to set up a call to discuss > this in > > > > > > more depth. Is there a good time tomorrow or Friday you guys > would > > > > > > like to meet to discuss this, if it can't be resolved > asynchronously > > > > > > via email? > > > > > > > > > > > > Whatever we decide here, we should make sure we announce this on > the > > > > > > jbosstools-dev@ list. > > > > > > > > > > > > -- > > > > > > Nick Boldt :: JBoss by Red Hat > > > > > > Productization Lead :: JBoss Tools & Dev Studio > > > > > > http://nick.divbyzero.com > > > > > > > > > > > > > > > > > > > -- > > > > Alexander Kurtakov > > > > Red Hat Eclipse team > > > > > > > > > > > -- > > Alexander Kurtakov > > Red Hat Eclipse team > > > > -- > Alexander Kurtakov > Red Hat Eclipse team > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160929/b12bc48a/attachment-0001.html From alkazako at redhat.com Thu Sep 29 09:33:00 2016 From: alkazako at redhat.com (Alexey Kazakov) Date: Thu, 29 Sep 2016 06:33:00 -0700 Subject: [jbosstools-dev] Do we still need Xulrunner in Devstudio? In-Reply-To: References: <361711410.204293.1475080951990.JavaMail.zimbra@redhat.com> <404432717.286973.1475129082420.JavaMail.zimbra@redhat.com> <409698381.287442.1475129260336.JavaMail.zimbra@redhat.com> Message-ID: <4c38f285-5eb4-8d65-6314-3b7f5dcdbe3b@redhat.com> It looks like I missed some discussion here. So, I'm repeating my question, why would we like to remove Xulrunner and/or deprecate VPE? Just want to understand if there is some real problem and our Xulrunner stuff blocks us to solve it or this is just for cleanness sake. Thanks. On 09/29/2016 03:28 AM, Ilya Buziuk wrote: > Hi, Aleksandr > Alexey has already moved this discussion to jbosstools-dev. > > Unfortunately, I do not have Webkit POC ready to hand, but I think I > remember the approach. Basically, the WebKit based transformation was > done via SWT BrowserFunction[1] and the performance was much worse > in comparison with the DOM API. If you want to figure out how the > current Xulrunner based implementation work, you should probably start > with tests[2] that cover things like mapping between source jsf / jsp > tags and visual part via DOM API. However, I still want to put my 2 > cents in this discussion. > > Let's face the bullet - JSF is dying technology, and spending any time > on new development is simply nonsensical IMO. Even if eventually a > better WebKit based VPE will be created (which is doubtful because it > was developed by big team ~ 10 developers for a couple of years) it > will have very little value for both community and business. For now > the only request from the community was - "please, leave it as is". > > If SWT will drop GTK 2 support than we will have to deprecate it on > this Linux. But it worth mentioning that all Linux distros are just a > couple of percents of the tools user base and our target audience ~ 85 > - 90 % is Windows developers. For me it is also not clear why it is > important to deprecate it right now ? We already had this discussion > and decided not to do it in 2015, so I can not come up with a reason > why should it be done in 2016. Just to be clear, I am not against > deprecation, I am just saying that we should think twice before doing > it and get some agreement about Xulrunner future, so that we will not > be returning to this discussion again and again. > [1] > http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fswt%2Fbrowser%2FBrowserFunction.html > > [2] > https://github.com/jbosstools/jbosstools-vpe/blob/master/tests/org.jboss.tools.vpe.base.test/src/org/jboss/tools/vpe/base/test/VpeTest.java#L340 > > > On Thu, Sep 29, 2016 at 8:07 AM, Aleksandar Kurtakov > > wrote: > > Adding Max and Alexey (maybe we should move to the mailing list?) > and dropping Jeff to not spam him. > > ----- Original Message ----- > > From: "Aleksandar Kurtakov" > > > To: "Ilya Buziuk" > > > Cc: "Nick Boldt" >, > "Leo Ufimtsev" >, > "Jeff Johnston" > > > Sent: Thursday, 29 September, 2016 9:04:42 AM > > Subject: Re: Do we still need Xulrunner in Devstudio? > > > > > > > > ----- Original Message ----- > > > From: "Ilya Buziuk" > > > > To: "Aleksandar Kurtakov" > > > > Cc: "Nick Boldt" >, "Leo Ufimtsev" >, > > > "Jeff Johnston" > > > > Sent: Wednesday, 28 September, 2016 8:23:47 PM > > > Subject: Re: Do we still need Xulrunner in Devstudio? > > > > > > Basically, jsf tags can not be displayed as-is and be parsed > correctly in > > > browser like html, due to the fact that it is server side > technology. So, > > > the algorithm for VPE is the following: the content is > rendered and all > > > jsf tags are parsed through a set of templates via the native > DOM API which > > > is available only in particular older versions of XULRunner. > So, in order > > > to use Webkit or other engine and migrate all VPE features, > reimplementing > > > all of those temlpate transformations is required. Plus not to > forget the > > > performance thing - processing might take a long time (I think > we had some > > > WebKit POC but performance was just unacceptable). This is not > a trivial > > > task at all and I do believe that we have no resources for > doing it - VPE > > > component's code base is one of the biggest (if not the > biggest) across > > > tools. > > > > That's exactly the kind of info I was looking for. Can you point > me to the > > transformations used for the xulrunner? Sorry for being lazy but > it's > > foreing land for me so I would rather not lose time lurking around. > > Do you have a pointer to the WebKit POC? It might be interested > to reach out > > to the desktop team (there is webkit developer there) with all > the info so > > maybe they can hint us how to achieve what's needed if latest > webkit doesn't > > fullfill the needs. > > > > > In a nutshell - after reimplementing there will be the same, > or less > > > powerful, VPE with more bugs and poor performance. > > > > That might be true now but you should think a bit further in > time. In the not > > so distant future (2018 release most probably, if not 2019 for > sure) SWT > > itself will drop support for running on GTK 2.x and that would be > > effectively the end of this plugin if no action taken. > > > > > > > > > > On Wed, Sep 28, 2016 at 6:42 PM, Aleksandar Kurtakov > > > > > wrote: > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > From: "Ilya Buziuk" > > > > > > To: "Nick Boldt" > > > > > > Cc: "Aleksandar Kurtakov" >, "Leo Ufimtsev" < > > > > lufimtse at redhat.com >, "Jeff > Johnston" > > > > > > > > > > > Sent: Wednesday, 28 September, 2016 7:19:24 PM > > > > > Subject: Re: Do we still need Xulrunner in Devstudio? > > > > > > > > > > Actually, we planned to remove xulrunner and deprecate VPE > some time > > > > > ago > > > > > and leave only VPV as a WYSIWYG html editor. > > > > As someone not familiar with the topic I don't see xulrunner > and VPE > > > > deprecation that closely coupled. What is the reason for > that? What's > > > > preventing to achieve it with webkit? Do you extend SWT > Browser API > > > > somehow? > > > > Please give all the details you can think of so I can get better > > > > understanding of the issue/reasons. > > > > > > > > > However, as soon as we gave a > > > > > shout out about this on tools.jboss.org > the first comment was: > > > > > > > > > > Nice. The reason I used JBoss Tools was the Visual Editor > for JSF, > > > > > > especially for the Visual parts, which was not perfect > but was good > > > > enough > > > > > > to have it. Will you have alternatives for that ? [1] > > > > > > > > > > > > > > > It was decided that we need to slow down with this > process. I can not > > > > > say > > > > > if it is a high time for doing this assuming that some > people actually > > > > use > > > > > it. Furthermore, some people treat it as a killer feature > for JSF that > > > > only > > > > > one IDE is providing. So, we need to think twice before > doing it. > > > > > > > > > > [1] > http://tools.jboss.org/blog/2015-04-02-devstudio-8.1.0.GA- > > > > > for-luna.html > > > > > > > > > > On Wed, Sep 28, 2016 at 5:40 PM, Nick Boldt > > wrote: > > > > > > > > > > > On the Eclipse team call today, the question of why we > need Xulrunner > > > > > > was brought up again. > > > > > > > > > > > > As I understand it, the only reason we still include > Xulrunner is for > > > > > > the Visual Page Editor. But Alex pointed out today that > Xulrunner > > > > > > only > > > > > > works on GTK2, which means a user has to explicity > disable GTK3 in > > > > > > order for Xulrunner to be used, as these days GTK3 is > the default > > > > > > OOTB > > > > > > implementation on the platforms we support (Fedora > 24/25, RHEL7, > > > > > > etc.). > > > > > > > > > > > > So... is it time to remove Xulrunner from the Devstudio > dependencies, > > > > > > if most people are not even seeing it used? > > > > > > > > > > > > Alex suggested it might be useful to set up a call to > discuss this in > > > > > > more depth. Is there a good time tomorrow or Friday you > guys would > > > > > > like to meet to discuss this, if it can't be resolved > asynchronously > > > > > > via email? > > > > > > > > > > > > Whatever we decide here, we should make sure we announce > this on the > > > > > > jbosstools-dev@ list. > > > > > > > > > > > > -- > > > > > > Nick Boldt :: JBoss by Red Hat > > > > > > Productization Lead :: JBoss Tools & Dev Studio > > > > > > http://nick.divbyzero.com > > > > > > > > > > > > > > > > > > > -- > > > > Alexander Kurtakov > > > > Red Hat Eclipse team > > > > > > > > > > > -- > > Alexander Kurtakov > > Red Hat Eclipse team > > > > -- > Alexander Kurtakov > Red Hat Eclipse team > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160929/e474afa6/attachment-0001.html From alkazako at redhat.com Thu Sep 29 10:53:47 2016 From: alkazako at redhat.com (Alexey Kazakov) Date: Thu, 29 Sep 2016 07:53:47 -0700 Subject: [jbosstools-dev] Do we still need Xulrunner in Devstudio? In-Reply-To: <1331593205.430987.1475156248602.JavaMail.zimbra@redhat.com> References: <361711410.204293.1475080951990.JavaMail.zimbra@redhat.com> <404432717.286973.1475129082420.JavaMail.zimbra@redhat.com> <409698381.287442.1475129260336.JavaMail.zimbra@redhat.com> <4c38f285-5eb4-8d65-6314-3b7f5dcdbe3b@redhat.com> <1331593205.430987.1475156248602.JavaMail.zimbra@redhat.com> Message-ID: <6dd48f43-c888-668d-c767-1bc05661d75c@redhat.com> On 09/29/2016 06:37 AM, Aleksandar Kurtakov wrote: > > ----- Original Message ----- >> From: "Alexey Kazakov" >> To: "Ilya Buziuk" , "Aleksandar Kurtakov" , "jbosstools-dev jbosstools-dev" >> >> Cc: "Max Rydahl Andersen" , "Nick Boldt" , "Leo Ufimtsev" >> >> Sent: Thursday, 29 September, 2016 4:33:00 PM >> Subject: Re: Do we still need Xulrunner in Devstudio? >> >> It looks like I missed some discussion here. So, I'm repeating my >> question, why would we like to remove Xulrunner and/or deprecate VPE? > The discussion started from xulrunner being usable only in GTK2 env when on RHEL 7 we support only GTK3. It would be really nice to not have recommendations to use GTK2 for using VPE as it would cause issues for other plugins. OK. So, removing VPE is not a solution for this anyway ;) Thanks. > >> Just want to understand if there is some real problem and our Xulrunner >> stuff blocks us to solve it or this is just for cleanness sake. >> >> Thanks. >> >> On 09/29/2016 03:28 AM, Ilya Buziuk wrote: >>> Hi, Aleksandr >>> Alexey has already moved this discussion to jbosstools-dev. >>> >>> Unfortunately, I do not have Webkit POC ready to hand, but I think I >>> remember the approach. Basically, the WebKit based transformation was >>> done via SWT BrowserFunction[1] and the performance was much worse >>> in comparison with the DOM API. If you want to figure out how the >>> current Xulrunner based implementation work, you should probably start >>> with tests[2] that cover things like mapping between source jsf / jsp >>> tags and visual part via DOM API. However, I still want to put my 2 >>> cents in this discussion. >>> >>> Let's face the bullet - JSF is dying technology, and spending any time >>> on new development is simply nonsensical IMO. Even if eventually a >>> better WebKit based VPE will be created (which is doubtful because it >>> was developed by big team ~ 10 developers for a couple of years) it >>> will have very little value for both community and business. For now >>> the only request from the community was - "please, leave it as is". >>> >>> If SWT will drop GTK 2 support than we will have to deprecate it on >>> this Linux. But it worth mentioning that all Linux distros are just a >>> couple of percents of the tools user base and our target audience ~ 85 >>> - 90 % is Windows developers. For me it is also not clear why it is >>> important to deprecate it right now ? We already had this discussion >>> and decided not to do it in 2015, so I can not come up with a reason >>> why should it be done in 2016. Just to be clear, I am not against >>> deprecation, I am just saying that we should think twice before doing >>> it and get some agreement about Xulrunner future, so that we will not >>> be returning to this discussion again and again. >>> [1] >>> http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fswt%2Fbrowser%2FBrowserFunction.html >>> >>> [2] >>> https://github.com/jbosstools/jbosstools-vpe/blob/master/tests/org.jboss.tools.vpe.base.test/src/org/jboss/tools/vpe/base/test/VpeTest.java#L340 >>> >>> >>> On Thu, Sep 29, 2016 at 8:07 AM, Aleksandar Kurtakov >>> > wrote: >>> >>> Adding Max and Alexey (maybe we should move to the mailing list?) >>> and dropping Jeff to not spam him. >>> >>> ----- Original Message ----- >>> > From: "Aleksandar Kurtakov" >> > >>> > To: "Ilya Buziuk" > >>> > Cc: "Nick Boldt" >, >>> "Leo Ufimtsev" >, >>> "Jeff Johnston" > >>> > Sent: Thursday, 29 September, 2016 9:04:42 AM >>> > Subject: Re: Do we still need Xulrunner in Devstudio? >>> > >>> > >>> > >>> > ----- Original Message ----- >>> > > From: "Ilya Buziuk" >> > >>> > > To: "Aleksandar Kurtakov" >> > >>> > > Cc: "Nick Boldt" >> >, "Leo Ufimtsev" >> >, >>> > > "Jeff Johnston" > >>> > > Sent: Wednesday, 28 September, 2016 8:23:47 PM >>> > > Subject: Re: Do we still need Xulrunner in Devstudio? >>> > > >>> > > Basically, jsf tags can not be displayed as-is and be parsed >>> correctly in >>> > > browser like html, due to the fact that it is server side >>> technology. So, >>> > > the algorithm for VPE is the following: the content is >>> rendered and all >>> > > jsf tags are parsed through a set of templates via the native >>> DOM API which >>> > > is available only in particular older versions of XULRunner. >>> So, in order >>> > > to use Webkit or other engine and migrate all VPE features, >>> reimplementing >>> > > all of those temlpate transformations is required. Plus not to >>> forget the >>> > > performance thing - processing might take a long time (I think >>> we had some >>> > > WebKit POC but performance was just unacceptable). This is not >>> a trivial >>> > > task at all and I do believe that we have no resources for >>> doing it - VPE >>> > > component's code base is one of the biggest (if not the >>> biggest) across >>> > > tools. >>> > >>> > That's exactly the kind of info I was looking for. Can you point >>> me to the >>> > transformations used for the xulrunner? Sorry for being lazy but >>> it's >>> > foreing land for me so I would rather not lose time lurking around. >>> > Do you have a pointer to the WebKit POC? It might be interested >>> to reach out >>> > to the desktop team (there is webkit developer there) with all >>> the info so >>> > maybe they can hint us how to achieve what's needed if latest >>> webkit doesn't >>> > fullfill the needs. >>> > >>> > > In a nutshell - after reimplementing there will be the same, >>> or less >>> > > powerful, VPE with more bugs and poor performance. >>> > >>> > That might be true now but you should think a bit further in >>> time. In the not >>> > so distant future (2018 release most probably, if not 2019 for >>> sure) SWT >>> > itself will drop support for running on GTK 2.x and that would be >>> > effectively the end of this plugin if no action taken. >>> > >>> > >>> > > >>> > > On Wed, Sep 28, 2016 at 6:42 PM, Aleksandar Kurtakov >>> > >>> > > wrote: >>> > > >>> > > > >>> > > > >>> > > > ----- Original Message ----- >>> > > > > From: "Ilya Buziuk" >> > >>> > > > > To: "Nick Boldt" >> > >>> > > > > Cc: "Aleksandar Kurtakov" >> >, "Leo Ufimtsev" < >>> > > > lufimtse at redhat.com >, "Jeff >>> Johnston" >>> > > > > > >>> > > > > Sent: Wednesday, 28 September, 2016 7:19:24 PM >>> > > > > Subject: Re: Do we still need Xulrunner in Devstudio? >>> > > > > >>> > > > > Actually, we planned to remove xulrunner and deprecate VPE >>> some time >>> > > > > ago >>> > > > > and leave only VPV as a WYSIWYG html editor. >>> > > > As someone not familiar with the topic I don't see xulrunner >>> and VPE >>> > > > deprecation that closely coupled. What is the reason for >>> that? What's >>> > > > preventing to achieve it with webkit? Do you extend SWT >>> Browser API >>> > > > somehow? >>> > > > Please give all the details you can think of so I can get better >>> > > > understanding of the issue/reasons. >>> > > > >>> > > > > However, as soon as we gave a >>> > > > > shout out about this on tools.jboss.org >>> the first comment was: >>> > > > > >>> > > > > Nice. The reason I used JBoss Tools was the Visual Editor >>> for JSF, >>> > > > > > especially for the Visual parts, which was not perfect >>> but was good >>> > > > enough >>> > > > > > to have it. Will you have alternatives for that ? [1] >>> > > > > >>> > > > > >>> > > > > It was decided that we need to slow down with this >>> process. I can not >>> > > > > say >>> > > > > if it is a high time for doing this assuming that some >>> people actually >>> > > > use >>> > > > > it. Furthermore, some people treat it as a killer feature >>> for JSF that >>> > > > only >>> > > > > one IDE is providing. So, we need to think twice before >>> doing it. >>> > > > > >>> > > > > [1] >>> http://tools.jboss.org/blog/2015-04-02-devstudio-8.1.0.GA- >>> >>> > > > for-luna.html >>> > > > > >>> > > > > On Wed, Sep 28, 2016 at 5:40 PM, Nick Boldt >>> > wrote: >>> > > > > >>> > > > > > On the Eclipse team call today, the question of why we >>> need Xulrunner >>> > > > > > was brought up again. >>> > > > > > >>> > > > > > As I understand it, the only reason we still include >>> Xulrunner is for >>> > > > > > the Visual Page Editor. But Alex pointed out today that >>> Xulrunner >>> > > > > > only >>> > > > > > works on GTK2, which means a user has to explicity >>> disable GTK3 in >>> > > > > > order for Xulrunner to be used, as these days GTK3 is >>> the default >>> > > > > > OOTB >>> > > > > > implementation on the platforms we support (Fedora >>> 24/25, RHEL7, >>> > > > > > etc.). >>> > > > > > >>> > > > > > So... is it time to remove Xulrunner from the Devstudio >>> dependencies, >>> > > > > > if most people are not even seeing it used? >>> > > > > > >>> > > > > > Alex suggested it might be useful to set up a call to >>> discuss this in >>> > > > > > more depth. Is there a good time tomorrow or Friday you >>> guys would >>> > > > > > like to meet to discuss this, if it can't be resolved >>> asynchronously >>> > > > > > via email? >>> > > > > > >>> > > > > > Whatever we decide here, we should make sure we announce >>> this on the >>> > > > > > jbosstools-dev@ list. >>> > > > > > >>> > > > > > -- >>> > > > > > Nick Boldt :: JBoss by Red Hat >>> > > > > > Productization Lead :: JBoss Tools & Dev Studio >>> > > > > > http://nick.divbyzero.com >>> > > > > > >>> > > > > >>> > > > >>> > > > -- >>> > > > Alexander Kurtakov >>> > > > Red Hat Eclipse team >>> > > > >>> > > >>> > >>> > -- >>> > Alexander Kurtakov >>> > Red Hat Eclipse team >>> > >>> >>> -- >>> Alexander Kurtakov >>> Red Hat Eclipse team >>> >>> >> From nboldt at redhat.com Thu Sep 29 11:37:49 2016 From: nboldt at redhat.com (Nick Boldt) Date: Thu, 29 Sep 2016 11:37:49 -0400 Subject: [jbosstools-dev] Do we still need Xulrunner in Devstudio? In-Reply-To: <6dd48f43-c888-668d-c767-1bc05661d75c@redhat.com> References: <361711410.204293.1475080951990.JavaMail.zimbra@redhat.com> <404432717.286973.1475129082420.JavaMail.zimbra@redhat.com> <409698381.287442.1475129260336.JavaMail.zimbra@redhat.com> <4c38f285-5eb4-8d65-6314-3b7f5dcdbe3b@redhat.com> <1331593205.430987.1475156248602.JavaMail.zimbra@redhat.com> <6dd48f43-c888-668d-c767-1bc05661d75c@redhat.com> Message-ID: Why wouldn't it be a solution? devstudio includes vpe. vpe depends on xulrunner. xulrunner needs GTK2. GTK2 on RHEL7 is not supported. Therefore devstudio rpm shouldn't include vpe/xulrunner/gtk2. QED. :D What if we provide two different install paths? a) rpm installs everything in devstudio except vpe/xulrunner (supported config) b) users who want vpe can then install it by hand from the devstudio *update site*, plus the 4 dependency RPMs, and enabling GTK3=0 to force Eclipse to run in unsupported GTK2 mode. I would also be open to the idea of building a quasi-supported ("Tech Preview") rh-eclipse 46-devstudio-vpe rpm, which provides the vpe/xulrunner and requires the 4 dependencies. It could maybe even enable GTK3=0 (?) on startup of Eclipse, provided it includes an eclipse.sh which would enable that property before starting the eclipse executable. This new rpm would of course require buy in from GSS and QE. Adding Len and Rick to cc:. N On Thu, Sep 29, 2016 at 10:53 AM, Alexey Kazakov wrote: > > > On 09/29/2016 06:37 AM, Aleksandar Kurtakov wrote: >> >> >> ----- Original Message ----- >>> >>> From: "Alexey Kazakov" >>> To: "Ilya Buziuk" , "Aleksandar Kurtakov" >>> , "jbosstools-dev jbosstools-dev" >>> >>> Cc: "Max Rydahl Andersen" , "Nick Boldt" >>> , "Leo Ufimtsev" >>> >>> Sent: Thursday, 29 September, 2016 4:33:00 PM >>> Subject: Re: Do we still need Xulrunner in Devstudio? >>> >>> It looks like I missed some discussion here. So, I'm repeating my >>> question, why would we like to remove Xulrunner and/or deprecate VPE? >> >> The discussion started from xulrunner being usable only in GTK2 env when >> on RHEL 7 we support only GTK3. It would be really nice to not have >> recommendations to use GTK2 for using VPE as it would cause issues for other >> plugins. > > > OK. So, removing VPE is not a solution for this anyway ;) > > Thanks. > > >> >>> Just want to understand if there is some real problem and our Xulrunner >>> stuff blocks us to solve it or this is just for cleanness sake. >>> >>> Thanks. >>> >>> On 09/29/2016 03:28 AM, Ilya Buziuk wrote: >>>> >>>> Hi, Aleksandr >>>> Alexey has already moved this discussion to jbosstools-dev. >>>> >>>> Unfortunately, I do not have Webkit POC ready to hand, but I think I >>>> remember the approach. Basically, the WebKit based transformation was >>>> done via SWT BrowserFunction[1] and the performance was much worse >>>> in comparison with the DOM API. If you want to figure out how the >>>> current Xulrunner based implementation work, you should probably start >>>> with tests[2] that cover things like mapping between source jsf / jsp >>>> tags and visual part via DOM API. However, I still want to put my 2 >>>> cents in this discussion. >>>> >>>> Let's face the bullet - JSF is dying technology, and spending any time >>>> on new development is simply nonsensical IMO. Even if eventually a >>>> better WebKit based VPE will be created (which is doubtful because it >>>> was developed by big team ~ 10 developers for a couple of years) it >>>> will have very little value for both community and business. For now >>>> the only request from the community was - "please, leave it as is". >>>> >>>> If SWT will drop GTK 2 support than we will have to deprecate it on >>>> this Linux. But it worth mentioning that all Linux distros are just a >>>> couple of percents of the tools user base and our target audience ~ 85 >>>> - 90 % is Windows developers. For me it is also not clear why it is >>>> important to deprecate it right now ? We already had this discussion >>>> and decided not to do it in 2015, so I can not come up with a reason >>>> why should it be done in 2016. Just to be clear, I am not against >>>> deprecation, I am just saying that we should think twice before doing >>>> it and get some agreement about Xulrunner future, so that we will not >>>> be returning to this discussion again and again. >>>> [1] >>>> >>>> http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fswt%2Fbrowser%2FBrowserFunction.html >>>> >>>> >>>> [2] >>>> >>>> https://github.com/jbosstools/jbosstools-vpe/blob/master/tests/org.jboss.tools.vpe.base.test/src/org/jboss/tools/vpe/base/test/VpeTest.java#L340 >>>> >>>> >>>> On Thu, Sep 29, 2016 at 8:07 AM, Aleksandar Kurtakov >>>> > wrote: >>>> >>>> Adding Max and Alexey (maybe we should move to the mailing list?) >>>> and dropping Jeff to not spam him. >>>> >>>> ----- Original Message ----- >>>> > From: "Aleksandar Kurtakov" >>> > >>>> > To: "Ilya Buziuk" >>> > >>>> > Cc: "Nick Boldt" >, >>>> "Leo Ufimtsev" >, >>>> "Jeff Johnston" > >>>> > Sent: Thursday, 29 September, 2016 9:04:42 AM >>>> > Subject: Re: Do we still need Xulrunner in Devstudio? >>>> > >>>> > >>>> > >>>> > ----- Original Message ----- >>>> > > From: "Ilya Buziuk" >>> > >>>> > > To: "Aleksandar Kurtakov" >>> > >>>> > > Cc: "Nick Boldt" >>> >, "Leo Ufimtsev" >>> >, >>>> > > "Jeff Johnston" >>> > >>>> > > Sent: Wednesday, 28 September, 2016 8:23:47 PM >>>> > > Subject: Re: Do we still need Xulrunner in Devstudio? >>>> > > >>>> > > Basically, jsf tags can not be displayed as-is and be parsed >>>> correctly in >>>> > > browser like html, due to the fact that it is server side >>>> technology. So, >>>> > > the algorithm for VPE is the following: the content is >>>> rendered and all >>>> > > jsf tags are parsed through a set of templates via the native >>>> DOM API which >>>> > > is available only in particular older versions of XULRunner. >>>> So, in order >>>> > > to use Webkit or other engine and migrate all VPE features, >>>> reimplementing >>>> > > all of those temlpate transformations is required. Plus not to >>>> forget the >>>> > > performance thing - processing might take a long time (I think >>>> we had some >>>> > > WebKit POC but performance was just unacceptable). This is not >>>> a trivial >>>> > > task at all and I do believe that we have no resources for >>>> doing it - VPE >>>> > > component's code base is one of the biggest (if not the >>>> biggest) across >>>> > > tools. >>>> > >>>> > That's exactly the kind of info I was looking for. Can you point >>>> me to the >>>> > transformations used for the xulrunner? Sorry for being lazy but >>>> it's >>>> > foreing land for me so I would rather not lose time lurking >>>> around. >>>> > Do you have a pointer to the WebKit POC? It might be interested >>>> to reach out >>>> > to the desktop team (there is webkit developer there) with all >>>> the info so >>>> > maybe they can hint us how to achieve what's needed if latest >>>> webkit doesn't >>>> > fullfill the needs. >>>> > >>>> > > In a nutshell - after reimplementing there will be the same, >>>> or less >>>> > > powerful, VPE with more bugs and poor performance. >>>> > >>>> > That might be true now but you should think a bit further in >>>> time. In the not >>>> > so distant future (2018 release most probably, if not 2019 for >>>> sure) SWT >>>> > itself will drop support for running on GTK 2.x and that would be >>>> > effectively the end of this plugin if no action taken. >>>> > >>>> > >>>> > > >>>> > > On Wed, Sep 28, 2016 at 6:42 PM, Aleksandar Kurtakov >>>> > >>>> > > wrote: >>>> > > >>>> > > > >>>> > > > >>>> > > > ----- Original Message ----- >>>> > > > > From: "Ilya Buziuk" >>> > >>>> > > > > To: "Nick Boldt" >>> > >>>> > > > > Cc: "Aleksandar Kurtakov" >>> >, "Leo Ufimtsev" < >>>> > > > lufimtse at redhat.com >, "Jeff >>>> Johnston" >>>> > > > > > >>>> > > > > Sent: Wednesday, 28 September, 2016 7:19:24 PM >>>> > > > > Subject: Re: Do we still need Xulrunner in Devstudio? >>>> > > > > >>>> > > > > Actually, we planned to remove xulrunner and deprecate VPE >>>> some time >>>> > > > > ago >>>> > > > > and leave only VPV as a WYSIWYG html editor. >>>> > > > As someone not familiar with the topic I don't see xulrunner >>>> and VPE >>>> > > > deprecation that closely coupled. What is the reason for >>>> that? What's >>>> > > > preventing to achieve it with webkit? Do you extend SWT >>>> Browser API >>>> > > > somehow? >>>> > > > Please give all the details you can think of so I can get >>>> better >>>> > > > understanding of the issue/reasons. >>>> > > > >>>> > > > > However, as soon as we gave a >>>> > > > > shout out about this on tools.jboss.org >>>> the first comment was: >>>> > > > > >>>> > > > > Nice. The reason I used JBoss Tools was the Visual Editor >>>> for JSF, >>>> > > > > > especially for the Visual parts, which was not perfect >>>> but was good >>>> > > > enough >>>> > > > > > to have it. Will you have alternatives for that ? [1] >>>> > > > > >>>> > > > > >>>> > > > > It was decided that we need to slow down with this >>>> process. I can not >>>> > > > > say >>>> > > > > if it is a high time for doing this assuming that some >>>> people actually >>>> > > > use >>>> > > > > it. Furthermore, some people treat it as a killer feature >>>> for JSF that >>>> > > > only >>>> > > > > one IDE is providing. So, we need to think twice before >>>> doing it. >>>> > > > > >>>> > > > > [1] >>>> http://tools.jboss.org/blog/2015-04-02-devstudio-8.1.0.GA- >>>> >>>> > > > for-luna.html >>>> > > > > >>>> > > > > On Wed, Sep 28, 2016 at 5:40 PM, Nick Boldt >>>> > wrote: >>>> > > > > >>>> > > > > > On the Eclipse team call today, the question of why we >>>> need Xulrunner >>>> > > > > > was brought up again. >>>> > > > > > >>>> > > > > > As I understand it, the only reason we still include >>>> Xulrunner is for >>>> > > > > > the Visual Page Editor. But Alex pointed out today that >>>> Xulrunner >>>> > > > > > only >>>> > > > > > works on GTK2, which means a user has to explicity >>>> disable GTK3 in >>>> > > > > > order for Xulrunner to be used, as these days GTK3 is >>>> the default >>>> > > > > > OOTB >>>> > > > > > implementation on the platforms we support (Fedora >>>> 24/25, RHEL7, >>>> > > > > > etc.). >>>> > > > > > >>>> > > > > > So... is it time to remove Xulrunner from the Devstudio >>>> dependencies, >>>> > > > > > if most people are not even seeing it used? >>>> > > > > > >>>> > > > > > Alex suggested it might be useful to set up a call to >>>> discuss this in >>>> > > > > > more depth. Is there a good time tomorrow or Friday you >>>> guys would >>>> > > > > > like to meet to discuss this, if it can't be resolved >>>> asynchronously >>>> > > > > > via email? >>>> > > > > > >>>> > > > > > Whatever we decide here, we should make sure we announce >>>> this on the >>>> > > > > > jbosstools-dev@ list. >>>> > > > > > >>>> > > > > > -- >>>> > > > > > Nick Boldt :: JBoss by Red Hat >>>> > > > > > Productization Lead :: JBoss Tools & Dev Studio >>>> > > > > > http://nick.divbyzero.com >>>> > > > > > >>>> > > > > >>>> > > > >>>> > > > -- >>>> > > > Alexander Kurtakov >>>> > > > Red Hat Eclipse team >>>> > > > >>>> > > >>>> > >>>> > -- >>>> > Alexander Kurtakov >>>> > Red Hat Eclipse team >>>> > >>>> >>>> -- >>>> Alexander Kurtakov >>>> Red Hat Eclipse team >>>> >>>> >>> > -- Nick Boldt :: JBoss by Red Hat Productization Lead :: JBoss Tools & Dev Studio http://nick.divbyzero.com From alkazako at redhat.com Thu Sep 29 12:06:25 2016 From: alkazako at redhat.com (Alexey Kazakov) Date: Thu, 29 Sep 2016 09:06:25 -0700 Subject: [jbosstools-dev] Do we still need Xulrunner in Devstudio? In-Reply-To: References: <361711410.204293.1475080951990.JavaMail.zimbra@redhat.com> <404432717.286973.1475129082420.JavaMail.zimbra@redhat.com> <409698381.287442.1475129260336.JavaMail.zimbra@redhat.com> <4c38f285-5eb4-8d65-6314-3b7f5dcdbe3b@redhat.com> <1331593205.430987.1475156248602.JavaMail.zimbra@redhat.com> <6dd48f43-c888-668d-c767-1bc05661d75c@redhat.com> Message-ID: <5f217cce-ddd8-fec3-cea2-41f22d8cab97@redhat.com> So, this all was about removing Xulrunner/VPE from RPM only? RHEL 7 doesn't support GTK2 at all or it's just tricky to use it instead of GTK3? What about Fedora? On 09/29/2016 08:37 AM, Nick Boldt wrote: > Why wouldn't it be a solution? > > devstudio includes vpe. vpe depends on xulrunner. xulrunner needs > GTK2. GTK2 on RHEL7 is not supported. > > Therefore devstudio rpm shouldn't include vpe/xulrunner/gtk2. QED. :D > > What if we provide two different install paths? > > a) rpm installs everything in devstudio except vpe/xulrunner (supported config) > > b) users who want vpe can then install it by hand from the devstudio > *update site*, plus the 4 dependency RPMs, and enabling GTK3=0 to > force Eclipse to run in unsupported GTK2 mode. > > I would also be open to the idea of building a quasi-supported ("Tech > Preview") rh-eclipse 46-devstudio-vpe rpm, which provides the > vpe/xulrunner and requires the 4 dependencies. It could maybe even > enable GTK3=0 (?) on startup of Eclipse, provided it includes an > eclipse.sh which would enable that property before starting the > eclipse executable. > > This new rpm would of course require buy in from GSS and QE. Adding > Len and Rick to cc:. > > N > > > > On Thu, Sep 29, 2016 at 10:53 AM, Alexey Kazakov wrote: >> >> On 09/29/2016 06:37 AM, Aleksandar Kurtakov wrote: >>> >>> ----- Original Message ----- >>>> From: "Alexey Kazakov" >>>> To: "Ilya Buziuk" , "Aleksandar Kurtakov" >>>> , "jbosstools-dev jbosstools-dev" >>>> >>>> Cc: "Max Rydahl Andersen" , "Nick Boldt" >>>> , "Leo Ufimtsev" >>>> >>>> Sent: Thursday, 29 September, 2016 4:33:00 PM >>>> Subject: Re: Do we still need Xulrunner in Devstudio? >>>> >>>> It looks like I missed some discussion here. So, I'm repeating my >>>> question, why would we like to remove Xulrunner and/or deprecate VPE? >>> The discussion started from xulrunner being usable only in GTK2 env when >>> on RHEL 7 we support only GTK3. It would be really nice to not have >>> recommendations to use GTK2 for using VPE as it would cause issues for other >>> plugins. >> >> OK. So, removing VPE is not a solution for this anyway ;) >> >> Thanks. >> >> >>>> Just want to understand if there is some real problem and our Xulrunner >>>> stuff blocks us to solve it or this is just for cleanness sake. >>>> >>>> Thanks. >>>> >>>> On 09/29/2016 03:28 AM, Ilya Buziuk wrote: >>>>> Hi, Aleksandr >>>>> Alexey has already moved this discussion to jbosstools-dev. >>>>> >>>>> Unfortunately, I do not have Webkit POC ready to hand, but I think I >>>>> remember the approach. Basically, the WebKit based transformation was >>>>> done via SWT BrowserFunction[1] and the performance was much worse >>>>> in comparison with the DOM API. If you want to figure out how the >>>>> current Xulrunner based implementation work, you should probably start >>>>> with tests[2] that cover things like mapping between source jsf / jsp >>>>> tags and visual part via DOM API. However, I still want to put my 2 >>>>> cents in this discussion. >>>>> >>>>> Let's face the bullet - JSF is dying technology, and spending any time >>>>> on new development is simply nonsensical IMO. Even if eventually a >>>>> better WebKit based VPE will be created (which is doubtful because it >>>>> was developed by big team ~ 10 developers for a couple of years) it >>>>> will have very little value for both community and business. For now >>>>> the only request from the community was - "please, leave it as is". >>>>> >>>>> If SWT will drop GTK 2 support than we will have to deprecate it on >>>>> this Linux. But it worth mentioning that all Linux distros are just a >>>>> couple of percents of the tools user base and our target audience ~ 85 >>>>> - 90 % is Windows developers. For me it is also not clear why it is >>>>> important to deprecate it right now ? We already had this discussion >>>>> and decided not to do it in 2015, so I can not come up with a reason >>>>> why should it be done in 2016. Just to be clear, I am not against >>>>> deprecation, I am just saying that we should think twice before doing >>>>> it and get some agreement about Xulrunner future, so that we will not >>>>> be returning to this discussion again and again. >>>>> [1] >>>>> >>>>> http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fswt%2Fbrowser%2FBrowserFunction.html >>>>> >>>>> >>>>> [2] >>>>> >>>>> https://github.com/jbosstools/jbosstools-vpe/blob/master/tests/org.jboss.tools.vpe.base.test/src/org/jboss/tools/vpe/base/test/VpeTest.java#L340 >>>>> >>>>> >>>>> On Thu, Sep 29, 2016 at 8:07 AM, Aleksandar Kurtakov >>>>> > wrote: >>>>> >>>>> Adding Max and Alexey (maybe we should move to the mailing list?) >>>>> and dropping Jeff to not spam him. >>>>> >>>>> ----- Original Message ----- >>>>> > From: "Aleksandar Kurtakov" >>>> > >>>>> > To: "Ilya Buziuk" >>>> > >>>>> > Cc: "Nick Boldt" >, >>>>> "Leo Ufimtsev" >, >>>>> "Jeff Johnston" > >>>>> > Sent: Thursday, 29 September, 2016 9:04:42 AM >>>>> > Subject: Re: Do we still need Xulrunner in Devstudio? >>>>> > >>>>> > >>>>> > >>>>> > ----- Original Message ----- >>>>> > > From: "Ilya Buziuk" >>>> > >>>>> > > To: "Aleksandar Kurtakov" >>>> > >>>>> > > Cc: "Nick Boldt" >>>> >, "Leo Ufimtsev" >>>> >, >>>>> > > "Jeff Johnston" >>>> > >>>>> > > Sent: Wednesday, 28 September, 2016 8:23:47 PM >>>>> > > Subject: Re: Do we still need Xulrunner in Devstudio? >>>>> > > >>>>> > > Basically, jsf tags can not be displayed as-is and be parsed >>>>> correctly in >>>>> > > browser like html, due to the fact that it is server side >>>>> technology. So, >>>>> > > the algorithm for VPE is the following: the content is >>>>> rendered and all >>>>> > > jsf tags are parsed through a set of templates via the native >>>>> DOM API which >>>>> > > is available only in particular older versions of XULRunner. >>>>> So, in order >>>>> > > to use Webkit or other engine and migrate all VPE features, >>>>> reimplementing >>>>> > > all of those temlpate transformations is required. Plus not to >>>>> forget the >>>>> > > performance thing - processing might take a long time (I think >>>>> we had some >>>>> > > WebKit POC but performance was just unacceptable). This is not >>>>> a trivial >>>>> > > task at all and I do believe that we have no resources for >>>>> doing it - VPE >>>>> > > component's code base is one of the biggest (if not the >>>>> biggest) across >>>>> > > tools. >>>>> > >>>>> > That's exactly the kind of info I was looking for. Can you point >>>>> me to the >>>>> > transformations used for the xulrunner? Sorry for being lazy but >>>>> it's >>>>> > foreing land for me so I would rather not lose time lurking >>>>> around. >>>>> > Do you have a pointer to the WebKit POC? It might be interested >>>>> to reach out >>>>> > to the desktop team (there is webkit developer there) with all >>>>> the info so >>>>> > maybe they can hint us how to achieve what's needed if latest >>>>> webkit doesn't >>>>> > fullfill the needs. >>>>> > >>>>> > > In a nutshell - after reimplementing there will be the same, >>>>> or less >>>>> > > powerful, VPE with more bugs and poor performance. >>>>> > >>>>> > That might be true now but you should think a bit further in >>>>> time. In the not >>>>> > so distant future (2018 release most probably, if not 2019 for >>>>> sure) SWT >>>>> > itself will drop support for running on GTK 2.x and that would be >>>>> > effectively the end of this plugin if no action taken. >>>>> > >>>>> > >>>>> > > >>>>> > > On Wed, Sep 28, 2016 at 6:42 PM, Aleksandar Kurtakov >>>>> > >>>>> > > wrote: >>>>> > > >>>>> > > > >>>>> > > > >>>>> > > > ----- Original Message ----- >>>>> > > > > From: "Ilya Buziuk" >>>> > >>>>> > > > > To: "Nick Boldt" >>>> > >>>>> > > > > Cc: "Aleksandar Kurtakov" >>>> >, "Leo Ufimtsev" < >>>>> > > > lufimtse at redhat.com >, "Jeff >>>>> Johnston" >>>>> > > > > > >>>>> > > > > Sent: Wednesday, 28 September, 2016 7:19:24 PM >>>>> > > > > Subject: Re: Do we still need Xulrunner in Devstudio? >>>>> > > > > >>>>> > > > > Actually, we planned to remove xulrunner and deprecate VPE >>>>> some time >>>>> > > > > ago >>>>> > > > > and leave only VPV as a WYSIWYG html editor. >>>>> > > > As someone not familiar with the topic I don't see xulrunner >>>>> and VPE >>>>> > > > deprecation that closely coupled. What is the reason for >>>>> that? What's >>>>> > > > preventing to achieve it with webkit? Do you extend SWT >>>>> Browser API >>>>> > > > somehow? >>>>> > > > Please give all the details you can think of so I can get >>>>> better >>>>> > > > understanding of the issue/reasons. >>>>> > > > >>>>> > > > > However, as soon as we gave a >>>>> > > > > shout out about this on tools.jboss.org >>>>> the first comment was: >>>>> > > > > >>>>> > > > > Nice. The reason I used JBoss Tools was the Visual Editor >>>>> for JSF, >>>>> > > > > > especially for the Visual parts, which was not perfect >>>>> but was good >>>>> > > > enough >>>>> > > > > > to have it. Will you have alternatives for that ? [1] >>>>> > > > > >>>>> > > > > >>>>> > > > > It was decided that we need to slow down with this >>>>> process. I can not >>>>> > > > > say >>>>> > > > > if it is a high time for doing this assuming that some >>>>> people actually >>>>> > > > use >>>>> > > > > it. Furthermore, some people treat it as a killer feature >>>>> for JSF that >>>>> > > > only >>>>> > > > > one IDE is providing. So, we need to think twice before >>>>> doing it. >>>>> > > > > >>>>> > > > > [1] >>>>> http://tools.jboss.org/blog/2015-04-02-devstudio-8.1.0.GA- >>>>> >>>>> > > > for-luna.html >>>>> > > > > >>>>> > > > > On Wed, Sep 28, 2016 at 5:40 PM, Nick Boldt >>>>> > wrote: >>>>> > > > > >>>>> > > > > > On the Eclipse team call today, the question of why we >>>>> need Xulrunner >>>>> > > > > > was brought up again. >>>>> > > > > > >>>>> > > > > > As I understand it, the only reason we still include >>>>> Xulrunner is for >>>>> > > > > > the Visual Page Editor. But Alex pointed out today that >>>>> Xulrunner >>>>> > > > > > only >>>>> > > > > > works on GTK2, which means a user has to explicity >>>>> disable GTK3 in >>>>> > > > > > order for Xulrunner to be used, as these days GTK3 is >>>>> the default >>>>> > > > > > OOTB >>>>> > > > > > implementation on the platforms we support (Fedora >>>>> 24/25, RHEL7, >>>>> > > > > > etc.). >>>>> > > > > > >>>>> > > > > > So... is it time to remove Xulrunner from the Devstudio >>>>> dependencies, >>>>> > > > > > if most people are not even seeing it used? >>>>> > > > > > >>>>> > > > > > Alex suggested it might be useful to set up a call to >>>>> discuss this in >>>>> > > > > > more depth. Is there a good time tomorrow or Friday you >>>>> guys would >>>>> > > > > > like to meet to discuss this, if it can't be resolved >>>>> asynchronously >>>>> > > > > > via email? >>>>> > > > > > >>>>> > > > > > Whatever we decide here, we should make sure we announce >>>>> this on the >>>>> > > > > > jbosstools-dev@ list. >>>>> > > > > > >>>>> > > > > > -- >>>>> > > > > > Nick Boldt :: JBoss by Red Hat >>>>> > > > > > Productization Lead :: JBoss Tools & Dev Studio >>>>> > > > > > http://nick.divbyzero.com >>>>> > > > > > >>>>> > > > > >>>>> > > > >>>>> > > > -- >>>>> > > > Alexander Kurtakov >>>>> > > > Red Hat Eclipse team >>>>> > > > >>>>> > > >>>>> > >>>>> > -- >>>>> > Alexander Kurtakov >>>>> > Red Hat Eclipse team >>>>> > >>>>> >>>>> -- >>>>> Alexander Kurtakov >>>>> Red Hat Eclipse team >>>>> >>>>> > > From rwagner at redhat.com Thu Sep 29 12:08:14 2016 From: rwagner at redhat.com (Rick Wagner) Date: Thu, 29 Sep 2016 11:08:14 -0500 Subject: [jbosstools-dev] Do we still need Xulrunner in Devstudio? In-Reply-To: References: <361711410.204293.1475080951990.JavaMail.zimbra@redhat.com> <404432717.286973.1475129082420.JavaMail.zimbra@redhat.com> <409698381.287442.1475129260336.JavaMail.zimbra@redhat.com> <4c38f285-5eb4-8d65-6314-3b7f5dcdbe3b@redhat.com> <1331593205.430987.1475156248602.JavaMail.zimbra@redhat.com> <6dd48f43-c888-668d-c767-1bc05661d75c@redhat.com> Message-ID: CEE is fine with anything that gives our customers a usable end result. Thanks, Rick On Thu, Sep 29, 2016 at 10:37 AM, Nick Boldt wrote: > Why wouldn't it be a solution? > > devstudio includes vpe. vpe depends on xulrunner. xulrunner needs > GTK2. GTK2 on RHEL7 is not supported. > > Therefore devstudio rpm shouldn't include vpe/xulrunner/gtk2. QED. :D > > What if we provide two different install paths? > > a) rpm installs everything in devstudio except vpe/xulrunner (supported > config) > > b) users who want vpe can then install it by hand from the devstudio > *update site*, plus the 4 dependency RPMs, and enabling GTK3=0 to > force Eclipse to run in unsupported GTK2 mode. > > I would also be open to the idea of building a quasi-supported ("Tech > Preview") rh-eclipse 46-devstudio-vpe rpm, which provides the > vpe/xulrunner and requires the 4 dependencies. It could maybe even > enable GTK3=0 (?) on startup of Eclipse, provided it includes an > eclipse.sh which would enable that property before starting the > eclipse executable. > > This new rpm would of course require buy in from GSS and QE. Adding > Len and Rick to cc:. > > N > > > > On Thu, Sep 29, 2016 at 10:53 AM, Alexey Kazakov > wrote: > > > > > > On 09/29/2016 06:37 AM, Aleksandar Kurtakov wrote: > >> > >> > >> ----- Original Message ----- > >>> > >>> From: "Alexey Kazakov" > >>> To: "Ilya Buziuk" , "Aleksandar Kurtakov" > >>> , "jbosstools-dev jbosstools-dev" > >>> > >>> Cc: "Max Rydahl Andersen" , "Nick Boldt" > >>> , "Leo Ufimtsev" > >>> > >>> Sent: Thursday, 29 September, 2016 4:33:00 PM > >>> Subject: Re: Do we still need Xulrunner in Devstudio? > >>> > >>> It looks like I missed some discussion here. So, I'm repeating my > >>> question, why would we like to remove Xulrunner and/or deprecate VPE? > >> > >> The discussion started from xulrunner being usable only in GTK2 env when > >> on RHEL 7 we support only GTK3. It would be really nice to not have > >> recommendations to use GTK2 for using VPE as it would cause issues for > other > >> plugins. > > > > > > OK. So, removing VPE is not a solution for this anyway ;) > > > > Thanks. > > > > > >> > >>> Just want to understand if there is some real problem and our Xulrunner > >>> stuff blocks us to solve it or this is just for cleanness sake. > >>> > >>> Thanks. > >>> > >>> On 09/29/2016 03:28 AM, Ilya Buziuk wrote: > >>>> > >>>> Hi, Aleksandr > >>>> Alexey has already moved this discussion to jbosstools-dev. > >>>> > >>>> Unfortunately, I do not have Webkit POC ready to hand, but I think I > >>>> remember the approach. Basically, the WebKit based transformation was > >>>> done via SWT BrowserFunction[1] and the performance was much worse > >>>> in comparison with the DOM API. If you want to figure out how the > >>>> current Xulrunner based implementation work, you should probably start > >>>> with tests[2] that cover things like mapping between source jsf / jsp > >>>> tags and visual part via DOM API. However, I still want to put my 2 > >>>> cents in this discussion. > >>>> > >>>> Let's face the bullet - JSF is dying technology, and spending any time > >>>> on new development is simply nonsensical IMO. Even if eventually a > >>>> better WebKit based VPE will be created (which is doubtful because it > >>>> was developed by big team ~ 10 developers for a couple of years) it > >>>> will have very little value for both community and business. For now > >>>> the only request from the community was - "please, leave it as is". > >>>> > >>>> If SWT will drop GTK 2 support than we will have to deprecate it on > >>>> this Linux. But it worth mentioning that all Linux distros are just a > >>>> couple of percents of the tools user base and our target audience ~ 85 > >>>> - 90 % is Windows developers. For me it is also not clear why it is > >>>> important to deprecate it right now ? We already had this discussion > >>>> and decided not to do it in 2015, so I can not come up with a reason > >>>> why should it be done in 2016. Just to be clear, I am not against > >>>> deprecation, I am just saying that we should think twice before doing > >>>> it and get some agreement about Xulrunner future, so that we will not > >>>> be returning to this discussion again and again. > >>>> [1] > >>>> > >>>> http://help.eclipse.org/kepler/index.jsp?topic=%2Forg. > eclipse.platform.doc.isv%2Freference%2Fapi%2Forg% > 2Feclipse%2Fswt%2Fbrowser%2FBrowserFunction.html > >>>> > >>>> eclipse.platform.doc.isv%2Freference%2Fapi%2Forg% > 2Feclipse%2Fswt%2Fbrowser%2FBrowserFunction.html> > >>>> [2] > >>>> > >>>> https://github.com/jbosstools/jbosstools-vpe/blob/master/ > tests/org.jboss.tools.vpe.base.test/src/org/jboss/tools/ > vpe/base/test/VpeTest.java#L340 > >>>> > >>>> > >>>> On Thu, Sep 29, 2016 at 8:07 AM, Aleksandar Kurtakov > >>>> > wrote: > >>>> > >>>> Adding Max and Alexey (maybe we should move to the mailing list?) > >>>> and dropping Jeff to not spam him. > >>>> > >>>> ----- Original Message ----- > >>>> > From: "Aleksandar Kurtakov" >>>> > > >>>> > To: "Ilya Buziuk" >>>> > > >>>> > Cc: "Nick Boldt" >>, > >>>> "Leo Ufimtsev" >>, > >>>> "Jeff Johnston" >> > >>>> > Sent: Thursday, 29 September, 2016 9:04:42 AM > >>>> > Subject: Re: Do we still need Xulrunner in Devstudio? > >>>> > > >>>> > > >>>> > > >>>> > ----- Original Message ----- > >>>> > > From: "Ilya Buziuk" >>>> > > >>>> > > To: "Aleksandar Kurtakov" >>>> > > >>>> > > Cc: "Nick Boldt" >>>> >, "Leo Ufimtsev" >>>> >, > >>>> > > "Jeff Johnston" >>>> > > >>>> > > Sent: Wednesday, 28 September, 2016 8:23:47 PM > >>>> > > Subject: Re: Do we still need Xulrunner in Devstudio? > >>>> > > > >>>> > > Basically, jsf tags can not be displayed as-is and be parsed > >>>> correctly in > >>>> > > browser like html, due to the fact that it is server side > >>>> technology. So, > >>>> > > the algorithm for VPE is the following: the content is > >>>> rendered and all > >>>> > > jsf tags are parsed through a set of templates via the native > >>>> DOM API which > >>>> > > is available only in particular older versions of XULRunner. > >>>> So, in order > >>>> > > to use Webkit or other engine and migrate all VPE features, > >>>> reimplementing > >>>> > > all of those temlpate transformations is required. Plus not > to > >>>> forget the > >>>> > > performance thing - processing might take a long time (I > think > >>>> we had some > >>>> > > WebKit POC but performance was just unacceptable). This is > not > >>>> a trivial > >>>> > > task at all and I do believe that we have no resources for > >>>> doing it - VPE > >>>> > > component's code base is one of the biggest (if not the > >>>> biggest) across > >>>> > > tools. > >>>> > > >>>> > That's exactly the kind of info I was looking for. Can you > point > >>>> me to the > >>>> > transformations used for the xulrunner? Sorry for being lazy > but > >>>> it's > >>>> > foreing land for me so I would rather not lose time lurking > >>>> around. > >>>> > Do you have a pointer to the WebKit POC? It might be interested > >>>> to reach out > >>>> > to the desktop team (there is webkit developer there) with all > >>>> the info so > >>>> > maybe they can hint us how to achieve what's needed if latest > >>>> webkit doesn't > >>>> > fullfill the needs. > >>>> > > >>>> > > In a nutshell - after reimplementing there will be the same, > >>>> or less > >>>> > > powerful, VPE with more bugs and poor performance. > >>>> > > >>>> > That might be true now but you should think a bit further in > >>>> time. In the not > >>>> > so distant future (2018 release most probably, if not 2019 for > >>>> sure) SWT > >>>> > itself will drop support for running on GTK 2.x and that would > be > >>>> > effectively the end of this plugin if no action taken. > >>>> > > >>>> > > >>>> > > > >>>> > > On Wed, Sep 28, 2016 at 6:42 PM, Aleksandar Kurtakov > >>>> > > >>>> > > wrote: > >>>> > > > >>>> > > > > >>>> > > > > >>>> > > > ----- Original Message ----- > >>>> > > > > From: "Ilya Buziuk" >>>> > > >>>> > > > > To: "Nick Boldt" >>>> > > >>>> > > > > Cc: "Aleksandar Kurtakov" >>>> >, "Leo Ufimtsev" < > >>>> > > > lufimtse at redhat.com >, "Jeff > >>>> Johnston" > >>>> > > > > > > >>>> > > > > Sent: Wednesday, 28 September, 2016 7:19:24 PM > >>>> > > > > Subject: Re: Do we still need Xulrunner in Devstudio? > >>>> > > > > > >>>> > > > > Actually, we planned to remove xulrunner and deprecate > VPE > >>>> some time > >>>> > > > > ago > >>>> > > > > and leave only VPV as a WYSIWYG html editor. > >>>> > > > As someone not familiar with the topic I don't see > xulrunner > >>>> and VPE > >>>> > > > deprecation that closely coupled. What is the reason for > >>>> that? What's > >>>> > > > preventing to achieve it with webkit? Do you extend SWT > >>>> Browser API > >>>> > > > somehow? > >>>> > > > Please give all the details you can think of so I can get > >>>> better > >>>> > > > understanding of the issue/reasons. > >>>> > > > > >>>> > > > > However, as soon as we gave a > >>>> > > > > shout out about this on tools.jboss.org > >>>> the first comment was: > >>>> > > > > > >>>> > > > > Nice. The reason I used JBoss Tools was the Visual Editor > >>>> for JSF, > >>>> > > > > > especially for the Visual parts, which was not perfect > >>>> but was good > >>>> > > > enough > >>>> > > > > > to have it. Will you have alternatives for that ? [1] > >>>> > > > > > >>>> > > > > > >>>> > > > > It was decided that we need to slow down with this > >>>> process. I can not > >>>> > > > > say > >>>> > > > > if it is a high time for doing this assuming that some > >>>> people actually > >>>> > > > use > >>>> > > > > it. Furthermore, some people treat it as a killer feature > >>>> for JSF that > >>>> > > > only > >>>> > > > > one IDE is providing. So, we need to think twice before > >>>> doing it. > >>>> > > > > > >>>> > > > > [1] > >>>> http://tools.jboss.org/blog/2015-04-02-devstudio-8.1.0.GA- > >>>> > >>>> > > > for-luna.html > >>>> > > > > > >>>> > > > > On Wed, Sep 28, 2016 at 5:40 PM, Nick Boldt > >>>> > wrote: > >>>> > > > > > >>>> > > > > > On the Eclipse team call today, the question of why we > >>>> need Xulrunner > >>>> > > > > > was brought up again. > >>>> > > > > > > >>>> > > > > > As I understand it, the only reason we still include > >>>> Xulrunner is for > >>>> > > > > > the Visual Page Editor. But Alex pointed out today that > >>>> Xulrunner > >>>> > > > > > only > >>>> > > > > > works on GTK2, which means a user has to explicity > >>>> disable GTK3 in > >>>> > > > > > order for Xulrunner to be used, as these days GTK3 is > >>>> the default > >>>> > > > > > OOTB > >>>> > > > > > implementation on the platforms we support (Fedora > >>>> 24/25, RHEL7, > >>>> > > > > > etc.). > >>>> > > > > > > >>>> > > > > > So... is it time to remove Xulrunner from the Devstudio > >>>> dependencies, > >>>> > > > > > if most people are not even seeing it used? > >>>> > > > > > > >>>> > > > > > Alex suggested it might be useful to set up a call to > >>>> discuss this in > >>>> > > > > > more depth. Is there a good time tomorrow or Friday you > >>>> guys would > >>>> > > > > > like to meet to discuss this, if it can't be resolved > >>>> asynchronously > >>>> > > > > > via email? > >>>> > > > > > > >>>> > > > > > Whatever we decide here, we should make sure we > announce > >>>> this on the > >>>> > > > > > jbosstools-dev@ list. > >>>> > > > > > > >>>> > > > > > -- > >>>> > > > > > Nick Boldt :: JBoss by Red Hat > >>>> > > > > > Productization Lead :: JBoss Tools & Dev Studio > >>>> > > > > > http://nick.divbyzero.com > >>>> > > > > > > >>>> > > > > > >>>> > > > > >>>> > > > -- > >>>> > > > Alexander Kurtakov > >>>> > > > Red Hat Eclipse team > >>>> > > > > >>>> > > > >>>> > > >>>> > -- > >>>> > Alexander Kurtakov > >>>> > Red Hat Eclipse team > >>>> > > >>>> > >>>> -- > >>>> Alexander Kurtakov > >>>> Red Hat Eclipse team > >>>> > >>>> > >>> > > > > > > -- > Nick Boldt :: JBoss by Red Hat > Productization Lead :: JBoss Tools & Dev Studio > http://nick.divbyzero.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160929/7c1ed615/attachment-0001.html From nboldt at redhat.com Thu Sep 29 12:58:02 2016 From: nboldt at redhat.com (Nick Boldt) Date: Thu, 29 Sep 2016 12:58:02 -0400 Subject: [jbosstools-dev] Do we still need Xulrunner in Devstudio? In-Reply-To: <971640853.479611.1475165470153.JavaMail.zimbra@redhat.com> References: <409698381.287442.1475129260336.JavaMail.zimbra@redhat.com> <4c38f285-5eb4-8d65-6314-3b7f5dcdbe3b@redhat.com> <1331593205.430987.1475156248602.JavaMail.zimbra@redhat.com> <6dd48f43-c888-668d-c767-1bc05661d75c@redhat.com> <5f217cce-ddd8-fec3-cea2-41f22d8cab97@redhat.com> <971640853.479611.1475165470153.JavaMail.zimbra@redhat.com> Message-ID: Bear in mind that devstudio 10.2 (nov code freeze, dec GA) is targeted to support only F24 (current) and F25 (avail in Nov before devstudio GA code freeze). So if F25 drops GTK2, we may have to follow suit. On Thu, Sep 29, 2016 at 12:11 PM, Aleksandar Kurtakov wrote: > > > ----- Original Message ----- >> From: "Alexey Kazakov" >> To: "Nick Boldt" >> Cc: "Aleksandar Kurtakov" , "Ilya Buziuk" , "jbosstools-dev jbosstools-dev" >> , "Max Rydahl Andersen" , "Leo Ufimtsev" , >> "Leonard Dimaggio" , "Rick Wagner" >> Sent: Thursday, 29 September, 2016 7:06:25 PM >> Subject: Re: Do we still need Xulrunner in Devstudio? >> >> So, this all was about removing Xulrunner/VPE from RPM only? > You can read it that way if you want. > >> RHEL 7 >> doesn't support GTK2 at all or it's just tricky to use it instead of >> GTK3? > RHEL 7 has GTK2 library but is missing a number of other libraries which render swt on gtk2 on rhel7 not fully functional. > >> What about Fedora? > > Fedora 24 still has most things for swt on gtk2 to work but there are more and more things planned ot be removed for next releases so we will drop support there too. > >> >> >> On 09/29/2016 08:37 AM, Nick Boldt wrote: >> > Why wouldn't it be a solution? >> > >> > devstudio includes vpe. vpe depends on xulrunner. xulrunner needs >> > GTK2. GTK2 on RHEL7 is not supported. >> > >> > Therefore devstudio rpm shouldn't include vpe/xulrunner/gtk2. QED. :D >> > >> > What if we provide two different install paths? >> > >> > a) rpm installs everything in devstudio except vpe/xulrunner (supported >> > config) >> > >> > b) users who want vpe can then install it by hand from the devstudio >> > *update site*, plus the 4 dependency RPMs, and enabling GTK3=0 to >> > force Eclipse to run in unsupported GTK2 mode. >> > >> > I would also be open to the idea of building a quasi-supported ("Tech >> > Preview") rh-eclipse 46-devstudio-vpe rpm, which provides the >> > vpe/xulrunner and requires the 4 dependencies. It could maybe even >> > enable GTK3=0 (?) on startup of Eclipse, provided it includes an >> > eclipse.sh which would enable that property before starting the >> > eclipse executable. >> > >> > This new rpm would of course require buy in from GSS and QE. Adding >> > Len and Rick to cc:. >> > >> > N >> > >> > >> > >> > On Thu, Sep 29, 2016 at 10:53 AM, Alexey Kazakov >> > wrote: >> >> >> >> On 09/29/2016 06:37 AM, Aleksandar Kurtakov wrote: >> >>> >> >>> ----- Original Message ----- >> >>>> From: "Alexey Kazakov" >> >>>> To: "Ilya Buziuk" , "Aleksandar Kurtakov" >> >>>> , "jbosstools-dev jbosstools-dev" >> >>>> >> >>>> Cc: "Max Rydahl Andersen" , "Nick Boldt" >> >>>> , "Leo Ufimtsev" >> >>>> >> >>>> Sent: Thursday, 29 September, 2016 4:33:00 PM >> >>>> Subject: Re: Do we still need Xulrunner in Devstudio? >> >>>> >> >>>> It looks like I missed some discussion here. So, I'm repeating my >> >>>> question, why would we like to remove Xulrunner and/or deprecate VPE? >> >>> The discussion started from xulrunner being usable only in GTK2 env when >> >>> on RHEL 7 we support only GTK3. It would be really nice to not have >> >>> recommendations to use GTK2 for using VPE as it would cause issues for >> >>> other >> >>> plugins. >> >> >> >> OK. So, removing VPE is not a solution for this anyway ;) >> >> >> >> Thanks. >> >> >> >> >> >>>> Just want to understand if there is some real problem and our Xulrunner >> >>>> stuff blocks us to solve it or this is just for cleanness sake. >> >>>> >> >>>> Thanks. >> >>>> >> >>>> On 09/29/2016 03:28 AM, Ilya Buziuk wrote: >> >>>>> Hi, Aleksandr >> >>>>> Alexey has already moved this discussion to jbosstools-dev. >> >>>>> >> >>>>> Unfortunately, I do not have Webkit POC ready to hand, but I think I >> >>>>> remember the approach. Basically, the WebKit based transformation was >> >>>>> done via SWT BrowserFunction[1] and the performance was much worse >> >>>>> in comparison with the DOM API. If you want to figure out how the >> >>>>> current Xulrunner based implementation work, you should probably start >> >>>>> with tests[2] that cover things like mapping between source jsf / jsp >> >>>>> tags and visual part via DOM API. However, I still want to put my 2 >> >>>>> cents in this discussion. >> >>>>> >> >>>>> Let's face the bullet - JSF is dying technology, and spending any time >> >>>>> on new development is simply nonsensical IMO. Even if eventually a >> >>>>> better WebKit based VPE will be created (which is doubtful because it >> >>>>> was developed by big team ~ 10 developers for a couple of years) it >> >>>>> will have very little value for both community and business. For now >> >>>>> the only request from the community was - "please, leave it as is". >> >>>>> >> >>>>> If SWT will drop GTK 2 support than we will have to deprecate it on >> >>>>> this Linux. But it worth mentioning that all Linux distros are just a >> >>>>> couple of percents of the tools user base and our target audience ~ 85 >> >>>>> - 90 % is Windows developers. For me it is also not clear why it is >> >>>>> important to deprecate it right now ? We already had this discussion >> >>>>> and decided not to do it in 2015, so I can not come up with a reason >> >>>>> why should it be done in 2016. Just to be clear, I am not against >> >>>>> deprecation, I am just saying that we should think twice before doing >> >>>>> it and get some agreement about Xulrunner future, so that we will not >> >>>>> be returning to this discussion again and again. >> >>>>> [1] >> >>>>> >> >>>>> http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fswt%2Fbrowser%2FBrowserFunction.html >> >>>>> >> >>>>> >> >>>>> [2] >> >>>>> >> >>>>> https://github.com/jbosstools/jbosstools-vpe/blob/master/tests/org.jboss.tools.vpe.base.test/src/org/jboss/tools/vpe/base/test/VpeTest.java#L340 >> >>>>> >> >>>>> >> >>>>> On Thu, Sep 29, 2016 at 8:07 AM, Aleksandar Kurtakov >> >>>>> > wrote: >> >>>>> >> >>>>> Adding Max and Alexey (maybe we should move to the mailing list?) >> >>>>> and dropping Jeff to not spam him. >> >>>>> >> >>>>> ----- Original Message ----- >> >>>>> > From: "Aleksandar Kurtakov" > >>>>> > >> >>>>> > To: "Ilya Buziuk" > >>>>> > >> >>>>> > Cc: "Nick Boldt" > >>>>> > >, >> >>>>> "Leo Ufimtsev" > >>>>> >, >> >>>>> "Jeff Johnston" > >>>>> > >> >>>>> > Sent: Thursday, 29 September, 2016 9:04:42 AM >> >>>>> > Subject: Re: Do we still need Xulrunner in Devstudio? >> >>>>> > >> >>>>> > >> >>>>> > >> >>>>> > ----- Original Message ----- >> >>>>> > > From: "Ilya Buziuk" > >>>>> > >> >>>>> > > To: "Aleksandar Kurtakov" > >>>>> > >> >>>>> > > Cc: "Nick Boldt" > >>>>> >, "Leo Ufimtsev" > >>>>> >, >> >>>>> > > "Jeff Johnston" > >>>>> > >> >>>>> > > Sent: Wednesday, 28 September, 2016 8:23:47 PM >> >>>>> > > Subject: Re: Do we still need Xulrunner in Devstudio? >> >>>>> > > >> >>>>> > > Basically, jsf tags can not be displayed as-is and be parsed >> >>>>> correctly in >> >>>>> > > browser like html, due to the fact that it is server side >> >>>>> technology. So, >> >>>>> > > the algorithm for VPE is the following: the content is >> >>>>> rendered and all >> >>>>> > > jsf tags are parsed through a set of templates via the native >> >>>>> DOM API which >> >>>>> > > is available only in particular older versions of XULRunner. >> >>>>> So, in order >> >>>>> > > to use Webkit or other engine and migrate all VPE features, >> >>>>> reimplementing >> >>>>> > > all of those temlpate transformations is required. Plus not >> >>>>> > > to >> >>>>> forget the >> >>>>> > > performance thing - processing might take a long time (I >> >>>>> > > think >> >>>>> we had some >> >>>>> > > WebKit POC but performance was just unacceptable). This is >> >>>>> > > not >> >>>>> a trivial >> >>>>> > > task at all and I do believe that we have no resources for >> >>>>> doing it - VPE >> >>>>> > > component's code base is one of the biggest (if not the >> >>>>> biggest) across >> >>>>> > > tools. >> >>>>> > >> >>>>> > That's exactly the kind of info I was looking for. Can you >> >>>>> > point >> >>>>> me to the >> >>>>> > transformations used for the xulrunner? Sorry for being lazy >> >>>>> > but >> >>>>> it's >> >>>>> > foreing land for me so I would rather not lose time lurking >> >>>>> around. >> >>>>> > Do you have a pointer to the WebKit POC? It might be interested >> >>>>> to reach out >> >>>>> > to the desktop team (there is webkit developer there) with all >> >>>>> the info so >> >>>>> > maybe they can hint us how to achieve what's needed if latest >> >>>>> webkit doesn't >> >>>>> > fullfill the needs. >> >>>>> > >> >>>>> > > In a nutshell - after reimplementing there will be the same, >> >>>>> or less >> >>>>> > > powerful, VPE with more bugs and poor performance. >> >>>>> > >> >>>>> > That might be true now but you should think a bit further in >> >>>>> time. In the not >> >>>>> > so distant future (2018 release most probably, if not 2019 for >> >>>>> sure) SWT >> >>>>> > itself will drop support for running on GTK 2.x and that would >> >>>>> > be >> >>>>> > effectively the end of this plugin if no action taken. >> >>>>> > >> >>>>> > >> >>>>> > > >> >>>>> > > On Wed, Sep 28, 2016 at 6:42 PM, Aleksandar Kurtakov >> >>>>> > >> >>>>> > > wrote: >> >>>>> > > >> >>>>> > > > >> >>>>> > > > >> >>>>> > > > ----- Original Message ----- >> >>>>> > > > > From: "Ilya Buziuk" > >>>>> > >> >>>>> > > > > To: "Nick Boldt" > >>>>> > >> >>>>> > > > > Cc: "Aleksandar Kurtakov" > >>>>> >, "Leo Ufimtsev" < >> >>>>> > > > lufimtse at redhat.com >, "Jeff >> >>>>> Johnston" >> >>>>> > > > > > >> >>>>> > > > > Sent: Wednesday, 28 September, 2016 7:19:24 PM >> >>>>> > > > > Subject: Re: Do we still need Xulrunner in Devstudio? >> >>>>> > > > > >> >>>>> > > > > Actually, we planned to remove xulrunner and deprecate >> >>>>> > > > > VPE >> >>>>> some time >> >>>>> > > > > ago >> >>>>> > > > > and leave only VPV as a WYSIWYG html editor. >> >>>>> > > > As someone not familiar with the topic I don't see >> >>>>> > > > xulrunner >> >>>>> and VPE >> >>>>> > > > deprecation that closely coupled. What is the reason for >> >>>>> that? What's >> >>>>> > > > preventing to achieve it with webkit? Do you extend SWT >> >>>>> Browser API >> >>>>> > > > somehow? >> >>>>> > > > Please give all the details you can think of so I can get >> >>>>> better >> >>>>> > > > understanding of the issue/reasons. >> >>>>> > > > >> >>>>> > > > > However, as soon as we gave a >> >>>>> > > > > shout out about this on tools.jboss.org >> >>>>> the first comment was: >> >>>>> > > > > >> >>>>> > > > > Nice. The reason I used JBoss Tools was the Visual Editor >> >>>>> for JSF, >> >>>>> > > > > > especially for the Visual parts, which was not perfect >> >>>>> but was good >> >>>>> > > > enough >> >>>>> > > > > > to have it. Will you have alternatives for that ? [1] >> >>>>> > > > > >> >>>>> > > > > >> >>>>> > > > > It was decided that we need to slow down with this >> >>>>> process. I can not >> >>>>> > > > > say >> >>>>> > > > > if it is a high time for doing this assuming that some >> >>>>> people actually >> >>>>> > > > use >> >>>>> > > > > it. Furthermore, some people treat it as a killer feature >> >>>>> for JSF that >> >>>>> > > > only >> >>>>> > > > > one IDE is providing. So, we need to think twice before >> >>>>> doing it. >> >>>>> > > > > >> >>>>> > > > > [1] >> >>>>> http://tools.jboss.org/blog/2015-04-02-devstudio-8.1.0.GA- >> >>>>> >> >>>>> > > > for-luna.html >> >>>>> > > > > >> >>>>> > > > > On Wed, Sep 28, 2016 at 5:40 PM, Nick Boldt >> >>>>> > wrote: >> >>>>> > > > > >> >>>>> > > > > > On the Eclipse team call today, the question of why we >> >>>>> need Xulrunner >> >>>>> > > > > > was brought up again. >> >>>>> > > > > > >> >>>>> > > > > > As I understand it, the only reason we still include >> >>>>> Xulrunner is for >> >>>>> > > > > > the Visual Page Editor. But Alex pointed out today that >> >>>>> Xulrunner >> >>>>> > > > > > only >> >>>>> > > > > > works on GTK2, which means a user has to explicity >> >>>>> disable GTK3 in >> >>>>> > > > > > order for Xulrunner to be used, as these days GTK3 is >> >>>>> the default >> >>>>> > > > > > OOTB >> >>>>> > > > > > implementation on the platforms we support (Fedora >> >>>>> 24/25, RHEL7, >> >>>>> > > > > > etc.). >> >>>>> > > > > > >> >>>>> > > > > > So... is it time to remove Xulrunner from the Devstudio >> >>>>> dependencies, >> >>>>> > > > > > if most people are not even seeing it used? >> >>>>> > > > > > >> >>>>> > > > > > Alex suggested it might be useful to set up a call to >> >>>>> discuss this in >> >>>>> > > > > > more depth. Is there a good time tomorrow or Friday you >> >>>>> guys would >> >>>>> > > > > > like to meet to discuss this, if it can't be resolved >> >>>>> asynchronously >> >>>>> > > > > > via email? >> >>>>> > > > > > >> >>>>> > > > > > Whatever we decide here, we should make sure we >> >>>>> > > > > > announce >> >>>>> this on the >> >>>>> > > > > > jbosstools-dev@ list. >> >>>>> > > > > > >> >>>>> > > > > > -- >> >>>>> > > > > > Nick Boldt :: JBoss by Red Hat >> >>>>> > > > > > Productization Lead :: JBoss Tools & Dev Studio >> >>>>> > > > > > http://nick.divbyzero.com >> >>>>> > > > > > >> >>>>> > > > > >> >>>>> > > > >> >>>>> > > > -- >> >>>>> > > > Alexander Kurtakov >> >>>>> > > > Red Hat Eclipse team >> >>>>> > > > >> >>>>> > > >> >>>>> > >> >>>>> > -- >> >>>>> > Alexander Kurtakov >> >>>>> > Red Hat Eclipse team >> >>>>> > >> >>>>> >> >>>>> -- >> >>>>> Alexander Kurtakov >> >>>>> Red Hat Eclipse team >> >>>>> >> >>>>> >> > >> > >> >> > > -- > Alexander Kurtakov > Red Hat Eclipse team -- Nick Boldt :: JBoss by Red Hat Productization Lead :: JBoss Tools & Dev Studio http://nick.divbyzero.com From alkazako at redhat.com Thu Sep 29 13:34:03 2016 From: alkazako at redhat.com (Alexey Kazakov) Date: Thu, 29 Sep 2016 10:34:03 -0700 Subject: [jbosstools-dev] Do we still need Xulrunner in Devstudio? In-Reply-To: References: <409698381.287442.1475129260336.JavaMail.zimbra@redhat.com> <4c38f285-5eb4-8d65-6314-3b7f5dcdbe3b@redhat.com> <1331593205.430987.1475156248602.JavaMail.zimbra@redhat.com> <6dd48f43-c888-668d-c767-1bc05661d75c@redhat.com> <5f217cce-ddd8-fec3-cea2-41f22d8cab97@redhat.com> <971640853.479611.1475165470153.JavaMail.zimbra@redhat.com> Message-ID: <92dde4e7-f47c-8eb7-398d-33e9a3f717c8@redhat.com> Don't forget that "supported OS" means we test and officially support customers on such OSs. It doesn't mean devstudio 10.2 won't work on F23. Most likely it will. On 09/29/2016 09:58 AM, Nick Boldt wrote: > Bear in mind that devstudio 10.2 (nov code freeze, dec GA) is targeted > to support only F24 (current) and F25 (avail in Nov before devstudio > GA code freeze). > > So if F25 drops GTK2, we may have to follow suit. > > On Thu, Sep 29, 2016 at 12:11 PM, Aleksandar Kurtakov > wrote: >> >> ----- Original Message ----- >>> From: "Alexey Kazakov" >>> To: "Nick Boldt" >>> Cc: "Aleksandar Kurtakov" , "Ilya Buziuk" , "jbosstools-dev jbosstools-dev" >>> , "Max Rydahl Andersen" , "Leo Ufimtsev" , >>> "Leonard Dimaggio" , "Rick Wagner" >>> Sent: Thursday, 29 September, 2016 7:06:25 PM >>> Subject: Re: Do we still need Xulrunner in Devstudio? >>> >>> So, this all was about removing Xulrunner/VPE from RPM only? >> You can read it that way if you want. >> >>> RHEL 7 >>> doesn't support GTK2 at all or it's just tricky to use it instead of >>> GTK3? >> RHEL 7 has GTK2 library but is missing a number of other libraries which render swt on gtk2 on rhel7 not fully functional. >> >>> What about Fedora? >> Fedora 24 still has most things for swt on gtk2 to work but there are more and more things planned ot be removed for next releases so we will drop support there too. >> >>> >>> On 09/29/2016 08:37 AM, Nick Boldt wrote: >>>> Why wouldn't it be a solution? >>>> >>>> devstudio includes vpe. vpe depends on xulrunner. xulrunner needs >>>> GTK2. GTK2 on RHEL7 is not supported. >>>> >>>> Therefore devstudio rpm shouldn't include vpe/xulrunner/gtk2. QED. :D >>>> >>>> What if we provide two different install paths? >>>> >>>> a) rpm installs everything in devstudio except vpe/xulrunner (supported >>>> config) >>>> >>>> b) users who want vpe can then install it by hand from the devstudio >>>> *update site*, plus the 4 dependency RPMs, and enabling GTK3=0 to >>>> force Eclipse to run in unsupported GTK2 mode. >>>> >>>> I would also be open to the idea of building a quasi-supported ("Tech >>>> Preview") rh-eclipse 46-devstudio-vpe rpm, which provides the >>>> vpe/xulrunner and requires the 4 dependencies. It could maybe even >>>> enable GTK3=0 (?) on startup of Eclipse, provided it includes an >>>> eclipse.sh which would enable that property before starting the >>>> eclipse executable. >>>> >>>> This new rpm would of course require buy in from GSS and QE. Adding >>>> Len and Rick to cc:. >>>> >>>> N >>>> >>>> >>>> >>>> On Thu, Sep 29, 2016 at 10:53 AM, Alexey Kazakov >>>> wrote: >>>>> On 09/29/2016 06:37 AM, Aleksandar Kurtakov wrote: >>>>>> ----- Original Message ----- >>>>>>> From: "Alexey Kazakov" >>>>>>> To: "Ilya Buziuk" , "Aleksandar Kurtakov" >>>>>>> , "jbosstools-dev jbosstools-dev" >>>>>>> >>>>>>> Cc: "Max Rydahl Andersen" , "Nick Boldt" >>>>>>> , "Leo Ufimtsev" >>>>>>> >>>>>>> Sent: Thursday, 29 September, 2016 4:33:00 PM >>>>>>> Subject: Re: Do we still need Xulrunner in Devstudio? >>>>>>> >>>>>>> It looks like I missed some discussion here. So, I'm repeating my >>>>>>> question, why would we like to remove Xulrunner and/or deprecate VPE? >>>>>> The discussion started from xulrunner being usable only in GTK2 env when >>>>>> on RHEL 7 we support only GTK3. It would be really nice to not have >>>>>> recommendations to use GTK2 for using VPE as it would cause issues for >>>>>> other >>>>>> plugins. >>>>> OK. So, removing VPE is not a solution for this anyway ;) >>>>> >>>>> Thanks. >>>>> >>>>> >>>>>>> Just want to understand if there is some real problem and our Xulrunner >>>>>>> stuff blocks us to solve it or this is just for cleanness sake. >>>>>>> >>>>>>> Thanks. >>>>>>> >>>>>>> On 09/29/2016 03:28 AM, Ilya Buziuk wrote: >>>>>>>> Hi, Aleksandr >>>>>>>> Alexey has already moved this discussion to jbosstools-dev. >>>>>>>> >>>>>>>> Unfortunately, I do not have Webkit POC ready to hand, but I think I >>>>>>>> remember the approach. Basically, the WebKit based transformation was >>>>>>>> done via SWT BrowserFunction[1] and the performance was much worse >>>>>>>> in comparison with the DOM API. If you want to figure out how the >>>>>>>> current Xulrunner based implementation work, you should probably start >>>>>>>> with tests[2] that cover things like mapping between source jsf / jsp >>>>>>>> tags and visual part via DOM API. However, I still want to put my 2 >>>>>>>> cents in this discussion. >>>>>>>> >>>>>>>> Let's face the bullet - JSF is dying technology, and spending any time >>>>>>>> on new development is simply nonsensical IMO. Even if eventually a >>>>>>>> better WebKit based VPE will be created (which is doubtful because it >>>>>>>> was developed by big team ~ 10 developers for a couple of years) it >>>>>>>> will have very little value for both community and business. For now >>>>>>>> the only request from the community was - "please, leave it as is". >>>>>>>> >>>>>>>> If SWT will drop GTK 2 support than we will have to deprecate it on >>>>>>>> this Linux. But it worth mentioning that all Linux distros are just a >>>>>>>> couple of percents of the tools user base and our target audience ~ 85 >>>>>>>> - 90 % is Windows developers. For me it is also not clear why it is >>>>>>>> important to deprecate it right now ? We already had this discussion >>>>>>>> and decided not to do it in 2015, so I can not come up with a reason >>>>>>>> why should it be done in 2016. Just to be clear, I am not against >>>>>>>> deprecation, I am just saying that we should think twice before doing >>>>>>>> it and get some agreement about Xulrunner future, so that we will not >>>>>>>> be returning to this discussion again and again. >>>>>>>> [1] >>>>>>>> >>>>>>>> http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fswt%2Fbrowser%2FBrowserFunction.html >>>>>>>> >>>>>>>> >>>>>>>> [2] >>>>>>>> >>>>>>>> https://github.com/jbosstools/jbosstools-vpe/blob/master/tests/org.jboss.tools.vpe.base.test/src/org/jboss/tools/vpe/base/test/VpeTest.java#L340 >>>>>>>> >>>>>>>> >>>>>>>> On Thu, Sep 29, 2016 at 8:07 AM, Aleksandar Kurtakov >>>>>>>> > wrote: >>>>>>>> >>>>>>>> Adding Max and Alexey (maybe we should move to the mailing list?) >>>>>>>> and dropping Jeff to not spam him. >>>>>>>> >>>>>>>> ----- Original Message ----- >>>>>>>> > From: "Aleksandar Kurtakov" >>>>>>> > >>>>>>>> > To: "Ilya Buziuk" >>>>>>> > >>>>>>>> > Cc: "Nick Boldt" >>>>>>> > >, >>>>>>>> "Leo Ufimtsev" >>>>>>> >, >>>>>>>> "Jeff Johnston" >>>>>>> > >>>>>>>> > Sent: Thursday, 29 September, 2016 9:04:42 AM >>>>>>>> > Subject: Re: Do we still need Xulrunner in Devstudio? >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > ----- Original Message ----- >>>>>>>> > > From: "Ilya Buziuk" >>>>>>> > >>>>>>>> > > To: "Aleksandar Kurtakov" >>>>>>> > >>>>>>>> > > Cc: "Nick Boldt" >>>>>>> >, "Leo Ufimtsev" >>>>>>> >, >>>>>>>> > > "Jeff Johnston" >>>>>>> > >>>>>>>> > > Sent: Wednesday, 28 September, 2016 8:23:47 PM >>>>>>>> > > Subject: Re: Do we still need Xulrunner in Devstudio? >>>>>>>> > > >>>>>>>> > > Basically, jsf tags can not be displayed as-is and be parsed >>>>>>>> correctly in >>>>>>>> > > browser like html, due to the fact that it is server side >>>>>>>> technology. So, >>>>>>>> > > the algorithm for VPE is the following: the content is >>>>>>>> rendered and all >>>>>>>> > > jsf tags are parsed through a set of templates via the native >>>>>>>> DOM API which >>>>>>>> > > is available only in particular older versions of XULRunner. >>>>>>>> So, in order >>>>>>>> > > to use Webkit or other engine and migrate all VPE features, >>>>>>>> reimplementing >>>>>>>> > > all of those temlpate transformations is required. Plus not >>>>>>>> > > to >>>>>>>> forget the >>>>>>>> > > performance thing - processing might take a long time (I >>>>>>>> > > think >>>>>>>> we had some >>>>>>>> > > WebKit POC but performance was just unacceptable). This is >>>>>>>> > > not >>>>>>>> a trivial >>>>>>>> > > task at all and I do believe that we have no resources for >>>>>>>> doing it - VPE >>>>>>>> > > component's code base is one of the biggest (if not the >>>>>>>> biggest) across >>>>>>>> > > tools. >>>>>>>> > >>>>>>>> > That's exactly the kind of info I was looking for. Can you >>>>>>>> > point >>>>>>>> me to the >>>>>>>> > transformations used for the xulrunner? Sorry for being lazy >>>>>>>> > but >>>>>>>> it's >>>>>>>> > foreing land for me so I would rather not lose time lurking >>>>>>>> around. >>>>>>>> > Do you have a pointer to the WebKit POC? It might be interested >>>>>>>> to reach out >>>>>>>> > to the desktop team (there is webkit developer there) with all >>>>>>>> the info so >>>>>>>> > maybe they can hint us how to achieve what's needed if latest >>>>>>>> webkit doesn't >>>>>>>> > fullfill the needs. >>>>>>>> > >>>>>>>> > > In a nutshell - after reimplementing there will be the same, >>>>>>>> or less >>>>>>>> > > powerful, VPE with more bugs and poor performance. >>>>>>>> > >>>>>>>> > That might be true now but you should think a bit further in >>>>>>>> time. In the not >>>>>>>> > so distant future (2018 release most probably, if not 2019 for >>>>>>>> sure) SWT >>>>>>>> > itself will drop support for running on GTK 2.x and that would >>>>>>>> > be >>>>>>>> > effectively the end of this plugin if no action taken. >>>>>>>> > >>>>>>>> > >>>>>>>> > > >>>>>>>> > > On Wed, Sep 28, 2016 at 6:42 PM, Aleksandar Kurtakov >>>>>>>> > >>>>>>>> > > wrote: >>>>>>>> > > >>>>>>>> > > > >>>>>>>> > > > >>>>>>>> > > > ----- Original Message ----- >>>>>>>> > > > > From: "Ilya Buziuk" >>>>>>> > >>>>>>>> > > > > To: "Nick Boldt" >>>>>>> > >>>>>>>> > > > > Cc: "Aleksandar Kurtakov" >>>>>>> >, "Leo Ufimtsev" < >>>>>>>> > > > lufimtse at redhat.com >, "Jeff >>>>>>>> Johnston" >>>>>>>> > > > > > >>>>>>>> > > > > Sent: Wednesday, 28 September, 2016 7:19:24 PM >>>>>>>> > > > > Subject: Re: Do we still need Xulrunner in Devstudio? >>>>>>>> > > > > >>>>>>>> > > > > Actually, we planned to remove xulrunner and deprecate >>>>>>>> > > > > VPE >>>>>>>> some time >>>>>>>> > > > > ago >>>>>>>> > > > > and leave only VPV as a WYSIWYG html editor. >>>>>>>> > > > As someone not familiar with the topic I don't see >>>>>>>> > > > xulrunner >>>>>>>> and VPE >>>>>>>> > > > deprecation that closely coupled. What is the reason for >>>>>>>> that? What's >>>>>>>> > > > preventing to achieve it with webkit? Do you extend SWT >>>>>>>> Browser API >>>>>>>> > > > somehow? >>>>>>>> > > > Please give all the details you can think of so I can get >>>>>>>> better >>>>>>>> > > > understanding of the issue/reasons. >>>>>>>> > > > >>>>>>>> > > > > However, as soon as we gave a >>>>>>>> > > > > shout out about this on tools.jboss.org >>>>>>>> the first comment was: >>>>>>>> > > > > >>>>>>>> > > > > Nice. The reason I used JBoss Tools was the Visual Editor >>>>>>>> for JSF, >>>>>>>> > > > > > especially for the Visual parts, which was not perfect >>>>>>>> but was good >>>>>>>> > > > enough >>>>>>>> > > > > > to have it. Will you have alternatives for that ? [1] >>>>>>>> > > > > >>>>>>>> > > > > >>>>>>>> > > > > It was decided that we need to slow down with this >>>>>>>> process. I can not >>>>>>>> > > > > say >>>>>>>> > > > > if it is a high time for doing this assuming that some >>>>>>>> people actually >>>>>>>> > > > use >>>>>>>> > > > > it. Furthermore, some people treat it as a killer feature >>>>>>>> for JSF that >>>>>>>> > > > only >>>>>>>> > > > > one IDE is providing. So, we need to think twice before >>>>>>>> doing it. >>>>>>>> > > > > >>>>>>>> > > > > [1] >>>>>>>> http://tools.jboss.org/blog/2015-04-02-devstudio-8.1.0.GA- >>>>>>>> >>>>>>>> > > > for-luna.html >>>>>>>> > > > > >>>>>>>> > > > > On Wed, Sep 28, 2016 at 5:40 PM, Nick Boldt >>>>>>>> > wrote: >>>>>>>> > > > > >>>>>>>> > > > > > On the Eclipse team call today, the question of why we >>>>>>>> need Xulrunner >>>>>>>> > > > > > was brought up again. >>>>>>>> > > > > > >>>>>>>> > > > > > As I understand it, the only reason we still include >>>>>>>> Xulrunner is for >>>>>>>> > > > > > the Visual Page Editor. But Alex pointed out today that >>>>>>>> Xulrunner >>>>>>>> > > > > > only >>>>>>>> > > > > > works on GTK2, which means a user has to explicity >>>>>>>> disable GTK3 in >>>>>>>> > > > > > order for Xulrunner to be used, as these days GTK3 is >>>>>>>> the default >>>>>>>> > > > > > OOTB >>>>>>>> > > > > > implementation on the platforms we support (Fedora >>>>>>>> 24/25, RHEL7, >>>>>>>> > > > > > etc.). >>>>>>>> > > > > > >>>>>>>> > > > > > So... is it time to remove Xulrunner from the Devstudio >>>>>>>> dependencies, >>>>>>>> > > > > > if most people are not even seeing it used? >>>>>>>> > > > > > >>>>>>>> > > > > > Alex suggested it might be useful to set up a call to >>>>>>>> discuss this in >>>>>>>> > > > > > more depth. Is there a good time tomorrow or Friday you >>>>>>>> guys would >>>>>>>> > > > > > like to meet to discuss this, if it can't be resolved >>>>>>>> asynchronously >>>>>>>> > > > > > via email? >>>>>>>> > > > > > >>>>>>>> > > > > > Whatever we decide here, we should make sure we >>>>>>>> > > > > > announce >>>>>>>> this on the >>>>>>>> > > > > > jbosstools-dev@ list. >>>>>>>> > > > > > >>>>>>>> > > > > > -- >>>>>>>> > > > > > Nick Boldt :: JBoss by Red Hat >>>>>>>> > > > > > Productization Lead :: JBoss Tools & Dev Studio >>>>>>>> > > > > > http://nick.divbyzero.com >>>>>>>> > > > > > >>>>>>>> > > > > >>>>>>>> > > > >>>>>>>> > > > -- >>>>>>>> > > > Alexander Kurtakov >>>>>>>> > > > Red Hat Eclipse team >>>>>>>> > > > >>>>>>>> > > >>>>>>>> > >>>>>>>> > -- >>>>>>>> > Alexander Kurtakov >>>>>>>> > Red Hat Eclipse team >>>>>>>> > >>>>>>>> >>>>>>>> -- >>>>>>>> Alexander Kurtakov >>>>>>>> Red Hat Eclipse team >>>>>>>> >>>>>>>> >>>> >>> >> -- >> Alexander Kurtakov >> Red Hat Eclipse team > > From jmaury at redhat.com Fri Sep 30 12:45:38 2016 From: jmaury at redhat.com (Jean-Francois Maury) Date: Fri, 30 Sep 2016 18:45:38 +0200 Subject: [jbosstools-dev] JBoss Tools 4.4.2.AM1 is now available Message-ID: This is a development release aimed at Eclipse 4.6 Neon.0 or Neon.1 users. Announcement Blog: http://tools.jboss.org/blog/ Eclipse Marketplace: https://marketplace.eclipse.org/content/jboss-tools Update Site: http://download.jboss.org/jbosstools/neon/development/updates/ Zips: http://tools.jboss.org/downloads/jbosstools/neon/4.4.2.AM1.html#zips Installation instructions: http://tools.jboss.org/ downloads/installation.html New + Noteworthy (subject to change): http://tools.jboss.org/ documentation/whatsnew/jbosstools/4.4.2.AM1.html Schedule / Upcoming Releases: https://issues.jboss.org/ browse/JBIDE?selectedTab=com.atlassian.jira.jira-projects- plugin:versions-panel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20160930/fc030d17/attachment.html