Log in to follow, share, and participate in this community.
Thread PrePersist implementation
PrePersist implementationHi, I'm trying to find out why the JBoss server throws an exception when running a @PrePersist method that modifies a primary key. According to the EJB3 spec it is supposed to happen before the persist is applied to ...
Thread Possible HibernateContext.java modification suggestion
Possible HibernateContext.java modification suggestionHello, the standard hibernate way to add an interceptor to a session is: SomeInterceptor int = new SomeInterceptor();
int.setStateDependentFromCurrentUserOperations(...);
Session session = sf.openSession( int ); Wh...
Thread A critical article on Hibernate performance?
A critical article on Hibernate performance?I checked the benchmarks published at this site: http://www.polepos.org/ and the performance charts for Hibernate/EJB 3.0, compared to raw JDBC access for the same databases, does not look goog at all. Anyone care t...
Using Hibernate and JBoss, how to? "blulas" wrote: "blulas" wrote: "blulas" wrote: Currently we are using the 2nd beta of JBoss 4.0 in our product and we have been looking into persistence engines for a while. After much research we have decided...
Thread migrate IIS to J2ee based web server, then migrate .net arch
migrate IIS to J2ee based web server, then migrate .net archDear Sir/Madam: Our company has the software product based on the .net framework with the IIS middle ware. because of the requirement of our current market, we need to migrate the whole architecture to J2ee based one...
cmp2x jdbc2 container evolutionis there a timeline for implementing support for an optimistic timestamp strategy (for the jdbc2 pm)? if not... i was thinking about taking a stab at it... are there any *special* issues that i should be aware of bef...
Thread SAP DB Jdbc Driver on Jboss 4.0, how configuring jdbc?
SAP DB Jdbc Driver on Jboss 4.0, how configuring jdbc?I've a problem with the deplyment of my application. I need to know how set the sap.jar jdbc driver needed to run my application. I have to put the jar file into a directory? If yes, wich? Or I need to configure a fi...
Hibernate2 + IntelliJ + JBoss ('natch)I have been having a devil of a time trying to get Hibernate to find the hibernate.cfg.xml file when debugging in IntelliJ with or without the Hibernate plugin. So what I did was load it up using File and then passed...
Hibernate-JNDI-Jboss data retrieval issue "marshall" wrote: Hey guys, looks like I'm late to the party =) yeah - partycrasher! ;) max wrote: I'm saying that eclipses built in support for running a ant build.xml file when certain files are updated ...
Thread SQL returning less number of rows than there is in the table
SQL returning less number of rows than there is in the tableI have a very strange problem popping up every now and then. The app is a web-centric one using Struts->JBoss->MySQL and I'm using the latest production release of each of the listed items. The problem that I h...
Embedded Hibernate service - TODOPublishing a technical discussion for a more thorough peer review: > From: Steve Ebersole > Sent: Monday, August 09, 2004 6:31 PM > To: Alexey Loubyansky; 'Christian Bauer'; 'Gavin King' > Cc: Ivelin Ivan...
Thread Embedded Hibernate service question: redeploying SessionFact
Embedded Hibernate service question: redeploying SessionFact[Steve] NM, apparently ServiceMBeanSupport itself has those capabilities... -------------------------------------------------------------------------------- From: Steve Ebersole Sent: Wed 8/18/2004 10:25 PM To: Ale...
Hibernate : Question of Migration Strategy "fredatwork" wrote: "fredatwork" wrote: Question for Jboss Group : The integration of Hibernate into JBoss is great news. Sun's Entity Beans show performance problems. I can talk as a former technology consul...
left-join descriptor is problematicRepost of https://sourceforge.net/tracker/?func=detail&atid=376685&aid=937767&group_id=22866 I applaud the new the left-join read ahead option but the xml descriptors in jbosscmp-jdbc.xml are difficult t...
Hibernate EJB CMP and performance "jadtn" wrote: "jadtn" wrote: "jadtn" wrote: "jadtn" wrote: I ll start new project, i m lost to choice hibernate or ejb cmp persistance. -Is a difference of performance between EJB CMP and hibernate ? Where can...
table-schema in CMP (oracle) "GTedeschi" wrote: "GTedeschi" wrote: Hi! It's possible specify the name of a table after the deploy for a CMP ? I have many table-schema in a Oracle DB, each user must use a different schema but the database u...
about integration of hibernate "gaoligong" wrote: "gaoligong" wrote: I just want know that which version of jboss will be integrated with hibernate? and when?
Error after create(...) with CMP "nashbr" wrote: "nashbr" wrote: nat is CMP bean In client I write: ..... nat = natHome.create(bla,bla,bla); .... And the new row in table "nat" creates. But when I write ..... nat = natHome.create(bla,bla,bl...
JBoss replaces my CMP table-name "coolhour" wrote: "coolhour" wrote: Hi! I encountered following problem: I want to access a db2 which is on a host. JBoss itself lays on a windows pc. It communicates with the local db2 over jdbc. If I map th...