[JBoss JIRA] Created: (JBIDE-7198) DnD in VPE starts while using scrollbars
by Yahor Radtsevich (JIRA)
DnD in VPE starts while using scrollbars
----------------------------------------
Key: JBIDE-7198
URL: https://jira.jboss.org/browse/JBIDE-7198
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.2.0.Beta1
Reporter: Yahor Radtsevich
Assignee: Yahor Radtsevich
Fix For: 3.2.0.Beta2
Attachments: issue-demo.gif
STEPS TO REPRODUCE (see issue-demo.gif):
1. Open \trunk\jsf\tests\org.jboss.tools.jsf.vpe.jsf.test\resources\jsfTest\WebContent\pages\JBIDE\5042_6229\JBIDE-5042-6229.html in VPE.
2. Make the visual part small enough to show scrollbars.
3. Select "DraggableBn" in the visual part of the editor.
4. Click on a scrollbar and move mouse pointer.
ACTUAL RESULT:
DnD session with "DraggableBn" is started.
EXPECTED RESULT:
The document is scrolled.
--
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, 4 months
[JBoss JIRA] Created: (JBIDE-7443) Teiid should depend on DTP runtime plugins, not DTP SDK features (org.eclipse.datatools.enablement.sdk.feature)
by Nick Boldt (JIRA)
Teiid should depend on DTP runtime plugins, not DTP SDK features (org.eclipse.datatools.enablement.sdk.feature)
---------------------------------------------------------------------------------------------------------------
Key: JBIDE-7443
URL: https://jira.jboss.org/browse/JBIDE-7443
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: teiid
Affects Versions: 3.2.0.Beta2
Reporter: Nick Boldt
Assignee: Barry LaFond
> It should *not* be added. Depending on the sdk Is a bug in teiid afaik.
>
> /max (sent from my phone)
>
>
> On 27/10/2010, at 22.27, Nick Boldt<nboldt(a)redhat.com> wrote:
>
>> OK, job is here:
>>
>> http://hudson.qa.jboss.com/hudson/view/DevStudio_Tycho/job/devstudio-4.0....
>>
>> And can be run locally as you say by first building the parent pom, then
>>
>> cd ~/trunk/product; mvn3 clean install -B -U -fae -e -P helios-local-target,jbosstools-nightly-trunk,\!helios
>>
>> only problem right now is that Teiid requires something that's missing from the target platform (org.eclipse.datatools.enablement.sdk.feature) so I have to add that before I can make everything work together. If you remove Teiid from the product/site/site.xml, it should work.
>>
>> N
--
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, 4 months
[JBoss JIRA] Created: (JBIDE-7621) NullPointerExceptions occures in WebKbPlugin while the Eclipse is shutting down
by Victor Rubezhny (JIRA)
NullPointerExceptions occures in WebKbPlugin while the Eclipse is shutting down
--------------------------------------------------------------------------------
Key: JBIDE-7621
URL: https://jira.jboss.org/browse/JBIDE-7621
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam, testing
Reporter: Victor Rubezhny
Assignee: Victor Rubezhny
NullPointerExceptions occures in WebKbPlugin while the Eclipse is shutting down after the JUnit testing session.
See exception in log below:
!ENTRY org.eclipse.core.resources 4 2 2010-11-16 21:54:33.978
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".
!STACK 0
java.lang.NullPointerException
at org.jboss.tools.jst.web.kb.WebKbPlugin.cleanObsoleteFiles(WebKbPlugin.java:96)
at org.jboss.tools.jst.web.kb.WebKbPlugin.access$0(WebKbPlugin.java:92)
at org.jboss.tools.jst.web.kb.WebKbPlugin$1.saving(WebKbPlugin.java:77)
at org.eclipse.core.internal.resources.SaveManager.executeLifecycle(SaveManager.java:361)
at org.eclipse.core.internal.resources.SaveManager$1.run(SaveManager.java:170)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.resources.SaveManager.broadcastLifecycle(SaveManager.java:173)
at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1108)
at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1087)
at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:44)
at org.eclipse.core.internal.resources.SaveManager.shutdown(SaveManager.java:1366)
at org.eclipse.core.internal.resources.Workspace.close(Workspace.java:428)
at org.eclipse.core.resources.ResourcesPlugin.stop(ResourcesPlugin.java:383)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:843)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:836)
at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:501)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:550)
at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1097)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:597)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:257)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:215)
at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:266)
at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:690)
at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:588)
at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:415)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:198)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months