Hi
My program that runs outside the jboss environment opens a db connection using Jboss connection pool setting(data sources). It is able to execute sqls and stored procedures correctly. However if a stored procedure has output parameter defined as REF CURSOR, then it fails to execute that procedure and reports Proxy$4 exception without any details. I suspect there is a missing mapping in standardjbosscmp-jdbc.xml for REF CURSOR. Could someone advice if that indeed is the problem and how to configure this mapping?
<java-type>java.sql.resultset</java-type>
<jdbc-type>??
<sql-type>??
thanks
RK
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023033#4023033
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023033
Hi
I am writing a custom Siebel Resource Adapter using JCA.I am facing a couple of difficulties.
1) I can not see my connection being returned back to the pool once the client invokes a close method on the connection object.
2) I can not see any evidence of "close" method of "ManagedConnection" upon server shutdown.Due to which I get a "Socket" exception after executing the application for sufficient requests.
I am in Pune and if you dont mind I would like to have a conversation with you regarding the same issues.If you give me your contact number then I can call you up. Please help me. I need your help.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023030#4023030
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023030
"ksteo1" wrote : If you are using JAAS, make sure you have already obtained the LoginContext, before you do make the InitialContext. Otherwise, the security principal and credential will not get passed into the app server.
|
| Also, to do this, you have to enablie ClientLoginModule on both the client and server side auth.conf.
|
|
| org.jboss.security.ClientLoginModule required;
|
|
| update your jre version
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023018#4023018
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023018
In the demo portal, in its CMS portlet, you are able to click from one content item to another. Each links begins /content/...
But what if you have your own portal ?
Such links keep going back to the demo instance.
I don't understand how to use linkMode. Do you set it as a CMS portlet window preference ? Would it help resolve this problem ?
Right now, until I learn how to have content links in my own portal, I am having to create individual CMS instances, each with its own indexpage instance preference.
Thanks, in advance...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023016#4023016
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023016