Results 1 to 1 of 1
- 12-17-2010, 10:46 AM #1
Member
- Join Date
- Dec 2010
- Posts
- 1
- Rep Power
- 0
Caused by: java.lang.SecurityException: Access denied
Hi,
I have to set the value for one of hard coded attribute. I am just passing the varible value to it using ootb method 'setNeedDate'. The expression is as below. But this is not happening.
************************************************** *****
wt.change2.WTChangeRequest2 cm1 = (wt.change2.WTChangeRequest2) primaryBusinessObject;
System.out.println ("Implementation_Date"+Implementation_Date);
java.sql.Timestamp cm2=new Timestamp(Implementation_Date.getTime());
System.out.println ("Implementation_Date..."+Implementation_Date);
cm1.setNeedDate(cm2);
System.out.println("Need Date Value....."+cm1.getNeedDate()+".............");
\\Note "Implementation_Date" is a workflow variable.
************************************************** ********
The error is "java.lang.SecurityException: Access denied..ERROR : wt.session.SessionUsers.ICache - ...java.lang.NullPointerException"
************************************************** *******
I will very thankful if someone do reply since this is very urgent.
Similar Threads
-
java.io.FileNotFoundException: ..\log\server.log (Access is denied.
By parimal in forum Advanced JavaReplies: 22Last Post: 04-09-2011, 04:59 AM -
GlassFish Problem sending mail java.lang.SecurityException: Access to default session
By kislay in forum Java ServletReplies: 1Last Post: 11-17-2010, 05:48 AM -
access denied
By Dennis in forum Advanced JavaReplies: 8Last Post: 06-05-2010, 08:46 AM -
[SOLVED] Access Denied error using FileInputStream
By xcallmejudasx in forum New To JavaReplies: 8Last Post: 05-21-2009, 04:13 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks