Custom DB SQLException

Hi guys. This is a new one to me. I’‘m getting my user and group info from a SQL 2005 server and for one of the queries, I’'m getting the following error:

2007.04.26 15:28:28 [org.jivesoftware.wildfire.group.JDBCGroupProvider.getGroupNames(JDBCGroupProvi der.java:269)

]

java.sql.SQLException: The request for procedure ‘‘Talk_AllGroups’’ failed because ‘‘Talk_AllGroups’’ is a procedure object.

I’‘m not sure exactly what this error message is trying to tell me. Almost all of the queries for the custom integration I’‘m using here are stored procedures. As a matter of fact, they’‘re CLR. But, I can’‘t make the queries fail anywhere else. Does anybody have any insight on what’'s going on here?