Joseph gets the final hurrah on this one. After exposing the constructors
everything is a ok.

On 2/14/07, Joseph Lamoree <[EMAIL PROTECTED]> wrote:
>
> On 14 Feb 2007, at 10:50, Wes Middendorff wrote:
>
> >  Unable to find a constructor for class javaHTTPSconnection that
> > accepts parameters of type ( ).
> ....
> > public class javaHTTPSconnection {
> ....
> >
> >   javaHTTPSconnection(){
> >        }
> >
> >   javaHTTPSconnection(String a, String b, String c){
> >        }
> >
> > }
>
> You need to expose your constructors to ColdFusion with the public
> access modifier. You won't be able to create an instance of this
> class from ColdFusion directly until you do. The constructor with
> three string arguments will probably not need clarification, but be
> aware to use the javaCast() function in the case of numbers.
>
>
> --
> Joseph Lamoree
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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

Reply via email to