[JBoss JIRA] Created: (JBDS-1829) CLONE - Navigation between links on welcome screen should be uninterrupted
by Denis Golovin (JIRA)
CLONE - Navigation between links on welcome screen should be uninterrupted
--------------------------------------------------------------------------
Key: JBDS-1829
URL: https://issues.jboss.org/browse/JBDS-1829
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: ui/branding
Reporter: Lukas Jungmann
Assignee: Victor Rubezhny
Priority: Minor
Fix For: 5.0.0.M2
-shrink the JBDS window a bit and click on links on the welcome screen
I can see two issues here:
-the loading of the link should be uninterrupted, as of now one can see white/empty page between clicking on the link and displaying the contents of the link
-the white strip (the one containing the RH and JBoss logos) does not have fixed position at the bottom of the window, ie if one needs to scroll, he may not be able to follow link hidden by the strip
video from ubuntu 10.10 is attached
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] (JBIDE-10137) Close input and output stream in all places where it used
by Vitali Yemialyanchyk (Created) (JIRA)
Close input and output stream in all places where it used
---------------------------------------------------------
Key: JBIDE-10137
URL: https://issues.jboss.org/browse/JBIDE-10137
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: common/jst/core, jsp/jsf/xml source editing
Affects Versions: 3.3.0.M4
Reporter: Vitali Yemialyanchyk
Assignee: Alexey Kazakov
Priority: Trivial
Unfortunately I've find a lot of places in JBossTools where InputStream & OutputStream are used and are not closed. Just make a search and inspect all over the code.
Here just list of places for org.jboss.tools.jsf plugin:
1) JSF2ComponentModelManager -> public static IDOMDocument getReadableDOMDocument(JarEntryFile file)
2) JSF2Util -> public static String readManifest(IProject project, String jarName) throws CoreException, IOException
3) JSF2TemplateManager -> public InputStream createStreamFromTemplate(String templateName)
4) JSF2ComponentsValidator -> protected boolean isValidate(IFile file)
5) XHTMLEntityResolver -> public static XMLInputSource _internalResolveEntity(... -> is.setByteStream(new LazyURLInputStream(physical));
6) XHTMLValidator -> stream = new FilteredInputStream(connect.getInputStream());
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] (JBIDE-10486) bpel editor 0.8 in JBT SOA Tooling continuous build comes from nightly or milestone sites @ eclipse.org, which is NEWER than version built in Jenkins and aggregated into JBT/JBDS
by Nick Boldt (Created) (JIRA)
bpel editor 0.8 in JBT SOA Tooling continuous build comes from nightly or milestone sites @ eclipse.org, which is NEWER than version built in Jenkins and aggregated into JBT/JBDS
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-10486
URL: https://issues.jboss.org/browse/JBIDE-10486
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: BPEL, Build/Releng
Affects Versions: 3.3.0.Beta1
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 3.3.0.Beta1
JBT SOA Tooling [0, 1] includes the output of the BPEL component job [2, 3].
The JBDS SOA Tooling site is also pull bits from the same build of BPEL [4, 5].
[0] http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_stable_branch.soa-to...
[1] http://download.jboss.org/jbosstools/updates/nightly/soa-tooling/3.3.indigo/ BPEL from H98
[2] https://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_stable_branch.compo...
[3] http://download.jboss.org/jbosstools/builds/staging/jbosstools-3.3_stable... BPEL from H98
http://hudson.qa.jboss.com/hudson/job/devstudio-5.0_stable_branch.soa-too...
http://www.qa.jboss.com/binaries/RHDS/builds/staging/devstudio-5.0_stable... BPEL from H98
---
However, the continuous build job is trying to pull from a newer version of BPEL:
http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_3.3.indig... BPEL from H101
---
Need to figure out why this build is pulling from the nightly/milestone sites, and the bpel component build - which uses the same pom.xml files - is not.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months