I just get started, and hit "invalid username/pasword for ejbexamples
(admin)" exception when trying ProductClient.
I configured orion with HypersonicSQL which comes with predefined
'sa'/''. Consequently I defined
<data-source
name="Default data-source"
class="com.evermind.sql.ConnectionDataSource"
location="jdbc/DefaultDS"
pooled-location="jdbc/DefaultPooledDS"
xa-location="jdbc/xa/DefaultXADS"
ejb-location="jdbc/DefaultEJBDS"
url="jdbc:HypersonicSQL:defaultdb"
connection-driver="org.hsql.jdbcDriver"
username="sa"
password=""
schema="database-schemas/hypersonic.xml"
/>
and a matching user (in principals.xml)
<user username="sa" password="">
<description>The default administrator</description>
<group-membership group="administrators" />
<group-membership group="guests" />
<group-membership group="users" />
</user>
hoping that this will make the trick. Nope. What am I missing here?
BTW, does anyone knows how to define a new user in hsql?
Thanks for help,
Tomasz, Mississippi State