Hi all,
This is the connection im using in my build.properties files....the
database gets made but when some specific objects are 2 be loaded an
exception is thrown:
database=derby
dbDialect=net.sf.hibernate.dialect.GenericDialect
jdbcDriver=derby.jar
dbURL=jdbc:derby:omar_registry;create=true;user=omar;password=omar
dbUsername=omar
dbPassword=omar
jdbcClassName=org.apache.derby.jdbc.EmbeddedDriver
dbTransactionIsolation=TRANSACTION_READ_COMMITTED
dbLargeBinaryType=blob
I need to know how to resolve this issue?
////////////****exception thrown is as below****\\\\\\\\\\\\\\\\
runSOAPSender:
[java] <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
[java] <soap-env:Envelope
[java] xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"
[java] xmlns:SOAP-SEC="http://schemas.xmlsoap.org/soap/security/2000-12
" soap-env:actor="some-uri"
[java] soap-env:mustUnderstand="1">
[java] <soap-env:Header>
[java] </soap-env:Header>
[java] <soap-env:Body SOAP-SEC:id="Body">
[java] <RegistryResponse status="urn:uuid:db2127df-e8d0-4e43-8d80-8eee6962e
f64" xmlns="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0">
[java] <RegistryErrorList>
[java] <RegistryError codeContext="RegistryJAXMServlet" errorCode="
Unknown">org.freebxml.omar.common.RegistryException: SQL Exception: Schema 'OMAR
' does not exist
[java] at org.freebxml.omar.server.persistence.rdb.SQLPersistenceManage
rImpl.executeSQLQuery(SQLPersistenceManagerImpl.java:1025)
[java] at org.freebxml.omar.server.security.authentication.Authenticati
onServiceImpl.getUserFromAlias(AuthenticationServiceImpl.java:371)
[java] at org.freebxml.omar.server.security.authentication.Authenticati
onServiceImpl.getUserFromCertificate(AuthenticationServiceImpl.java:602)
[java] at org.freebxml.omar.server.security.authentication.Authenticati
onServiceImpl.getUserFromXMLSignature(AuthenticationServiceImpl.java:562)
[java] at org.freebxml.omar.server.interfaces.Request.process(Request.j
ava:107)
thanx
regards
Zahra Zahid