Hide Forgot
Steps to Reproduce: 1) In JBDS create new Teiid Connection Profile 2) Type "ModeShape" in VDB Name text field and fill in all necessary login informations 3) Open SQL Scrapbook and execute simple query: "select * from nt_base" project_key: SOA Error Code:0 Message:Remote org.teiid.core.TeiidProcessingException: Error Code:0 Message:Error Code:0 Message:Unable to get managed connection for ModeShapeDS; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for ModeShapeDS)
Can you run the teiid simpleclient example: - ./run.sh localhost 31000 ModeShape "select * from nt_base" This is essentially running the same thing, but not thru JBDS. If it doesn't work, can you use JOPR and confirm ModeShapeDS datasource is valid. Also, I just opened JBDS and did your steps and got results back.
The problem was not reproducible by myself or the Paul Nittel (QE). We were both able to query the server and return results via JDBS (SQL Scrapbook).
I get the exception also by running the simpleclient example. When looking into admin console the ModeShapeDS seems to be ok. Please have a look at the log attached.
Attachment: Added: server.log
Can i get you to attach the modeshape-jdbc-ds.xml from your server?
Attachment: Added: modeshape-jdbc-ds.xml
Ok, we need to start back from scratch and see where something went wrong. Can you install a new server, and install eds, (do nothing else to any file, other than enable users), then try to simpleclient or the jbds query and see what happens (cause nothing else should be required in order to query modeshape). And from the installation, what profile are u using?
I am using the default profile. Will try from scratch now and let you then know.
Well I didn't expect that it will work, because I always try on clean install before reporting an issue. I have a special folder where I keep all pre-installed builds . Then I copy from "clean" to "working" folder. As I can see now, my clean install is corrupt. Anyway thanks for your time it is ok now and I will close the issue.