[JBoss JIRA] (JBIDE-12716) Remove button does not work properly
by Lucia Jelinkova (JIRA)
Lucia Jelinkova created JBIDE-12716:
---------------------------------------
Summary: Remove button does not work properly
Key: JBIDE-12716
URL: https://issues.jboss.org/browse/JBIDE-12716
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: runtime detection
Affects Versions: 4.0.0.Alpha2
Reporter: Lucia Jelinkova
Assignee: Snjezana Peco
Fix For: 4.0.0.Alpha2
When I remove the path from runtime detection preferences page and then add another path, the removed path appears again.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBDS-2294) JBDS Branded Product feature does not cause splash screen to be replaced when installing into Eclipse
by Nick Boldt (JIRA)
Nick Boldt created JBDS-2294:
--------------------------------
Summary: JBDS Branded Product feature does not cause splash screen to be replaced when installing into Eclipse
Key: JBDS-2294
URL: https://issues.jboss.org/browse/JBDS-2294
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: P2 Enabled Product
Affects Versions: 6.0.0.Alpha2
Reporter: Nick Boldt
Assignee: Snjezana Peco
Not sure if we actually want to fix this, or if in fact this is a good thing... but if you install the JBDS Branded Product feature (com.jboss.jbds.all) into Eclipse, you get the redball icons appearing in place of the Eclipse ones...
!https://issues.jboss.org/secure/attachment/12357112/12357112_JBDS2253-install-entire-JBDS-BrandedProduct-feature-to-EclipsePlatformRuntimeBinary4.2.1-note-changed-icons-and-About-screen.png!
... but the splash screen remains the same:
!https://issues.jboss.org/secure/attachment/12357118/12357118_JBDS2253-splash-screen-has-version-6.0.0-but-wrong-image.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12910) JBoss tools JSF development - extending VPE (for MBean property)
by Kaushal Kumar (JIRA)
Kaushal Kumar created JBIDE-12910:
-------------------------------------
Summary: JBoss tools JSF development - extending VPE (for MBean property)
Key: JBIDE-12910
URL: https://issues.jboss.org/browse/JBIDE-12910
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JSF, Visual Page Editor core, Visual Page Editor Templates
Reporter: Kaushal Kumar
Assignee: Alexey Kazakov
JBoss tools eclipse plugin for JSF development provides visual representation of UI and provides a mechanism to drag and drop JSF component (Core JSF and Richfaces) on Visual editor.
We are trying to get a similar feature where user should be able to drag and drop managed beans properties on Visual editor, which should create the corresponding JSF component (depending on the data type of the element) on visual page editor.
For e.g. if user drags an element (of data type String) and drops on the VPE then a pop up should come up where he selects the type of input component he wants and say ok. This eventually will add the code corresponding to JSF (along with databinding) on VPE.
We observed that "Web Projects" view (which is provided by JBoss) lists all the managed beans and user can drag and drop bean properties on Visual editor. When the user drops the element on VPE then value binding gets added to it.
Is there a way to add a hook between these (Web projects plugin and VPE plugin) to achieve our objective.
For custom class (for e.g. a Person reference (which comprises of fname (String), lname (String) etc.), we may have a <h:panelGroup> component which bundles all the sub components (like fname, lname (as <h:inputText> etc. ) together.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12789) ESBCoreValidator.java - compilation errors in trunk - did something change?
by Len DiMaggio (JIRA)
Len DiMaggio created JBIDE-12789:
------------------------------------
Summary: ESBCoreValidator.java - compilation errors in trunk - did something change?
Key: JBIDE-12789
URL: https://issues.jboss.org/browse/JBIDE-12789
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: SOA Tooling
Affects Versions: 4.0.0.Alpha2
Reporter: Len DiMaggio
Assignee: Daniel Azarov
Fix For: 4.0.0.Beta1
This error showed up on the ESB Validator tests last night:
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.15.0:compile (default-compile) on project org.jboss.tools.esb.validator: Compilation failure: Compilation failure:
[ERROR] /home/hudson/workspace/esb.bot.tests.ldimaggi/sources/plugins/org.jboss.tools.esb.validator/src/org/jboss/tools/esb/validator/ESBCoreValidator.java:[424,0]
[ERROR] public String getPreferencePageId() {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getPreferencePageId() of type ESBCoreValidator.ESBPreferenceInfo must override a superclass method
[ERROR] /home/hudson/workspace/esb.bot.tests.ldimaggi/sources/plugins/org.jboss.tools.esb.validator/src/org/jboss/tools/esb/validator/ESBCoreValidator.java:[429,0]
[ERROR] public String getPropertyPageId() {
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] The method getPropertyPageId() of type ESBCoreValidator.ESBPreferenceInfo must override a superclass method
[ERROR] /home/hudson/workspace/esb.bot.tests.ldimaggi/sources/plugins/org.jboss.tools.esb.validator/src/org/jboss/tools/esb/validator/ESBCoreValidator.java:[434,0]
[ERROR] public String getPluginId() {
[ERROR] ^^^^^^^^^^^^^
[ERROR] The method getPluginId() of type ESBCoreValidator.ESBPreferenceInfo must override a superclass method
[ERROR] 3 problems (3 errors)
See:
http://machydra.brq.redhat.com:8080/job/esb.bot.tests.ldimaggi/408/
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12841) NPE running builder "CDI (Context and Dependency Injection) Builder"
by Juergen Zimmermann (JIRA)
Juergen Zimmermann created JBIDE-12841:
------------------------------------------
Summary: NPE running builder "CDI (Context and Dependency Injection) Builder"
Key: JBIDE-12841
URL: https://issues.jboss.org/browse/JBIDE-12841
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI
Affects Versions: 4.0.0.Alpha2
Reporter: Juergen Zimmermann
Assignee: Alexey Kazakov
Repeatedly I'm getting a popup error window saying:
Errors occurred during the build.
Errors running builder 'CDI (Context and Dependency Injection) Builder' on project 'shop'.
java.lang.NullPointerException
The according stacktrace of this annoying message:
java.lang.NullPointerException
at org.jboss.tools.common.util.EclipseJavaUtil.findField(EclipseJavaUtil.java:164)
at org.jboss.tools.common.util.EclipseJavaUtil.findField(EclipseJavaUtil.java:161)
at org.jboss.tools.common.java.impl.AnnotationDeclaration.validateNamedValue(AnnotationDeclaration.java:140)
at org.jboss.tools.common.java.impl.AnnotationDeclaration.resolveMemberValue(AnnotationDeclaration.java:119)
at org.jboss.tools.common.java.impl.AnnotationDeclaration.setDeclaration(AnnotationDeclaration.java:50)
at org.jboss.tools.cdi.internal.core.impl.definition.AbstractMemberDefinition.addAnnotation(AbstractMemberDefinition.java:112)
at org.jboss.tools.cdi.internal.core.impl.definition.AbstractMemberDefinition.init(AbstractMemberDefinition.java:104)
at org.jboss.tools.cdi.internal.core.impl.definition.AbstractMemberDefinition.setAnnotatable(AbstractMemberDefinition.java:64)
at org.jboss.tools.cdi.internal.core.impl.definition.PackageDefinition.setPackage(PackageDefinition.java:54)
at org.jboss.tools.cdi.internal.core.scanner.CDIBuilderDelegate.build(CDIBuilderDelegate.java:88)
at org.jboss.tools.cdi.internal.core.scanner.CDIBuilderDelegate.build(CDIBuilderDelegate.java:48)
at org.jboss.tools.cdi.core.CDICoreBuilder.invokeBuilderDelegates(CDICoreBuilder.java:326)
at org.jboss.tools.cdi.core.CDICoreBuilder.fullBuild(CDICoreBuilder.java:261)
at org.jboss.tools.cdi.core.CDICoreBuilder.build(CDICoreBuilder.java:221)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:728)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:239)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:292)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:295)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:351)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:374)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:143)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12832) download runtime in server fails with error
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-12832:
-------------------------------------------
Summary: download runtime in server fails with error
Key: JBIDE-12832
URL: https://issues.jboss.org/browse/JBIDE-12832
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng, JBossAS/Servers
Affects Versions: 4.0.0.Alpha2
Reporter: Max Rydahl Andersen
Assignee: Nick Boldt
Fix For: 4.0.0.Beta1
File New Server > JBoss AS 7.1
use Download and install of AS 7.1.1
when in the background and download finishes a nosuchmethoderror occurs:
I assume this is a build error but its rather alarming we have it.
java.lang.NoSuchMethodError: org.jboss.tools.runtime.handlers.JBossASHandler.isEnabled()Z
at org.jboss.tools.runtime.handlers.JBossASHandler.getRuntimeDefinition(JBossASHandler.java:251)
at org.jboss.tools.runtime.core.internal.RuntimeDetector.getRuntimeDefinition(RuntimeDetector.java:43)
at org.jboss.tools.runtime.core.JBossRuntimeLocator.searchDirectory(JBossRuntimeLocator.java:119)
at org.jboss.tools.runtime.core.JBossRuntimeLocator.searchDirectory(JBossRuntimeLocator.java:89)
at org.jboss.tools.runtime.core.JBossRuntimeLocator.searchForRuntimes(JBossRuntimeLocator.java:66)
at org.jboss.tools.runtime.core.JBossRuntimeLocator.searchForRuntimes(JBossRuntimeLocator.java:42)
at org.jboss.tools.runtime.core.JBossRuntimeLocator.searchForRuntimes(JBossRuntimeLocator.java:37)
at org.jboss.tools.runtime.core.util.RuntimeInitializerUtil.createRuntimeDefinitions(RuntimeInitializerUtil.java:77)
at org.jboss.tools.runtime.ui.download.DownloadRuntimeDialog.createRuntimes(DownloadRuntimeDialog.java:692)
at org.jboss.tools.runtime.ui.download.DownloadRuntimeDialog.downloadAndInstall(DownloadRuntimeDialog.java:596)
at org.jboss.tools.runtime.ui.download.DownloadRuntimeDialog.access$9(DownloadRuntimeDialog.java:499)
at org.jboss.tools.runtime.ui.download.DownloadRuntimeDialog$9.run(DownloadRuntimeDialog.java:487)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months