[JBoss JIRA] (JBIDE-10500) jax-rs complains about .java not on source path
by Max Rydahl Andersen (Created) (JIRA)
jax-rs complains about .java not on source path
-----------------------------------------------
Key: JBIDE-10500
URL: https://issues.jboss.org/browse/JBIDE-10500
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.3.0.M5
Reporter: Max Rydahl Andersen
Assignee: Xavier Coulon
Priority: Critical
Fix For: 3.3.0.Beta1
placed code in a folder named "hibsrc" and I got following errors:
Java Model Exception: Java Model Status [hibsrc/org/demo [in demo] is not on its project's build path]
at org.eclipse.jdt.internal.core.JavaElement.newJavaModelException(JavaElement.java:505)
at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:246)
at org.eclipse.jdt.internal.core.Openable.openAncestors(Openable.java:504)
at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:240)
at org.eclipse.jdt.internal.core.Openable.openAncestors(Openable.java:504)
at org.eclipse.jdt.internal.core.CompilationUnit.openAncestors(CompilationUnit.java:1170)
at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:240)
at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:518)
at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:255)
at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:241)
at org.eclipse.jdt.internal.core.JavaElement.getChildren(JavaElement.java:196)
at org.eclipse.jdt.internal.core.JavaElement.getChildrenOfType(JavaElement.java:210)
at org.eclipse.jdt.internal.core.CompilationUnit.getTypes(CompilationUnit.java:920)
at org.jboss.tools.ws.jaxrs.core.internal.metamodel.builder.JavaE
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (JBIDE-10428) Further investigation on JAX-RS REST Web Services endpoints out of sync with Java
by Xavier Coulon (Created) (JIRA)
Further investigation on JAX-RS REST Web Services endpoints out of sync with Java
----------------------------------------------------------------------------------
Key: JBIDE-10428
URL: https://issues.jboss.org/browse/JBIDE-10428
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.3.0.M4
Reporter: Xavier Coulon
Assignee: Max Rydahl Andersen
Fix For: 3.3.0.M5
The JAX-RS metamodel can become out-of-sync with the underlying Java Model. Or at least changes in the metamodel (core) are not revealed at the UI level.
This is the case when:
- a resource was removed out of Eclipse: 'refresh' on the project and 'clean build' don't remove the Endpoint in the 'JAX-RS RESTful Web Services' node in the Project Explorer view
- a new resource was created from Forge (using the 'rest endpoints-from-entity' generation)
Clicking on 'refresh' on the 'JAX-RS RESTful Web Services' node in the Project Explorer view is not a work-around: the list remains in the same state.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (JBIDE-10504) Archetype base examples : selecting a package from the previous history doesn't enable the Finish Button
by Fred Bricon (Created) (JIRA)
Archetype base examples : selecting a package from the previous history doesn't enable the Finish Button
--------------------------------------------------------------------------------------------------------
Key: JBIDE-10504
URL: https://issues.jboss.org/browse/JBIDE-10504
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven, project-examples
Affects Versions: 3.3.0.M5
Reporter: Fred Bricon
Assignee: Fred Bricon
Fix For: 3.3.0.Beta1
When creating a project from JBoss Central (Using Java EE War, Java EE, RichFaces, Spring MVC or HTML 5), after setting the project name,
if you select the package combo and choose a value from previous entries, the Finish Button of the wizard is not enabled, when it should
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (JBIDE-10132) Errors running builder 'JAX-RS Builder' on project "myproject" when switching Git branch
by Ron Ratovsky (Created) (JIRA)
Errors running builder 'JAX-RS Builder' on project "myproject" when switching Git branch
----------------------------------------------------------------------------------------
Key: JBIDE-10132
URL: https://issues.jboss.org/browse/JBIDE-10132
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.3.0.M4
Environment: Windows 7 64 bit
Eclipse Indigo 3.7 SR1 64 bit
Java 1.6.0_26 64 bit
Reporter: Ron Ratovsky
Assignee: Brian Fitzpatrick
Attachments: error.log
Using EGit, sometimes when switching branches, I get an error in the following form:
Errors occurred during the build.
Errors running builder 'JAX-RS Builder' on project 'sheker-sp-ws'.
Resource '/sheker-sp-ws/src/main/java/com/sheker/ws/rest/MyClass.java' does not exist.
Resource '/sheker-sp-ws/src/main/java/com/sheker/ws/rest/MyClass.java' does not exist.
Errors running builder 'JAX-RS Builder' on project 'sheker-prod-ws'.
Resource '/sheker-prod-ws/src/main/java/com/sheker/ws/rest/AnotherClass.java' does not exist.
Resource '/sheker-prod-ws/src/main/java/com/sheker/ws/rest/AnotherClass.java' does not exist.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months