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

VG24
VG24
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
6

Discussions

Discussions
4

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by VG24
Customize the badges you want to showcase on your profile
LCDS - DataService initialization - Adobe LiveCycle 29-06-2007
It looks like there were some changes made related toDataService initialization in LCDS. I used to get an error in FDSwhen I try to initialize a DataService with a destination thatdoesn't exists but LCDS doesn't throw any error even thoughdestination is not defined in the config. file.In LCDS, connection is created as needed by any method call.I am trying to initialize DataService forcefully when I defineDataService to make sure I get an error if destination doesn'texist. It looks like LCDS bina...

Views

408

Likes

0

Replies

2
Re: FDS + Spring error - Adobe LiveCycle 29-06-2007
Did you able to define multiple fill methods and implement inassembler after changing the SpringFactory class?I removed the fill config. and I am using the default fillmethod and everything works fine. Hopefully this problem is fixedin LCDS to allow multiple fill method configuration.

Views

159

Likes

0

Replies

0
OpenSessionInViewFilter - lazy loading issue - Adobe LiveCycle 08-05-2007
I am getting LazyInitializationException when I try to loadlazy data using Hibernate lazy mapping. I have configuredOpenSessionViewInFilter for mxml servlet but it doesn't seem to beworking.If I use this filter for my custom servlet other than Flexservlet, lazy loading works fine. Am I missing anything?Here is my environment.Backend - Spring Services(exposed as RMI) , Hibernate and SQLServer- deployed in JBoss as a webapp1.Frontend - Spring, Flex, FDS, JBoss - deployed as a web app2. - Assembler...

Views

727

Likes

0

Replies

1
FDS + Spring error - Adobe LiveCycle 18-12-2006
Hi,I am getting an error when I try to use server tag toconfigure fill and sync methods in data-management-config.xml. I am using FDS, Spring and JBoss. Am I missing anything?Config: userTypeBean spring false true 20 fill fill java.lang.String Error: flex.messaging.config.ConfigurationException: Unusedtags in found. Please fix them beforecontinuing:‘/server/fill-method’ in destination with id:‘userType’ from file: data-management-config.xml

Views

593

Likes

0

Replies

4
Re: Problem with UserTransaction and dataManagem - Adobe LiveCycle 28-11-2006
I figured out the problem. I got duplicate jar files in jbosslib directory and application's web-inf/lib directory. I deletedthe duplicates and everything works fine now.

Views

209

Likes

0

Replies

0
Re: Problem with UserTransaction and dataManagem - Adobe LiveCycle 27-11-2006
I am having the same problem when i try to edit the data gridto commit the changes. I am using JBoss4.0.5, Spring2.0 services. Icould able to get the data but i get this error when i try to editthe data. Do i need to configure anything specific for JBoss?Here is the stack trace.[RPC Fault faultString="Unable to access UserTransaction inDataService." faultCode="Server.Processing" faultDetail="null"] at mx.data::ConcreteDataService/http://www.adobe.com/2006/flex/mx/internal::dispatchFaultEvent() a...

Views

209

Likes

0

Replies

1