[
https://issues.jboss.org/browse/JBIDE-12706?page=com.atlassian.jira.plugi...
]
Rob Stryker updated JBIDE-12706:
--------------------------------
Description:
Steps to reproduce are:
1) Create rse as7 server
2) create dynamic web proj
3) add to server
4) right-click module, click full-publish
Error: NPE deep in the publish method code. This is caused primarily by
RSEPublishMethod.publishStart(etc) not being reached. This method caches the server
behavior for later reference. The superclass is reached for this method, because the
subclass has the wrong signature. The NPE throws an NPE error dialog up (within the
context of a failed publish).
this is a regression from the api sorting 1 week ago, where interfaces were pushed into
the api rather than concrete impl classes.
was:
Steps to reproduce are:
1) Create rse as7 server
2) create dynamic web proj
3) add to server
4) right-click module, click full-publish
Error: NPE deep in the publish method code. This is caused primarily by
RSEPublishMethod.publishStart(etc) not being reached. The superclass is reached for this
method, but the subclass has the wrong signature.
Publishing using RSE to non-started server fails with NPE
---------------------------------------------------------
Key: JBIDE-12706
URL:
https://issues.jboss.org/browse/JBIDE-12706
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 4.0.0.Alpha2
Reporter: Rob Stryker
Assignee: Rob Stryker
Priority: Critical
Fix For: 4.0.0.Alpha2
Attachments: JBIDE-12706.patch
Steps to reproduce are:
1) Create rse as7 server
2) create dynamic web proj
3) add to server
4) right-click module, click full-publish
Error: NPE deep in the publish method code. This is caused primarily by
RSEPublishMethod.publishStart(etc) not being reached. This method caches the server
behavior for later reference. The superclass is reached for this method, because the
subclass has the wrong signature. The NPE throws an NPE error dialog up (within the
context of a failed publish).
this is a regression from the api sorting 1 week ago, where interfaces were pushed into
the api rather than concrete impl classes.
--
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