[JBoss JIRA] (JBIDE-17728) HTML5 Palette: Ionic components
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17728?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-17728:
----------------------------------
Attachment: Footer.png
Header.png
IonicHeaderBar.png
IonicFooterBar.png
> HTML5 Palette: Ionic components
> -------------------------------
>
> Key: JBIDE-17728
> URL: https://issues.jboss.org/browse/JBIDE-17728
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Labels: new_and_noteworthy
> Fix For: 4.2.0.CR1
>
> Attachments: ActionSheet.png, ActionSheetWizBan.png, Content.png, ContentWizBan.png, Footer.png, Header.png, ionic.png, IonicButton.png, IonicButtonBar.png, IonicButtonBarWizBan.png, IonicButtonWizBan.png, IonicCheckbox.png, IonicCheckboxWizBan.png, IonicFooterBar.png, IonicHeaderBar.png, IonicNavigation.png, IonicNavigationWizBan.png, IonicPopup.png, IonicPopupWizBan.png, IonicRadio.png, IonicRadioWizBan.png, IonicRange.png, IonicRangeWizBan.png, IonicRefresher.png, IonicRefresherWizBan.png, IonicSelect.png, IonicSelectWizBan.png, IonicTab.png, IonicTabs.png, IonicTabsWizBan.png, IonicTabWizBan.png, IonicTextInput.png, IonicTextInputWizBan.png, IonicToggle.png, IonicToggleWizBan.png, List.png, ListWizBan.png, scr.png, Scroll.png, ScrollWizBan.png, SideMenu.png, SideMenu.png, SideMenuWizBan.png, SlideBox.png, SlideBoxWizBan.png, SlideMenu.png, SlideMenuWizBan.png
>
>
> http://ionicframework.com/docs/
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18175) enabling earlyaccess on a freshly opened central does not make it visible in header
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-18175:
-------------------------------------------
Summary: enabling earlyaccess on a freshly opened central does not make it visible in header
Key: JBIDE-18175
URL: https://issues.jboss.org/browse/JBIDE-18175
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Reporter: Max Rydahl Andersen
open central
enable early access
assert: early access shown in banner
The last step fails. nothing is shown.
Closing central and opening it again with early access enabled it starts showing up and reacting to changing the button.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-16899) HQL query cannot be executed when using Hibernate 4.3 (MappingException)
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16899?page=com.atlassian.jira.plugi... ]
Koen Aers resolved JBIDE-16899.
-------------------------------
Assignee: Koen Aers
Resolution: Done
> HQL query cannot be executed when using Hibernate 4.3 (MappingException)
> -------------------------------------------------------------------------
>
> Key: JBIDE-16899
> URL: https://issues.jboss.org/browse/JBIDE-16899
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.2.0.Beta1
> Environment: JBDS 8.0.0.Beta1, L64 (Fedora 19), OpenJDK 1.7
> Reporter: Jiri Peterka
> Assignee: Koen Aers
> Priority: Critical
> Fix For: 4.2.0.CR1
>
>
> {code}
> org.hibernate.MappingException: Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister
> at org.hibernate.persister.internal.PersisterFactoryImpl.create(PersisterFactoryImpl.java:185)
> at org.hibernate.persister.internal.PersisterFactoryImpl.createEntityPersister(PersisterFactoryImpl.java:135)
> at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:400)
> at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1857)
> at org.jboss.tools.hibernate4_3.HibernateExtension4_3$3.execute(HibernateExtension4_3.java:118)
> at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:63)
> at org.jboss.tools.hibernate4_3.HibernateExtension4_3.execute(HibernateExtension4_3.java:211)
> at org.jboss.tools.hibernate4_3.HibernateExtension4_3.buildSessionFactory(HibernateExtension4_3.java:110)
> at org.hibernate.console.ConsoleConfiguration.buildSessionFactory(ConsoleConfiguration.java:283)
> at org.hibernate.eclipse.console.actions.ExecuteQueryAction.execute(ExecuteQueryAction.java:82)
> at org.hibernate.eclipse.console.actions.ExecuteQueryAction.run(ExecuteQueryAction.java:56)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:519)
> at org.hibernate.eclipse.console.actions.ExecuteQueryAction.runWithEvent(ExecuteQueryAction.java:60)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
> at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:462)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4425)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3773)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3393)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:832)
> at org.eclipse.jface.window.Window.open(Window.java:808)
> at org.eclipse.ui.internal.views.log.EventDetailsDialog.open(EventDetailsDialog.java:181)
> at org.eclipse.ui.internal.views.log.EventDetailsDialogAction.run(EventDetailsDialogAction.java:98)
> at org.eclipse.ui.internal.views.log.LogView$15.doubleClick(LogView.java:536)
> at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:852)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:178)
> at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:849)
> at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1491)
> at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1261)
> at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:252)
> at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:249)
> at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:311)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4425)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3773)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3393)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1122)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1006)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:147)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:630)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:574)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:125)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:133)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:103)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:378)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:232)
> 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:606)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1462)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> Caused by: org.hibernate.HibernateException: Unable to instantiate default tuplizer [org.hibernate.tuple.entity.PojoEntityTuplizer]
> at org.hibernate.tuple.entity.EntityTuplizerFactory.constructTuplizer(EntityTuplizerFactory.java:138)
> at org.hibernate.tuple.entity.EntityTuplizerFactory.constructDefaultTuplizer(EntityTuplizerFactory.java:188)
> at org.hibernate.tuple.entity.EntityMetamodel.<init>(EntityMetamodel.java:403)
> at org.hibernate.persister.entity.AbstractEntityPersister.<init>(AbstractEntityPersister.java:520)
> at org.hibernate.persister.entity.SingleTableEntityPersister.<init>(SingleTableEntityPersister.java:148)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
> at org.hibernate.persister.internal.PersisterFactoryImpl.create(PersisterFactoryImpl.java:163)
> ... 62 more
> Caused by: java.lang.reflect.InvocationTargetException
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
> at org.hibernate.tuple.entity.EntityTuplizerFactory.constructTuplizer(EntityTuplizerFactory.java:135)
> ... 71 more
> Caused by: java.lang.NoClassDefFoundError: javassist/util/proxy/MethodFilter
> at org.hibernate.bytecode.internal.javassist.BytecodeProviderImpl.getProxyFactoryFactory(BytecodeProviderImpl.java:58)
> at org.hibernate.tuple.entity.PojoEntityTuplizer.buildProxyFactoryInternal(PojoEntityTuplizer.java:244)
> at org.hibernate.tuple.entity.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:222)
> at org.hibernate.tuple.entity.AbstractEntityTuplizer.<init>(AbstractEntityTuplizer.java:212)
> at org.hibernate.tuple.entity.PojoEntityTuplizer.<init>(PojoEntityTuplizer.java:80)
> ... 76 more
> Caused by: java.lang.ClassNotFoundException: javassist.util.proxy.MethodFilter cannot be found by osgi.identity; osgi.identity="org.jboss.tools.hibernate4_3"; type="osgi.bundle"; version:Version="1.0.0.Beta1-v20140321-0516-B10"; singleton:="true"
> at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:416)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:336)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:328)
> at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> ... 81 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-17565) test failure due to timeout in hibernatetools
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17565?page=com.atlassian.jira.plugi... ]
Koen Aers resolved JBIDE-17565.
-------------------------------
Resolution: Cannot Reproduce Bug
> test failure due to timeout in hibernatetools
> ---------------------------------------------
>
> Key: JBIDE-17565
> URL: https://issues.jboss.org/browse/JBIDE-17565
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.2.0.Beta2
> Reporter: Nick Boldt
> Assignee: Koen Aers
> Priority: Blocker
> Fix For: 4.2.0.CR1
>
> Attachments: hibernate-test-fail.log
>
>
> {code:https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_8.0.luna/job/jbosstools-hibernate_4.2.luna/50/console}
> [INFO] Expected eclipse log file: /mnt/hudson_workspace/workspace/jbosstools-hibernate_4.2.luna/sources/tests/org.hibernate.eclipse.console.test/target/work/data/.metadata/.log
> [INFO] Command line:
> [/qa/tools/opt/x86_64/jdk1.6.0_45/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/mnt/hudson_workspace/workspace/jbosstools-hibernate_4.2.luna/.repository/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=/mnt/hudson_workspace/workspace/jbosstools-hibernate_4.2.luna/sources/target/jacoco.exec,append=true,includes=org.hibernate.eclipse*, -Xms512m, -Xmx1024m, -XX:PermSize=256m, -XX:MaxPermSize=256m, -Dusage_reporting_enabled=false, -Dorg.jboss.tools.tests.skipPrivateRequirements=false, -Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true, -Dosgi.clean=true, -jar, /mnt/hudson_workspace/workspace/jbosstools-hibernate_4.2.luna/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20140415-2008/org.eclipse.equinox.launcher-1.3.0.v20140415-2008.jar, -data, /mnt/hudson_workspace/workspace/jbosstools-hibernate_4.2.luna/sources/tests/org.hibernate.eclipse.console.test/target/work/data, -install, /mnt/hudson_workspace/workspace/jbosstools-hibernate_4.2.luna/sources/tests/org.hibernate.eclipse.console.test/target/work, -configuration, /mnt/hudson_workspace/workspace/jbosstools-hibernate_4.2.luna/sources/tests/org.hibernate.eclipse.console.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /mnt/hudson_workspace/workspace/jbosstools-hibernate_4.2.luna/sources/tests/org.hibernate.eclipse.console.test/target/surefire.properties, -product, org.hibernate.eclipse.console.test.product]
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.hibernate.eclipse.console.test.ConsolePluginAllTests
> =====================================================
> ..
> Unable to set nested messages property.
> [ERROR] Timeout 3600 s exceeded. Process was killed.
> [INFO] org.hibernate.eclipse.console.test ................ FAILURE [1:00:15.102s]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-17565) test failure due to timeout in hibernatetools
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17565?page=com.atlassian.jira.plugi... ]
Koen Aers commented on JBIDE-17565:
-----------------------------------
I don't see this issue anymore. Please reopen if it persists.
> test failure due to timeout in hibernatetools
> ---------------------------------------------
>
> Key: JBIDE-17565
> URL: https://issues.jboss.org/browse/JBIDE-17565
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.2.0.Beta2
> Reporter: Nick Boldt
> Assignee: Koen Aers
> Priority: Blocker
> Fix For: 4.2.0.CR1
>
> Attachments: hibernate-test-fail.log
>
>
> {code:https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_8.0.luna/job/jbosstools-hibernate_4.2.luna/50/console}
> [INFO] Expected eclipse log file: /mnt/hudson_workspace/workspace/jbosstools-hibernate_4.2.luna/sources/tests/org.hibernate.eclipse.console.test/target/work/data/.metadata/.log
> [INFO] Command line:
> [/qa/tools/opt/x86_64/jdk1.6.0_45/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/mnt/hudson_workspace/workspace/jbosstools-hibernate_4.2.luna/.repository/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=/mnt/hudson_workspace/workspace/jbosstools-hibernate_4.2.luna/sources/target/jacoco.exec,append=true,includes=org.hibernate.eclipse*, -Xms512m, -Xmx1024m, -XX:PermSize=256m, -XX:MaxPermSize=256m, -Dusage_reporting_enabled=false, -Dorg.jboss.tools.tests.skipPrivateRequirements=false, -Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true, -Dosgi.clean=true, -jar, /mnt/hudson_workspace/workspace/jbosstools-hibernate_4.2.luna/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20140415-2008/org.eclipse.equinox.launcher-1.3.0.v20140415-2008.jar, -data, /mnt/hudson_workspace/workspace/jbosstools-hibernate_4.2.luna/sources/tests/org.hibernate.eclipse.console.test/target/work/data, -install, /mnt/hudson_workspace/workspace/jbosstools-hibernate_4.2.luna/sources/tests/org.hibernate.eclipse.console.test/target/work, -configuration, /mnt/hudson_workspace/workspace/jbosstools-hibernate_4.2.luna/sources/tests/org.hibernate.eclipse.console.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /mnt/hudson_workspace/workspace/jbosstools-hibernate_4.2.luna/sources/tests/org.hibernate.eclipse.console.test/target/surefire.properties, -product, org.hibernate.eclipse.console.test.product]
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.hibernate.eclipse.console.test.ConsolePluginAllTests
> =====================================================
> ..
> Unable to set nested messages property.
> [ERROR] Timeout 3600 s exceeded. Process was killed.
> [INFO] org.hibernate.eclipse.console.test ................ FAILURE [1:00:15.102s]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months