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

RupakKhurana
RupakKhurana
Offline

Badges

Badges
10

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
39

Discussions

Discussions
0

Questions

Questions
8

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by RupakKhurana
Customize the badges you want to showcase on your profile
Unable to use multiple Identity Keys in a table with model driven development - Adobe LiveCycle 29-02-2012
I have a table in my model and I want it to have 4 integer primary keys (defaulted to 0). When I create a new entry in this table using DataServiceTransaction.createItem(), only the PK1 goes correctly, the rest go as the default value 0. I tried to change the type of PKs to string but to no avail. What may be going on?Please note the IDs are not auto generated-RK

Views

1.1K

Likes

0

Replies

1
Re: [JTATransaction] You should set hibernate.transaction.manager_lookup_class if cache is enabled - Adobe LiveCycle 01-02-2012
Hi AshishThere is nothing else in log other than the following. Where do I find hibernate configuration file. There is none in my project folder and the only place hibernate is being configured is in the .fml file that also I pasted..: You should set hibernate.transaction.manager_lookup_class if cache is enabled thanksRupak

Views

186

Likes

0

Replies

0
[JTATransaction] You should set hibernate.transaction.manager_lookup_class if cache is enabled - Adobe LiveCycle 31-01-2012
HelloI keep seeing the above error in my server log. My model file has the following. What is the warning about and how to rectify it in the right waythanksRupak java:comp/env/ALGODB org.hibernate.dialect.Oracle10gDialect org.hibernate.transaction.JOTMTransactionManagerLookup org.hibernate.transaction.JTATransactionFactory false

Views

3.5K

Likes

0

Replies

3
Re: MessageBroker.getMessageBroker(null) returns null.. why? - Adobe LiveCycle 30-11-2011
It is resolved now. Upon careful examination of the log, I found that the MessageBrokerServlet was indeed throwing an exception due to a wrong tag being used in messaging-config.xml file..

Views

268

Likes

0

Replies

0
MessageBroker.getMessageBroker(null) returns null.. why? - Adobe LiveCycle 30-11-2011
HelloI have seen lot of posts regarding this but no clear reason why this would happen. My server runs under Tomcat 6.0.33. In a spearate thread, I try to get MessageBroker msgBroker = MessageBroker.getMessageBroker(null); but it always returns null. In my web.xml, there is a valid servlet MessageBrokerServlet with load-on-startup = 1. In one of the posts Rohit suggested copy jta.jar to tomcat libs but it doesnot help either. I tried to wait 30 secs or so in my thread before invoking MessageBrok...

Views

1.8K

Likes

0

Replies

2
Re: Authentication works but not Authorization with Custom Tomcat Login - Adobe LiveCycle 29-11-2011
When I invoke the remoting destination, I get the following message... Note my client is AIR application..[RPC Fault faultString="Detected duplicate HTTP-based FlexSessions, generally due to the remote host disabling session cookies. Session cookies must be enabled to manage the client connection correctly." faultCode="Server.Processing.DuplicateSessionDetected" faultDetail="null"]After a few restarts of the server, I start getting the correct response upon invoking the remoting destination i.e....

Views

181

Likes

0

Replies

0
Authentication works but not Authorization with Custom Tomcat Login - Adobe LiveCycle 28-11-2011
Hello,I am following the steps mentioned in LCDS guide on setting up Tomcat (6.0.33) login. The configuration file details are mentioned below... Based on that, my observation is that the user "tomcat" and "rupak" can login successfully. However the remotingService called AdminControlService has security constraint of trustedAdmin and the user rupak or tomcat dont have the roles of twsadmin but the login is successful on amfChannel for these users while I expect it to fail because of the securit...

Views

2.0K

Likes

0

Replies

3
Configure Tomcat 7 for custom authentication - Adobe LiveCycle 22-11-2011
HelloI am using Tomcat 7.0.19 for custom authentication. I followed the procedures defined in the LCDS 3.1 specs. However I get the following exception for TomcatValve.. please advise..thanksRupakSEVERE: Error deploying web application directory ROOTjava.lang.VerifyError: class flex.messaging.security.TomcatValve overrides final method start.()V at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632) at java.lang.ClassLoader.defineClass...

Views

1.8K

Likes

0

Replies

2
Re: How to use UpdateItem() in DataServiceTransaction - Adobe LiveCycle 10-11-2011
I played around with the parameters.. It appears the arguments – previousVersion and Changes have to be non null? If I provide valid objects for newVersion ,previousVersion and changes, then the update happens..I should be able to supply them as null as per the docs below..From the LCDS docs....updateItempublic void updateItem(String destination, Object newVersion, Object previousVersion, String [] changes)Send an update event to clients subscribed to this message. Note that this method does not...

Views

163

Likes

0

Replies

0
Re: How to Fill Sorted Data with model Driven Development - Adobe LiveCycle 10-11-2011
looks like auto-refresh was set to false for this filter...

Views

151

Likes

0

Replies

0