[JBoss JIRA] Created: (JBIDE-7931) Seam EL code completion of builtin components does not work in JBDS for projects created in seam-gen and imported into JBDS
by Jozef Hartinger (JIRA)
Seam EL code completion of builtin components does not work in JBDS for projects created in seam-gen and imported into JBDS
---------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-7931
URL: https://issues.jboss.org/browse/JBIDE-7931
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.2.0.Beta2
Environment: Linux 64bit
JDK 1.6.0_23
JBoss Tools 3.2.0 Beta 2 (20101206)
Seam 2.2.1.CR2
Reporter: Jozef Hartinger
Assignee: Alexey Kazakov
A Seam 2 project is created using seam-gen, with action generated by seam-gen. Afterwards, it is imported into JBoss Tools. In JBTools, the Seam EL code completion for builtin components does not work (e.g. #{conversation} is not recognized) while completion for project-specific components does work (e.g. ).
Similarly, the completion works fine for JBTools-generated projects.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-8029) Unable to install VPE on MacOSX 10.5 64bit
by Dominik Pospisil (JIRA)
Unable to install VPE on MacOSX 10.5 64bit
------------------------------------------
Key: JBIDE-8029
URL: https://issues.jboss.org/browse/JBIDE-8029
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng, Visual Page Editor core
Affects Versions: 3.2.0.Beta2
Environment: MacOSX 10.5 Leopard
Apple JVM 1.6 64bit
Reporter: Dominik Pospisil
Assignee: Nick Boldt
Priority: Blocker
Fix For: 3.2.0.CR1
It is not possible to install VPE on MacOSX 10.5 64bit. However instalation works on Win7 64bit where xulrunner is not available as well.
Instalation is failing due to following unsatisfied requirement:
Cannot complete the install because one or more required items could not be found.
Software being installed: JBoss Tools RichFaces 3.2.0.v20101206-2100-H28-Beta2 (org.jboss.tools.richfaces.feature.feature.group 3.2.0.v20101206-2100-H28-Beta2)
Missing requirement for filter properties ~= $0: XULRunner 1.9.12.v20101206-2100-H28-Beta2 (org.jboss.tools.xulrunner.feature.feature.group 1.9.12.v20101206-2100-H28-Beta2) requires 'org.mozilla.xulrunner.cocoa.macosx [1.9.1.2a]' but it could not be found
Cannot satisfy dependency:
From: JBoss Tools RichFaces 3.2.0.v20101206-2100-H28-Beta2 (org.jboss.tools.richfaces.feature.feature.group 3.2.0.v20101206-2100-H28-Beta2)
To: org.jboss.tools.xulrunner.feature.feature.group 0.0.0
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-8149) CLONE - Unable to install VPE on MacOSX 10.5 64bit
by Denis Golovin (JIRA)
CLONE - Unable to install VPE on MacOSX 10.5 64bit
--------------------------------------------------
Key: JBIDE-8149
URL: https://issues.jboss.org/browse/JBIDE-8149
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng, Visual Page Editor core
Affects Versions: 3.2.0.Beta2
Environment: MacOSX 10.5 Leopard
Apple JVM 1.6 64bit
Reporter: Dominik Pospisil
Assignee: Denis Golovin
Priority: Blocker
Fix For: 3.2.0.CR1
It is not possible to install VPE on MacOSX 10.5 64bit. However instalation works on Win7 64bit where xulrunner is not available as well.
Instalation is failing due to following unsatisfied requirement:
Cannot complete the install because one or more required items could not be found.
Software being installed: JBoss Tools RichFaces 3.2.0.v20101206-2100-H28-Beta2 (org.jboss.tools.richfaces.feature.feature.group 3.2.0.v20101206-2100-H28-Beta2)
Missing requirement for filter properties ~= $0: XULRunner 1.9.12.v20101206-2100-H28-Beta2 (org.jboss.tools.xulrunner.feature.feature.group 1.9.12.v20101206-2100-H28-Beta2) requires 'org.mozilla.xulrunner.cocoa.macosx [1.9.1.2a]' but it could not be found
Cannot satisfy dependency:
From: JBoss Tools RichFaces 3.2.0.v20101206-2100-H28-Beta2 (org.jboss.tools.richfaces.feature.feature.group 3.2.0.v20101206-2100-H28-Beta2)
To: org.jboss.tools.xulrunner.feature.feature.group 0.0.0
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-8024) Exception in loading Seam model from storage
by Viacheslav Kabanovich (JIRA)
Exception in loading Seam model from storage
--------------------------------------------
Key: JBIDE-8024
URL: https://issues.jboss.org/browse/JBIDE-8024
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 3.2.0.CR1
java.lang.NullPointerException
at org.jboss.tools.seam.internal.core.SeamProject.getComponentsByClass(SeamProject.java:1344)
at org.jboss.tools.seam.internal.core.SeamProject.registerComponents(SeamProject.java:957)
at org.jboss.tools.seam.internal.core.SeamProject.loadSourcePaths2(SeamProject.java:739)
at org.jboss.tools.seam.internal.core.SeamProject.load(SeamProject.java:411)
at org.jboss.tools.seam.internal.core.SeamProject.resolveStorage(SeamProject.java:365)
at org.jboss.tools.seam.internal.core.SeamProject.resolve(SeamProject.java:384)
at org.jboss.tools.seam.internal.core.SeamProject.addSeamProject(SeamProject.java:297)
at org.jboss.tools.seam.internal.core.scanner.lib.ClassPath.validateProjectDependencies(ClassPath.java:123)
at org.jboss.tools.seam.internal.core.SeamProject.load(SeamProject.java:401)
at org.jboss.tools.seam.internal.core.SeamProject.resolveStorage(SeamProject.java:365)
at org.jboss.tools.seam.internal.core.SeamProject.resolve(SeamProject.java:384)
at org.jboss.tools.seam.internal.core.SeamProject.registerComponentsInDependentProjects(SeamProject.java:1103)
at org.jboss.tools.seam.internal.core.SeamProject.registerComponents(SeamProject.java:1049)
at org.jboss.tools.seam.internal.core.SeamProject.loadSourcePaths2(SeamProject.java:739)
at org.jboss.tools.seam.internal.core.SeamProject.load(SeamProject.java:411)
at org.jboss.tools.seam.internal.core.SeamProject.resolveStorage(SeamProject.java:365)
at org.jboss.tools.seam.internal.core.SeamProject.build(SeamProject.java:372)
at org.jboss.tools.seam.core.SeamCoreBuilder.build(SeamCoreBuilder.java:50)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:629)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:172)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:203)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:255)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:258)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:311)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:343)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:242)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-7963) CDI model is not updated correctly if there are a few related projects.
by Alexey Kazakov (JIRA)
CDI model is not updated correctly if there are a few related projects.
-----------------------------------------------------------------------
Key: JBIDE-7963
URL: https://issues.jboss.org/browse/JBIDE-7963
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: cdi (jsr-299)
Affects Versions: 3.2.0.Beta2
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.2.0.CR1
1. Import seam-forge maven projects (see http://seamframework.org/Documentation/SeamForge)
2. Create the following annotation type in forge-shell-api
@NormalScope
@Inherited
@Target({ TYPE, METHOD, FIELD })
@Retention(RUNTIME)
@Documented
public @interface TestScope {}
3. Create the following class in forge-test-harness
public class Test1 extends TestSuper {
@Inject boolean test;
@TestScope
@Produces boolean foo() {
return true;
}
}
4. Test1.test is marked as incorrect injection (non-proxible type of normal scoped bean).
5. Change @NormalScope to @Scope in TestScope.
6. Problem marker still exists. But it should disappear.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-6581) org.jboss.tools.ws.creation.core.test takes more than 15 mins to run - break into smaller pieces?
by Nick Boldt (JIRA)
org.jboss.tools.ws.creation.core.test takes more than 15 mins to run - break into smaller pieces?
-------------------------------------------------------------------------------------------------
Key: JBIDE-6581
URL: https://jira.jboss.org/browse/JBIDE-6581
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.0.M1
Reporter: Nick Boldt
Assignee: Brian Fitzpatrick
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-test-plugin:0.9.0:test (default-test) on project org.jboss.tools.ws.creation.core.test: Error while executing platform: Error while executing external command, process killed. Process timeout out after 900 seconds -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.sonatype.tycho:maven-osgi-test-plugin:0.9.0:test (default-test) on project org.jboss.tools.ws.creation.core.test: Error while executing platform
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:141)
Does this test need more time? can it be broken into smaller pieces?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-7899) New Stereotype Wizard should validate stereotypes which are going to be inherited.
by Alexey Kazakov (JIRA)
New Stereotype Wizard should validate stereotypes which are going to be inherited.
----------------------------------------------------------------------------------
Key: JBIDE-7899
URL: https://issues.jboss.org/browse/JBIDE-7899
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.2.0.CR1
2.7.1.5. Stereotypes with additional stereotypes.
...
Stereotypes declared @Target(TYPE) may not be applied to stereotypes declared @Target({TYPE, METHOD, FIELD}),
@Target(METHOD), @Target(FIELD) or @Target({METHOD, FIELD}).
1. Create a stereotype with @Target(TYPE): TypedStereotype
2. Open New Stereotype wizard
3. Select @Target(TYPE, METHOD, FIELD)
4. Add TypedSeterotype to stereotypes field.
5. There should be a warning that TypedSeterotype must not be applied to the stereotype since it declared @Target(TYPE).
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months