Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

R_Saravanan
R_Saravanan
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
8

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by R_Saravanan
Customize the badges you want to showcase on your profile
Re: Using Hibernate as a Custom Component - Adobe LiveCycle 06-08-2010
Yes ! there is no problem in Jar, if I remove that Hibernate Part everything working perpectly !!even I tried with .hbm.xml it is not woking ..

Views

149

Likes

0

Replies

0
Re: Using Hibernate as a Custom Component - Adobe LiveCycle 05-08-2010
When I try to execute from LC process, I'm getting the following error :dao.HibernateConnectionFactory] Creating new SessionFactory createSessionFactory() 2010-08-05 11:54:34,880 ERROR [STDERR] org.hibernate.MappingException: entity class not found: dao.entity.UserEntity at org.hibernate.mapping.PersistentClass.getMappedClass(PersistentClass.java:99) at org.hibernate.tuple.PropertyFactory.getGetter(PropertyFactory.java:168) at org.hibernate.tuple.PropertyFactory.buildIdentifierProperty(PropertyF...

Views

148

Likes

0

Replies

0
Re: Using Hibernate as a Custom Component - Adobe LiveCycle 04-08-2010
Jasmin,Is your class included in the custom component?Yes, It is a annotated entity class, When creating sessionFactory it is not loading the class.i'm using flowing code block for creating sessionFactory,factory = new AnnotationConfiguration().addAnnotatedClass(dao.entity.UserEntity.class).setProperty("hibernate.dialect",m_dialect ).setProperty("hibernate.connection.driver_class", m_driverClass).setProperty("hibernate.connection.url", m_connectionUrl ).setProperty("hibernate.connection.username...

Views

148

Likes

0

Replies

0
Re: Using Hibernate as a Custom Component - Adobe LiveCycle 04-08-2010
Jasmin,When I try to load an annotated entity class from my custom component , It seems to be not loading the class , I'm getting class not found exception .I have not tried with .hbm fileThanks

Views

149

Likes

0

Replies

0
Using Hibernate as a Custom Component - Adobe LiveCycle 04-08-2010
I don’t know whether this question is appropriate in LC context.Our scenario, We have very complex logic in each of JDBC store/retrieve activity in the process. We would like to move this part into Hibernate based custom component. We tried with simple Hibernate persistence class but it seems to be LC not loading them. 1) Is this the restriction with LC? (using hibernate as a custom component)2) What is the appropriate solution? You help is highly appreciated

Views

1.0K

Likes

0

Replies

7
Re: How to use Resource Bundles / Property Files in Process? - Adobe LiveCycle 03-08-2010
Hi Nith, Just I have tried to externalize mail content using Resource Bundle.And also looking for , having all the configurations parameter at one point. thanks for your suggestion

Views

111

Likes

0

Replies

0
Re: How to use Resource Bundles / Property Files in Process? - Adobe LiveCycle 03-08-2010
Thanks nith & JasminI will try both option

Views

113

Likes

0

Replies

0
How to use Resource Bundles / Property Files in Process? - Adobe LiveCycle 01-08-2010
How to use Resource Bundles / Property Files in Process?We would like to have common properties and configurations in a file

Views

1.0K

Likes

0

Replies

5