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

Ashish_Vashisht
Ashish_Vashisht
Offline

Badges

Badges
11

Accepted Solutions

Accepted Solutions
4

Likes Received

Likes Received
8

Posts & Comments

Posts & Comments
38

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Ashish_Vashisht
Customize the badges you want to showcase on your profile
Re: Remoting-config.xml and JAR changes not reflecting - Adobe LiveCycle 27-06-2012
You can also go into the project properties in Flash Builder, navigate to Adobe > Data Services and click on Retrieve Channelset Information to force this to be reloaded from the server. Post retrieval, settings are stored inside the project in the dataservices folder in the file channelset-config.xml, you can have a look at that file to confirm it has the latest information.

Views

114

Likes

0

Replies

0
Re: How can the client know if the SSL certificate specified in the service-config.xml file is invalid/u - Adobe LiveCycle 05-06-2012
We use a standard Java keystore and certificate validation can be handled as per standard best practices. At present we do not provide a hook point to validate the server certificate. However, you can register a bootstrap service which validates the certificate on system startup: http://help.adobe.com/en_US/dataservicesjee/4.6/Developing/WSc3ff6d0ea77859461172e0811f00f6fe7f-7ffeUpdate.html This would require you to pass another copy of the keystore configuration to you Bootstrap service and then...

Views

94

Likes

0

Replies

0
Re: error with spring configuration - Adobe LiveCycle 19-03-2012
HiData Services 4.6 contains native support for integrating with Spring. Have a look here: http://help.adobe.com/en_US/dataservicesjee/4.6/Developing/WS064a3073e805330f-389d9f6212b163ca221-8000.htmlRegards,Ashish Vashisht

Views

189

Likes

0

Replies

0
Re: How to use createItem via DataServiceTransaction-API correctly - Adobe LiveCycle 15-03-2012
Can you post a snippet of your model, specifically the model level DMS annotation where you have set the above properties?With regards to whether EntityB is already saved or not, it is not possible to know without query the DB if the entity is already present. One common pattern that is followed in this case is to check if the ID is 0 (or some other pre-defined value) and then use that to infer that the item is unsaved,

Views

134

Likes

0

Replies

0
Re: How to use createItem via DataServiceTransaction-API correctly - Adobe LiveCycle 06-03-2012
HiSorry about that, the forums seem to be losing the value. You can find it here:http://forums.adobe.com/message/4217327#4217327Regards,Ashish Vashisht

Views

138

Like

1

Replies

0
Re: How to use createItem via DataServiceTransaction-API correctly - Adobe LiveCycle 06-03-2012
HiIf using a Transactional data source with a model you to specify the hibernate.transaction.factory_class and hibernate.transaction.manager_lookup_class properties as appropriate for your server and then call DST with useJTA set to true.See here: http://help.adobe.com/en_US/dataservicesjee/4.6/Modeling/WSa53bf8bf8189e60776c71f0d133f0350afe-8000.htmlSpecifically for Tomcat, the below values should work:Data Services does not support cascade operations on associations. You should save EntityB and...

Views

136

Like

1

Replies

0
Re: Reuse of an Assembler in a custom service - Adobe LiveCycle 24-02-2012
in-memory means they are generated at runtime and do not exist as .class files in a JAR or the WEB-INF/classes folder. See here for more information on code generation: http://help.adobe.com/en_US/dataservicesjee/4.6/Modeling/WS896A30FB-BF3F-4688-A761-4E76B1F615BF.html#WS45ae57e1b3a35f216112042412bc10dcb52-7fff

Views

119

Like

1

Replies

0
Re: Reuse of an Assembler in a custom service - Adobe LiveCycle 23-02-2012
See here:http://help.adobe.com/en_US/dataservicesjee/4.6/Modeling/WS45ae57e1b3a35f21-1e2bffaa12c2caa2556-7ffb.html#WS45ae57e1b3a35f2115327b5812c2d2a2f1b-7fe6andhttp://help.adobe.com/en_US/dataservicesjee/4.6/Modeling/WS4976f0ec3ef482461096f38112701857408-8000.htmlYou need to set ServerGeneratedEntities to false on the model, have Flash Builder generate the entity class for you and then compile them and deploy them to the server.

Views

119

Like

1

Replies

0
Re: Reuse of an Assembler in a custom service - Adobe LiveCycle 23-02-2012
HiSee this thread: http://forums.adobe.com/thread/894049In brief, you can use the Data Service Transaction API with sendChangesToAdapter set to true to have the assembler perform CRUD operations for you.If you are using Data Services 4.6, there is a DataServicesAdapter class available at resources/samples/application_state_dashboard/java-src/PushNotificationSample/src/com/adobe/samples/dataservices/push/ which can be used to invoke Data Service Transaction from your own code.Regards,Ashish Vashi...

Views

117

Like

1

Replies

0
Re: ADEP Data Services JEE 4.6 related Issue. - Adobe LiveCycle 20-02-2012
HiAs mentioned on the page, you need to provide values for those properties as per your respective App Server. The exact App Server specific values can be found in the Hibernate documentation (also linked to on the page): http://docs.jboss.org/hibernate/core/3.6/reference/en-US/html/session-configuration.html#configuration-optional-transactionstrategySpecifically for Tomcat, the below values should work:org.hibernate.transaction.JTATransactionFactoryorg.hibernate.transaction.JOTMTransactionManag...

Views

608

Likes

0

Replies

2
Likes given to
Likes from