[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-3759) Servers properties menu errors.

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Tue Feb 10 18:55:56 EST 2009


     [ https://jira.jboss.org/jira/browse/JBIDE-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Snjezana Peco resolved JBIDE-3759.
----------------------------------

    Resolution: Done


Part1:

The DataSourceXmlDeployer class sets the testtest project as the scheduling rule, but tries to change the Servers project.
The fix: setting the workspace as the scheduling rule.

Part2:

The PortSection.init(...) method adds the server port sections to the sectionList list when opening the editor. This method is also called from the ServerEditor.refresh() method and adds the port sections without UI (the text field is null) which causes the NPE.
The fix: adding the port sections only when opening the editor.

These two issues aren't related to each other.

> Servers properties menu errors.
> -------------------------------
>
>                 Key: JBIDE-3759
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3759
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS
>         Environment: WindowsXP SP2
> JBoss Developer Studio
> Version: 2.0.0.GA
> Build id: jbdevstudio-eap-win32-2.0.0.GA-N200902040901-H1418
> JRE 1.5_08
>            Reporter: Aliaksey Nis
>            Assignee: Rob Stryker
>             Fix For: 3.0.0.GA
>
>         Attachments: serverProp.txt, serversproperties.JPG
>
>
> Part1.
> EXECUTE: Newly installed studio. Server runtimes added during installation.
> EXECUTE: Open Servers view.
> EXECUTE: Right click on any server(Jboss 4.2.3 for example). Select Properties > General.
> EXECUTE: Press "Switch location button".
> ASSERT: Location switched. From Workspace metadata to target folder.
> ASSERT: Folder Servers appears in Package Explorer(and in filsystem) with server settings inside.
> EXECUTE: New > Seam Project > Create any Seam project.
> ASSERT: Project created.
> FAILURE: Exceptions related to JBoss AS server thrown in error log. Error log attached. Project cannot be started on server (deployment errors).
> Part2
> EXECUTE: Double click on server in Servers view. 
> ASSERT: Server settings appears.
> EXECUTE: Right click on this server in server view. Select properties. Press "Switch location" button(from workspace metadata to target folder).
> ASSERT: Location changed.
> EXECUTE: Press Ok in properties menu.
> EXECUTE: In server settings make some changes(check another checkbox for deploy option for example). Try to save those changes.
> FAILURE: Error mesage box appears and exceptions w/o stacktrace thrown in error log. 
> Properties wizard don't check ,if server settings files used but any other wizard. Screenshot attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list