[JBoss JIRA] Created: (JBIDE-8776) NoSuchMethod exception occures while executing org.jboss.tools.seam.ui.test.el.ELExprPartitionerTest.testELExprPartitioner() JUnit Test Case/ Working with Dynamic Web Project
by Victor Rubezhny (JIRA)
NoSuchMethod exception occures while executing org.jboss.tools.seam.ui.test.el.ELExprPartitionerTest.testELExprPartitioner() JUnit Test Case/ Working with Dynamic Web Project
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-8776
URL: https://issues.jboss.org/browse/JBIDE-8776
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Environment: Eclipse 3.7M6
Reporter: Victor Rubezhny
Assignee: Viacheslav Kabanovich
NoSuchMethodException occures while executing org.jboss.tools.seam.ui.test.el.ELExprPartitionerTest.testELExprPartitioner() JUnit Test Case or working with Dynamic Web Project.
The InternalBuilder.setProject() method is removed/renamed in Eclipse 3.7M6.
See the log below:
!ENTRY org.jboss.tools.jst.web 4 0 2011-04-22 19:55:40.745
!MESSAGE org.eclipse.core.internal.events.InternalBuilder.setProject(org.eclipse.core.resources.IProject)
!STACK 0
java.lang.NoSuchMethodException: org.eclipse.core.internal.events.InternalBuilder.setProject(org.eclipse.core.resources.IProject)
at java.lang.Class.getDeclaredMethod(Class.java:1954)
at org.jboss.tools.jst.web.kb.KbProjectFactory.setProjectToBuilder(KbProjectFactory.java:127)
at org.jboss.tools.jst.web.kb.KbProjectFactory$1.run(KbProjectFactory.java:108)
at org.jboss.tools.common.model.XJob.runInWorkspace(XJob.java:178)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!ENTRY org.jboss.tools.common.el.core 4 0 2011-04-22 19:55:42.602
!MESSAGE org.jboss.tools.common.el.core.test.resolver.ResolverProjectNature2 must be instance of org.jboss.tools.common.el.core.resolver.ELResolver
!ENTRY org.eclipse.core.jobs 4 2 2011-04-22 19:55:45.801
!MESSAGE An internal error occurred during: "JBoss Tools Model Update".
!STACK 0
java.lang.NullPointerException
at org.eclipse.core.internal.events.InternalBuilder.getProject(InternalBuilder.java:152)
at org.eclipse.core.resources.IncrementalProjectBuilder.getProject(IncrementalProjectBuilder.java:275)
at org.jboss.tools.jst.web.kb.internal.KbBuilder.build(KbBuilder.java:108)
at org.jboss.tools.jst.web.kb.KbProjectFactory$1KbBuilderEx.build(KbProjectFactory.java:97)
at org.jboss.tools.jst.web.kb.KbProjectFactory$1.run(KbProjectFactory.java:112)
at org.jboss.tools.common.model.XJob.runInWorkspace(XJob.java:178)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
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
14 years, 9 months
[JBoss JIRA] Created: (JBIDE-1608) Hibernate Configuration view should display all database
by Vitali Yemialyanchyk (JIRA)
Hibernate Configuration view should display all database
---------------------------------------------------------
Key: JBIDE-1608
URL: http://jira.jboss.com/jira/browse/JBIDE-1608
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: Vitali Yemialyanchyk
Assigned To: Vitali Yemialyanchyk
Priority: Minor
Fix For: LATER
Look at the attached file hibernate.cfg.xml - if <property name="hibernate.connection.url">jdbc:mysql://localhost:3306/mysql</property>
Hibernate Configuration view -> ... -> Database display correctly mysql database - but if
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306</property>
look like this
Hibernate Configuration view -> ... -> Database display nothing and the user can't understand what is wrong - I provide 2 screenshots
the same if
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306/mysql1</property>
mysql1 - there is no such DB
as I think in first case Hibernate Configuration should display all mysql DBs and in the second case the user should get message -
something like "Can't find shuch DB"
Other thing - then I press right mouse button on Hibernate Configuration view -> ... -> Database - I expect to get possibility to configure
DB URL and may be some other properties - the best thing here if I'll get some dialog - or at least possibility to open hibernate.cfg.xml for edit.
For this I'll create other new issue...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months