[JBoss JIRA] Created: (JBIDE-3795) Hibernate Config view cannot create JPA based configuration with @GeneratedValue using a @GenericGenerator
by Bob Thule (JIRA)
Hibernate Config view cannot create JPA based configuration with @GeneratedValue using a @GenericGenerator
----------------------------------------------------------------------------------------------------------
Key: JBIDE-3795
URL: https://jira.jboss.org/jira/browse/JBIDE-3795
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.0.0.CR2
Environment: Hibernate Tools 3.2.4.GA-N200902101801, Java Persistence API Tools 2.1.0.v200812180210
Reporter: Bob Thule
This may be related to issue JBIDE-3636. https://jira.jboss.org/jira/browse/JBIDE-3636
With a @GenericGenerator declared as:
@GenericGenerator(name = "SeqBase",... ) //either in package-info.java or on the class
and used with:
@GeneratedValue(generator = "SeqBase") private Long id;
when in the "Hibernate Config" view and the hibernate configuration is trying to be displayed or rebuilt, Eclipse gives the following exception:
org.hibernate.console.HibernateConsoleRuntimeException: Could not create JPA based Configuration
Could not create JPA based Configuration
<No message>
java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException: <no message>
java.lang.reflect.InvocationTargetException
javax.persistence.PersistenceException: org.hibernate.AnnotationException: Unknown Id.generator: SeqBase
org.hibernate.AnnotationException: Unknown Id.generator: SeqBase
org.hibernate.AnnotationException: Unknown Id.generator: SeqBase
Unknown Id.generator: SeqBase
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 6 months
[jbosside-issues] [JBoss JIRA] Created: (JBIDE-467) NullPointerException on ProjectChangeListener
by pchar (JIRA)
NullPointerException on ProjectChangeListener
---------------------------------------------
Key: JBIDE-467
URL: http://jira.jboss.com/jira/browse/JBIDE-467
Project: JBoss IDE
Issue Type: Bug
Components: JBossIDE Core
Affects Versions: 1.6
Environment: Eclipse Version: 3.2.2 Mac OS X Java 1.5
Reporter: pchar
Assigned To: Marshall Culpepper
There's a null pointer excetion on a lister here the stackstrace:
!ENTRY org.eclipse.core.resources 4 2 2007-03-30 08:31:42.807
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".
!STACK 0
java.lang.NullPointerException
at org.jboss.ide.eclipse.core.ProjectChangeListener.resourceChanged(ProjectChangeListener.java:46)
at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:280)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:274)
at org.eclipse.core.internal.events.NotificationManager.handleEvent(NotificationManager.java:246)
at org.eclipse.core.internal.resources.Workspace.broadcastEvent(Workspace.java:250)
at org.eclipse.core.internal.resources.Project.close(Project.java:186)
at org.eclipse.ui.actions.CloseResourceAction.invokeOperation(CloseResourceAction.java:184)
at org.eclipse.ui.actions.WorkspaceAction.execute(WorkspaceAction.java:134)
at org.eclipse.ui.actions.WorkspaceAction$2.runInWorkspace(WorkspaceAction.java:429)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
--
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, 7 months
[jbosside-issues] [JBoss JIRA] Created: (JBIDE-465) Problems occurred when invoking code from plug-in: "org.eclipse.jface".
by Mallika Guliani (JIRA)
Problems occurred when invoking code from plug-in: "org.eclipse.jface".
-----------------------------------------------------------------------
Key: JBIDE-465
URL: http://jira.jboss.com/jira/browse/JBIDE-465
Project: JBoss IDE
Issue Type: Bug
Components: JBossIDE Core
Affects Versions: 1.6
Environment: Win XP PRO
Reporter: Mallika Guliani
Assigned To: Marshall Culpepper
I am not able to create Server configuration in Eclipse 3.2.2. I am using JBoss 1.6.0 GA.
I get the following errors:
Problems occurred when invoking code from plug-in: "org.eclipse.jface".
Unhandled event loop exception - plug in - "org.eclipse.ui"
I saw that this error is already logged but unable to find a solution. Could someone please provide step by step resolution?
I would really appreciate your help. I have already spent a day trying out different versions of JBoss IDE but no result. I have JBoss - 4.0.2 AS.
Thank You.
--
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, 7 months