it only works if you had installer oracle drivers in 1.1.0
regards
Type: Posts; User: ziller; Keyword(s):
it only works if you had installer oracle drivers in 1.1.0
regards
hi,
it's not normal to have a space in the port number (152 1)
bye
Hello,
in Spring Roo 1.1.0, perform "osgi ps" to identify existing bundles for Oracle : javax transaction, javax resource and oracle jdbc driver
in the directory cache, you will find...
Hello,
i was able to generate a bundle using these repositories :
<repositories>
<repository>
<id>com.springsource.repository.bundles.release</id>
<name>SpringSource Enterprise...
Hello,
could you tell me how did you resolve the problem with failed tests?
thanks in advance
hello,
i've successfully build spring roo from source.
roo-dev then start but after that, every command hangs with the "please wait - still loading" message. Nothing appends...
i don't know...
have a look at http://forum.springsource.org/showthread.php?t=97853
regards
hello,
using maven, i've successfully installed and compiled samples shipped with spring blazeds 1.0.1
now i would like to use Eclipse/Flexbuilder with theses samples.
so i've imported the...
Thank you *VERY MUCH* :-)
will try it as soon as possible
regards
hello,
this sounds really interesting!
could you please give more details on how you did it?
regards
great!
thank you very much
hello,
i'm trying to configure aop.xml in order that weaving to be done only on class having the @Configurable aspect
i've tried
<aspectj>
<weaver options="-showWeaveInfo">
<include...
you're right : when i say that i have to inject i mean "spring injects"...
but i try to have a good design and, for me, services were created to implement use cases of my application
in my...
i don't use sitemesh...
regards
as far as i can see you didn't find a solution?
regards
hello,
i'm starting an application with Spring 2 and Spring Mvc
my domain layer is large : more than 100 beans
more i develop new controlers, more i have to inject beans from the service...
hello,
* i've a SimpleUrlHandlerMapping that handles all my request
* a HandlerInterceptorAdapter is charged to add SecurityContextHolder.getContext().getAuthentication().getPrincipal() to all...
yes it would be great if you could share source code of your application.
i'm trying to figure how to make a corporate application using spring rich client and i don't know where to start...
...
Hello,
i'm developping a new application as a servlet using Spring Mvc
in the future some parts of this application will be available as a portlet
there is no problem for the model and service...
hi,
i've a similar question : is there an elegant way(aop?) to inject userDetails to every controller without having to define a userdetails property for each one?
regards
hello,
i would like to know if the javaone presentation titled "BOF-0461 The Spring Rich Client Project: Effective Desktop Application Architecture" was available somewhere for online viewing?
...
hello,
i'm trying to use beandoc with beans definition files organized like this :
/properties
/prop-app
applicationContext.xml
/prop-db
applicationContext-db.xml
sorry, found it in the spring 2.0M4 dist...
hello,
i wand to unit test my portlets and was wondering if it exists mock objects for portlets?
tia