Compatibility with existing app servers

2004-08-11 Thread Rajesh . Ravindran

Hi,

I wanted to know, if there are any implementations in geronimo which would support the functionalities provided by weblogic.xml deployement descriptor. That is, if i wanted to run a web-app which uses the weblogic specific deployment descriptors, what changes could i possibly make to deploy it successfully. Especially, i d like to know the corresponding steps to be taken for  security-role-assignment Element and reference-descriptor Element of weblogic.xml

Thanks,
Rajesh Ravindran


Re: using resource-ref in web.xml?

2004-09-09 Thread Rajesh Ravindran
Hey All,

I used to get a problem while giving the ejb-ref in
geronimo-jetty.xml(openejb-jar.xml). It wouldnt lookup for the
target-name.

So I had to add ejb-links in web.xml (ejb-jar.xml). & then it worked.
Did the fix by David mean that this problem has been fixed & i can
work without the ejb-links?

Thanks
Rajesh


NotContextException while running an app

2004-09-24 Thread Rajesh Ravindran
Hi all,

I was trying to run an application on geronimo. While starting the
server I got the following exception.

java.sql.SQLException: Io exception: JNDI Package
failurejavax.naming.NotContextException: Not an instance of DirContext
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:169)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:211)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:324)
at oracle.jdbc.driver.OracleConnection.(OracleConnection.java:266)
at 
oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:365)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:260)
at java.sql.DriverManager.getConnection(DriverManager.java:512)
at java.sql.DriverManager.getConnection(DriverManager.java:140)


Does this have to do with unsupported LDAP, cos I am not sure if the
app uses LDAP. Any suggestion would be helpful.

Thanks,
Rajesh