Search:

Type: Posts; User: sdo.daemon; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Good day As mentioned above i have such code: ...

    Good day
    As mentioned above i have such code:

    <aop:declare-parents types-matching="com.palmagroup.mcell.business.GoodBusinessService+"...
  2. I discovered this problem and here are some...

    I discovered this problem and here are some conclusions
    in Spring 1.2 approach ProxyFactoryBean uses interfaices that specified in <property name="proxyInterfaces"> but doesn't use interfaces that...
  3. Need help for and introduction

    Good day.
    i had a config based on Spring 1.2 in wich a used Introduction approach:


    <bean id="goodService" class="org.springframework.aop.framework.ProxyFactoryBean">
    <property...
  4. Replies
    1
    Views
    817

    Autoproxy and Introduction.

    Good day.
    I have a question abount Introduction and Autoproxy apprach.
    Here is a quotation from "Spring in Action (2-nd edition)":


    Using
    ProxyFactoryBeen we can implement Introduction like...
  5. Replies
    2
    Views
    1,699

    Thanks a lot i think that it's just i need

    Thanks a lot i think that it's just i need
  6. Replies
    2
    Views
    1,699

    DTO pattern inplementation

    Hi all.
    I have a question or it's batter to say need of suggestion.
    I need to implement some kind of DTO pattern to transfer schema objects after marshaller to domain objects and wise versa.
    Have...
  7. Replies
    4
    Views
    8,493

    I've just implemented gzip compression in my SOAP...

    I've just implemented gzip compression in my SOAP application.
    this steps i've done
    on Server side:
    1. Implemented javax.servlet.Filter interface as follows

    public class GzipFilter implements...
  8. Look at your spring-ws-servlet.xml or something...

    Look at your spring-ws-servlet.xml or something like that. There is a property

    <property name="locationUri"
    value="http://localhost:8080/mcellServer/services" />
    Thus every soap message...
  9. Problem resolved. Sorry

    Problem resolved. Sorry
  10. org.apache.xmlbeans.XmlException: error: Unexpected end of file after null

    Hello everybody.
    I have a problem while creating new project in soapUI and importing wsdl file from URL.
    I created my project based on airline sample project. I started my project using mvn...
  11. Hello everyone. Can anybody give detailed step...

    Hello everyone.
    Can anybody give detailed step by step tutorial for debugging Spring WS project in Eclipse?
  12. Replies
    2
    Views
    1,151

    I tries to put an element with null key in...

    I tries to put an element with null key in hashtable. but i cannot understand what is wrong?

    public void registerAccelerators() {
    CommandManager commandManager = getCommandManager();
    ...
  13. Replies
    2
    Views
    1,151

    LoginForm problem

    Hello dear community. i have a problem with my LoginForm. Something wrong with accelerators.
    Here is a stack trace
    2007-09-06 08:50:23,796 ERROR ua.com.palma.treasury.standalone.TreasuryStandAlone...
  14. Replies
    0
    Views
    713

    Building dialog question

    Hello community.

    I have a dialog which is used to modify o create new POJO object. this object has a references to other objects.

    here is an example:


    public class RequestItem extends...
  15. Replies
    3
    Views
    1,257

    Ohhhhh. Thank's a lot the problem was in this...

    Ohhhhh.
    Thank's a lot the problem was in this library. i took from petclinic samole this library and averythimk is OK now
  16. Replies
    3
    Views
    1,257

    1.0-rc3 in my project

    1.0-rc3 in my project
  17. Replies
    3
    Views
    1,257

    Binding problem

    Hello community.

    I'm trying to build login dialog with some field from my domain model (role). the field have to be rendered as combo box. I saw in petclinic sample and do like there. here are...
  18. Replies
    13
    Views
    2,670

    Hello. I'm trying to integrate Spring, FSF and...

    Hello.

    I'm trying to integrate Spring, FSF and IceFaces. And i have problems like you have. if you are interesting - go to the page
    http://www.icefaces.org/JForum/posts/list/0/4765.page#21327
  19. Replies
    0
    Views
    551

    DelegatingVariableResolver problem

    Hello experts!
    I have a problem while accessing spring beens via jsf environment.
    The problem is in DelegatingVariableResolver.

    in my jsf page i have

    <ice:commandButton value="Submit"...
  20. Replies
    13
    Views
    2,670

    Did you resolve this problem? I have the same

    Did you resolve this problem? I have the same
  21. Replies
    11
    Views
    6,374

    as for I moved my uiLogin been to...

    as for
    I moved my uiLogin been to faces-config.xml, now it looks like this:

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces...
  22. Replies
    11
    Views
    6,374

    Hello I don't see any exception in my log...

    Hello

    I don't see any exception in my log file.

    here is my log4j configuration file:

    log4j.debug=TRUE
    log4j.rootLogger=INFO, R

    log4j.appender.R=org.apache.log4j.RollingFileAppender
  23. Replies
    11
    Views
    6,374

    Hello. Jeremy, I've done as you said, but my...

    Hello.
    Jeremy, I've done as you said, but my application does not enter neither uiLogin.submitButtonListener nor uiLogin.signalEvent in debug mode when i'm clicking on Submit button.
  24. Replies
    11
    Views
    6,374

    Last exception posted by me is not appear any...

    Last exception posted by me is not appear any more. but my action listener does not work.
    it seems to me that my flow goes to end by clicking on submit button.

    here is my configuration now:
    ...
  25. Replies
    11
    Views
    6,374

    It occures when my application starting. I even...

    It occures when my application starting. I even dont open any page
Results 1 to 25 of 28
Page 1 of 2 1 2