Re: IRC Client For Setting Environment
by Thamayanthi k
Time difference is 6 hours between canada and you. I will login tomorrow
morning my time 3AM. So that i can get it done in 2 hours if possible,
Thanks
Thamayanthi
On Wed, Dec 10, 2008 at 8:48 AM, Juraci Costa <jcosta(a)redhat.com> wrote:
> Connect to channel #hibernate-dev . I'm there, with nickname jcosta. Also,
> make sure you are connected to some server in the freenode network (
> irc.freenode.net is a good server, as it routes to your closest server).
>
> - Juca.
>
> ----- Mensagem original -----
> De: "Thamayanthi k" <thamayanthi.g(a)gmail.com>
> Para: "Juraci Costa" <jcosta(a)redhat.com>
> Cc: hibernate-dev(a)lists.jboss.org
> Enviadas: Quarta-feira, 10 de Dezembro de 2008 13:21:48 GMT +01:00 Amsterdã
> / Berlim / Berna / Roma / Estocolmo / Viena
> Assunto: IRC Client For Setting Environment
>
> Hi,
>
> I have added your name with Juca as Nick name in Notification list to
> server
> as #hibernate-dev. please let me know if any other if i need to connect to
> #hibernate-dev.
>
> Thamayanthi
>
16 years
IRC Client For Setting Environment
by Thamayanthi k
Hi,
I have added your name with Juca as Nick name in Notification list to server
as #hibernate-dev. please let me know if any other if i need to connect to
#hibernate-dev.
Thamayanthi
16 years
Test hangs if an exception is thrown, due to unclosed transaction
by Juraci Costa
Guys,
This is not new, but I realized that it is happening in trunk. We fixed in 3_2-related branches, so, I applied the same logic, but changing some things:
- It now marks the test as "fail" if the test case leaves a transaction opened. Of course, it also closes the transaction.
- It logs a warning message if the test hasn't closed the EM.
I locally ran all tests under DB2 and PostgreSQL, and it seems it is working as expected. Please, let me know if you have any problems in seeing this patch committed.
JIRA (includes patch): http://opensource.atlassian.com/projects/hibernate/browse/EJB-406
- Juca.
16 years
Re: [hibernate-dev] Interested in new development
by Thamayanthi k
Hi,
I have installed mIRC, and entered into #hibernate-dev.
Thamayanthi
On Mon, Dec 8, 2008 at 12:04 PM, Juraci Costa <jcosta(a)redhat.com> wrote:
> ----- "Thamayanthi k" <thamayanthi.g(a)gmail.com> escreveu:
> > Can any one help me to setup the environment to start understand and
> > work?
>
> Can you join us in #hibernate-dev, on freenode?
>
> - Juca.
>
16 years
Re: [hibernate-dev] Interested in new development
by Thamayanthi k
I didn't understand what you are asking?
Thanks
Thamayanthi
On Mon, Dec 8, 2008 at 12:04 PM, Juraci Costa <jcosta(a)redhat.com> wrote:
> ----- "Thamayanthi k" <thamayanthi.g(a)gmail.com> escreveu:
> > Can any one help me to setup the environment to start understand and
> > work?
>
> Can you join us in #hibernate-dev, on freenode?
>
> - Juca.
>
16 years
Interested in new development
by Thamayanthi k
Hi,
Though I have less knowledge in Hibernate. I am interested in working with
new development and fixes
Any one help me how to go about?
Thanks
Thamayanthi
16 years
Re: [hibernate-dev] Interested in new development
by Mario Ds Briggs
Hi Thamayanthi,
SQLCode -954 is related to not enough memory available to process the
statement. You can change the APPLHEAPSZ setting as detailed in the link
below. Alternately you can review to see what you are trying to load/read
and if you need all that data and if you can optimize it/
http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com...
thanks
Mario
> Date: Sat, 6 Dec 2008 11:45:25 -0400
> From: "Thamayanthi k" <thamayanthi.g(a)gmail.com>
> Subject: Re: [hibernate-dev] Interested in new development
> To: hibernate-dev(a)lists.jboss.org
> Message-ID:
> <4ea1f6fa0812060745v5c147369x6ccba9589b01b7b6(a)mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
> I need help on hibernate;
>
> Caused by: org.hibernate.exception.GenericJDBCException: could not
execute
> query
> at
> org.hibernate.exception.SQLStateConverter.
> handledNonSpecificException(SQLStateConverter.java:103)
> at
>
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91)
> at
> org.hibernate.exception.JDBCExceptionHelper.
> convert(JDBCExceptionHelper.java:43)
> at org.hibernate.loader.Loader.doList(Loader.java:2223)
> at
> org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104)
> at org.hibernate.loader.Loader.list(Loader.java:2099)
> at
org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:378)
> at
>
org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:338)
> at
>
org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172)
> at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121)
> at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
> at
> com.gtech.video.persistence.hibernate.HibernateUtils.
> getById(HibernateUtils.java:84)
> ... 94 more
> Caused by: com.ibm.db2.jcc.c.SqlException: DB2 SQL error: SQLCODE: -954,
> SQLSTATE: 57011, SQLERRMC: null
> at com.ibm.db2.jcc.c.wf.b(wf.java:2952)
> at com.ibm.db2.jcc.c.wf.a(wf.java:2935)
> at com.ibm.db2.jcc.b.gb.a(gb.java:709)
> at com.ibm.db2.jcc.b.gb.m(gb.java:698)
> at com.ibm.db2.jcc.b.gb.i(gb.java:242)
> at com.ibm.db2.jcc.b.gb.c(gb.java:53)
> at com.ibm.db2.jcc.b.w.c(w.java:46)
> at com.ibm.db2.jcc.b.vb.h(vb.java:151)
> at com.ibm.db2.jcc.c.fg.p(fg.java:1220)
> at com.ibm.db2.jcc.c.gg.d(gg.java:2349)
> at com.ibm.db2.jcc.c.gg.V(gg.java:424)
> at com.ibm.db2.jcc.c.gg.executeQuery(gg.java:407)
> at
> org.jboss.resource.adapter.jdbc.CachedPreparedStatement.
> executeQuery(CachedPreparedStatement.java:90)
> at
> org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.
> executeQuery(WrappedPreparedStatement.java:236)
> at
> org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:186)
> at org.hibernate.loader.Loader.getResultSet(Loader.java:1787)
> at org.hibernate.loader.Loader.doQuery(Loader.java:674)
> at
> org.hibernate.loader.Loader.
> doQueryAndInitializeNonLazyCollections(Loader.java:236)
> at org.hibernate.loader.Loader.doList(Loader.java:2220)
> What could be the issue?. Even though i have proper database connection
and
> everything. And sometimes I am getting could n't load entity. Is the db
> configuration issue?. or I am missing something.
>
> Can any one help me on this?
>
> Thanks
> Thamayanthi
>
> On Thu, Dec 4, 2008 at 2:43 PM, Max Rydahl Andersen
<max.andersen(a)redhat.com
> > wrote:
>
> > http://hibernate.org/6.html
> >
> > has all the info or link to it.
> >
> > /max
> >
> >
> > Hi
> >>
> >> I need some details reagrding the environment setup and all before
> >> starting. where can i get the details about?
> >>
> >> Thanks
> >> Thamayanthi
> >>
> >> On Thu, Dec 4, 2008 at 12:56 PM, John Mazzitelli <mazz(a)redhat.com>
wrote:
> >>
> >> > Though I have less knowledge in Hibernate. I am interested in
working
> >>> > with new development and fixes
> >>>
> >>> Feel free to finish this for me :)
> >>>
> >>> http://opensource.atlassian.com/projects/hibernate/browse/HHH-3593
> >>>
> >>> Read the full thread for background and what needs to be done:
> >>>
> >>>
http://lists.jboss.org/pipermail/hibernate-dev/2008-November/003452.html
> >>>
> >>> Steve would like this refactored and moved over to the JMX module.
This
> >>> actually might be a good thing for someone new to do; someone that
wants
> >>> to
> >>> get started - its fairly out of the way of the hard-core hibernate
stuff,
> >>> but it'll get your feet wet working in the hibernate dev environment.
> >>>
> >>> Just a thought ;}
> >>>
> >>>
> >
> >
> > --
> > /max
> >
>
16 years
Hibernate Search 3.1 is out: performance, robustness and new features on the menu
by Emmanuel Bernard
I am please to announce the GA release of Hibernate Search 3.1. This
release focuses on performance improvement and code robustness but
also add interesting new features focused on usability:
• An analyzer configuration model to declaratively use and compose
features like phonetic approximation, n-gram approximation, search by
synonyms, stop words filtering, elision correction, unaccented search
and many more.
• A lot of performance improvements at indexing time (including
reduced lock contention, parallel execution).
• A lot of performance improvements at query time (including I/O
reduction both for Lucene and SQL, and better concurrency).
• Additional new features both for indexing and querying (including
support for term vector, access to scoped analyzer at query time and
access to results explanation).
• And more.
Thanks to all involved, especially Hardy and Sanne who worked
tirelessly pushing new features and enhancements and fixing bugs while
John and I where finishing Hibernate Search in action.
Read more at http://is.gd/acml
Enjoy!
16 years