Hi,
we have implemented a new CustomizationManager (by extending the default
CustomizationManagerService), we have defined "scopes" associated to the
instances, if the scope is 'window' the customization is associated to the
window (and not the user), so you can edit the preferences (with the cu
Hi, somebody knows a way to solve this ?
I mean, how can I customize the editor to set the preferences for all the users?
Thanks in advance
Martin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196967#4196967
Reply to the post :
http://www.jboss.com/index.ht
Thank you Richard, good news !
Martin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132975#4132975
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132975
___
jboss-user maili
Associated JIRA issue: http://jira.jboss.org/jira/browse/JBWS-2014
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132268#4132268
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132268
Hi all.
We've continued testing MTOM+WS-Security Signature, we need interoperation with
Microsoft clients, so swaRef is not an option and we need MTOM and signatures
working well.
We have found the following problems:
1) On the server side:
1.a) The WS-Security handlers are not invoked, to solv
Hi Claudio.
I'm very glad to hear good news.
Just remember this is a workaround, and with version 2.0.4 your original web
service (return List) should work.
Regards,
Martin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132015#4132015
Reply to the post :
Hi all
We have modified JBossWS 2.0.1 to leave an array of the certificates used in
the signature/encryption process available in the message context:
| Certificate[] certificates = msgContext.get("MESSAGE_CERTIFICATES");
|
There's not an automatic validation against JAAS implemented (as de
Hi Claudio.
Well, I've tested a case very similar to yours, in the same versions (JBoss
4.2.2 with the default JBossWS: 2.0.1 SP2)
I've changed one thing from my previous suggestion, annotate the dummy field
with @XmlAttachmentRef:
| public class DocumentsSet {
| @XmlAttachmentRef
|
Hi Claudio.
Maybe I was not clear enough, I'm not sure you have tried my solution, so here
is an example:
Create a wrapper class, let's say Documentos:
| public class Documentos {
| @XmlMimeType("application/octet-stream")
| private String dummy;
|
| private List documentos;
|
Look at this topic, it seems to be similar, but not related to the log level:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131555
Martin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131557#4131557
Reply to the post :
http://www.jboss.com/index
Hi.
Well, I know it seems hard to believe.
The signature verification fails if a string argument contains a \r character.
To verify it simply modify the JAX-WS SimpleSignTestCase and change Kermit to
Ke\r\nmit (I have tested it with \r\n, but if you remove \r it works)
| in0.setMsg("Ke\r\nmit"
I believe it's a problem in ReflectiveAttachmentRefScanner, the recursion for
collections (arrays or lists) is not working, the annotations are searched in
the array or list type and not in the contained type.
The workaround we have found is to add a wrapper object with a string and the
collect
Hi, we are also trying to use WS-Security + MTOM in JBossWS 2.0.1 and 2.0.3, we
are sending big files so we need binary attachments instead of inline encoded
data.
Here is the result of our tests:
- In JBossWS 2.0.1 you must change the configuration of the endpoint by adding
##SOAP11_HTTP_MTOM
Hi cavani,
I think it's a bug.
The JAX-WS 2.0 specification states (in sections 4.3.1 and 4.2.1.1) the support
for this property is mandatory.
Thanks,
Martin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130597#4130597
Reply to the post :
http://www.jboss.
Thanks Alessio,
I've uploaded the patch in the JIRA issue.
Martin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126965#4126965
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126965
___
Hi, I'm using JBossWS 2.0.3 to run this simple code:
| JAXBContext ctx = JAXBContext.newInstance(Discover.class,
DiscoverResponse.class);
| Dispatch dispatch = service.createDispatch(portQName, ctx,
Service.Mode.PAYLOAD);
|
| dispatch.getRequestContext().put(BindingProvider.ENDPOINT_ADD
Hi all, I'm using JBossPortal 2.6.3 on a JBossAS 4.2.2 and I can reproduce the
problem reported by Nidhi and I also have it working as Michael says.
The difference is the href in the html link, if the link is relative
(default/B.htmlas in the example by Michael) it works fine and B.html is
This post in the Alfresco forums:
http://forums.alfresco.com/viewtopic.php?p=28282
gives a way to implement SingleSignOn to Alfresco on JBossPortal
I've tested it with Alfresco 2.9.0 (built from sources) on JBossPortal 2.6.2
and JBoss AS 4.2.2
View the original post :
http://www.jboss.com/in
I've found this issue
http://jira.jboss.com/jira/browse/JBSSO-24
indicating the out-of-the-box integration between JBossPortal and JBossSSO is
ready.
But I can't find any documentation explaining how to use it.
Somebody knows how to use it?
I'm using JBossPortal 2.6.2 and I want to use the latest
Hi,
I'm using JBossPortal 2.6.2 and testing WSRP between two instances of
JBossPortal.
I need information about the connected user in the producer side, so I'm trying
these methods of RenderRequest with the following results:
getRemoteUser(): returns the login of the connected user on the consume
Thanks Clebert, it is working now.
Martin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044673#4044673
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044673
___
jboss-user ma
Any news about this issue?
I have the same problem, mdbs (ejb3) are not working with jboss messaging 1.2.0
GA
java.lang.ClassNotFoundException: No ClassLoaders found for:
org.jboss.jms.client.container.ClosedInterceptor
Thanks in advance
View the original post :
http://www.jboss.com/index.html
I'm having the same problem, I cannot access a JSF portlet remotely using WSRP.
Did anyone now something about it?
Thanks in advance
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970444#3970444
Reply to the post :
http://www.jboss.com/index.html?module=bb&
23 matches
Mail list logo