Hi,
I want to use RDB DAS in my J2SE Application but I miss the
ConnectionProperties type in the config.xsd (das-1.0-incubator-M2-src).
Is this
(http://incubator.apache.org/tuscany/connection-support-for-j2se-environ
ment.html) sample not any longer supported?
<ConnectionInfo>
<ConnectionProperties
driverClass="com.mysql.jdbc.Driver"
databaseURL="jdbc:mysql://localhost:3306/test"
userName="xxx"
password="xxx"
loginTimeout="600000"/>
</ConnectionInfo>
Exception in thread "main" java.lang.RuntimeException:
org.eclipse.emf.ecore.resource.Resource$IOWrappedException: Feature
'ConnectionProperties' not found. (http:///temp.xml, 10, 30)
at
org.apache.tuscany.das.rdb.util.ConfigUtil.loadConfig(ConfigUtil.java:54
)
Another Question: I want to work with static data objects but I have no
idea what I have to do to create a Factory and how I have to implement
the static classes. Where do I find a complete example?
Thanks in advance,
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]