Change log file to log.txt because otherwise it's ingored by git
This commit is contained in:
parent
d6441b7081
commit
779dcc4078
|
@ -0,0 +1,7 @@
|
|||
javax.persistence.RollbackException: Error while committing the transaction
|
||||
|
||||
Caused by: javax.persistence.PersistenceException: org.hibernate.HibernateException:
|
||||
|
||||
Caused by: org.hibernate.HibernateException: changed an immutable collection instance: [
|
||||
org.hibernate.userguide.immutability.CollectionImmutabilityTest$Batch.events#1
|
||||
]
|
|
@ -101,7 +101,7 @@ include::{sourcedir}/CollectionImmutabilityTest.java[tags=collection-immutabilit
|
|||
|
||||
[source, bash, indent=0]
|
||||
----
|
||||
include::{extrasdir}/collection-immutability-update-example.log[]
|
||||
include::{extrasdir}/collection-immutability-update-example.log.txt[]
|
||||
----
|
||||
====
|
||||
|
||||
|
|
Loading…
Reference in New Issue