Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    835

    spring-reference in spring dist is a very good...

    spring-reference in spring dist is a very good tutorial to start
  2. Replies
    1
    Views
    751

    Spring petclinic sample is a good place to start....

    Spring petclinic sample is a good place to start. :rolleyes:
    It comes with spring distribution
  3. Replies
    2
    Views
    912

    org.springframework.beans.factory.BeanCreationExce...

    org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'tilesConfigurer' defined in ServletContext resource [/WEB-INF/springmvc-servlet.xml]: Invocation of init...
  4. Replies
    0
    Views
    1,570

    Spring Mail + TLS authentication

    Hi all,

    is springmail support TLS authentication?
    if yes, can u pls post the configuration file.
    thanks
  5. Replies
    5
    Views
    2,886

    Hi kenpe, i search in forum and find out there...

    Hi kenpe,

    i search in forum and find out there is a similar stacktrace ini this thread



    http://forum.springframework.org/archive/index.php/t-36587.html


    hope this can help u.
  6. Replies
    5
    Views
    2,886

    Hi Kenpe, i'm really confuse with your issue...

    Hi Kenpe,

    i'm really confuse with your issue :confused:

    what bea weblogic version you use? i mean the minor 10.1 / 10.2 / 10.3
    try to upgrade or downgrade the version.
    for 10.3 it's still on...
  7. Replies
    5
    Views
    2,886

    Can u post the complete stacktrace?

    Can u post the complete stacktrace?
  8. Replies
    1
    Views
    13,491

    u need javaassist jar ...

    u need javaassist jar

    http://www.csg.is.titech.ac.jp/~chiba/javassist/
  9. Replies
    5
    Views
    2,058

    hi, can u post your configuration file

    hi,

    can u post your configuration file
  10. Replies
    1
    Views
    912

    Hi Brian, i also encounter this problem that...

    Hi Brian,

    i also encounter this problem that time,

    this my workaround


    <bean id="xmlBeansHibernateInterceptor" class="com.autotrader.spl.dao.XmlBeansHibernateInterceptor">
    ...
  11. Replies
    1
    Views
    914

    hi, maybe can see jboss rules it's a rule engine

    hi, maybe can see jboss rules
    it's a rule engine
  12. Replies
    4
    Views
    1,123

    The error is on this line : ...

    The error is on this line :



    returnedResults.put(ucName, Integer.valueOf(updateCount));


    since you are using jdk 1.4.2
    then Integer.valueOf(int) is not available.
    it is only available on...
  13. how much memory do you allocate for the tomcat?...

    how much memory do you allocate for the tomcat? (-Xms, -Xmx)

    maybe u must perform jvm parameter tuning
  14. Replies
    4
    Views
    1,523

    for database replication, i think better to use...

    for database replication, i think better to use database replication feature rather than using transaction management.
    Using database replication will perform better.
  15. Replies
    1
    Views
    969

    Refer to Mark Fisher's Blog about Spring + JPA ...

    Refer to Mark Fisher's Blog about Spring + JPA

    http://blog.springframework.com/markf/archives/2006/05/30/getting-started-with-jpa-in-spring-20/

    Hope can help you :)
  16. Replies
    1
    Views
    1,655

    Batch Implementation

    I just curious how to implement spring-batch.
    what is the best practice between
    running the batch inside the container / batch will run as standalone application?
  17. Replies
    3
    Views
    3,943

    Hibernate criteria is specific to Hibernate only....

    Hibernate criteria is specific to Hibernate only.
    And JPA will definitly can't access that.
  18. Replies
    2
    Views
    3,441

    using JPA, you can easily change your ORM into...

    using JPA, you can easily change your ORM into other product that have JPA implementation e.g. Hibernate, Toplink, etc.
  19. Maybe u can try using commons-dbcp? this the...

    Maybe u can try using commons-dbcp?

    this the sample configuration :



    <bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">
    <property...
  20. Replies
    4
    Views
    1,484

    hi yaku0002, maybe u can try to look at Spring...

    hi yaku0002,
    maybe u can try to look at Spring JDBCTemplate ?
  21. Replies
    1
    Views
    860

    yes u initialize the testservice but the...

    yes u initialize the testservice
    but the nullpointer is shown @ testaction



    public String test1() throws Exception{ //line of 15
    test.validate();
    return null;
    }
  22. Replies
    2
    Views
    1,953

    Hi, i try to answer some of your question : >>...

    Hi, i try to answer some of your question :

    >> It is possible to move Spring components to different application servers?
    Yes definitly no problem, i already try same application move from BEA...
  23. Replies
    2
    Views
    939

    JDK5 comes with a monitoring tools? JConsole if...

    JDK5 comes with a monitoring tools?
    JConsole if i'm not mistaken.
    Hope this can help u
  24. Replies
    4
    Views
    924

    if i'm not mistaken using 2 database must use a...

    if i'm not mistaken
    using 2 database must use a JTATransactionManager
  25. yes i use declarative transaction. we also...

    yes i use declarative transaction.

    we also implement JMS, so the process of writing to database will perform asynchronously. This the xml to perform writing the database :



    <bean...
Results 1 to 25 of 45
Page 1 of 2 1 2