[JBoss JIRA] (JBIDE-19040) Software update: Item hidden under table header
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19040?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-19040:
------------------------------------
Definitely an upstream issue. On what OS/JVM combinations are you seeing this? 64- or 32-bit?
> Software update: Item hidden under table header
> -----------------------------------------------
>
> Key: JBIDE-19040
> URL: https://issues.jboss.org/browse/JBIDE-19040
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 4.2.2.Final
> Reporter: Martin Malina
> Assignee: Nick Boldt
> Fix For: 4.3.x
>
> Attachments: update-hidden.png, update-shown.png
>
>
> This is probably an upstream issue and I'm not sure if/how much we can do here. But I'd like to have this reported anyway.
> When JBDS notifies me of updates and I want to install the updates, the "Available Updates" window seems empty:
> !update-hidden.png!
> What's happening is that there is only one item and it's hidden at the very top behind the table header. With my mouse, I can scroll to see it:
> !update-shown.png!
> What's worse, the hidden item can only be made visible by scrolling a mouse, not using touchpad. So unless I have a mouse connected, I'm out of luck.
> This happens in other places as well, notably in the software update sites page in Preferences.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19040) Software update: Item hidden under table header
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19040?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-19040:
-------------------------------
Fix Version/s: 4.3.x
> Software update: Item hidden under table header
> -----------------------------------------------
>
> Key: JBIDE-19040
> URL: https://issues.jboss.org/browse/JBIDE-19040
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 4.2.2.Final
> Reporter: Martin Malina
> Assignee: Nick Boldt
> Fix For: 4.3.x
>
> Attachments: update-hidden.png, update-shown.png
>
>
> This is probably an upstream issue and I'm not sure if/how much we can do here. But I'd like to have this reported anyway.
> When JBDS notifies me of updates and I want to install the updates, the "Available Updates" window seems empty:
> !update-hidden.png!
> What's happening is that there is only one item and it's hidden at the very top behind the table header. With my mouse, I can scroll to see it:
> !update-shown.png!
> What's worse, the hidden item can only be made visible by scrolling a mouse, not using touchpad. So unless I have a mouse connected, I'm out of luck.
> This happens in other places as well, notably in the software update sites page in Preferences.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBTIS-379) Support early access and production releases - distribution infrastructure.
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-379?page=com.atlassian.jira.plugin.... ]
Paul Leacu commented on JBTIS-379:
----------------------------------
After discussing things with Max - decided to split Final/GA and EA from within the pom (mirror) for both community and production.
[~nickboldt] - would be interested in your opinion:
https://github.com/jbosstools/jbosstools-integration-stack/pull/277/
> Support early access and production releases - distribution infrastructure.
> ---------------------------------------------------------------------------
>
> Key: JBTIS-379
> URL: https://issues.jboss.org/browse/JBTIS-379
> Project: JBoss Tools Integration Stack
> Issue Type: Feature Request
> Components: distribution
> Affects Versions: 8.0.0.GA
> Reporter: Paul Leacu
> Assignee: Paul Leacu
>
> It's necessary to split the IS update sites into strictly released content (.Final features) and early access content (.Final features + Beta, etc)
> * Need one p2 site for IS released stuff and a second one for EA stuff, in order to prevent a customer from accidentally installing EA (Alpha/Beta) content from a Final zip; also need two discovery sites/plugins/etc.
> * What do we call the zips?
> jbdevstudio-integration-stack-8.0.0-updatesite.zip
> jbdevstudio-integration-stack-8.0.0-updatesite-earlyaccess.zip
> jbdevstudio-integration-stack-8.0.1-updatesite.zip
> jbdevstudio-integration-stack-8.0.1-updatesite-earlyaccess.zip
> jbdevstudio-integration-stack-8.0.2-updatesite.zip (no EA after this)
> jbdevstudio-integration-stack-8.0.3-updatesite.zip (maintenance build)
> jbdevstudio-integration-stack-8.0.4-updatesite.zip (etc.)
> * Where do we put the content?
> https://devstudio.redhat.com/updates/8.0/devstudio-directory.xml (just need one plugin, but have it point to a composite site of the two IS sites (released + earlyaccess))
> * Is in necessary to have two p2 community sites as well?
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBDS-3199) Creating a new HTML5 "from scratch" retains "kitchensink" string in datasources instead of picking up actual project names
by Len DiMaggio (JIRA)
[ https://issues.jboss.org/browse/JBDS-3199?page=com.atlassian.jira.plugin.... ]
Len DiMaggio updated JBDS-3199:
-------------------------------
CDW qa_ack: + (was: ?)
> Creating a new HTML5 "from scratch" retains "kitchensink" string in datasources instead of picking up actual project names
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-3199
> URL: https://issues.jboss.org/browse/JBDS-3199
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: central, upstream
> Affects Versions: 8.0.0.GA
> Reporter: Len DiMaggio
> Assignee: Fred Bricon
> Fix For: 8.1.0.GA
>
>
> These "kitchensink" strings are retained:
> grep -ir kitchen *
> main/resources/META-INF/persistence.xml: <jta-data-source>java:jboss/datasources/KitchensinkHTML5MobileQuickstartDS</jta-data-source>
> main/webapp/WEB-INF/kitchensink-quickstart-ds.xml: <datasource jndi-name="java:jboss/datasources/KitchensinkHTML5MobileQuickstartDS"
> main/webapp/WEB-INF/kitchensink-quickstart-ds.xml: pool-name="kitchensink-quickstart" enabled="true"
> test/resources/arquillian-ds.xml: <datasource jndi-name="java:jboss/datasources/KitchensinkHTML5MobileTestDS"
> test/resources/META-INF/test-persistence.xml: <jta-data-source>java:jboss/datasources/KitchensinkHTML5MobileTestDS</jta-data-source>
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBDS-3200) Provide JBoss Developer studio from Mac App Store or identified developer to prevent warning
by Len DiMaggio (JIRA)
[ https://issues.jboss.org/browse/JBDS-3200?page=com.atlassian.jira.plugin.... ]
Len DiMaggio commented on JBDS-3200:
------------------------------------
Just to confirm - for 8.0.1, the solution will be to document the workaround (http://support.apple.com/kb/PH14369?viewlocale=en_US&locale=en_US) and make no code or build changes?
> Provide JBoss Developer studio from Mac App Store or identified developer to prevent warning
> --------------------------------------------------------------------------------------------
>
> Key: JBDS-3200
> URL: https://issues.jboss.org/browse/JBDS-3200
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: build
> Affects Versions: 8.0.0.GA
> Environment: Mac OS X 10.10, JDK 1.8.0
> Reporter: Manuel Blechschmidt
> Assignee: Max Rydahl Andersen
> Priority: Blocker
> Labels: new_and_noteworthy
> Fix For: 8.1.0.GA, 9.0.0.Alpha1
>
> Attachments: Screen Shot 2014-10-26 at 11.10.30.png, Screen Shot 2014-10-26 at 11.11.53.png
>
>
> Hello,
> I just downloaded the new installer for JBoss Developer Studio 8.0.0.GA from here:
> https://access.cdn.redhat.com/content/origin/files/sha256/9f/9f3fab096014...
> Download was very fast. Afterwards I double clicked on the installer. Unfortunately it showed me a message that I can only install applications from the mac app store.
> {panel}
> "jboss-devstudio-8.0.0.GA-v20141020-1042-B317-installer-eap.jar" can't be opened because it is from an unidentified developer.
> Your security preferences allow installation of only app from the Mac App Store and identified developers.
> {panel}
> Right click on the file and then selecting open gives me the opportunity to ignore this warning.
> Nevertheless it might happen that users don't know this solution.
> Hope that helps
> Manuel
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months