You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to temenos-...@googlegroups.com
I have setup my tcserver and everything, but am unable to test "T24Test.dbs"
This is the error displayed -- Please help
************
DS Fault Message: The rquested feature is not supported by current driver.
DS Code: CONNECTION_UNAVAILABLE_ERROR
Source Data Service:-
Name: T24Test
Location: \T24test.dbs
Description: Test service
Default Namespace: http://my.namespace
Nested Exception:-
org.t24.driver.T24FeatureNotSupportedException: The rquested feature is not supported by current driver.
at org.wso2.carbon.dataservices.core.description.config.RDBMSConfig.(RDBMSConfig.java:58)
at org.wso2.carbon.dataservices.core.description.config.ConfigFactory.getRDBMSConfig(ConfigFactory.java:74)
at org.wso2.carbon.dataservices.core.description.config.ConfigFactory.createConfig(ConfigFactory.java:52)
at org.wso2.carbon.dataservices.core.DataServiceFactory.createDataService(DataServiceFactory.java:151)
at org.wso2.carbon.dataservices.core.DBDeployer.createDBService(DBDeployer.java:717)
at org.wso2.carbon.dataservices.core.DBDeployer.processService(DBDeployer.java:1068)
at org.wso2.carbon.dataservices.core.DBDeployer.deploy(DBDeployer.java:175)
at org.wso2.carbon.dataservices.core.FaultyServiceRectifier.run(FaultyServiceRectifier.java:89)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:206)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: org.t24.driver.T24FeatureNotSupportedException: The rquested feature is not supported by current driver.
at org.t24.driver.T24Connection.getMetaData(T24Connection.java:417)
at org.apache.commons.dbcp.DelegatingConnection.getMetaData(DelegatingConnection.java:345)
at org.apache.commons.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.getMetaData(PoolingDataSource.java:245)
at org.wso2.carbon.dataservices.core.description.config.SQLConfig.initSQLDataSource(SQLConfig.java:87)
at org.wso2.carbon.dataservices.core.description.config.RDBMSConfig.(RDBMSConfig.java:56)
... 15 more
Dmitry Lukyanov
unread,
Sep 29, 2012, 2:50:27 PM9/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dkblay, temenos-...@googlegroups.com
Hi,
Not all jdbc functions are implemented.
Only those ones that were required for WSO2DS 2.5.0
So this driver works for DS 2.5.0
Probably you are using newer version...
If you know java you can implement required methods for new version.
Sources are available.
> I have setup my tcserver and everything, but am unable to test "T24Test.dbs"This is the error displayed -- Please help************DS Fault Message: The rquested feature is not supported by current driver.
--
Regards,
Dmitry
dkblay
unread,
Sep 29, 2012, 5:29:12 PM9/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to temenos-...@googlegroups.com
Thank will give it a shot.
Warm Regards
Dmitry.
unread,
Oct 13, 2012, 9:13:23 AM10/13/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to temenos-...@googlegroups.com
I just compiled new version r177 and tested it with WSO2 DSS 2.6.3