Search:

Type: Posts; User: schumnana; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    501

    @Secured with @Component does not work

    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...
  2. 3.0M1 on S3 ?

    Is it possible to deploy 3.0M1 on http://s3.amazonaws.com/maven.springframework.org/milestone ?
  3. Replies
    3
    Views
    2,688

    I did not have installed Dependencies (3.2.2) and...

    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.
  4. Problem with dependency of Spring IDE Mylyn Integration

    I had the same problem. Do not install (or remove) Spring IDE Mylyn Integration and it will work.

    Alexandre
  5. Replies
    54
    Views
    8,511

    New feature

    I posted the new feature http://jira.springframework.org/browse/SPR-4602.
  6. Replies
    4
    Views
    11,554

    I think you are right but I can find the...

    I think you are right but I can find the annotation.

    What is the package?
  7. Replies
    4
    Views
    11,554

    @AutoWired by type and by name if necessary

    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...
  8. Thread: Google Guice

    by schumnana
    Replies
    7
    Views
    2,946

    I think it is very important to improve the use...

    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...
  9. Thread: Google Guice

    by schumnana
    Replies
    7
    Views
    2,946

    I think there is some good idea (like the use of...

    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...
  10. When I wrote Datasource datasource =...

    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...
  11. Check some Spring potential errors on buildtime, not only on runtime

    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...
  12. Thanks. Alexandre

    Thanks.

    Alexandre
  13. Problem with Spring 1.2.6 and Hibernate 3.1 : HbmBinder$SecondPass

    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:...
  14. Solution

    I found the reason why I had the problem.

    My HelloServiceImpl class extends PortableRemoteObject and must extend RemoteObject.

    Alexandre
  15. JndiRmiServiceExporter problem (already exported)

    Hi,

    I have a problem with JndiRmiServiceExporter.

    In my applicationContext.xml.

    <bean id="helloService" class="org.springtest.service.HelloServiceImpl">
    </bean>

    <bean...
Results 1 to 15 of 15