[JBoss JIRA] (JBTIS-186) ModeShape sometimes doesn't publish all models of Teiid VDB
by Lucie Fabrikova (JIRA)
Lucie Fabrikova created JBTIS-186:
-------------------------------------
Summary: ModeShape sometimes doesn't publish all models of Teiid VDB
Key: JBTIS-186
URL: https://issues.jboss.org/browse/JBTIS-186
Project: JBoss Tools Integration Stack
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: modeshape
Affects Versions: 4.1.3
Environment: Ubuntu 12.04, JBTIS 4.1.3.Beta4, DV 6.0.0.ER2, sun jdk 1.6
Reporter: Lucie Fabrikova
If I publish a teiid VDB with relational models .xmi in given environment, sometimes some (or all) of the models are not published.
--
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
12 years, 6 months
[JBoss JIRA] (JBIDE-12574) Support multiple domains in OpenShift UI
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12574?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-12574:
------------------------------------------
properties now also show multiple domains:
!properties-multi-domain.png!
> Support multiple domains in OpenShift UI
> ----------------------------------------
>
> Key: JBIDE-12574
> URL: https://issues.jboss.org/browse/JBIDE-12574
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.0.0.Alpha2
> Reporter: Xavier Coulon
> Assignee: Andre Dietisheim
> Fix For: 4.2.0.Alpha1
>
> Attachments: application-wizard-manage-domain.png, multi-domain-in-explorer.png, properties-multi-domain.png
>
>
> The OpenShift Explorer view should display a node for the domain between the user and his applications (relevant is support for multiple domains was added)
--
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
12 years, 6 months
[JBoss JIRA] (JBIDE-15577) Hibernate Console problem while creating session factory
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15577?page=com.atlassian.jira.plugi... ]
Koen Aers commented on JBIDE-15577:
-----------------------------------
Hi Guillaume, sorry for the mixup... I was reading the issue in my JIRA client yesterday and somehow missed all the info you already gave...
> Hibernate Console problem while creating session factory
> --------------------------------------------------------
>
> Key: JBIDE-15577
> URL: https://issues.jboss.org/browse/JBIDE-15577
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.2.x
> Environment: Eclipse 4.3 (kepler), hibernate tools 3.7.0, Hibernate 4.2.2, jdk1.6.0.38
> Reporter: Guillaume JOUVELOT
> Assignee: Koen Aers
> Fix For: 4.2.x
>
>
> When I try to use hibernate console in order to test HQL queries I've the following error message from eclipse :
> {color:red}java.lang.NoSuchMethodError: org.jboss.logging.Logger.getMessageLogger(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;{color}
> And the eclipse log file :
> !ENTRY org.hibernate.eclipse.console 4 4 2013-09-27 15:57:20.198
> !MESSAGE Problems while creating sessionfactory
> !SUBENTRY 1 org.hibernate.eclipse.console 4 150 2013-09-27 15:57:20.198
> !MESSAGE java.lang.NoSuchMethodError: org.jboss.logging.Logger.getMessageLogger(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
> !STACK 0
> java.lang.NoSuchMethodError: org.jboss.logging.Logger.getMessageLogger(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
> at org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider.<clinit>(C3P0ConnectionProvider.java:58)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
> at java.lang.reflect.Constructor.newInstance(Unknown Source)
> at java.lang.Class.newInstance0(Unknown Source)
> at java.lang.Class.newInstance(Unknown Source)
> at org.hibernate.connection.ConnectionProviderFactory.initializeConnectionProviderFromConfig(ConnectionProviderFactory.java:174)
> at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:102)
> at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:84)
> at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:438)
> at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:91)
> at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2163)
> at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2159)
> at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1383)
> at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:954)
> at org.hibernate.console.ConsoleConfiguration$5.execute(ConsoleConfiguration.java:278)
> at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:63)
> at org.hibernate.console.ConsoleConfiguration.execute(ConsoleConfiguration.java:107)
> at org.hibernate.console.ConsoleConfiguration.buildSessionFactory(ConsoleConfiguration.java:273)
> at org.hibernate.eclipse.console.workbench.LazySessionFactoryAdapter.getChildren(LazySessionFactoryAdapter.java:43)
> at org.hibernate.eclipse.console.workbench.BasicWorkbenchAdapter.getChildren(BasicWorkbenchAdapter.java:100)
> at org.hibernate.eclipse.console.workbench.BasicWorkbenchAdapter.fetchDeferredChildren(BasicWorkbenchAdapter.java:106)
> at org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:235)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> !SUBENTRY 2 org.hibernate.eclipse.console 4 150 2013-09-27 15:57:20.198
> !MESSAGE java.lang.NoSuchMethodError: org.jboss.logging.Logger.getMessageLogger(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
> !STACK 0
> java.lang.NoSuchMethodError: org.jboss.logging.Logger.getMessageLogger(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
> at org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider.<clinit>(C3P0ConnectionProvider.java:58)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
> at java.lang.reflect.Constructor.newInstance(Unknown Source)
> at java.lang.Class.newInstance0(Unknown Source)
> at java.lang.Class.newInstance(Unknown Source)
> at org.hibernate.connection.ConnectionProviderFactory.initializeConnectionProviderFromConfig(ConnectionProviderFactory.java:174)
> at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:102)
> at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:84)
> at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:438)
> at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:91)
> at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2163)
> at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2159)
> at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1383)
> at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:954)
> at org.hibernate.console.ConsoleConfiguration$5.execute(ConsoleConfiguration.java:278)
> at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:63)
> at org.hibernate.console.ConsoleConfiguration.execute(ConsoleConfiguration.java:107)
> at org.hibernate.console.ConsoleConfiguration.buildSessionFactory(ConsoleConfiguration.java:273)
> at org.hibernate.eclipse.console.workbench.LazySessionFactoryAdapter.getChildren(LazySessionFactoryAdapter.java:43)
> at org.hibernate.eclipse.console.workbench.BasicWorkbenchAdapter.getChildren(BasicWorkbenchAdapter.java:100)
> at org.hibernate.eclipse.console.workbench.BasicWorkbenchAdapter.fetchDeferredChildren(BasicWorkbenchAdapter.java:106)
> at org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:235)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> I've well configured my session factory.
--
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
12 years, 6 months
[JBoss JIRA] (JBIDE-12574) Support multiple domains in OpenShift UI
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12574?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-12574:
-------------------------------------
Attachment: properties-multi-domain.png
> Support multiple domains in OpenShift UI
> ----------------------------------------
>
> Key: JBIDE-12574
> URL: https://issues.jboss.org/browse/JBIDE-12574
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.0.0.Alpha2
> Reporter: Xavier Coulon
> Assignee: Andre Dietisheim
> Fix For: 4.2.0.Alpha1
>
> Attachments: application-wizard-manage-domain.png, multi-domain-in-explorer.png, properties-multi-domain.png
>
>
> The OpenShift Explorer view should display a node for the domain between the user and his applications (relevant is support for multiple domains was added)
--
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
12 years, 6 months
[JBoss JIRA] (JBIDE-15647) Compile errors when building arquillian with Luna target platform
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15647?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-15647:
---------------------------------------------
why does arquillian even need to rely on these internals ? this seems extremely wrong/bad.
> Compile errors when building arquillian with Luna target platform
> -----------------------------------------------------------------
>
> Key: JBIDE-15647
> URL: https://issues.jboss.org/browse/JBIDE-15647
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: testing-tools
> Affects Versions: 4.2.x
> Reporter: Snjezana Peco
> Assignee: Snjezana Peco
>
> When building the arquillian component with Luna TP(tpc.version=4.40.0.Alpha1-SNAPSHOT) there are the following compile errors:
> {code}
> [ERROR] import org.eclipse.osgi.framework.adaptor.BundleClassLoader;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import org.eclipse.osgi.framework.adaptor cannot be resolved
> [ERROR]
> ...
> [ERROR] || tmp instanceof BundleClassLoader)
> [ERROR] ^^^^^^^^^^^^^^^^^
> [ERROR] BundleClassLoader cannot be resolved to a type
> {code}
> The errors are caused by the change of OSGi internals.
> The org.eclipse.osgi.framework.adaptor package and the BundleClassloader class have been removed from Luna.
> The changes aren't compatible with the previous Eclipse versions, so we need a separate branch for Luna.
--
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
12 years, 6 months
[JBoss JIRA] (JBIDE-15648) Add tests for EAP 6.2 to integration tests
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15648?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-15648:
---------------------------------------
Support for EAP 6.2 is added in JBIDE-15614 which will also probably break our tests because it renames EAP 6.1 to EAP 6.1+
> Add tests for EAP 6.2 to integration tests
> ------------------------------------------
>
> Key: JBIDE-15648
> URL: https://issues.jboss.org/browse/JBIDE-15648
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: qa
> Affects Versions: 4.1.1.Alpha1
> Reporter: Martin Malina
> Assignee: Radim Hopp
> Fix For: 4.1.1.Beta1
>
>
> Please add a new test suite for EAP 6.2. In the tools it uses the type EAP 6.1+ (previously EAP 6.1), but since there is a new message in the welcome web page, it is probably better to have new test classes for EAP 6.2:
> Radim Hatlapatka said:
> {quote}
> Ahoj, z duvodu brandingu se zmenil text na uvodni strance EAPu z "Welcome to EAP 6" na "Welcome to JBoss EAP 6"
> {quote}
--
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
12 years, 6 months
[JBoss JIRA] (JBIDE-15648) Add tests for EAP 6.2 to integration tests
by Martin Malina (JIRA)
Martin Malina created JBIDE-15648:
-------------------------------------
Summary: Add tests for EAP 6.2 to integration tests
Key: JBIDE-15648
URL: https://issues.jboss.org/browse/JBIDE-15648
Project: Tools (JBoss Tools)
Issue Type: Task
Components: qa
Affects Versions: 4.1.1.Alpha1
Reporter: Martin Malina
Assignee: Radim Hopp
Fix For: 4.1.1.Beta1
Please add a new test suite for EAP 6.2. In the tools it uses the type EAP 6.1+ (previously EAP 6.1), but since there is a new message in the welcome web page, it is probably better to have new test classes for EAP 6.2:
Radim Hatlapatka said:
{quote}
Ahoj, z duvodu brandingu se zmenil text na uvodni strance EAPu z "Welcome to EAP 6" na "Welcome to JBoss EAP 6"
{quote}
--
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
12 years, 6 months