I found a solution by implementing an OsgiBundleApplicationContextListener.
OsgiBundleContextFailedEvent: Signals an bean configuration error in a bundle. That's the most important part.
My...
Type: Posts; User: res1st; Keyword(s):
I found a solution by implementing an OsgiBundleApplicationContextListener.
OsgiBundleContextFailedEvent: Signals an bean configuration error in a bundle. That's the most important part.
My...
Sorry, I wasn't clear enough.
I want to know if all defined beans have bean correctly initialized (= dependency injection).
Why I am doing this?
I want to write a "health" servlet that returns...
Hi,
I want to know if bean initialization is done and everything is ok (no errors).
How can I programatically do that?
Best regards,
Ingo
Thank you esammer, you just saved my day.
Eclipse and source bundles, my favorite subject...
Hi,
I also investigated this 3 years ago and I only found hacks. I think there isn't an fine way to do it.
We worked around this problem by using OSGi. Our server services are available through...
Hi,
is it possible to set a MAX SOAP message size which is valid for all SOAP messages or all unbounded elements?
Ingo
Edit:
With "unbounded" I meas something like this:...
Hi,
no, it works with Spring 2.5, not 3.0.
That's my problem at the moment.
I think http://www.springsource.com/repository/app/
is an official spring repository.
I find there all other...
Hi,
my bundle org.springframework.ldap(1.3.0) from
http://www.springsource.com/repository/app/
imports org.springframework.beans with [2.5.5, 3.0.0).
This fails for spring 3.0.1.
Is...
Thank you Ralph!
It is fully sufficient. :)
Arjen should add it to the SWS documentation.
Ingo
Hi,
i need for testing purposes a quick fix for the
org.springframework.ws.transport.http.WsdlDefinitionHandlerAdapter.
Right now, it places the "location" in WSDL-File with the server name...
Hi,
i'm created a certificate (unsafe one, keytool only, no CA) and added a SSL connector to my Tomcat6 installation.
The HTTPS access is working fine in general.
Now i tried to access my...
Yes, i get this log message.
I just figured out the problem. "username" is somehow overwritten (Spring WS/ACEGI/...?) with an empty string. I just use "credentials" and it works fine. I hate this...
Hi,
i'm using SWS 1.0 and it works fine.
I wanted to added to all log messages the current username. But i never got one username in my logfiles. Any idea why?
That's why i created this...
There isn't much to see.
<bean id="messageDispatcher" class="org.springframework.ws.soap.server.SoapMessageDispatcher">
<description>
The MessageDispatcher is...
Where is the release party? :)
Ingo
I hope you also have a version of the original apache-xerces in your classpath? The property alone isn't enough. As far as i know, if the class of the property isn't fount, then Java falls back to...
Nice.
1.0 sounds calmative. :)
Ingo
Hi Exgorth.
Yes, it's a bug of the Java validator. I thought they will automatically update to a new xerces version which would solve the problem (i hope).
Arjen described a workaroud in my...
I didn't get a response yet in the JAXB-Mailinglist. But it's possible, that JAXB-MTOM can't marshal hexBinary.
But what's with the other question. Do you have a answer for a little guy like me? :)
Hi,
i switched from a SWS M3 release to the RC2 release.
I have a problem now with my WebService, which transfers files.
The last months, i simply used a simple base64binary field to upload...
Hi,
i've seen the UserDetails class.
What's the intended difference between a user which is disabled or locked.
Cheers,
Ingo
Thank you Arjen.
I think the value of a username token shouldn't be restricted to some chars - the backslash or # should also be possible.
I'll discuss this with the XWSS guys. If i know more,...
I don't know, i think it's not that easy.
My authentication works fine and seperates domain and name.
I don't know what they are doing at
...
I used my debugger and got this info (for "LOCAL\Robert" as username):
com.sun.xml.wss.XWSSecurityException:
java.lang.IllegalArgumentException: improperly specified input name: CN=LOCAL\Robert...
Hi,
i added a domain information to the username.
Before, the username contained only the name "Robert", but it contains also the domain "LOCAL\Robert".
The XwsSecurityInterceptor is...