Search:

Type: Posts; User: Alexandr.Kormiltsyn; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Thank you very much for help. We will certainly...

    Thank you very much for help. We will certainly try BoneCP, their bencmark looks good.
  2. Choosing DataSource e for Postgre database

    Hi all!

    We have a web application for Postgre database. During the testing we used org.apache.commons.dbcp.BasicDataSource. Now we need moving to production and we should change this basic...
  3. Replies
    1
    Views
    364

    Hibernate @ManyToMany problem

    Hello.
    I have 3 tables in DB. 2 for entities and one for the relations between them. I have 2 java classes:



    private static final long serialVersionUID = 1L;

    @Id
    @SequenceGenerator(name...
  4. Replies
    1
    Views
    437

    Finally I found solution. Changing the the param...

    Finally I found solution. Changing the the param name declared in flow to the same wich was define in a controller method solved the problem.
  5. Replies
    1
    Views
    437

    SWF and JSF2 checbox trouble

    Hi all,

    I have a flow with submitting data. There is a checkbox on the confirmation form, showing that user agrees with terms and conditions. I have created a bean for validation parameters:


    ...
  6. Replies
    2
    Views
    861

    Thanks for the answer. I have finally solved this...

    Thanks for the answer. I have finally solved this problem. The .xhtml uses templates and one of the templates included the block for messages, so they were shown twice.
  7. Replies
    2
    Views
    861

    JSF messages are shown twice

    Hello.

    I have a question about primefaces messages. I have a flow where user can change his password. Before it is saved to database validation takes place. If the validation fails error messages...
  8. Give user an ability to select connection to db in welcome page

    Hello.

    What is the best way to give user an ability to select database in application welcome page? Now we have defined connection in xml context and only developers can change the connection...
  9. View defined in flow's end state does not shown

    Hello.

    I have a trouble with showing view in flow's end state. Flow is for creating new object and saving it to database.

    The flow:


    <?xml version="1.0" encoding="UTF-8"?>
    <flow...
  10. It's very interesting to hear about spring...

    It's very interesting to hear about spring approach. Could you please give some more information about that?
  11. Thank you for the answer. I have solved this...

    Thank you for the answer.
    I have solved this problem. In the web.xml


    <context-param>
    <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
    <param-value>.xhtml</param-value>...
  12. Spring-Security + Web Flow + JSF trouble

    Hi all.
    I have a trouble with creating login process in the application which uses Spring Security, Web Flow and JSF. I have all faces files inherited from the same template. I have also created a...
  13. Finally I have found another decision. Have...

    Finally I have found another decision. Have installed Subclipse. Then checkout project from svn and convert it to maven. Now it works. The way with checkout maven project from scm does not work.
  14. Problem with STS + Maven + Subversion

    Hello.

    I am using STS (version 2.5.0.RELEASE) and windows 7 64 bit. I have installed Subversion plugin for SVN (ver 1.8.1).
    When trying to checkout project from svn I receive error message.
    ...
  15. Thanks for the explanation. What is bad in this...

    Thanks for the explanation. What is bad in this code? It is not a whole parser it is just a one small part of it. The structure of XML is not developed by our company, so it is really hard to parse...
  16. Using static methods in web service

    Hi,

    I have written own Util class where I have static method:

    public static String getBodyElement(SOAPMessage msg) {

    String msgString = getStringFromMessage(msg);

    if...
  17. SQl monitoring with org.springframework.jdbc.datasource.DriverManagerD ataSource

    Hi,
    I am using DriverManagerDataSource datasource in my servlet to connect to Oracle. Is it possible to set some property or some other way to show all sql in the System.out for debugging? Is it...
  18. Replies
    0
    Views
    834

    Spring we client from wsdl

    Hi all!
    I have to write ws client and I have wsdl from web service provider. As I have understood, you cannot generate spring ws client directly from wsdl and you have to use wsimport utility from...
  19. Sorry for this post. Actually the problem was...

    Sorry for this post. Actually the problem was with the other bean. I have added second bean in the context, but forgot to add @Qualifier to old services. My fault.
  20. @Autowired with @Qualifier dows not work as expected

    Hi all,
    I have two classes implementing the same interface. I have described them in a xontext xml as 2 beans.


    <bean id="transporter"...
  21. Replies
    4
    Views
    2,581

    To connect to oracle in your Spring project you...

    To connect to oracle in your Spring project you need:
    1. Add this dependency to your pom.xml:


    <dependency>
    <groupId>com.oracle.jdbc</groupId>
    <artifactId>ojdbc14</artifactId>
    ...
  22. How to configure spring webflow with jsf 2.0?

    Hello all!

    I have a problem integration JSF2.0 as a view technology to spring webflow. I managed to get it "almost" working, the only thing left is configuring ajax support for JSF2.0.

    Ajax...
  23. You are actually right. It was the first tme I...

    You are actually right. It was the first tme I have configured such type of logging so I have made some mistakes. Now all is ok and configuration file looks like

    <?xml version="1.0"...
  24. Finally I have found a solution. maven dependency...

    Finally I have found a solution. maven dependency should be set like

    <dependency>
    <groupId>log4j</groupId>
    <artifactId>log4j</artifactId>
    <version>1.2.14</version>
    </dependency>
    ...
  25. Adding logging to spring we application

    Hi all.
    I have a spring-ws application. It is a simpel web service, that is placed between legacy systeem and external clients. It uses a SOAP as an input and generates the SOAP message to be sent...
Results 1 to 25 of 64
Page 1 of 3 1 2 3