Hi,
I've developed a Webservice using Spring-WS 2.0 and WSS4J interceptor and successfully tested it via SoapUI.
Is there a way to use MockWebServiceClient along with WSS4J in order to create...
Type: Posts; User: ad-rocha; Keyword(s):
Hi,
I've developed a Webservice using Spring-WS 2.0 and WSS4J interceptor and successfully tested it via SoapUI.
Is there a way to use MockWebServiceClient along with WSS4J in order to create...
Hi,
Today I have to beans in my context that implement the same interface and I use the "primary" property to specify which one should be picked up by Spring.
I'd like to configure this...
Hi Guys,
I've been trying to run my application in Websphere 6.1.0.19 for the last 3 days without any success. The application runs fine in Tomcat and I can deploy it successfully on Websphere.
...
Hi Guys,
I'm trying to use Wss4jSecurityInterceptor in my application, using IBM JDK 1.5 but I receive the runtime error below. My Maven dependency tree is attached.
Any ideas?
Thanks in...
Sorry vnvnvn2000, I didn't get your point...
Hello,
I'm developing a Resource Adapter which does not use Spring. However, I'd like to expose some objects as managed beans via JMX, and thought that Spring could be a elegant solution.
Is...
Hi Marten,
Thank you again, for your response.
I searched all my code and found no references to another ResourceAdapter. I'm using only spring.jar.
I got your point, probably it is a...
Hi Marten,
I've tried both ContextConfigLocation and contextConfigLocation, and none of these worked. There is only one ResourceAdapter in the whole RAR.
I don't know why SJSAS could not find...
Hello all,
I'm trying to deploy a Spring RAR file in SJSAS 8.2 without success. The same RAR works fine in JBoss 4.2.2.
My ra.xml is decribed below and the error next. It seems that the server...
Hi Denis,
I realized that classes inside a jar is not scanned. A similar problem is described in this post: http://forum.springsource.org/showthread.php?t=51564, but no solution was post yet.
...
Thank you very much Denis, for you detailed explanation. Now I can understand all the context and think about a solution!
Do you have any clue about what I can do in order to solve this problem?
Hello Marten,
Actually the context is loaded, but no bean annotated with @Component is found (if I declare the bean in xml it works fine).
The code is below.
Regards,
Andre
Hello all,
I can't manage <context:component-scan> to work with SpringContextResourceAdapter. If I use the same applicationContext.xml in a web application, everything works fine.
Any clues?
...
Hello all,
Is that possible to specify a regex expression for using in <context:include-filter> in a properties file?
I'm using the code below:
<context:component-scan...
Anyone, please?
Hi all,
I'm trying to make DataSourceTransactionManager work, unsuccessfully (JBoss 4.2.2 and PostgreSQL 8.3).
When I try to save an object, I receive the error:...
Thank you very much Marten!
You're right, the ContextLoaderPlugIn was causing the problem:
<plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">
<set-property...
Hi Marten,
Thank you for your response.
An Struts Action call the service. I made DAO transactional because this was the only way to persist the entity :confused:
How can I prevent...
The full log is attached. I realized that no transaction was created for service method (executarServico), only for DAO methods (findByNumber, save). Does anybody know why?
Hi all,
I'm facing a tricky problem has been three days... I can't make rollback work using Hibernate! (JBoss 4.2.2, PostgreeSQL 8.3, Hibernater 3.2.6)
Please help me...
Thanks,
Andre
Any clue? please!
Hi chudak,
Attached the log file and my application code. I couldn't find anything strange in log, but there is no update or insert...
Thanks again,
Andre
Hi chudak,
Thank you for your response.
The command pattern is used because we have a lot of operations that are combined accordingly an input xml. We don't know, at first, all the possible...
Hi chudak,
Above the code for Service and Factory. I using JBoss 4.2.2, PostgreSQL 8.3 and Spring 2.5.5.
public class CommandFactoryImpl implements CommandFactory {
// implements...