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

Eneldo_Serrata
Eneldo_Serrata
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Eneldo_Serrata
Customize the badges you want to showcase on your profile
Re: catch java exception in flex - Adobe LiveCycle 16-09-2009
Thanks for your responsei Not using HttpService or Remote Objects.i using DataService Component on flex conecting to java using LiveCycle Data Service with Adstracassamabler

Views

170

Likes

0

Replies

0
catch java exception in flex - Adobe LiveCycle 15-09-2009
Hiin my pojo i have one object@Column(name = "GRUPO", unique = true, nullable = false, length = 45)public String getGrupo() { return this.grupo; }then i have a DAO Class to save object in database like thispublic void save(Gruposdeusuarios entity) { EntityManagerHelper.log("saving Gruposdeusuarios instance", Level.INFO, null); EntityManagerHelper.beginTransaction(); try { getEntityManager().persist(entity); EntityManagerHelper.commit(); EntityManagerHelper.log("save successful", Level.INFO, null...

Views

1.7K

Likes

0

Replies

2