Good day
As mentioned above i have such code:
<aop:declare-parents types-matching="com.palmagroup.mcell.business.GoodBusinessService+"...
Type: Posts; User: sdo.daemon; Keyword(s):
Good day
As mentioned above i have such code:
<aop:declare-parents types-matching="com.palmagroup.mcell.business.GoodBusinessService+"...
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...
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...
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...
Thanks a lot i think that it's just i need
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...
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...
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...
Problem resolved. Sorry
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...
Hello everyone.
Can anybody give detailed step by step tutorial for debugging Spring WS project in Eclipse?
I tries to put an element with null key in hashtable. but i cannot understand what is wrong?
public void registerAccelerators() {
CommandManager commandManager = getCommandManager();
...
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...
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...
Ohhhhh.
Thank's a lot the problem was in this library. i took from petclinic samole this library and averythimk is OK now
1.0-rc3 in my project
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...
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
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"...
Did you resolve this problem? I have the same
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...
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
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.
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:
...
It occures when my application starting. I even dont open any page