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

Kgnytia
Kgnytia
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 Kgnytia
Customize the badges you want to showcase on your profile
Re: How can I propagate an exception from Spring to Flex(Cairngorm)? - Adobe LiveCycle 10-08-2007
Thank you for your reply. Actually, the problem is that when the exception is thrown,the fault function at the Command class doesnt notice. It neverenters into the fault function.

Views

73

Likes

0

Replies

0
How can I propagate an exception from Spring to Flex (Cairngorm)? - Adobe LiveCycle 08-08-2007
Hello:I would like to throw an exception (Spring) and propagate itto the fault function at the Command class (Cairngorm).Here is the code. The exception in thrown but the code in thefault function is never executed.public class BankServiceImpl extends HibernateDaoSupportimplements IBankService {...public void deleteBank(Bank bank){IBankService bankService = newBankServiceImpl(this.getHibernateTemplate(),this.getSessionFactory());Collection list = bankService.getBanks();if(lista.isEmpty()){throw ...

Views

447

Likes

0

Replies

2