[JBoss-user] [JBoss Seam] - Re: Does JBoss Seam work with SQL Server 2000?

2006-06-07 Thread mikelarnett
One last thing, but obviously removing the schema and catalog qualifiers means that each table name should be unique. Otherwise, I am sure something nasty will happen. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949630#3949630 Reply to the post : http:

[JBoss-user] [JBoss Seam] - Re: Does JBoss Seam work with SQL Server 2000?

2006-06-06 Thread mikelarnett
Oh and thanks for the pointers, Gavin and Rorschach. It got me pointed towards the 'work-around' solution. Unfortunately, I still haven't figured out the source of the actual problem. -MLA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949496#3949496 Re

[JBoss-user] [JBoss Seam] - Re: Does JBoss Seam work with SQL Server 2000?

2006-06-06 Thread mikelarnett
So I changed to the jTDS drivers, but I got the same problem. So then I went in and manually just whacked the schema and catalog identifiers from the class file, and then reran the ant build file. Voila, no more problems. So what have I learned? I am not really sure, but here's what is worki

[JBoss-user] [JBoss Seam] - Does JBoss Seam work with SQL Server 2000?

2006-06-06 Thread mikelarnett
All, I have been working for about a week off and on and cannot even get the simple CRUD application working with a SQL Server 2000 database. I will post the stacktrace at message end, but I was curious if anyone has had success using SEAM with SQL Server 2000? I am using the Microsoft JDBC

[JBoss-user] [JBoss Seam] - Re: Three part identifiers prohibited in statement

2006-06-05 Thread mikelarnett
Here is a portion of the stacktrace. Please let me know if more would be helpful. Also, please note that this is the same problem, but this is for a different schema than the example. In this scenario, I used a single table from an existing database project in hopes of reducing the problem s

[JBoss-user] [JBoss Seam] - Re: Three part identifiers prohibited in statement

2006-06-05 Thread mikelarnett
Ok, let's try a different angle: 1. Has anyone got Seam working with MS Sql Server 2000? 2. Has anyone seen this excpetion before? Is anyone familiar with what it means? Is the primary key being ignored? Thanks again for any help anyone can offer. -MLA View the original post : http://www.jb

[JBoss-user] [JBoss Seam] - Three part identifiers prohibited in statement

2006-06-01 Thread mikelarnett
All, I am using: Jboss seam 1.0.0.CR3 JBoss IDE 1.6 JBoss 4.0.4GA (ejb3 config) SQL Server 2000 MS SQL Server 200 JDBC drivers I am trying to complete the CRUD example from the example movie. I get everything up and running and go to the web interface and try to run a search and I get t

[JBoss-user] [Management, JMX/JBoss] - Invoke causes Status 500 HTTP Error

2005-01-13 Thread mikelarnett
Hi all, Hopefully, this issue has not been covered elsewhere. I have seen this behaviour on 3.2.3 and 3.2.6. Basically, after starting JBoss 3.2.6 (all server config), a user can go to http://somehost.com:/jmx-console and view the jmx-console. Additionally, a user can click on a l

[JBoss-user] [Installation & Configuration] - Configure Hypersonic data location

2004-05-11 Thread mikelarnett
Hi all, I am sure this has been posted already, but I have not been able to find it. How can I specify the location of the generated files for hypersonic? I am using 3.2.3. Currently, the default setting is writing localDB.* to the deploy directory which results in a host of ZipExceptions.

[JBoss-user] [JCA/JBoss] - Re: Conection leak in 3.2.1

2004-04-11 Thread mikelarnett
Adrian, Thanks for responding. I am seeing ResourceExceptions due to connection failures. Is there anything I can do to resolve this leak situation without Moving off the JBoss 3.2.1 platform? Thanks in advance for any info you or anyone else can offer. -MLA View the original post : http:

[JBoss-user] [JCA/JBoss] - Conection leak in 3.2.1

2004-04-09 Thread mikelarnett
Hi All, If memory serves, someone mentioned that 3.2.1 has a known connection leak issue. I have not been able to find this info again and was hoping someone might be able to supply some info on the issue and what work-arounds/fixes might exist. Thanks in advance, -MLA View the original po

