[JBoss JIRA] (JBIDE-10601) Failures at processing compilation units excluded from class path
by Viacheslav Kabanovich (Created) (JIRA)
Failures at processing compilation units excluded from class path
-----------------------------------------------------------------
Key: JBIDE-10601
URL: https://issues.jboss.org/browse/JBIDE-10601
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI, common/jst/core
Affects Versions: 3.3.0.M5
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Priority: Critical
Fix For: 3.3.0.Beta1
EXECUTE: Create a CDI (can be JSF2 or Seam project as well).
EXECUTE: Create a bean class in Java Source folder 'src'.
ASSERT: File .classpath has entry
{code}
<classpathentry kind="src" path="src"/>
{code}
EXECUTE: Rebuild the project and make sure that everything is alright yet.
EXECUTE: Open project properties -> Java Build Path -> Source, select and expand Java Source folder in question, navigate to the node 'Excluded (None)', run 'Edit...' and add exclusion pattern "**".
ASSERT: File .classpath has entry
{code}
<classpathentry excluding="**" kind="src" path="src"/>
{code}
EXECUTE: Run Clean/Build of the project.
FAILURE: Java Model Exception (attached).
--
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
14 years, 1 month
[JBoss JIRA] (JBIDE-10626) Cannot use Portlet plugin with Eclipse for Java developers
by Lucia Jelinkova (JIRA)
Lucia Jelinkova created JBIDE-10626:
---------------------------------------
Summary: Cannot use Portlet plugin with Eclipse for Java developers
Key: JBIDE-10626
URL: https://issues.jboss.org/browse/JBIDE-10626
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Portal/GateIn
Affects Versions: 3.3.0.M5
Reporter: Lucia Jelinkova
Assignee: Snjezana Peco
I've installed Portlet feature from JBoss tools update site (http://download.jboss.org/jbosstools/updates/development/indigo/). The installation was successful, but when I tried to create new Dynamic Web Project with Java Portlet facet enabled, it failed with several errors in Error log:
* Project facet wst.jsdt.web has not been defined. It is used in plugin org.eclipse.jst.server.core.
* No IModelProvider exists for project P/aaa of version: Dynamic Web Module 2.5
* Plug-in configuration error, extension org.eclipse.wst.validation.exclude references validator id org.eclipse.jst.jee.ejb3.validator but this id does not exist.
I've originally found this bug during mavenization of SWTBot tests and the following dependencies helped to resolve them:
Featues:
* org.eclipse.jst.enterprise_ui.feature
* org.eclipse.jst.web_core.feature.feature.group
Plugins:
* org.eclipse.wst.jsdt.web.core
* org.eclipse.wst.jsdt.web.support.jsp
* org.eclipse.wst.jsdt.web.ui
--
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
14 years, 1 month
[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
14 years, 1 month
[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
14 years, 1 month
[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
14 years, 1 month
[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
14 years, 1 month