I started working on JAAS with SSO,I have some doubt about JAAS. JAAS (Java Authentication and Authorization Service) framework to cater to multiple authentication mechanisms. The SSO server...
Type: Posts; User: maya; Keyword(s):
I started working on JAAS with SSO,I have some doubt about JAAS. JAAS (Java Authentication and Authorization Service) framework to cater to multiple authentication mechanisms. The SSO server...
Sounds like spring integeration is amazing , I am new in Spring Integeration.I have one requirement Using spring integeration
1. read a txt file (from Source folder)
2. do some...
Sounds like spring integeration is amazing , I am new in Spring Integeration.I have one requirement Using spring integeration
1 read a txt file (from Source folder)
2 do some validation
3 ...
Hi All
Nowadays sounds like MULE is amazing ,so we are planning to intgerate mule into our development area. We are very eager to know about MULE and planned to implement in all our...
Yes i am using the same thing ,what you mentioned above
CriteriaBuilder criteriaBuilder= this.getJpaTemplate().getEntityManagerFactory().getCriteriaBuilder();
in my config file
...
Hi All
We sucessfully implementedSpring , hibernate +jpa in our application with Xa transcation.but we trying to implement criteria in our application we are facing one error that ,
...
thanks for your help.at last i got solution ...
hi
.MySQL has some limitations with XA transactions as you can see (http://dev.mysql.com/doc/refman/5.0/en/xa-restrictions.html), Because of using mysql 5.5,we could not get xa...
hi all i also facing one transaction management problem (Transaction rollbacks, but a record is inserted)
this is my thread ...
Dear Marten Deinum
I checked my db.I am using InnoDB tables only.any other possibilities ?
Martin
thanks for your reply .Not like that .There i not posted my question properly.so i tried tel my issue clearly. that all .. see now you given new and valid answer right.may it will...
I trace the log.. see my transcation log details
94 [main] INFO atomikos - USING com.atomikos.icatch.max_timeout = 300000
94 [main] INFO atomikos - USING com.atomikos.icatch.tm_unique_name...
Hi all I have done an application configuration using jsf ,spring 3.0,hybernate + JPA and atomikos for XA transcation management and mysql is my backend,here every thing is working fine however...
Marten Deinum
my jsf bean are spring managed bean only see thel below code i am using in
.. so that is not a problem ?
Marten Deinum
my jsf bean are spring managed bean only see thel below code i am using in
.. so that is not a problem ?
HI martion
but my transaction log information is showing roll back was happened
this means spring transaction is working fine right.. now my problem is transaction rollback is happening but...
hi Marten Deinum
where ? ..
Marten Deinum
still i am waiting for your reply ...
actually i am new for spring and JPA .. i understood what you are telling .. could you post any sample coding for achieving this ?
1 by mistaken i wrote in froum .. Thats not my real package name .. 'execution(* com.live.webAppl.*.*.*(..))' to 'execution(* com.live.webAppl..*.*(..))'.. this is working fine ...
2 i have to...
HI Marten Deinum
Based on your suggestion i changed my coding ,but still the same issue is coming.My updated codes here
my Manager.java
insertuser()
{
private static...
Thanks for your reply . I am going to try that, what you mentioned above ... but if i use <generated-value strategy="TABLE" /> means transaction rollback is working fine ..but it should...
Hi all
I have done an application configuration using hybernate + JPA ,and atomikos for XA transcation management and spring 3.0 ,here every thing is working fine however insert operation, when...
Hi all
I am working on a web based project using spring ,hybernate +jpa .I am trying to configure JTA Transactions with Atomkios
my backend is mySql. I am not able to setup the...
hi my explanation is not enough ?