[JBoss-user] [JCA/JBoss] - Re: Network Problem while accessing database: Connection res

2004-04-02 Thread mikelarnett
Ok, now I'm confused. Did you try adding an ExceptionSorter? If so, and you are still seeing the problem, then I am stumped. If not, then knock yourself out. If you are confused about how to implement or deploy an ExceptionSorter, then as I said, do a search on the JBoss Forums for Exception

[JBoss-user] [JCA/JBoss] - Re: JBoss Connection Pool for non-DB resource

2004-04-01 Thread mikelarnett
I decided to go with the rar. I simply updated my -ds.xml file to include two connection factories ( same rar for both ) which point to different IP Addresses. The code requests a connection from the primary connection factory. If the connection fails or is unavailable or throws an exception,

[JBoss-user] [JCA/JBoss] - Re: Network Problem while accessing database: Connection res

2004-04-01 Thread mikelarnett
It may be helpful to post your mssql-ds.xml file, but without seeing it, my guess is that you need to add an ExceptionSorter and a check-valid-sql tag to your mssql-ds.xml. Something like this: someDataSource jdbc:microsoft:sqlserver://someUrl:1433;DatabaseName=someDb;Sel

[JBoss-user] [JCA/JBoss] - Re: Network Problem while accessing database: Connection res

2004-04-01 Thread mikelarnett
It may be helpful to post your mssql-ds.xml file, but without seeing it, mt guess is that you need to an exceptionsorter and a check-valid-sql tag to your mssql-ds.xml. Something like this: someDataSource jdbc:microsoft:sqlserver://someUrl:1433;DatabaseName=someDb;SelectMethod=curso

[JBoss-user] [Messaging, JMS & JBossMQ] - Considering File PersistenceManager

2004-03-15 Thread mikelarnett
All, I am using JBoss-3.2.1 w/Tomcat. I am currently using hypersonic to manage persistence, but I am considering moving to something else. Because persistence/delivery is a MUST for all the messages, I am looking at the File PM. I was curious if anyone had used this and, if they had, any

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Queue Not flushing

2004-03-15 Thread mikelarnett
Actually, I think all is working, but I was a bit panicked this morning. :) Anyways, I have found that the JMS Messages are now in the DLQ. Is there a way to resend these messages? Can I so it from the JMX-Console? Thanks in advance, -MLA http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Queue Not flushing

2004-03-15 Thread mikelarnett
Also, is it possible to initiate a queue flush from the JMX-Console? Thanks, -MLA http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825700#3825700";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825700>Reply to the post

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Queue Not flushing

2004-03-15 Thread mikelarnett
All, I am running JBOss 3.2.1- TOmcat Bundle. I have a large JMS Queue which on restart will not begin flushing. This has worked in the past, but now it is not. Where should I be looking for info on this problem? The localDB.script file is huge. ANy hsqldb logs out there? Thanks in adva

[JBoss-user] [Persistence & CMP/JBoss] - A single database access until cached data is invalidated

2004-03-12 Thread mikelarnett
All, I have a CMP for a small database table that contains pretty static data. I would like for the CMP to make a single access to the database to load all of the rows in the table into cache. Once the data has been loaded, I would like the CMP to be completely independent of the database;

[JBoss-user] [Connectors and JCA/JBoss] - Re: JBoss Connection Pool for non-DB resource

2004-02-25 Thread mikelarnett
Essentially, I have an application that sends many requests to another server. Additionally, if this server is unreachable, there are fail-over servers to which I need to make future requests until the primary servers come back online. What I would like to do is have a Primary Server Connectio

[JBoss-user] [Connectors and JCA/JBoss] - JBoss Connection Pool for non-DB resource

2004-02-25 Thread mikelarnett
All, How would I go about setting up a container managed connection pool? Ideally, it would be similar to the same methodology that is implemented for datasources. Thanks, -MLA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822905#3822905 Reply to the pos

[JBoss-user] [Connectors and JCA/JBoss] - Re: JBoss Connection Pool for non-DB resource

2004-02-25 Thread mikelarnett
Oops, I left out that I am trying to do this on JBoss 3.2.1. Thanks, -MLA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822906#3822906 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822906 --