expect all of the transactions
to work like before?
mraible wrote:
>
> Have you looked at the comments on the issue. There seems to be a
> couple different workarounds.
>
> Matt
>
> On Tue, Sep 16, 2008 at 9:51 AM, java_user_ <[EMAIL PROTECTED]> wrote:
>>
(APF-1071) LazyLoading filter turned on break the ability to update a
password
http://issues.appfuse.org/browse/APF-1071
What was the fix for this bug?
I need LazyLoading turned on.
--
View this message in context:
http://www.nabble.com/APF-1071-tp19514695s2369p19514695.html
Sent from the AppFu
, never with Oracle. The above is not
> necessarily the final solution though. After deploying, I still have had a
> MySql pooling exception. May have missed using another property.
>
> Do NOT consider using the c3p0 DB pooling implementation.
>
> Regards,
> Jon
>
&
I am using the JARs that came with appfuse 2.0.1
mysql-connector-java-5.0.5.jar
J. David Mendoza R. wrote:
>
> Are you using the latest mysql jdbc jar?
>
> 2008/7/21 java_user_ <[EMAIL PROTECTED]>:
>
>>
>> Has anyone figured out what is causing the C
Has anyone figured out what is causing the CommunicationsException after 8+
hours on idle time?
It is a stale connection and adding "autoReconnect=true" in the JDBC URL has
not fixed the issue.
There appears to be a few threads on the forum discussing the issue but I
have not seen a final resolut
Is it best practice to integrate the code from audit-1.6 if I want to enable
auditing functionality?
I am using AppFuse 2.0.1 but will probably be updating to 2.0.2 soon...
http://static.appfuse.org/nightly/audit-1.6.zip
--
View this message in context:
http://www.nabble.com/Audit-tp17780089s
Was a solution found?
The issue is that hibernate is trying to update the lookup table (user)
instead of updating the entity table's (owner) foreign key to the lookup
table.
What is the correct cascade to use in the ManyToOne annotation of the Owner
model and the OneToMany annonation of the User