[JBoss JIRA] (JBIDE-16917) OpenShift wizard: New app wizard throws NPE after removing connection on first place in explorer
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16917?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-16917:
------------------------------------------
After the fix for JBIDE-16516 the error does not occurr for me any more. Instead of an error, the connection dialogs pops up with <NEW CONNECTION> preselected.
<NEW CONNECTION> being preselected feels weird, I would have expected the remaining connection to get preselected. I filed this to JBIDE-16921.
Closing this bug as DUPLICATE
> OpenShift wizard: New app wizard throws NPE after removing connection on first place in explorer
> ------------------------------------------------------------------------------------------------
>
> Key: JBIDE-16917
> URL: https://issues.jboss.org/browse/JBIDE-16917
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta1
> Reporter: Marián Labuda
> Labels: wizard
> Attachments: new_application_wizard.png
>
>
> After having 2 connection in OpenShift explorer and removing the one on first position NPE is thrown in wizard instantiate. Eclipse .log is empty. !new_application_wizard.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBIDE-16920) Visual Preview: create refresh options
by Konstantin Marmalyukov (JIRA)
Konstantin Marmalyukov created JBIDE-16920:
----------------------------------------------
Summary: Visual Preview: create refresh options
Key: JBIDE-16920
URL: https://issues.jboss.org/browse/JBIDE-16920
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: visual-page-editor-core
Reporter: Konstantin Marmalyukov
Fix For: 4.2.0.Beta2
For preview we need to have different refresh options:
- full page refresh*(already done)*
- refreshOnType : full page refresh after document change(enable/disable).*(already done)*
- partRefresh : refresh only changed part of a document(enable/disable).
- refreshOnSave : full page refresh after document changed(enable/disable).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBIDE-16917) OpenShift wizard: New app wizard throws NPE after removing connection on first place in explorer
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16917?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-16917:
-------------------------------------
Steps to Reproduce:
ASSERT: Have a connection (e.g. seconduser(a)somewhere.xx) in OpenShift Explorer.
EXEC: Add another connection starting with a letter that's first in the alphabetical order (there is alphabetical order e.g. firstuser(a)somewhere.xx). It'll be listed first in the Explorer .
EXEC: Open OpenShift application wizard via File->New->OpenShift->New Application.
ASSERT: Wizard is opened. First connection is preselected.
EXEC: close wizard
EXEC: Remove first connection from OpenShift explorer.
EXEC: Open OpenShift application wizard via File->New->OpenShift->New Application
RESULT: Error is shown.
EXPECTED RESULT: New OpenShift application wizard is opened.
was:
ASSERT: Have a connection (e.g. seconduser(a)somewhere.xx) in OpenShift Explorer.
EXEC: Add another connection starting with a letter that's first in the alphabetical order (there is alphabetical order e.g. firstuser(a)somewhere.xx). It'll be listed first in the Explorer .
EXEC: Open OpenShift application wizard via File->New->OpenShift->New Application.
ASSERT: Wizard is opened. First connection is preselected.
EXEC: close wizard
EXEC: Remove first connection from OpenShift explorer.
EXEC: Select remaining connection (firstuser)
EXEC: Open OpenShift application wizard via File->New->OpenShift->New Application
RESULT: Error is shown.
EXPECTED RESULT: New OpenShift application wizard is opened.
> OpenShift wizard: New app wizard throws NPE after removing connection on first place in explorer
> ------------------------------------------------------------------------------------------------
>
> Key: JBIDE-16917
> URL: https://issues.jboss.org/browse/JBIDE-16917
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta1
> Reporter: Marián Labuda
> Labels: wizard
> Attachments: new_application_wizard.png
>
>
> After having 2 connection in OpenShift explorer and removing the one on first position NPE is thrown in wizard instantiate. Eclipse .log is empty. !new_application_wizard.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBTIS-260) Teiid designer server management tasks fail for JBDS 7.1.1.GA + JBDSIS 7.0.1.CR2
by Paul Richardson (JIRA)
[ https://issues.jboss.org/browse/JBTIS-260?page=com.atlassian.jira.plugin.... ]
Paul Richardson reassigned JBTIS-260:
-------------------------------------
Assignee: Paul Richardson (was: Barry LaFond)
> Teiid designer server management tasks fail for JBDS 7.1.1.GA + JBDSIS 7.0.1.CR2
> --------------------------------------------------------------------------------
>
> Key: JBTIS-260
> URL: https://issues.jboss.org/browse/JBTIS-260
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: teiid
> Environment: JBDS 7.1.1.GA, JBDSIS 7.0.1.CR2, server DV6 GA
> Reporter: Lucie Fabrikova
> Assignee: Paul Richardson
> Priority: Blocker
> Attachments: DriverValidator-1.2.11
>
>
> In teiid designer, start server latest DV6 GA and create new model project. Create some source model.
> - preview of data in table causes error with empty stack trace, development perspective is not opened
> - create and execute vdb: development perspective is opened, but vdb is not connected; trying to connect causes NPE:
> java.lang.NullPointerException
> at org.eclipse.datatools.connectivity.drivers.DriverValidator.validateJarListFiles(DriverValidator.java:161)
> at org.eclipse.datatools.connectivity.drivers.DriverValidator.isValid(DriverValidator.java:92)
> at org.eclipse.datatools.connectivity.drivers.jdbc.JDBCConnection.getDriverDefinitionJarPaths(JDBCConnection.java:217)
> at org.eclipse.datatools.connectivity.drivers.jdbc.JDBCConnection.getJdbcDriverJars(JDBCConnection.java:169)
> at org.eclipse.datatools.connectivity.drivers.jdbc.JDBCConnection.<init>(JDBCConnection.java:67)
> at org.teiid.datatools.connectivity.TeiidJDBCConnection.<init>(TeiidJDBCConnection.java:31)
> at org.teiid.datatools.connectivity.TeiidJDBCConnectionFactory.createConnection(TeiidJDBCConnectionFactory.java:21)
> at org.eclipse.datatools.connectivity.internal.ConnectionFactoryProvider.createConnection(ConnectionFactoryProvider.java:83)
> at org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(ConnectionProfile.java:359)
> at org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionInfoImpl.initializeJDBCConnection(ConnectionInfoImpl.java:705)
> at org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionInfoImpl.<init>(ConnectionInfoImpl.java:690)
> at org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionFactory.createConnection(ConnectionFactory.java:38)
> at org.eclipse.datatools.connectivity.sqm.core.SQMConnectionFactory.createConnection(SQMConnectionFactory.java:45)
> at org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionFactory.createConnection(ConnectionFactory.java:59)
> at org.eclipse.datatools.connectivity.internal.ConnectionFactoryAdapterProvider.createConnection(ConnectionFactoryAdapterProvider.java:114)
> at org.eclipse.datatools.connectivity.internal.ManagedConnection.createConnection(ManagedConnection.java:163)
> at org.eclipse.datatools.connectivity.internal.CreateConnectionJob.run(CreateConnectionJob.java:56)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBIDE-16917) OpenShift wizard: New app wizard throws NPE after removing connection on first place in explorer
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16917?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-16917:
-------------------------------------
Steps to Reproduce:
ASSERT: Have a connection (e.g. seconduser(a)somewhere.xx) in OpenShift Explorer.
EXEC: Add another connection starting with a letter that's first in the alphabetical order (there is alphabetical order e.g. firstuser(a)somewhere.xx). It'll be listed first in the Explorer .
EXEC: Open OpenShift application wizard via File->New->OpenShift->New Application.
ASSERT: Wizard is opened. First connection is preselected.
EXEC: close wizard
EXEC: Remove first connection from OpenShift explorer.
EXEC: Select remaining connection (firstuser)
EXEC: Open OpenShift application wizard via File->New->OpenShift->New Application
RESULT: Error is shown.
EXPECTED RESULT: New OpenShift application wizard is opened.
was:
ASSERT: Have a connection (e.g. seconduser(a)somewhere.xx) in OpenShift Explorer.
EXEC: Add another connection starting with a letter that's first in the alphabetical order (there is alphabetical order e.g. firstuser(a)somewhere.xx). It'll be listed first in the Explorer .
EXEC: Open OpenShift application wizard via File->New->OpenShift->New Application.
ASSERT: Wizard is opened. First connection is preselected.
EXEC: close wizard
EXEC: Remove first connection from OpenShift explorer.
EXEC: Select remaining connection (firstuser)
EXEC: Open OpenShift application wizard from shell menu.
RESULT: Error is shown.
EXPECTED RESULT: New OpenShift application wizard is opened.
> OpenShift wizard: New app wizard throws NPE after removing connection on first place in explorer
> ------------------------------------------------------------------------------------------------
>
> Key: JBIDE-16917
> URL: https://issues.jboss.org/browse/JBIDE-16917
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta1
> Reporter: Marián Labuda
> Labels: wizard
> Attachments: new_application_wizard.png
>
>
> After having 2 connection in OpenShift explorer and removing the one on first position NPE is thrown in wizard instantiate. Eclipse .log is empty. !new_application_wizard.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBIDE-16915) Provide help command in Forge2 console
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16915?page=com.atlassian.jira.plugi... ]
Pavol Srna commented on JBIDE-16915:
------------------------------------
Hi [~koen.aers],
do you have some power to prioritize ^^ ?
To introduce the 'traditional help' in forge 2 would be a very good step towards usability.
> Provide help command in Forge2 console
> --------------------------------------
>
> Key: JBIDE-16915
> URL: https://issues.jboss.org/browse/JBIDE-16915
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: forge
> Affects Versions: 4.2.0.Beta1
> Reporter: Pavol Srna
> Priority: Critical
> Fix For: 4.2.0.Beta2
>
>
> It would be very handy to have some help command available in Forge2 console similar as it is in Forge1. It is very hard especially for new comers to start using forge2 console without any help provided.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBIDE-16917) OpenShift wizard: New app wizard throws NPE after removing connection on first place in explorer
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16917?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-16917:
-------------------------------------
Steps to Reproduce:
ASSERT: Have a connection (e.g. seconduser(a)somewhere.xx) in OpenShift Explorer.
EXEC: Add another connection starting with a letter that's first in the alphabetical order (there is alphabetical order e.g. firstuser(a)somewhere.xx). It'll be listed first in the Explorer .
EXEC: Open OpenShift application wizard via File->New->OpenShift->New Application.
ASSERT: Wizard is opened. First connection is preselected.
EXEC: close wizard
EXEC: Remove first connection from OpenShift explorer.
EXEC: Select remaining connection (firstuser)
EXEC: Open OpenShift application wizard from shell menu.
RESULT: Error is shown.
EXPECTED RESULT: New OpenShift application wizard is opened.
was:
ASSERT: Have in OpenShift explorer first connection (e.g. seconduser(a)somewhere.xx).
EXEC: Add another connection to OpenShift explorer which is going to be on first (there is alphabetical order e.g. firstuser(a)somewhere.xx).
EXEC: Open OpenShift application wizard from shell menu.
ASSERT: Wizard is opened. Preselected is first connection.
EXEC: Remove first connection from OpenShift explorer.
EXEC: Select remaining connection (firstuser)
EXEC: Open OpenShift application wizard from shell menu.
RESULT: Error is shown.
EXPECTED RESULT: New OpenShift application wizard is opened.
> OpenShift wizard: New app wizard throws NPE after removing connection on first place in explorer
> ------------------------------------------------------------------------------------------------
>
> Key: JBIDE-16917
> URL: https://issues.jboss.org/browse/JBIDE-16917
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta1
> Reporter: Marián Labuda
> Labels: wizard
> Attachments: new_application_wizard.png
>
>
> After having 2 connection in OpenShift explorer and removing the one on first position NPE is thrown in wizard instantiate. Eclipse .log is empty. !new_application_wizard.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBIDE-16917) OpenShift wizard: New app wizard throws NPE after removing connection on first place in explorer
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16917?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-16917:
----------------------------------
Steps to Reproduce:
ASSERT: Have in OpenShift explorer first connection (e.g. seconduser(a)somewhere.xx).
EXEC: Add another connection to OpenShift explorer which is going to be on first (there is alphabetical order e.g. firstuser(a)somewhere.xx).
EXEC: Open OpenShift application wizard from shell menu.
ASSERT: Wizard is opened. Preselected is first connection.
EXEC: Remove first connection from OpenShift explorer.
EXEC: Select remaining connection (firstuser)
EXEC: Open OpenShift application wizard from shell menu.
RESULT: Error is shown.
EXPECTED RESULT: New OpenShift application wizard is opened.
was:
ASSERT: Have in OpenShift explorer first connection (e.g. seconduser(a)somewhere.xx).
EXEC: Add another connection to OpenShift explorer which is going to be on first (there is alphabetical order e.g. firstuser(a)somewhere.xx).
EXEC: Open OpenShift application wizard from shell menu.
ASSERT: Wizard is opened. Preselected is first connection.
EXEC: Remove first connection from OpenShift explorer.
ASSERT: In OpenShift explorer left second connection.
EXEC: Open OpenShift application wizard from shell menu.
RESULT: Error is shown.
EXPECTED RESULT: New OpenShift application wizard is opened.
> OpenShift wizard: New app wizard throws NPE after removing connection on first place in explorer
> ------------------------------------------------------------------------------------------------
>
> Key: JBIDE-16917
> URL: https://issues.jboss.org/browse/JBIDE-16917
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta1
> Reporter: Marián Labuda
> Labels: wizard
> Attachments: new_application_wizard.png
>
>
> After having 2 connection in OpenShift explorer and removing the one on first position NPE is thrown in wizard instantiate. Eclipse .log is empty. !new_application_wizard.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years