[JBoss JIRA] Created: (JBIDE-9535) JPA: take into account hibernate.default_schema/hibernate.default_catalog when validate Table
by Dmitry Geraskov (JIRA)
JPA: take into account hibernate.default_schema/hibernate.default_catalog when validate Table
---------------------------------------------------------------------------------------------
Key: JBIDE-9535
URL: https://issues.jboss.org/browse/JBIDE-9535
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.3.0.M2
Reporter: Dmitry Geraskov
Assignee: Dmitry Geraskov
Fix For: LATER
JPA validator doen't take into account hibernate.default_schema/hibernate.default_catalog when validates Table existance.
Test case:
1. Create table mytable in schema test
2. in Persistence.xml add hibernate.default_schema=test
3. cerate Entity Mytable without @Table(schema="test")
4. Make a DTP connection to the databse
OBSERVE: wrong error appiared (Table "Mytable" cannot be sesolved)
add @Table(schema="test") - error disappeared
Probably the properties should be processed like the project properties (Oveddide default schema/catalog)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBIDE-10398) OpenShift Express : Can not delete OpenShift project
by Fred Bricon (Created) (JIRA)
OpenShift Express : Can not delete OpenShift project
----------------------------------------------------
Key: JBIDE-10398
URL: https://issues.jboss.org/browse/JBIDE-10398
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 3.3.0.M5
Environment: windows 7
Reporter: Fred Bricon
Assignee: Andre Dietisheim
Fix For: 3.3.0.Beta1
Whenever I try to physically delete my openshift project from the workspace, I get a popup with the following errors :
{noformat}
Problems encountered while deleting resources.
Could not delete '/hello/.git'.
Problems encountered while deleting resources.
Problems encountered while deleting files.
Could not delete: C:\Users\Fred Bricon\git\hello\.git\objects\pack\pack-10eb864ff7ab3a1edfc8b868c90a743fdee571db.pack.
Could not delete: C:\Users\Fred Bricon\git\hello\.git\objects\pack.
Could not delete: C:\Users\Fred Bricon\git\hello\.git\objects.
Could not delete: C:\Users\Fred Bricon\git\hello\.git.
Could not delete 'C:\Users\Fred Bricon\git\hello'.
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] Created: (JBIDE-8973) Provide a way to convert pure java libs into maven provided dependencies
by Max Rydahl Andersen (JIRA)
Provide a way to convert pure java libs into maven provided dependencies
------------------------------------------------------------------------
Key: JBIDE-8973
URL: https://issues.jboss.org/browse/JBIDE-8973
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Reporter: Max Rydahl Andersen
Fix For: 3.3.0.M3
Execute: multiple select lib dependencies, then right click and choose "Build path > Convert to Maven dependencies"
Assert: UI is shown that shows which jars misses metadata and what can be automatically detected based on maven metadata in the jar. UI has option to delete jars from project.
Execute: Press Ok
Assert: The jars are removed from classpath container, and now available in the classpath container and if user chose to delete then the files are removed from the project.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years