[JBoss JIRA] (JBIDE-17947) Java Model Exception occurs while typing
by Radoslav Rábara (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17947?page=com.atlassian.jira.plugi... ]
Radoslav Rábara edited comment on JBIDE-17947 at 7/22/14 12:21 PM:
-------------------------------------------------------------------
STEP: Create Dynamic Web Project with JAX-RS Support (in a clean workspace)
STEP: Create class Resource (copy code and save the file)
{code}
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
@Path("/")
public class Resource {
@POST
@Path("{car}")
public void post()
}
{code}
STEP: add
{code}
@PathParam("car") Car car
{code}
as parameter of method post (and don't save the file)
FAIL: error in error log
if the error message doesn't appear in the error log then try it with these extra steps:
STEP: save the file
STEP: remove @PathParam("car") Car car
STEP: save the file
STEP: add @PathParam("car") Car car (don't save the file)
FAIL: error in error log
see attached video {code}JBIDE-17947 (2).ogv{code}
was (Author: rrabara):
STEP: Create Dynamic Web Project with JAX-RS Support
STEP: Create class Resource (copy code and save the file)
{code}
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
@Path("/")
public class Resource {
@POST
@Path("{car}")
public void post()
}
{code}
STEP: add
{code}
@PathParam("car") Car car
{code}
as parameter of method post (and don't save the file)
FAIL: error in error log
if the error message doesn't appear in the error log then try it with these extra steps:
STEP: save the file
STEP: remove @PathParam("car") Car car
STEP: save the file
STEP: add @PathParam("car") Car car (don't save the file)
FAIL: error in error log
see attached video {code}JBIDE-17947 (2).ogv{code}
> Java Model Exception occurs while typing
> ----------------------------------------
>
> Key: JBIDE-17947
> URL: https://issues.jboss.org/browse/JBIDE-17947
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.2.0.Beta3
> Reporter: Radoslav Rábara
> Assignee: Xavier Coulon
> Labels: respin-c
> Fix For: 4.2.0.Beta3
>
> Attachments: JBIDE-17947 (2).ogv, stack trace, video.ogv
>
>
> While editing JAX-RS resource class, the following exception shows up in Error log
> {code}
> Java Model Exception: Java Model Status [post() {key=LResource;.post()V} [in Resource [in [Working copy] Resource.java [in <default> [in src [in DynamicWebProject]]]]] does not exist]
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17947) Java Model Exception occurs while typing
by Radoslav Rábara (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17947?page=com.atlassian.jira.plugi... ]
Radoslav Rábara edited comment on JBIDE-17947 at 7/22/14 12:12 PM:
-------------------------------------------------------------------
STEP: Create Dynamic Web Project with JAX-RS Support
STEP: Create class Resource (copy code and save the file)
{code}
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
@Path("/")
public class Resource {
@POST
@Path("{car}")
public void post()
}
{code}
STEP: add
{code}
@PathParam("car") Car car
{code}
as parameter of method post (and don't save the file)
FAIL: error in error log
if the error message doesn't appear in the error log then try it with these extra steps:
STEP: save the file
STEP: remove @PathParam("car") Car car
STEP: save the file
STEP: add @PathParam("car") Car car (don't save the file)
FAIL: error in error log
see attached video {code}JBIDE-17947 (2).ogv{code}
was (Author: rrabara):
STEP: Create Dynamic Web Project with JAX-RS Support
STEP: Create class Resource (copy code and save the file)
{code}
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
@Path("/")
public class Resource {
@POST
@Path("{car}")
public void post()
}
{code}
STEP: add
{code}
@PathParam("car") Car car
{code}
as parameter of method post (and don't save the file)
FAIL: error in error log
if the error message doesn't appear in the error log then try it with these extra steps:
STEP: save the file
STEP: remove @PathParam("car") Car car
STEP: save the file
STEP: add @PathParam("car") Car car (don't save the file)
FAIL: error in error log
see attached video JBIDE-17947 (2).ogv
> Java Model Exception occurs while typing
> ----------------------------------------
>
> Key: JBIDE-17947
> URL: https://issues.jboss.org/browse/JBIDE-17947
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.2.0.Beta3
> Reporter: Radoslav Rábara
> Assignee: Xavier Coulon
> Labels: respin-c
> Fix For: 4.2.0.Beta3
>
> Attachments: JBIDE-17947 (2).ogv, stack trace, video.ogv
>
>
> While editing JAX-RS resource class, the following exception shows up in Error log
> {code}
> Java Model Exception: Java Model Status [post() {key=LResource;.post()V} [in Resource [in [Working copy] Resource.java [in <default> [in src [in DynamicWebProject]]]]] does not exist]
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17947) Java Model Exception occurs while typing
by Radoslav Rábara (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17947?page=com.atlassian.jira.plugi... ]
Radoslav Rábara edited comment on JBIDE-17947 at 7/22/14 12:11 PM:
-------------------------------------------------------------------
STEP: Create Dynamic Web Project with JAX-RS Support
STEP: Create class Resource (copy code and save the file)
{code}
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
@Path("/")
public class Resource {
@POST
@Path("{car}")
public void post()
}
{code}
STEP: add
{code}
@PathParam("car") Car car
{code}
as parameter of method post (and don't save the file)
FAIL: error in error log
if the error message doesn't appear in the error log then try it with these extra steps:
STEP: save the file
STEP: remove @PathParam("car") Car car
STEP: save the file
STEP: add @PathParam("car") Car car (don't save the file)
FAIL: error in error log
see attached video JBIDE-17947 (2).ogv
was (Author: rrabara):
STEP: Create Dynamic Web Project with JAX-RS Support
STEP: Create class Resource
{code}
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
@Path("/")
public class Resource {
@POST
@Path("{car}")
public void post()
}
{code}
STEP: add
{code}
@PathParam("car") Car car
{code}
as parameter of method post but don't save the file
FAIL: error in error log
> Java Model Exception occurs while typing
> ----------------------------------------
>
> Key: JBIDE-17947
> URL: https://issues.jboss.org/browse/JBIDE-17947
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.2.0.Beta3
> Reporter: Radoslav Rábara
> Assignee: Xavier Coulon
> Labels: respin-c
> Fix For: 4.2.0.Beta3
>
> Attachments: JBIDE-17947 (2).ogv, stack trace, video.ogv
>
>
> While editing JAX-RS resource class, the following exception shows up in Error log
> {code}
> Java Model Exception: Java Model Status [post() {key=LResource;.post()V} [in Resource [in [Working copy] Resource.java [in <default> [in src [in DynamicWebProject]]]]] does not exist]
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17947) Java Model Exception occurs while typing
by Radoslav Rábara (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17947?page=com.atlassian.jira.plugi... ]
Radoslav Rábara updated JBIDE-17947:
------------------------------------
Attachment: JBIDE-17947 (2).ogv
> Java Model Exception occurs while typing
> ----------------------------------------
>
> Key: JBIDE-17947
> URL: https://issues.jboss.org/browse/JBIDE-17947
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.2.0.Beta3
> Reporter: Radoslav Rábara
> Assignee: Xavier Coulon
> Labels: respin-c
> Fix For: 4.2.0.Beta3
>
> Attachments: JBIDE-17947 (2).ogv, stack trace, video.ogv
>
>
> While editing JAX-RS resource class, the following exception shows up in Error log
> {code}
> Java Model Exception: Java Model Status [post() {key=LResource;.post()V} [in Resource [in [Working copy] Resource.java [in <default> [in src [in DynamicWebProject]]]]] does not exist]
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17947) Java Model Exception occurs while typing
by Radoslav Rábara (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17947?page=com.atlassian.jira.plugi... ]
Radoslav Rábara commented on JBIDE-17947:
-----------------------------------------
STEP: Create Dynamic Web Project with JAX-RS Support
STEP: Create class Resource
{code}
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
@Path("/")
public class Resource {
@POST
@Path("{car}")
public void post()
}
{code}
STEP: add
{code}
@PathParam("car") Car car
{code}
as parameter of method post but don't save the file
FAIL: error in error log
> Java Model Exception occurs while typing
> ----------------------------------------
>
> Key: JBIDE-17947
> URL: https://issues.jboss.org/browse/JBIDE-17947
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.2.0.Beta3
> Reporter: Radoslav Rábara
> Assignee: Xavier Coulon
> Labels: respin-c
> Fix For: 4.2.0.Beta3
>
> Attachments: stack trace, video.ogv
>
>
> While editing JAX-RS resource class, the following exception shows up in Error log
> {code}
> Java Model Exception: Java Model Status [post() {key=LResource;.post()V} [in Resource [in [Working copy] Resource.java [in <default> [in src [in DynamicWebProject]]]]] does not exist]
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBDS-2949) Require Java 7 for the IDE
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2949?page=com.atlassian.jira.plugin.... ]
Nick Boldt closed JBDS-2949.
----------------------------
Closing, based on the assumption that there's nothing left to do here. (Resolved = QE to verify; Closed = nothing left to test.)
> Require Java 7 for the IDE
> --------------------------
>
> Key: JBDS-2949
> URL: https://issues.jboss.org/browse/JBDS-2949
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: integration
> Reporter: Max Rydahl Andersen
> Assignee: Len DiMaggio
> Fix For: 8.0.0.Beta3
>
>
> Run the IDE with Java 7 (Java 6 no longer supported) (Users applications and servers can still use older and newer JDK’s like Java 1.4,5,6, 8 etc.) P1
> Java 6 is no longer supported by Oracle and by requiring Java 7 we can use better native IO and JavaFX (only on oracle)
> Forge already requires Java 7.
> Concerns: If we do not run with Java 6 we cannot support Xulrunner based VPE on OSX.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17947) Java Model Exception occurs while typing
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17947?page=com.atlassian.jira.plugi... ]
Xavier Coulon edited comment on JBIDE-17947 at 7/22/14 11:41 AM:
-----------------------------------------------------------------
[~rrabara],
thanks for the video, but I could not reproduce it here. Can you show paste the code just before the error occurs, then let me know what exact changes you make to trigger the error ?
Thanks !
was (Author: xcoulon):
[~rrabara],
thansk for the video, but I could not reproduce it here. Can you show paste the code just before the error occurs, then let me know what exact changes you make to trigger the error ?
Thanks !
> Java Model Exception occurs while typing
> ----------------------------------------
>
> Key: JBIDE-17947
> URL: https://issues.jboss.org/browse/JBIDE-17947
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.2.0.Beta3
> Reporter: Radoslav Rábara
> Assignee: Xavier Coulon
> Labels: respin-c
> Fix For: 4.2.0.Beta3
>
> Attachments: stack trace, video.ogv
>
>
> While editing JAX-RS resource class, the following exception shows up in Error log
> {code}
> Java Model Exception: Java Model Status [post() {key=LResource;.post()V} [in Resource [in [Working copy] Resource.java [in <default> [in src [in DynamicWebProject]]]]] does not exist]
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBDS-2844) Management API Server Adapter
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-2844?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen resolved JBDS-2844.
---------------------------------------
Resolution: Done
this is done!
> Management API Server Adapter
> -----------------------------
>
> Key: JBDS-2844
> URL: https://issues.jboss.org/browse/JBDS-2844
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: requirements, server
> Reporter: Burr Sutter
> Assignee: Max Rydahl Andersen
> Priority: Minor
> Fix For: 8.0.0.Beta3
>
>
> Related to JBIDE-14073 and EAP6-1
> The current EAP/JBossAS/Wildfly Server Adapter often interacts with the underlying file-system of the app server. Users have asked that the following scenarios be supported:
> - Remote Server Start/Stop
> - Remote Server Deployment/Undeployment
> - Remote Server single file update (e.g. html, js, jsp, xhtml, etc) with hot-deployment (to be worked out with the Wildfly team)
> - Remote Server Log Viewing
> and while the focus here in on remote servers, it should work just as well with localhost-based servers.
> Also related, not having the actual server code locally installed, being able to work wholly with a remote server (comes up in the Data Virt/Teiid world).
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months