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

ecchuckles
ecchuckles
Offline

Badges

Badges
10

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
32

Discussions

Discussions
0

Questions

Questions
13

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ecchuckles
Customize the badges you want to showcase on your profile
Re: how to push child record using beanproxy? - Adobe LiveCycle 25-01-2012
I got to this point from this discussion:lcds 3.1 hibernateannotations problemanyways we got the go ahead to upgrade to 4.6 and I'll be starting that effort soon so I may be able to clear this up

Views

162

Likes

0

Replies

0
Re: how to push child record using beanproxy? - Adobe LiveCycle 23-01-2012
Unfortunately the code fragment I posted is a temporary compromise between using the data management on the server and fml generated data access on the client. I've been unable to the the client fml generated code to recognize the hibernate assembler due to suspected differences between flashbuilder 4.5 and lcds 3.1. This was discussed in a prior post. I using the workaround of packing/unpacking client traffic using the bean proxy until I can upgrade everything to 4.6 (soon I hope).At the time i...

Views

164

Likes

0

Replies

0
how to push child record using beanproxy? - Adobe LiveCycle 19-01-2012
I've been using the hibnerateassembler to update parent and insert child record into db on the lcds server and then using the beanproxy to try to push the updates back to the client. The parent update is received by the client but not the child record;here's what I'm currently trying to doBeanProxy proxy = new BeanProxy(parent)parent.setvalue("col1",val);parent.setValue("col2",val2)BeanProxy bp = new BeanProxy(parent.getValue("child"));bp.setValue("col1",child.val);bp.setValue("col2",child.val);...

Views

1.3K

Likes

0

Replies

4
Re: lcds 3.1 hibernateannotations problem - Adobe LiveCycle 30-11-2011
From flexbuilder: ADEP Data Services - Content Repository Enablement 4.5.501000.v315043-20110711 com.adobe.model.feature.ria.feature.group ADEP Data Services - Flash Builder 4.5 Enablement 4.5.501000.v315043-20110711 com.adobe.model.feature.fb.feature.group ADEP Data Services - Model Editor 4.5.501000.v315043-20110711 com.adobe.model.feature.editor.feature.group ADEP Data Services - Modeler Core 4.5.501000.v315043-20110711 com.adobe.model.feature.core.feature.group ADEP Data Services - SAP Conne...

Views

108

Likes

0

Replies

0
lcds 3.1 hibernateannotations problem - Adobe LiveCycle 30-11-2011
I'm trying to use hibernateannotations with lcds 3.1 and flexbuilder 4.5.1 and I'm having problem getting the fill operation to work, I'm not sure what I'm doing wrongI'm getting this error back from lcds:[LCDS]Exception executing assembler operation. incomingMessage: Flex Message (flex.data.messages.DataMessageExt) operation = fill id = null clientId = C1DFF41D-2A96-1A63-E293-F4CB0FEEE405 correlationId = destination = WrUesdDataManagerService messageId = 9861843C-94CA-9656-D044-F4CB1029A6AC tim...

Views

1.7K

Likes

0

Replies

3
Can't deploy a model that includes a service - Adobe LiveCycle 16-11-2011
I'm using flashbuilder 4.5.1 & lcds 3.1 and I'm trying to deploy a model that includes a service something like this: RemoteObject When I try to deploy it I get this lcds error about expecting an annotation. I've successfully used this capability in the past, any suggestions or workarounds?thanks in advance

Views

887

Likes

0

Replies

3
Re: how to shutdown an application remote object in lcds - Adobe LiveCycle 29-06-2011
Thanks, this will do the trick. The memory leak messages aren't the correctmessages in closing down the problem is the threads were waiting and lcdswasn't completely shutting down, now I can send a shutdown message to thosetasks.Chuckles

Views

87

Likes

0

Replies

0
how to shutdown an application remote object in lcds - Adobe LiveCycle 27-06-2011
I've got an application configured remote object that manages a couple of threads inside lcds. When I go to shutdown lcds I get thisSEVERE: The web application [/wrcastle] appears to have started a thread named [Thread-5] but has failed to stop it. This is very likely to create a memory leak.the tasks aren't shutting down and I've got catches for handling the thread.interrupt() should proprogate down.How do I cleanly shutdown my tasks?TIAchuckles

Views

626

Likes

0

Replies

2
Re: trouble configuring hibernate assembler - Adobe LiveCycle 14-04-2011
Thanks that was it, I missed it somehow with all the other assemblers.Chuckles

Views

102

Likes

0

Replies

0
trouble configuring hibernate assembler - Adobe LiveCycle 14-04-2011
good day, I'm trying to configure a hibernate assembler using the lcds 4.5 beta, When I start lcds I get the following error message:Caused by: org.hibernate.MappingException: An AnnotationConfiguration instance is required to use oracle.jdbc.driver.OracleDriver jdbc:oracle:thin:@dbhost:1521:castlewr aUser ultrasecret 1 org.hibernate.dialect.Oracle10gDialect thread org.hibernate.cache.NoCacheProvider true

Views

992

Likes

0

Replies

2
Likes given to
Likes from