[Hibernate-JIRA] Created: (HHH-6984) statistics for transactions are incremented even when stats are disabled
by Scott Marlow (JIRA)
statistics for transactions are incremented even when stats are disabled
------------------------------------------------------------------------
Key: HHH-6984
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6984
Project: Hibernate ORM
Issue Type: Bug
Components: core
Affects Versions: 4.0.1
Reporter: Scott Marlow
Assignee: Scott Marlow
Fix For: 4.1.0
if we build another 4.0.x, it would be good to fix in that also.
AS7 command line interface showing statistics when they should be disabled:
{quote}
[standalone@localhost:9999 /] /deployment=demo.war/subsystem=jpa/hibernate-persistence-unit=demo.war#loginDatabase:read-resource(include-runtime=true)
{
"outcome" => "success",
"result" => {
"close-statement-count" => 0L,
"collection" => undefined,
"collection-fetch-count" => 0L,
"collection-load-count" => 0L,
"collection-recreated-count" => 0L,
"collection-remove-count" => 0L,
"collection-update-count" => 0L,
"completed-transaction-count" => 7L,
"connect-count" => 7L,
"enabled" => false,
"entity-cache" => undefined,
"entity-delete-count" => 0L,
"entity-fetch-count" => 0L,
"entity-insert-count" => 0L,
"entity-load-count" => 0L,
"entity-update-count" => 0L,
"flush-count" => 0L,
"optimistic-failure-count" => 0L,
"prepared-statement-count" => 7L,
"query-cache" => undefined,
"query-cache-hit-count" => 0L,
"query-cache-miss-count" => 0L,
"query-cache-put-count" => 0L,
"query-execution-count" => 0L,
"query-execution-max-time" => 0L,
"query-execution-max-time-query-string" => undefined,
"second-level-cache-hit-count" => 0L,
"second-level-cache-miss-count" => 0L,
"second-level-cache-put-count" => 0L,
"session-close-count" => 0L,
"session-open-count" => 0L,
"successful-transaction-count" => 6L,
"entity" => {"org.jboss.as.quickstarts.login.User" => undefined}
{quote}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month
[Hibernate-JIRA] Issue Comment Edited: (HHH-1481) any mapping with composite id-type does not work
by Leandro Subils (JIRA)
[ https://hibernate.onjira.com/browse/HHH-1481?page=com.atlassian.jira.plug... ]
Leandro Subils edited comment on HHH-1481 at 2/8/12 1:01 PM:
-------------------------------------------------------------
And it's in 4.0.1 version
was (Author: lsubils0):
And it's in 4.1 version
> any mapping with composite id-type does not work
> ------------------------------------------------
>
> Key: HHH-1481
> URL: https://hibernate.onjira.com/browse/HHH-1481
> Project: Hibernate ORM
> Issue Type: Patch
> Affects Versions: 3.0 alpha, 3.0 beta 1, 3.0 beta 2, 3.0 beta 3, 3.0 beta 4, 3.0 rc 1, 3.0 final, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.1 beta 1, 3.1 beta 2, 3.1 rc 1, 3.1 rc2, 3.1 rc3, 3.1, 3.1.1, 3.1.2, 3.2.0.alpha1, 3.1.3, 3.6.0
> Environment: Hibernate 3.1.2
> Reporter: Michael Matt
> Attachments: patch.zip
>
> Original Estimate: 10m
> Remaining Estimate: 10m
>
> Any mapping with composite id-type throws MappingException 'property mapping has wrong number of columns'.
> The zipped patch file contains:
> -bugfix for AnyType.java
> - testcases any mapping with simple id-type and composite id-type
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month
[Hibernate-JIRA] Commented: (HHH-1481) any mapping with composite id-type does not work
by Leandro Subils (JIRA)
[ https://hibernate.onjira.com/browse/HHH-1481?page=com.atlassian.jira.plug... ]
Leandro Subils commented on HHH-1481:
-------------------------------------
And it's in 4.1 version
> any mapping with composite id-type does not work
> ------------------------------------------------
>
> Key: HHH-1481
> URL: https://hibernate.onjira.com/browse/HHH-1481
> Project: Hibernate ORM
> Issue Type: Patch
> Affects Versions: 3.0 alpha, 3.0 beta 1, 3.0 beta 2, 3.0 beta 3, 3.0 beta 4, 3.0 rc 1, 3.0 final, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.1 beta 1, 3.1 beta 2, 3.1 rc 1, 3.1 rc2, 3.1 rc3, 3.1, 3.1.1, 3.1.2, 3.2.0.alpha1, 3.1.3, 3.6.0
> Environment: Hibernate 3.1.2
> Reporter: Michael Matt
> Attachments: patch.zip
>
> Original Estimate: 10m
> Remaining Estimate: 10m
>
> Any mapping with composite id-type throws MappingException 'property mapping has wrong number of columns'.
> The zipped patch file contains:
> -bugfix for AnyType.java
> - testcases any mapping with simple id-type and composite id-type
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month
[Hibernate-JIRA] Created: (HHH-7010) Document mapping annotations
by Steve Ebersole (JIRA)
Document mapping annotations
----------------------------
Key: HHH-7010
URL: https://hibernate.onjira.com/browse/HHH-7010
Project: Hibernate ORM
Issue Type: Task
Components: annotations, core, documentation
Reporter: Steve Ebersole
Assignee: John Verhaeg
Fix For: 4.1.0
Discuss every annotation in the {{org.hibernate.annotations}} and {{javax.persistence}} packages, one per <section/> such that they show up in TOC. List them in alphabetical order. Possibly segment the JPA and Hibernate annotations into separate sections
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month