Hi Asankha, There are two types of credentials. As you know, Gregg developed a standalone JCA adapter. He generated a "rar" file and deployed to Oracle Application Server using the application server account. Now, he also created actual AQ queue objects in Oracle database by using a different set of user information. Please note that the Oracle database user is not the same user as the Oracle Application server user. Perhaps Gregg created them to be the same but it should not have to be.
Mustafa On Feb 12, 2008 11:06 AM, Asankha C. Perera <[EMAIL PROTECTED]> wrote: > Mustafa > > No those parameters are for the application server credentials. I am > > interested in how I can define credentials for the database schema > username > > and password. > > > I do not understand what you mean by "the database schema username and > password"... > >> Add these two parameters in the axis2.xml file under your connection > >> factory: > >> > >> <parameter name="java.naming.security.principal" > >> locked="false">MyChannelDemoUser</parameter> > >> <parameter name="java.naming.security.credentials" > >> locked="false">MyChannelDemoPassword</parameter> > >> > I think the above should solve your connection problem > > asankha >
