uma prasath

Greenhorn
+ Follow
since Feb 02, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by uma prasath

Originally posted by fred rosenberger:
"FF FF",

You appear to have missed our Naming Policy on the way in. We require a real sounding first and last name. Obviously ficticious names are also not allowed. Please go here and update your profile, so we don't have to take more serious action.

thanks!!!




Hi
Uma is my first name and prasath is my last name. In the link that you have sent doesn't have any fields like first name or last name. Could you please guide me to resolve the issue.

Thanks
Uma prasath
Hi
Can anyone tell me, is there any free online reference books available for SCWCD preparation ?.

Thanks in Advance

Regards
Uma
Hi
I configured middlegen, its fetching table in Database and table configuratin screen but when i select a table and click on Run, its showing an error
org.eclipse.core.runtime.CoreException:
middlegen.middlegenException: The database doesnt have any table named <<table name>>

Can anybody help me !!!
Thanks
Uma
hi
when i create a new wizard for hibernate configuration wizard,i am getting unable to load class org.eclipse.hibernate.console.wizard.ConsoleConfigurationCreationWizard

Can any body help me ??
Regards
Uma
[ February 06, 2006: Message edited by: uma prasath ]
hi
when i opened hibernate.cfg.xml file in Rational Software architect,i am getting an error "Unable to create part:". Can any body help me to resolve this issue ??

Many thanks
Uma
Hi michael,
Can i integrate Middlegen with eclipse and get the work done or i have to run middlegen only in command prompt.

Regards
Uma
Hi
I am using Rational software architect v6.0, can any one suggest me a eclipse plugin to generate mapping file from data base, POJO files from mapping files ?.
Regards
Uma
Hi jeff
Is there any other mechanism/option to achieve this using hibernate ??? and if updates occurs through another session in hibernate, is it possible ?

Regards
Uma
[ February 06, 2006: Message edited by: uma prasath ]
Hi jeff
will hibernate automatically detects data modified by other process (update by user U2)?. If i use second level cache (sessionFactory level cache), is it possible to automatically update the cached objects in user U1 session.

Thanks
Uma
Thanks for the information jeff
Regards
Uma
Hi jeff,
As you said, i am in need of data synchronisation between the cached object and the database. Say a users U1,U2 searches at time T1. If user U2 updates the details in the table at time T2. Please confirm whether those changed data's will be updated to the cached object ???. If yes, when the user U1 performs a search again at time T3, did the system will fetch it from the cached objects (with updated details) ???

Thanks
Uma
Hi All,
Thanks you very much for your response.
Appreciate your time and effort !!!
Regards
Uma
Hi paul,
"There is always caching of data in the Hibernate Session (which is why it is also known as the first level cache). That is implicit and unavoidable, unless you constantly flush the Session (which would be a pointless thing to do). "


As per my understanding, how i can visualize caching is hibernate will fetch data from the table and populate it in a database object and store it in memory. Is it right ??

Thanks
Is is possible to automatically update the dataobjects in memory (when cached), whenever an update occurs in database by another user?

Appreciate time & help
Regards
Uma