-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: JTA / RESOURCE_LOCAL <- Nutzung von SessionBeans
PostPosted: Sat May 03, 2008 1:06 pm 
Beginner
Beginner

Joined: Wed Apr 23, 2008 12:07 pm
Posts: 22
Kurze Frage, die bistimmt der eine oder andere hier weiß, oder? :) Muß ich in der persistence.xml von Recourse_Local auf JTA umstellen, um SessionBeans / JEE5 Inhalte überhaupt erst nutzen zu können? Oder sollten die Annotations wie @Interceptors etc. auch mit J2SE auch nutzbar sein? Wär über nen Tip dankbar.


Top
 Profile  
 
 Post subject: Re: JTA / RESOURCE_LOCAL <- Nutzung von SessionBeans
PostPosted: Sun May 04, 2008 3:43 pm 
Pro
Pro

Joined: Tue Jun 12, 2007 4:13 am
Posts: 209
Location: Berlin, Germany
Abram wrote:
Muß ich in der persistence.xml von Recourse_Local auf JTA umstellen, um SessionBeans / JEE5 Inhalte überhaupt erst nutzen zu können? Oder sollten die Annotations wie @Interceptors etc. auch mit J2SE auch nutzbar sein? Wär über nen Tip dankbar.

Hi Abram,
[Ich schon wieder.-:)]
Meine Anwendung mit Hibernate läuft unter JBoss und die "persistence.xml" sieht so aus:
Code:
<persistence-unit name="dpjw">
      <provider>org.hibernate.ejb.HibernatePersistence</provider>
      <jta-data-source>java:/dpjwDS</jta-data-source>

In der passenden JBoss-Datasource habe ich:
Code:
<local-tx-datasource>
     <jndi-name>dpjwDS</jndi-name>


Carlo
--------------------------------
please give me credits if this post helped you


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 05, 2008 6:58 am 
Beginner
Beginner

Joined: Wed Apr 23, 2008 12:07 pm
Posts: 22
Zu gut Deutsch, ohne AppServer kann man SessionBeans etc. nicht nutzen. Ist mir mittlerweile klar. Nur nutze ich leider noch keinen AppServer. Danke für die schnelle Antwort. Werd ich halt weiter mit Interceptors statt den neuen annotated Events arbeiten.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.