We're struggling to use the Verity Ultraseek Java XPA Search API with CFMX 7 
(Windows 2000, IIS, SQL Server 2000). Has anyone had experience with this 
implementation?

Specifically, how do you get started by instantiating an UltraseekServer object 
and setting the server name, port & protocol? eg. The following snippet 
generates an uninformative error: "null null The error occurred on line 3.":

<cfscript>
UltraseekServer =
CreateObject("Java","com.ultraseek.xpa.server.UltraseekServer");
UltraseekServer.setHost("cf.pm.lan");
</cfscript>

We've tried numerous ways to instantiate an UltraseekServer instance, but all 
attempts to access one of the methods generates the same "null null" error. 
However, access to other classes & methods from the Ultraseek Java API is fine, 
eg. this returns an object, but with 8 undefined values since we can't 
instantiate the UltraseekServer instance.

<cfset theCollection = 
CreateObject("Java","com.ultraseek.xpa.server.UltraseekCollection")>
<cfdump var="#theCollection#">

Any suggestions would be appreciated.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217951
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

Reply via email to