[JBoss JIRA] Created: (JBIDE-4879) log filling up with errors about NamingStrategy
by Max Rydahl Andersen (JIRA)
log filling up with errors about NamingStrategy
-----------------------------------------------
Key: JBIDE-4879
URL: https://jira.jboss.org/jira/browse/JBIDE-4879
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.1.0.M3
Reporter: Max Rydahl Andersen
Assignee: Dmitry Geraskov
Priority: Critical
Fix For: 3.1.0.M4
M3 gives me the following in the log (got 100's of them):
java.lang.NullPointerException
at org.eclipse.jpt.db.internal.vendor.AbstractVendor.nameRequiresDelimiters(AbstractVendor.java:112)
at org.eclipse.jpt.db.internal.vendor.AbstractVendor.convertNameToIdentifier(AbstractVendor.java:99)
at org.eclipse.jpt.db.internal.DTPDatabaseWrapper.convertNameToIdentifier(DTPDatabaseWrapper.java:284)
at org.jboss.tools.hibernate.jpt.core.internal.context.java.HibernateJavaEntityImpl$HibernatePrimaryKeyJoinColumnOwner.getDefaultColumnName(HibernateJavaEntityImpl.java:532)
at org.eclipse.jpt.core.internal.context.java.AbstractJavaNamedColumn.buildDefaultName(AbstractJavaNamedColumn.java:191)
at org.eclipse.jpt.core.internal.context.java.GenericJavaPrimaryKeyJoinColumn.defaultReferencedColumnName(GenericJavaPrimaryKeyJoinColumn.java:166)
at org.eclipse.jpt.core.internal.context.java.GenericJavaPrimaryKeyJoinColumn.update(GenericJavaPrimaryKeyJoinColumn.java:157)
at org.eclipse.jpt.core.internal.context.java.AbstractJavaEntity.updateDefaultPrimaryKeyJoinColumn(AbstractJavaEntity.java:1836)
at org.eclipse.jpt.core.internal.context.java.AbstractJavaEntity.update(AbstractJavaEntity.java:1589)
at org.jboss.tools.hibernate.jpt.core.internal.context.java.HibernateJavaEntityImpl.update(HibernateJavaEntityImpl.java:91)
at org.eclipse.jpt.core.internal.context.java.AbstractJavaPersistentType.updateMapping(AbstractJavaPersistentType.java:457)
at org.eclipse.jpt.core.internal.context.java.AbstractJavaPersistentType.update(AbstractJavaPersistentType.java:402)
at org.eclipse.jpt.core.internal.context.java.AbstractJavaPersistentType.update(AbstractJavaPersistentType.java:390)
at org.eclipse.jpt.core.internal.context.persistence.GenericClassRef.updateJavaPersistentType(GenericClassRef.java:192)
at org.eclipse.jpt.core.internal.context.persistence.GenericClassRef.update(GenericClassRef.java:215)
at org.eclipse.jpt.core.internal.context.persistence.GenericClassRef.update(GenericClassRef.java:209)
at org.eclipse.jpt.core.internal.context.persistence.AbstractPersistenceUnit.updateImpliedClassRefs_(AbstractPersistenceUnit.java:1132)
at org.eclipse.jpt.core.internal.context.persistence.AbstractPersistenceUnit.updateImpliedClassRefs(AbstractPersistenceUnit.java:1100)
at org.eclipse.jpt.core.internal.context.persistence.AbstractPersistenceUnit.update(AbstractPersistenceUnit.java:940)
at org.eclipse.jpt.core.internal.context.persistence.GenericPersistence.update(GenericPersistence.java:143)
at org.eclipse.jpt.core.internal.context.persistence.GenericPersistenceXml.update(GenericPersistenceXml.java:143)
at org.eclipse.jpt.core.internal.context.GenericRootContextNode.update(GenericRootContextNode.java:118)
at org.eclipse.jpt.core.internal.AbstractJpaProject.update(AbstractJpaProject.java:1292)
at org.eclipse.jpt.core.internal.AsynchronousJpaProjectUpdater$UpdateJob.run(AsynchronousJpaProjectUpdater.java:83)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
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
16 years, 6 months
[JBoss JIRA] Created: (JBIDE-4873) Various issues with hibernate mapping diagram
by Max Rydahl Andersen (JIRA)
Various issues with hibernate mapping diagram
---------------------------------------------
Key: JBIDE-4873
URL: https://jira.jboss.org/jira/browse/JBIDE-4873
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.1.0.M3
Reporter: Max Rydahl Andersen
Assignee: Vitali Yemialyanchyk
Priority: Critical
Fix For: 3.1.0.M4
1) New Icons used for layout, visibility, etc. are not transparent and meaning they all look very white since they also are 100% black/white opposite to all other icons used.
2) "Toggle Visible" state ? How do you untoggle that if you can't see the item ? Shouldn't it not just be a "Hide" option ?
3) The buttons in the toolbar all seem to be enabled even though they can't be used on everything
4) Why are there so many buttons in the toolbar anyway for this editor ?
5) Why are the specific buttons for undo/redo when default undo/redo should suffice ?
6) Shouldn't the items in the View menu also be available from right click on the editor
7) Can't we make Export as image save inside the workspace instead of having to browse around for it in a native dialog ?
8) Instead of "Toggle X" can't we make the action name update according to what it will do ? "i.e. Show|Hide, Show Connections/Hide Connection, Expand|Collapse, etc.
(sorry for creating one big issue, if needed please split out)
--
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
16 years, 6 months
[JBoss JIRA] Created: (JBIDE-2550) Preliminary support for JSF 2.0
by Juergen Zimmermann (JIRA)
Preliminary support for JSF 2.0
-------------------------------
Key: JBIDE-2550
URL: https://jira.jboss.org/jira/browse/JBIDE-2550
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor
Affects Versions: 3.0.0.alpha
Reporter: Juergen Zimmermann
JSF 2.0 EDR1 is available. I tested it with my up and found only one issue:
https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=748
I tested the fix with Mojarra r5055 and it works fine.
However, the VPE cannot support previewing. There are only a couple of changes:
1) There is also <h:head> and <h:body> instead of plain <head> and <body>
2) Images can be included this way: <h:graphicImage value="#{resource['hskaCore:myImg.jpg']}" />
The default implementation will look for resources in two locations and in the following order:
a) /resources this location represents resources in the webapp itself and if present, must be in the root of the web application
b) /META-INF/resources this location represents resources on the classpath
--
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
16 years, 6 months