Re: [appfuse-user] Additional data source causing org.apache.commons.dbcp.SQLNestedException

2008-07-07 Thread cfoy
losed. Appreciate the help. Abu mraible wrote: > > If it happens after a few days, it's probably not a configuration issue, > but > more of a firewall or timeout issue with the Oracle driver. > > Matt > > On Mon, Jun 23, 2008 at 6:46 AM, cfoy <[EMAIL PROTECTED]> w

[appfuse-user] Additional data source causing org.apache.commons.dbcp.SQLNestedException

2008-06-23 Thread cfoy
Hi All, I needed to add an additional data source to an appfuse 2.0 spring MVC & hibernate project. However after a few days of extremely light usage of the data source in product the following exception is thrown: org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error

Re: [appfuse-user] Hibernate hql join on tables with no relationship

2008-05-20 Thread cfoy
? Thanks in advance Abu Mike Horwitz wrote: > > Yes - as far as I know Hibernate does not rely on constraints being > present > in the underlying database. You will need to make sure your data is valid > though. > > Mike > > 2008/5/20 cfoy <[EMAIL PROTECTED]>:

[appfuse-user] Hibernate hql join on tables with no relationship

2008-05-20 Thread cfoy
I need to run some read only reports by joining the following two tables: 1) payments 2) subscriptions The join will be on a column in both called paymentreference. I do not have control over the underlying database and the two tables and the two tables do not have a relationship i.e. no foreign

[appfuse-user] Mocking out calls jax-rpc web service during canoo web tests

2007-12-11 Thread cfoy
Hi All, I am using an appfuse spring mvc basic 2.0 project template (henceforth known as the app) and have added calls from the service tier to a web service. The app is consuming a web service. I am using the spring's org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean to inject the

Re: [appfuse-user] Appfuse 2.0 app that integrates with with crystal reports

2007-12-07 Thread cfoy
that in an AppFuse project. > > Is there any documentation for Crystal Reports that shows how to > integrate with something like Struts? You may be able to leverage that > and adapt it for Spring MVC. > > Matt > > On 10/28/07, cfoy <[EMAIL PROTECTED]> wrote: >> &

[appfuse-user] Appfuse 2.0 app that integrates with with crystal reports

2007-10-28 Thread cfoy
Hi All, I am currently using appfuse 2.0, spring MVC and hibernate project and need to integrate Crystal Reports for Reports. I would appreciate any pointers on how best to do this integration. Spring MVC has a jasper report view however I haven't found an equivalent for crystal. Thanks in adva

Re: [appfuse-user] Advice on choosing best approach for xml over http

2007-10-01 Thread cfoy
would have liked to use spring remoting but Http invoker can only be used for java to java remoting. Thanks Colin DNewfield wrote: > > cfoy wrote: >> I need to build a client that exchanges xml messages directly over http >> to a >> server process. The remoting api

[appfuse-user] Advice on choosing best approach for xml over http

2007-09-30 Thread cfoy
Hi, I need to build a client that exchanges xml messages directly over http to a server process. The remoting api options I have considered for this are: * Commons HttpClient * Apache XML-RPC I am looking for a remoting option that has nice spring integration. Can anyone suggest altern

[appfuse-user] exlude files when expanding appfuse-spring-2.0-m5.war during cargo setup

2007-06-24 Thread cfoy
tests, cargo overlays the following jars into tomcat's work directory : [INFO] Expanding: C:\Documents and Settings\cfoy\.m2\repository\org\appfuse\appfuse-spring\2.0-m5\appfuse-spring-2.0-m5.war into c:\STC\Epayments\tmp_repository_checkout\target\war\work\appfuse-spring-2.0-m5 [INFO] Expandi