]
Jan Richter closed JBIDE-26281.
-------------------------------
!https://media.giphy.com/media/BIuuwHRNKs15C/giphy.gif!
get*LaunchAttributes methods return null
----------------------------------------
Key: JBIDE-26281
URL:
https://issues.jboss.org/browse/JBIDE-26281
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: runtime-server-protocol
Reporter: Jan Richter
Assignee: Rob Stryker
Fix For: 4.9.0.AM1
Created a WildFly 13 server adapter and got a server handle back.
Now when I call the following, I get null back (handle is a valid server handle in this
case).
{noformat}server/getRequiredLaunchAttributes({id: handle.id, mode:
'run'}){noformat}
The same goes for server/getOptionalLaunchAttributes.