[jboss-user] [JCA] - Re: IBM MQ reesource adaptor queue/subscription error

2009-12-10 Thread vickyk
vrotaru wrote : Anyone has some experienece to configure the IBM MQ resource adapter 6.0.2.7 with JBoss 4.2.3 for queue per subscribtion MDBs. We are getting erros when the MDB connect to the broker. | The error is in the IBM RA and the error says... it cannot print the error. I assume is a

[jboss-user] [JCA] - Re: Example File System RA

2009-12-10 Thread vickyk
kukeltje wrote : but misses a jboss-service.xm file (if it is needed, no idea yet). The former is not transactional. So I was wondering if someone could give me a quick hint on whether the JBoss example still runs (maybe slightly adapted) on JBoss AS 5.x (the example is seems to be deleted from

[jboss-user] [JCA] - Re: RAR classloading inversion

2009-12-10 Thread vickyk
kukeltje wrote : | Makes me wonder though what the alternative is. Tx? I do want to use 'pooling' in my RAR. | In JBoss4.x the xsl deployer creates a set of MBeans which contains the JCA infrastruture MBeans(pooling/tm), the same set of MBeans can be configured explicitly in service(

[jboss-user] [JCA] - Re: HOWTO: Pool connection management of my managed connecti

2009-12-10 Thread vickyk
Hello Christian, groovie wrote : |5000 |15 | Are one of the both settings responsible for the destroy | of vital connections ? | Yes it is the IdleTimeoutMinutes configuration which is destroying the idle connections, the idle connections are the connection in a pool which

[jboss-user] [JCA] - Re: Example File System RA

2009-12-10 Thread vickyk
kukeltje wrote : Not sure how a ds should look like if I have no service.xml file but do want to have pooling... | Please read this one http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch7.chapt.html You should understand how the -ds.xml for JCA file rar is configured, these contents

[jboss-user] [JCA] - Re: RAR classloading inversion

2009-12-10 Thread vickyk
kukeltje wrote : | The docs you refer to (and later versions) are what I used. Read them from front to back and reverse, top-left to bottom right and reverse. These are also the docs that mention XATxConnectionManager class, so that is why I still thought it was needed. That confuses a lot,

[jboss-user] [JCA] - Re: How can I get jbossts-jta-4.2.3.SP8?

2009-11-24 Thread vickyk
You should be able to get the resources from tag/branch here http://anonsvn.jboss.org/repos/labs/labs/jbosstm/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267254#4267254 Reply to the post :

[jboss-user] [JCA] - Re: RAR classloading inversion

2009-11-17 Thread vickyk
ad-rocha wrote : I found some tips here: http://java.dzone.com/articles/jboss-microcontainer-classloading, but I still don't know how to use jboss-classloading.xml in RAR files... | Just place the jboss-classloading.xml inside the RAR/META-INF and see if the corresponding classloading domain

[jboss-user] [JCA] - Re: Discovery of JCA ConnectionFactory without resource-ref

2009-11-17 Thread vickyk
maffeis wrote : | Is there a way of making such a JNDI lookup possible from a Servlet, without adding a resource-ref declaration to the web.xml file? Yes you should be able to get theJCA CF by simply looking at the JNDI. Just define the -ds.xml and deploy it in the JBoss, later on in the

[jboss-user] [JCA] - Re: Specifying a different WorkManager for a custom resource

2009-11-17 Thread vickyk
bortx wrote : I want my resource adapter to use a different WorkManager than the default jca one jboss.jca:service=WorkManager so that threading in this RA is independent and does not interfere with threading in other deployed resource adapters. | Can't do it with JBoss4.x, there is an JIRA

[jboss-user] [JCA] - Re: Specifying a different WorkManager for a custom resource

2009-11-17 Thread vickyk
bortx wrote : | 2.- Accesing this work manager from my resource adapter and using it to submit works instead of the one that is provided by jboss in the BootstrapContext: | Looks good as long as you are not relying on getting the WorkManger by

[jboss-user] [JCA] - Re: ClassNotFoundException when moving JCA adaptor from 4.2.

2009-11-11 Thread vickyk
pwnell wrote : Surely the domain names would be different then? yes the domain names would be different for all the EAR's but they would share the same parent domain which should be DefaultDomain, this is default behaviour. If you are scoping the deployments then the classes from various

[jboss-user] [JCA] - Re: Datasource Failover Notification

2009-11-11 Thread vickyk
mayankmit2002 wrote : | In my postgress-ds.xml, I've configured the datasource as HA-XA-datasource to use both servers. | The attached -ds.xml contains incorrect configuration about ha datasource ! mayankmit2002 wrote : | Problem | - | Now I want to get notified when one

[jboss-user] [JCA] - Re: HA-XA-datasource + Postgres 8 how?

2009-11-11 Thread vickyk
babazs wrote : I think this issue is related to this: https://jira.jboss.com/jira/browse/JBAS-5472 | I think it is not related to this JIRA. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265024#4265024 Reply to the post :

[jboss-user] [JCA] - Re: How to code JNDI lookup of JCA Resource ConnectionFactor

2009-11-11 Thread vickyk
mnenchev wrote : | Why the lookup returns me object of a class that do not implement QueueConnectionFactory? Did you talk to IBM support about it? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265025#4265025 Reply to the post :

[jboss-user] [JCA] - Re: RAR classloading inversion

2009-11-11 Thread vickyk
ad-rocha wrote : | But how about RAR files? is that a way to do this? There is not direct way to do so for Jboss4.x series but you should be able to do it via jboss-classloading.xml in Jboss5. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265026#4265026

[jboss-user] [JCA] - Re: MDB reconnection issues

2009-11-11 Thread vickyk
sachten1010 wrote : | messaging issue(i already posted the same qn in the messaging forum and was guided here.) ? | What is the corresponding link at messaging side, this link may help us in getting more info from messaging side and possible issue at JCA side. View the original post :

[jboss-user] [JCA] - Re: HOWTO: Pool connection management of my managed connecti

2009-11-11 Thread vickyk
groovie wrote : I think, this is the issue of the ConnectionPool-Manager, | who will disables or remove the connection from the pool | and try to establish a new one (using my ManagedConnection) | Yes Jboss JCA code will call the ManagedConnection's createManagedConnection(..) and

[jboss-user] [JCA] - Re: How to send jms messages from jboss to websphere

2009-11-11 Thread vickyk
mnenchev wrote : | I tried this configuration wmq.jmsra.xml: | It should be -ds.xml and not the *ra.xml. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265047#4265047 Reply to the post :

[jboss-user] [JCA] - Re: Time spent in org.jboss.resource.adapter.jdbc (locking i

2009-11-11 Thread vickyk
Can you just provide some value to the prepared-statement-cache-size in the -ds.xml and then observe the profiling results? http://www.jboss.org/community/wiki/ConfigDataSources View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265049#4265049 Reply to the post :

[jboss-user] [JCA] - Re: ClassNotFoundException when moving JCA adaptor from 4.2.

2009-10-25 Thread vickyk
pwnell wrote : I *do* make use of jboss-app.xml files - in the RAR and in the ear. In the RAR file: jboss-app.xml would not be considered in RAR, can you have jboss-classloading.xml with the same name for domain as you have for EAR. Check if things work then, if it does not that I can have a

[jboss-user] [JCA] - Re: ClassNotFoundException when moving JCA adaptor from 4.2.

2009-10-19 Thread vickyk
The ear should have been able to access the classes present in the RAR since the CL's associated with RAR/EAR deployment should look at the common ParentDomain( which is basically the new name for UnifiedLoaderReposity in JBoss5) that holds the class cache of all the classes present in

[jboss-user] [JCA] - Re: Oracle Failover connection url

2009-10-14 Thread vickyk
born_free_77 wrote : | Any idea what I am missing, Does any one has sample ds files? | Check this http://anonsvn.jboss.org/repos/jbossas/branches/JBPAPP_4_2/testsuite/src/resources/jca/ha/test-ha-ds.xml

[jboss-user] [JCA] - Re: Oracle Failover connection url

2009-10-14 Thread vickyk
born_free_77 wrote : | if I use | | | connection-urljdbc:oracle:thin:@(description=(address_list=(load_balance=on)(failover=on)(address=(protocol=tcp)(h | | ost=host1)(port=1521))(address=(protocol=tcp)(host=host2)(port=1521)))(connect_data=(service | |

[jboss-user] [JCA] - Re: Bug in connection validation code

2009-10-09 Thread vickyk
Do you guys have your custom RA or you have see the issues with the RA's shipped with Jboss? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4259526#4259526 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4259526

[jboss-user] [JCA] - Re: DataSource Failover in Cluster JBoss

2009-10-09 Thread vickyk
NJaganMohanRao wrote : | I have implemented org.jboss.resource.adapter.jdbc.ValidConnectionChecker but I don't find the any clue how to verify the postgres connection(valid connection / invalid connection). | I see the one already there

[jboss-user] [JCA] - Re: Example File System RA

2009-10-09 Thread vickyk
jinesh4all wrote : | I am using Jboss 4.2.2 GA, can any one give me an example for FileSystem as Resource? I am new to Connectors.. :( | Read this http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch7.chapt.html and try downloading the sample application from here

[jboss-user] [JCA] - Re: How to code JNDI lookup of JCA Resource ConnectionFactor

2009-10-09 Thread vickyk
Can you show us the connection factory deployment descriptor file? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4259532#4259532 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4259532

[jboss-user] [JCA] - Re: Basic understanding of JCA-Workflow

2009-10-09 Thread vickyk
LeoLo wrote : | Or when repository.login(...) in the service-method is called? | The connection should be taken when login() is called, you can verify this by looking at the implementation. LeoLo wrote : | When is the connection released and returned to the pool? (When session-logout

[jboss-user] [JCA] - Re: Exception: Unable to fill pool

2009-10-09 Thread vickyk
bravi1234 wrote : help me You need to read this http://www.catb.org/~esr/faqs/smart-questions.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4259537#4259537 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4259537

[jboss-user] [JCA] - Re: datasource and singleton

2009-10-09 Thread vickyk
henk53 wrote : | Just wondering, are JNDI lookups really that expensive? When looking up an EJB (either programmatic, or via injection), isn't there a JNDI lookup happening all the time? Yes, but you need to understand that there is a trade-off between the efficiency and flexibility(loosely

[jboss-user] [JCA] - Re: Bug in connection validation code

2009-10-09 Thread vickyk
bortx wrote : I have downloaded JBoss 4.2.3 sources and have detected the bug on JBoss JCA code. So, as there is no response from JBoss, I have fixed the bug by myself. Do you see the issue with the RA that is deployed by you? View the original post :

[jboss-user] [JCA] - Re: Acessing Websphere MQ from standalone application

2009-09-11 Thread vickyk
Alphonsus wrote : | I've configured WSMQ jca connection in a JBossAS and it's working allright. Now I'm trying to use it from a standalone application and can't figure how. | Can anyone please help? Couple of ways 1) configre use-java-context true and then get the related

[jboss-user] [JCA] - Re: Websphere MQ and ConcurrentModificationException

2009-09-11 Thread vickyk
amagno wrote : ConcurrentModificationException . Post the complete log/error trace. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4254729#4254729 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4254729

[jboss-user] [JCA] - Re: How to post Message to IBM MQ Queue from Webservice ?( U

2009-09-11 Thread vickyk
If you say it is urgent then I would suggest you to purchase Jboss support, for free service you have to wait for a while. Have you got a chance to look at this link ? http://www.jboss.org/community/wiki/WebsphereMQIntegration View the original post :

[jboss-user] [JCA] - Re: xa-datasource configuraton problem

2009-09-11 Thread vickyk
xa-datasource-classorg.apache.derby.jdbc.EmbeddedXADataSource/xa-datasource-class | xa-datasource-property name=URLjdbc:derby://localhost:1527/esbdb;create=false/xa-datasource-property The above configuration will work only if there is setURL method present in

[jboss-user] [JCA] - Re: JCA connection error

2009-09-11 Thread vickyk
Message : java.lang.IllegalStateException: MQJMS0006: WebSphere MQ classes for JMS attempts to use a data type not supported by a message or attempts to read data in the wrong type. Did you spoke to ibm support folks to figure out what the above error code means? View the original post :

[jboss-user] [JBoss Microcontainer Users] - Issue while running DZone sample.

2009-08-28 Thread vickyk
I have getting the following exception when I am running the simple application as pointed here http://java.dzone.com/articles/a-look-inside-jboss-microconta-0 Here is the error Using bootstrap: file:/home/vicky/workspace/DZone_1_0/bootstrap/src/main/resources/META-INF/bootstrap-beans.xml |

[jboss-user] [JBoss Microcontainer Users] - Re: Issue while running DZone sample.

2009-08-28 Thread vickyk
alesj wrote : Perhaps you're missing jboss-classloading.jar? Yes, I don't have it in classpath. I think this is the right place to build it from http://anonsvn.jboss.org/repos/jbossas/projects/jboss-cl View the original post :

[jboss-user] [JNDI and Naming] - Re: JNDI lookup from JBoss embedded MQ Provider

2009-08-26 Thread vickyk
moonbird79 wrote : | +- activemq (class: org.jnp.interfaces.NamingContext) | | +- topic (class: org.jnp.interfaces.NamingContext) | | | +- inbound (class: org.apache.activemq.command.ActiveMQTopic) | | +- QueueConnectionFactory (class:

[jboss-user] [JCA/JBoss] - Re: Changinh connection state in CMP EJB

2009-07-21 Thread vickyk
dimonv wrote : | There are cases in which the same RA provides connections of the different types. If the client application calls an additional getConnection method of the RA and provides the meta-info to it, which contains e.g. the java type of connection, and then casts the returned

[jboss-user] [JCA/JBoss] - Re: Configure no-tx-datasource: not to acquire shared lock

2009-07-21 Thread vickyk
vigneshmpn wrote : I understand that though the read operations are not part of a transaction, the SELECT query would still acquire a shared lock on the data records read until the result is returned | I don't believe it to be the default behaviour, are you guessing this or you have

[jboss-user] [JCA/JBoss] - Re: JBoss 4.x + LocalTxConnectionManager

2009-07-21 Thread vickyk
wellingtonsampaio wrote : Why LocalTxConnectionManager is not supported by JBoss 4.x? | Which ConnectionManager should i use instead? Do you use this class directly in the code, the implementation of the LocalTxConnectionManager is being provided by the TxConnectionManager in Jboss4.x

[jboss-user] [JCA/JBoss] - Re: Changinh connection state in CMP EJB

2009-07-21 Thread vickyk
dimonv wrote : | This can not be shown on a JDBC example because JDBC always returns a Connection of the same type. Our JCA connector creates many different connection types, and therefore multiple CRIs result for the same RA. Therefore multiple (sub)pools (one per distinct CRI) should be

[jboss-user] [JCA/JBoss] - Re: Changinh connection state in CMP EJB

2009-07-09 Thread vickyk
dimonv wrote : | Nevertheless I had a look into the patch suggested by Vicky and have some comments regarding org.jboss.resource.connectionmanager.JBossManagedConnectionPool. Even if an RA supports re-authentication, its connections may not be put into a OnePool per default, since their

[jboss-user] [JCA/JBoss] - Re: Changinh connection state in CMP EJB

2009-07-01 Thread vickyk
Jesper,I am not sure which additional checks you are asking for,these checks are already there 1) jesper.pedersen wrote : if the user has specified an incorrect class name, the driver hasn't been deployed to the lib/ directory, | BaseWrapperManagedConnectionFactory::loadReauthClass()

[jboss-user] [JCA/JBoss] - Re: Support for CICS + local-tx-datasource

2009-07-01 Thread vickyk
panisson wrote : Will the CICS transaction be used in a LastResourceOptimization, or I must transform the local-tx-datasource in a xa-datasource in order to use the CICS transaction globally? | You can have multiple single phase participants in the the global transaction, the TM will

[jboss-user] [JCA/JBoss] - Re: Problem for JNDI database connection pooling

2009-07-01 Thread vickyk
Spend some time to view the Connection leak section here http://www.jboss.org/community/wiki/FAQJBossJCA View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241108#4241108 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241108

[jboss-user] [JCA/JBoss] - Re: Trying to use a connection factory that has been shut do

2009-07-01 Thread vickyk
rajwants2jboss wrote : | My question is that, why is jboss redeploying my datasource in the middle of execution? | Some one had fingered the -ds.xml in your production box ;) Does this happen frequently or it had only once? View the original post :

[jboss-user] [JCA/JBoss] - Re: xa-datasource for postgresql is not getting deployed in

2009-07-01 Thread vickyk
preetam_pict wrote : | here is my configuration of | jboss-5.1.0.GA-jdk6\server\default\deploy\jboss-ds-xa.xml | Did you say prayer before deploying ;) The file name should have -ds.xml as extension, change it to jboss-xa-ds.xml. View the original post :

[jboss-user] [JCA/JBoss] - Re: 4.2.3.GA to 5.1.0.GA regression - heirarchical JNDI name

2009-06-19 Thread vickyk
kennardconsulting wrote : The JBoss Messaging guys (you have them to blame for this :) suggested I refer this issue to you. | Let us get back to the same forum entry and pick some info from there, I see activations...@1030063(ra=org.jboss.resource.adapter.jms.jmsresourceadap...@e0863a

[jboss-user] [JCA/JBoss] - Re: 4.2.3.GA to 5.1.0.GA regression - heirarchical JNDI name

2009-06-19 Thread vickyk
Also did you confirm from the JNDI view if the Queues are bound to JNDI properly, I don't think so. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238706#4238706 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238706

[jboss-user] [JCA/JBoss] - Re: Changinh connection state in CMP EJB

2009-06-18 Thread vickyk
Adrian, Any review comments on the changes I have attached to the related JIRA? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238432#4238432 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238432

[jboss-user] [JCA/JBoss] - Re: Changinh connection state in CMP EJB

2009-06-15 Thread vickyk
The required changes are attached here https://jira.jboss.org/jira/browse/JBAS-1429 The reauthenitication mechanism with jdbc ra will work when 1) reauthentication-support tag is enabled in ra.xml at jboss-local-jdbc.rar/META-INF/ra.xml AND jboss-xa-jdbc.rar/META-INF/ra.xml AND 2) The -ds.xml

[jboss-user] [JCA/JBoss] - Re: MySql XA Datasource with JBoss 5.1.GA

2009-06-15 Thread vickyk
Where is the -ds.xml file? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237607#4237607 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4237607 ___ jboss-user mailing list

[jboss-user] [JCA/JBoss] - Re: MySql XA Datasource with JBoss 5.1.GA

2009-06-15 Thread vickyk
jaikiran wrote : | Looks like there's some (unintentional) change in newline handling of property values, in -ds.xml, in AS-5.x Yes I remember one of the users reporting it before. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237608#4237608 Reply to the

[jboss-user] [JCA/JBoss] - Re: RAR configuration best practice

2009-06-15 Thread vickyk
Have you referred to this wiki, it explains how to write an inbound ra? http://www.jboss.org/community/wiki/JBossJCAMessageInflowExample View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237613#4237613 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: No valid JNDI Binding

2009-05-27 Thread vickyk
jvermast wrote : | Is there any way to force Jboss to bind jdbc/expertDB to jdbc/expertDB? What are you trying to archive by doing so? http://www.jboss.org/index.html?module=bbop=viewtopicp=4074452#4074452 View the original post :

[jboss-user] [JCA/JBoss] - Re: Connect JBOSS with SAP (JCo)

2009-05-14 Thread vickyk
The Tomcat does not know how to deploy the RAR. With Jboss you will need to follow this 1) Get the appropriate RAR for the SAP, I don't see you are doing this. 2) Configure the -ds.xml file which will define the connection-factory in case you have outbound RAR deployed which seems to be your

[jboss-user] [JCA/JBoss] - Re: Howto use custom jdbc driver with OracleXADatasource?

2009-05-13 Thread vickyk
ethridgt wrote : Our driver has a custom url format that it expects to see. In the acceptsURL method it will return false if it doesn't see that format. Attach the -ds.xml and the source code of the custom implementation of the XA you have. View the original post :

[jboss-user] [JCA/JBoss] - Re: RA deployment with native libraries

2009-05-12 Thread vickyk
EricHardesty wrote : | Do I need to configure something else to get this to occur? Can't find much information/documentation about RAR deployment in JBoss. | Eric Were you able to deploy the RAR in the Jboss4.* Or you are deploying this for the first time directly on the JBoss5? View

[jboss-user] [JCA/JBoss] - Re: Jboss 5.0.1 ha-local-tx-datasource

2009-05-06 Thread vickyk
maliksaheb wrote : Hi | | According to the last message posted here, does it mean that to define failover capabilities, ha--datasource is not needed in JBoss 5? Yes, check the corresponding test case related -ds.xml configuration files here

[jboss-user] [JCA/JBoss] - Re: How to change datasource properties using java client co

2009-05-06 Thread vickyk
chetanchatwani wrote : Hi , | Can someone help for same with required pointers to documents sample code if possible? | Check this http://www.jboss.org/index.html?module=bbop=viewtopicp=4129581#4129581 View the original post :

[jboss-user] [JCA/JBoss] - Re: jboss5.0.1 multiple XA datasources: autocommit?

2009-05-06 Thread vickyk
javatwo wrote : | My question is: set automcommit=1, for performing a number of entity updates, are they in one transaction? | | for autocommit, mysql will commit each update immediately. | | If new-connection-sqlset autocommit=1/new-connection-sql | is removed from datasource

[jboss-user] [JCA/JBoss] - Re: Reauthenticated Connection

2009-04-15 Thread vickyk
Check this https://jira.jboss.org/jira/browse/JBAS-1429 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225607#4225607 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225607 ___

[jboss-user] [JCA/JBoss] - Re: JBoss Connection Pooling Problem With Unisys DMS-II JDBC

2009-04-15 Thread vickyk
acastanheira2001 wrote : | My theory is: JBoss is not managing correctly connection pooling with DMS-II Jdbc Driver. Every time a connection is requested JBoss establish it with DMS-II Database and do not release it after use. When the number of requests reaches its maximum value new

[jboss-user] [JCA/JBoss] - Re: ClassNotFoundException: org.jboss.resource.deployers.man

2009-04-15 Thread vickyk
Rhodan wrote : Hello | we are using jboss 5.0.1 inside an rcp plugin. | What is rcp pluging? How are you using it? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225614#4225614 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Configuration of data source

2009-04-15 Thread vickyk
You are messing up the things IMO. Why do you want to keep the DefaultDS as the jndi name for the mysql datasource which you are configuring? Creating the MySql DB should be simple thing, just refer this http://www.jboss.org/community/docs/DOC-12244 View the original post :

[jboss-user] [JCA/JBoss] - Re: java.lang.NoClassDefFoundError: net/sf/hibernate/Hiberna

2009-04-15 Thread vickyk
Why are non-jca things being discussed here? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225619#4225619 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225619 ___ jboss-user

[jboss-user] [JCA/JBoss] - Re: ConnectionCount and InUseConnectionCount behavior

2009-03-09 Thread vickyk
jguser wrote : | We have a average of a 16.88 of difference between de ConnectionCount and InUseConnectionCount | What does 16.88 mean here ? jguser wrote : | Anyone can tell me wich is the behavior of the connection pool?? When he creates new connection that re don't realy needs? |

[jboss-user] [JCA/JBoss] - Re: DataSource with Dynamic IP

2009-03-09 Thread vickyk
You should provide the details properly if you want to get free help ;) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216355#4216355 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216355

[jboss-user] [JCA/JBoss] - Re: Jboss 5.0.1 ha-local-tx-datasource

2009-03-09 Thread vickyk
Yes, there is an issue of ha datasource getting deployed, I need to dig more here. I will look over this during the weekend. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216361#4216361 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Datasource with ha-xa-datasource is not deployed under

2009-03-09 Thread vickyk
Keep watching here http://www.jboss.org/index.html?module=bbop=viewtopict=151588 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216362#4216362 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216362

[jboss-user] [JCA/JBoss] - Re: MySQL Datasource on JBoss

2009-02-26 Thread vickyk
jotnarta wrote : | Exception thrown java.sql.SQLException: Table not found in statement [select * from questions] | Are you sure that there exists a table by name questions? anonymous wrote : and where can i find the log for JBoss server??? Why don't you check the faq's ??? check at

[jboss-user] [JCA/JBoss] - Re: MySQL Datasource on JBoss

2009-02-26 Thread vickyk
Ok, configure the sql client with the same details as you have in -ds.xml file and see if you can execute the same query through it, you can use squirrel as client. Another thing which you can try is to have a simple jdbc program and check if the same statement works Or not. What errors do you

[jboss-user] [JCA/JBoss] - Re: ACCESS REMOTE QUEUE IN WEBSPHERE APPLICATION SERVER

2009-02-25 Thread vickyk
pargs54 wrote : Hi, | My query is my MDB in jboss has to access the queues in websphere application server and process the messages, can anyone help me on this. i posted this query in JBOSS Messaging but i was suggested to post it here. can anyone help on this. Does websphere uses websphere

[jboss-user] [JCA/JBoss] - Re: Performance Cost of valid-connection-checker-class-name

2009-02-25 Thread vickyk
vaerssv wrote : | so i'm wondering if there is a way to limit the number of checks ? not removing them completely, but specifying that we want a maximum of one hit every 10 seconds for exemple, not just before every querry... ? | many tanks What is the rational of doing such changes, can

[jboss-user] [JCA/JBoss] - Re: Jboss for AIX

2009-02-25 Thread vickyk
Read this http://www.catb.org/~esr/faqs/smart-questions.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212967#4212967 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4212967

[jboss-user] [JCA/JBoss] - Re: MDB with Oracle AQ via Sun Adapter

2009-02-25 Thread vickyk
ryandavid wrote : | The other messages are deleted from the queue but their texts aren't printed out. | Strange!!! You should talk to people in ejb forums about it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212968#4212968 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Rar deployment inside ear fails with deployment exceptio

2009-02-25 Thread vickyk
ewinston wrote : | The ra.rar just contains the ra.xml and the manifest Class-Path refers to lib/logic.jar. The ejb.jar also uses lib/logic.jar, and the definition of the MDB is within this jar. I sorted out the deployment issues around ordering, so I know the deployment order is not a

[jboss-user] [JCA/JBoss] - Re: Integration with Oracle AQ via Sun Adapter

2009-02-20 Thread vickyk
ryandavid wrote : | I think that wiki page of Sun Adapter should be updated Yes, please update the wiki after you have tested the stuff thoroughly. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4211740#4211740 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Problem in data source binding while server start

2009-02-19 Thread vickyk
jars will be deployer before the datasource(-ds.xml), so if there are some classes that are getting initialized and require the datasource it will fail because the -ds.xml are not deployed untill the .jar's are deployed. You should look for the strict deployment as explained over here

[jboss-user] [JCA/JBoss] - Re: Integration with Oracle AQ via Sun Adapter

2009-02-19 Thread vickyk
anonymous wrote : Caused by: javax.resource.ResourceException: invalid arguments in call Some ConnectionProperties seems to be missing/wrong in the configuration file, this is my guess right now ;) Are you using the same rar file that is attached at the following location or you have been

[jboss-user] [JCA/JBoss] - Re: MESSAGE DRIVEN BEAN USING mail-ra.rar STOPS WORKING

2009-02-19 Thread vickyk
Did you hear anything about this from the EJB3 forums? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4211380#4211380 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4211380 ___

[jboss-user] [JCA/JBoss] - Re: Integration with Oracle AQ via Sun Adapter

2009-02-19 Thread vickyk
Caused by: oracle.jms.AQjmsException: invalid arguments in call | at oracle.jms.AQjmsDBConnMgr.checkForSecurityException(AQjmsDBConnMgr.java:926) | at oracle.jms.AQjmsDBConnMgr.getConnection(AQjmsDBConnMgr.java:605) | at oracle.jms.AQjmsDBConnMgr.init(AQjmsDBConnMgr.java:172)

[jboss-user] [JCA/JBoss] - Re: Problem in data source binding while server start

2009-02-19 Thread vickyk
Hello Sunil, vickyk wrote : jars will be deployer before the datasource(-ds.xml) | I am wrong here ;( The default setting are like this descriptors | value value=250:.rar,300:-ds.xml,400:.jar,500:.war,550:.jse,650:.ear,800:.bsh/ | /descriptors Let us perform some

[jboss-user] [JCA/JBoss] - Re: Integration with Oracle AQ via Sun Adapter

2009-02-19 Thread vickyk
ryandavid wrote : | I debugged the aqapi.jar class file and I discovered that it is called the method createConnection (the first method that doesn't take user/password parameters) of AQjmsQueueConnectionFactory class. | | So the problem should be in classes of sun adapter. The jca

[jboss-user] [JCA/JBoss] - Re: Integration with Oracle AQ via Sun Adapter

2009-02-19 Thread vickyk
ryandavid wrote : Indeed I have arrived to method createManagedConection as you wrote. | | So, the username/password that I configured into the oracleaq-ds.xml file it should be found in ConnectionRequestInfo object ? Ideally yes, have a look at the CRI implementation of jms ra for Jboss

[jboss-user] [JCA/JBoss] - Re: Integration with Oracle AQ via Sun Adapter

2009-02-19 Thread vickyk
ryandavid wrote : | Anyway the other strange behaviour is that I cannot put the credentials into the oracleaq-ds.xml What do you mean by this, I am unable to understand? It is already placed in -ds.xml anonymous wrote : config-property name=username type=java.lang.StringSCOTT/config-property

[jboss-user] [JCA/JBoss] - Re: Problem in data source binding while server start

2009-02-19 Thread vickyk
su...@jboss.org wrote : | scheduler-service.xml looks for the Alerter class. | Can I see the contents of the scheduler-service.xml file? I don't understand how this issue is related to the jca forums now ;( View the original post :

[jboss-user] [JCA/JBoss] - Re: Problem in data source binding while server start

2009-02-19 Thread vickyk
Since the -ds.xml file gets converted into set of MBeans and it seems that the deployment of those generated MBeans and scheculer-service.xml are clashing. why to make things complex? You can encapsulate the scheduler service in the sar and later add this sar with the -ds.xml inside the EAR and

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Arjuna warnings

2009-02-11 Thread vickyk
Post this in an appropriate forums which is http://www.jboss.org/index.html?module=bbop=viewforumf=240 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209353#4209353 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209353

[jboss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re:

2009-02-08 Thread vickyk
http://www.jboss.org/community/docs/DOC-12685 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4208051#4208051 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4208051 ___ jboss-user

[jboss-user] [JCA/JBoss] - Re: Deployment of a RAR in an EAR with an EJB-JAR

2009-02-05 Thread vickyk
You need to define the strict deployment as described here https://jira.jboss.org/jira/browse/JBAS-2904 This will deploy the jee modules in the order they have been defined in the application.xml and jboss-app.xml. Another option would be to rely on the dependencies feature of services in the

[jboss-user] [JCA/JBoss] - Re: Error while closing connection from a pool

2009-02-03 Thread vickyk
rohit.macherla wrote : the wrapped connection is open and the underlying connection is closed. | Can you simulate this behaviour through a simple jsp page, you can attach the jsp and I can have look at it? View the original post :

[jboss-user] [JCA/JBoss] - Re: RA failing to invoke MDB method (on 5.0.0, worked on 4.2

2009-02-03 Thread vickyk
Can you post the stuff at EJB forums? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4206521#4206521 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4206521 ___ jboss-user mailing

[jboss-user] [JCA/JBoss] - Re: Jboss4.2.2 hang up after tx rollback

2009-02-03 Thread vickyk
This does not appear to me as the JCA related issue, try posting at the EJB forums. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4206489#4206489 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4206489

[jboss-user] [JCA/JBoss] - Re: Error while closing connection from a pool

2009-01-26 Thread vickyk
anonymous wrote : But in the next invocations of the : | ds.getConnection() | I receive the following statements: This is not clear, what exactly you are doing after closing the wrapped connection? Can you explain the code in detail, I don't want to guess/assume things here? View the

[jboss-user] [JCA/JBoss] - Re: Can I disable CachedConnectionManagerMBean

2009-01-26 Thread vickyk
I should be able to help you more if I can see the code that simulated the issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4204624#4204624 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4204624

[jboss-user] [JCA/JBoss] - Re: TxConnectionManager error IllegalMonitorStateException

2009-01-26 Thread vickyk
anonymous wrote : Note that we are using trans atrribute NOT_SUPPORTED because we want the procedure to control the transaction. Actually the transaction can never be controlled by the procedure as they are either controlled through the connection objects or by container. You could be hitting

  1   2   3   4   5   >