On 08/19/2014 09:07 AM, Scott Marlow wrote:
> Hi Rob,
>
> The new logfile is missing TRACE logging for the other categories.
> Please attach a new log with TRACE enabled for: org.jboss.jca,
> org.hibernate, org.jboss.as.jpa, com.arjuna
Just add the log file with the above categories, to the WFLY-
Mostly a status check and some kind of planning.
Meeting ended Tue Aug 19 15:22:13 2014 UTC. Information about MeetBot
at http://wiki.debian.org/MeetBot . (v 0.1.4)
Minutes:
http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2014/hibernate-dev.2014-08-19-14.00.html
Minutes (text)
Hi Rob,
The new logfile is missing TRACE logging for the other categories.
Please attach a new log with TRACE enabled for: org.jboss.jca,
org.hibernate, org.jboss.as.jpa, com.arjuna
com.arjuna will show the transaction boundaries, org.jboss.jca will show
connection pooling related information
Hi,
Is there any tentative idea on Hibernate Search 5.0 will come out? It just
feels like progress is extremely slow and when I look at JIRA I keep seeing
issues being added and fixed that seem extremely contextual (WildFly,
improve errorHandler, etc) and nothing to do with the ambition to deliver
Forgot to mention :-
in case of calling persist(), hibernate doesn't invoke callback method with
copy object but the actual object passed to persist(); so for persist() it
works correctly.
On Tue, Aug 19, 2014 at 4:20 PM, deepak raut
wrote:
> I have an entity class like -
>
> public class Item
I have an entity class like -
public class Item {
@Id
//mapping
private Long id;
@ElementCollection
//mapping
private Set wrapperSet;
@Transient
private Map itemPredecessor;
..
..
@PrePersist
@PreUpdate
private void populateSet() {
wrapperSet.clear();
for(Map
Hi,
the missing logfile is now attached to the issue listed below, the
direct link is:
https://issues.jboss.org/secure/attachment/12384220/server-org-jboss-as-jpa.log
Regards,
Rob
On Thu, Aug 14, 2014 at 11:28 AM, Scott Marlow
wrote:
>
> On 08/14/2014 11:59 AM, Steve Ebersole wrote:
>
>