I used @Secured on a bean defined on applicationContext.xml and it works well.
Nevertheless, I want to transform my xml definition bean to an @Component annotation with a <context:component-scan...
Type: Posts; User: schumnana; Keyword(s):
I used @Secured on a bean defined on applicationContext.xml and it works well.
Nevertheless, I want to transform my xml definition bean to an @Component annotation with a <context:component-scan...
Is it possible to deploy 3.0M1 on http://s3.amazonaws.com/maven.springframework.org/milestone ?
I did not have installed Dependencies (3.2.2) and I have the same problem.
It is quite problematic because I can't install or remove plugins.
I had the same problem. Do not install (or remove) Spring IDE Mylyn Integration and it will work.
Alexandre
I posted the new feature http://jira.springframework.org/browse/SPR-4602.
I think you are right but I can find the annotation.
What is the package?
Hi,
I have a question.
I have a generic DAO template class and I use it for all my tables in my database.
The declaration is like that.
@Repository
public final class...
I think it is very important to improve the use of annotation in Spring.
There are very good ideas in guice or in tapesty-ioc 5.0.
I'm a fan of Spring but I think, if nothing will quickly be...
I think there is some good idea (like the use of @Inject annotation).
I think it is to improve the use of annotation in Spring, more refactorable of a xml files and permit to see problems on...
When I wrote
Datasource datasource = (Datasource) factory.getBean("datasource");
I thought the interaction between your java code and your xml files, not ontly th e dependencies inside your...
I like Spring but I can't check some errors on buildtime.
For example :
I write sommething like
Datasource datasource = (Datasource) factory.getBean("datasource");
If datasource doesn't...
Thanks.
Alexandre
Hi,
I configure Spring 1.2.6 with Hibernate 3.1 and I have this problem.
(it works with Hibernate 3.0).
Exception in thread "main" org.springframework.beans.factory.BeanCreationException:...
I found the reason why I had the problem.
My HelloServiceImpl class extends PortableRemoteObject and must extend RemoteObject.
Alexandre
Hi,
I have a problem with JndiRmiServiceExporter.
In my applicationContext.xml.
<bean id="helloService" class="org.springtest.service.HelloServiceImpl">
</bean>
<bean...