Maybe have a look at
http://static.springframework.org/spring/docs/2.5.x/reference/transaction.htmland
especially at
http://static.springframework.org/spring/docs/2.5.x/reference/transaction.html#tx-propagationwhich
shows the different transaction propagation methods.
On Mon, Dec 1, 2008 at 8:48 P
For the securitz issue zou have to edit the securitz.xml file in WEB-INF and
allow anonymous access to that url (if I got right what you want).
For the CSS and header/footer stuff the solution I#d suggest would be
defining you own decorator for that url in decorators.xml (if I got the
filename rig
You can do that, once you've downloaded all dependencies into your local
repository.
But I can't see your problem with not having a downloadable version of
Appfuse. You will have to use Maven anyway, so why download Appfuse outside
Maven before?
On Tue, Nov 25, 2008 at 5:21 PM, Derlon Aliendres <
On Tue, Nov 25, 2008 at 2:45 AM, Matt Raible <[EMAIL PROTECTED]> wrote:
>
>
> On Mon, Nov 24, 2008 at 6:38 PM, Christian Decker <
> [EMAIL PROTECTED]> wrote:
>
>>
>>
>> mraible wrote:
>> >
>> > Have you tried using the @InitBinder annotation?
>> >
>> >
>> http://www.jdocs.com/spring/2.5.2/org/spri
You installed the library with version 10.2.0.2.0 and your project is
looking for version 10.2.0.1.0 according to the information you posted.
On Tue, Nov 18, 2008 at 5:37 PM, grd prasad <[EMAIL PROTECTED]>wrote:
>
> hello all,
>
> i tried to deploy the oracle in my own repository and i tried as
n WEB-INF/lib
> on the deployed application (under the target folder if you are using
> Jetty), are all the versions of Spring jars correct? If not please search
> the user list on Nabble - this has definitely happened before and solutions
> have been posted.
>
> Mike
>
> 2008/11
Hi all,
I get a strange exception I've never encountered before when running 'mvn
jetty:run-war -P hsqldb'
During context initialization I get the following stacktrace:
[uclmt] ERROR [main] ContextLoader.initWebApplicationContext(215) | Context
initialization failed
org.springframework.beans.fac
Wel you could intercept the method which saves your product, check wether
ANY and NONE shipments are already present in the database and insert them
otherwise. In your 'normal' code for saving the product you replace the
final static objects by the ones persited in the database whenever ANY oder
NO
I've just added some German translations.
BTW: Has anyone else also the problem, that characters like öäüß and so on
don't get displayed correctly there? Is it a problem that occured during
uploading and are the characters corrput in the files also or is it just a
problem of the site's encoding?
Maybe have a look at Spring's periodic jobs. That might be what you're
looking for.
http://static.springframework.org/spring/docs/2.5.x/reference/scheduling.html
On Sat, Sep 27, 2008 at 10:55 PM, m4rkuz <[EMAIL PROTECTED]> wrote:
>
> Hi Everyone,
>
> I think this question is maybe not entirely a
Well I think based upon what you wrote there is no chance to tell where
exactly the problem is.
It might be the tomcat server. When this is the case setting up another one
and doing load balancing could solve the problem.
It might be the application design itself, i.e. bad routines, no caching,
s
The exception looks like XFire assumes that there is a property called
accountNotExpired which has no setter method. As I have never worked with
XFire I cannot really tell you how to solve the problem with XFire, but for
the persistence layer this error would mean you have to declare the property
a
box. Then, you need to
> 1. add a CommonsAttribute bean to your application context
> 2. add a MethodDefinitionsAttributes object definition source
> 3. wire the objectDefinitionSource bean into the objectDefinitionSource
> property
> of MethodSecurityInterceptor.
>
> Hope
ble, but I've never done it myself. If it's not
> available out-of-the-box, I'm sure you could add it.
>
> Matt
>
> On Thu, Sep 18, 2008 at 6:07 PM, Michael Duergner
> <[EMAIL PROTECTED]> wrote:
> > Hi all,
> > I was wondering if there is already
Hi all,
I was wondering if there is already a way to define web level security by
using annotations when using Spring Security. What I'd like to do is to move
the rule inside the Container in security.xml into the Controller
Classes by using annotations. As it's possible for method level security
I already tried both they seem to work pretty good although I think there is
some work to do for a full integration when looking at the model layer.
On Wed, Aug 27, 2008 at 5:18 AM, Sanjiv Jivan <[EMAIL PROTECTED]>wrote:
> I'd recommend using GWT-Server Library (GWT-SL) for Spring integration. It
I'd be glad to help with some stuff too. As I'd really like to have a GWT
presentation layer combined with the power of Appfuse and Spring. But I
don't have to time for the whol design stuff of this integration. ;-)
On Mon, Aug 25, 2008 at 10:07 AM, Vincenzo Caselli <[EMAIL PROTECTED]> wrote:
> I
You could use Apache Axis for creating a client. If I understood right what
you wanna do. Axis takes care of all the SOAP stuff and even creates proxies
based upon the wsdl file.
On Thu, Jul 24, 2008 at 2:38 PM, Mauri Ferreyra <[EMAIL PROTECTED]> wrote:
> Yes, I made PersonManager WebService. But
18 AM, Michael Duergner <
[EMAIL PROTECTED]> wrote:
> I just wrote tests based upon that tutorial yes. I could get the tests
> working by adding the following entries to applicationContext-resources.xml
> in src/test/resources/
>
>
> class
I think you'd either have to implement the User class yourself or if
possible create a View based upon your two tables and map the columns
needed.
We used the first solution for a application by simply excluding the
appfuse-data-common package, extraced this into our project and created (for
a modu
1:04 AM, Matt Raible <[EMAIL PROTECTED]> wrote:
> Can you post your test? Have you gone through the JPA tutorial on the wiki?
>
> http://appfuse.org/display/APF/Using+JPA
>
> Matt
>
> On Wed, Jul 16, 2008 at 4:50 PM, Michael Duergner
> <[EMAIL PROTECTED]> wrote
> On Wed, Jul 16, 2008 at 4:44 PM, Michael Duergner
> <[EMAIL PROTECTED]> wrote:
> > Any Idea how I can check if it's a transaction related problem?
> >
> > On Thu, Jul 17, 2008 at 12:43 AM, Matt Raible <[EMAIL PROTECTED]>
> > wrote:
> >>
>
Any Idea how I can check if it's a transaction related problem?
On Thu, Jul 17, 2008 at 12:43 AM, Matt Raible <[EMAIL PROTECTED]>
wrote:
> AppFuse should take care of the JPA configuration for you.
>
> Matt
>
> On Wed, Jul 16, 2008 at 3:20 PM, Michael Duergner
> <
ansaction?
>
> Matt
>
> On Wed, Jul 16, 2008 at 6:56 AM, Michael Duergner
> <[EMAIL PROTECTED]> wrote:
> > Hi all,
> > i've got a Appfuse Spring MVC modular project using JPA for persistence
> > layer. Getting objects form the database works as intended but
Hi all,
i've got a Appfuse Spring MVC modular project using JPA for persistence
layer. Getting objects form the database works as intended but I'm not able
to save a object. I've implemented a own DAO extending GenericDaoJpa with
just calls super.save() for saving an object. But the object will not
25 matches
Mail list logo