Hello, I experience a problem after changing USER_LOGIN_ID from all the
tables it is referenced in ofbiz database.
Using mysql I have developed a script changin USER_LOGIN_ID in all the
tables it is referenced replacing a value by another (after performing a
mysqldump I can verify that my old does not appear anywhere, but I have the
following error, only when displaying party information (or button showOld
in Employees interface of humanres app) :

2009-08-25 12:33:13,556 (http-0.0.0.0-8443-3) [ 
ServiceDispatcher.java:528:ERROR] Error in Service
[getOrderedSummaryInformation]: You must be logged in to complete the [Get
Summary Information About Orders for a Customer] process.
2009-08-25 12:33:13,559 (http-0.0.0.0-8443-3) [   
TransactionUtil.java:321:WARN ] 
---- exception report
----------------------------------------------------------
[TransactionUtil.setRollbackOnly] Calling transaction setRollbackOnly; this
stack trace shows where this is happening:
Exception: java.lang.Exception
Message: Error in Service [getOrderedSummaryInformation]: You must be logged
in to complete the [Get Summary Information About Orders for a Customer]
process.
---- stack trace
---------------------------------------------------------------
java.lang.Exception: Error in Service [getOrderedSummaryInformation]: You
must be logged in to complete the [Get Summary Information About Orders for
a Customer] process.
org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:321)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:268)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:532)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:219)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:159)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:86)




I did not changed the user admin login or password which is still ofbiz. I
anly changed others login by another values in cascade in all tables. Is
there any hidden information kept by ofbiz referencing the login ?

I do not understand the problem nor why it happens as I kept all relations
changing other references to my new login id with the new value.

-- 
View this message in context: 
http://www.nabble.com/pb-when-changing-login_id-tp25133905p25133905.html
Sent from the OFBiz - Dev mailing list archive at Nabble.com.

Reply via email to