Hello Every one 
I am getting the following error in my Coldfusion code . The error is as follow 
===
Class coldfusion.runtime.java.JavaProxy can not access a member of class 
Search1 with modifiers "" 


My cold fusion code is as follow ===
<cfobject type = "Java"  action = "Create" class = "Search1"  name = 
"searchObj" />
<cfset ret = searchObj.search()>

and its giving error for <cfset ret = searchObj.search()>  line ...
Can anyone tell me  what is the reason 

I have a Java class named Search1 and there is a public method in it with the 
following declaration ...
public int search() throws Exception 
{
..
..
..
..
}

Thankyou 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285737
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to