Re: CFMX errs on Java class .isAuthenticated() method

2006-02-03 Thread Michel Deloux
Hi all

It's possible to use .class file with CF MX 6.1? How can I do that?

Cheers

MD

2006/1/19, RADEMAKERS Tanguy [EMAIL PROTECTED]:
 -Original Message-
 Folks--- How do I get around this one?  In my CFMX6.1 template
 I instantiate userObj from a Java User class used for
 authentication.  I want to determine if authentication was
 successful so I use the Java class's .isAuthenticated() method
 which fails because MX thinks I'm trying to use the old CF5.0
 isAuthenticated() function.  Any ideas?  Thanks.--- Rob

 if you have access to the java source, you can look into changing the
 method name. Otherwise, you could write a little java wrapper for your
 User class and then call that. Finally, you could mess about with the
 java reflection APIs from within CF (in theory... YMMV)

 /t

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231236
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMX errs on Java class .isAuthenticated() method

2006-02-03 Thread James Holmes
Sorry to contribute to the hijack of your thread Rob.

Michel, start here:

http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/java.htm

On 2/3/06, Michel Deloux [EMAIL PROTECTED] wrote:
 Hi all

 It's possible to use .class file with CF MX 6.1? How can I do that?

--
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231237
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFMX errs on Java class .isAuthenticated() method

2006-01-19 Thread RADEMAKERS Tanguy
-Original Message-
Folks--- How do I get around this one?  In my CFMX6.1 template 
I instantiate userObj from a Java User class used for 
authentication.  I want to determine if authentication was 
successful so I use the Java class's .isAuthenticated() method 
which fails because MX thinks I'm trying to use the old CF5.0 
isAuthenticated() function.  Any ideas?  Thanks.--- Rob

if you have access to the java source, you can look into changing the
method name. Otherwise, you could write a little java wrapper for your
User class and then call that. Finally, you could mess about with the
java reflection APIs from within CF (in theory... YMMV)

/t

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229995
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFMX errs on Java class .isAuthenticated() method

2006-01-18 Thread Rob Richardson
Folks--- How do I get around this one?  In my CFMX6.1 template I instantiate 
userObj from a Java User class used for authentication.  I want to determine if 
authentication was successful so I use the Java class's .isAuthenticated() 
method which fails because MX thinks I'm trying to use the old CF5.0 
isAuthenticated() function.  Any ideas?  Thanks.--- Rob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229940
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54