Does any one have a solution. I am looking forward to hear from you guys.. Thanks in advance.
Type: Posts; User: aragonknight; Keyword(s):
Does any one have a solution. I am looking forward to hear from you guys.. Thanks in advance.
Could you please guide me on how to add the security headers to the client soap request using the stubs i have created using Axis2 from the wsdl generated by spring web services?
Any help would be...
Could you please guide me on how to ad the security headers to the client soap request using the stubs i have created using Axis2 from the wsdl generated by spring web services?
Any help would be...
Hello,
Is there a way to generate documentation or publish webservices that are created using spring webservices?
To be secific, I have two endpoints written for creating and querying a record....
Could you please elobarate on how do i specify the username and password from the soap message. should the authentication details be from the header or within the body. and do i have to pass...
Thanks Afe.
you need a placeholder like a4j:outputpanel to display messages in h:message. h: message cannot be displayed without placeholders.you should be able to view messages usinh h:message if you place it...
Hey Guys,
I am trying to get the current flow execution and end it while in my action Listener from the managed bean.
I am using the following code to get the flowExecutionKey, but the key is...
How do we parse the flow execution key?
How do we get the encoded key to be passes as parameter to parseflowexecutionkey?
any help would be great.
Thank you.
RequestControlContext requestContext = (RequestControlContext) RequestContextHolder.getRequestContext();
MutableAttributeMap map = new LocalAttributeMap();
map.put("adHocQueryName", "User...
I am using this tag from Infragistics called Ig:Chart which has only one action Listener (dataPointListener).
<ig:chart id="chartRenderer1" binding="#{adHocQueryExecutionBean.chartRenderer1}" ...
Thank you For responding.
Here is what I got. A dataPointListener( ActionListener) which is invoked from a chart tag. Which when invoked collects data for that point clicked which i need to use to...
Hello,
Could you please take a look at my requirement if you get a chance to look at it?
Thank you
Soryy for the delay in response. Here arre more details on this. I have a chart which when cllicked on a datapoint enters a datapointListener, where in i get the link associated to that datapoint...
Hey Guys,
I am using the folowing code
RequestContext requestContext = RequestContextHolder.getRequestContext();
String path = requestContext.getExternalContext().getContextPath();...
Hello All,
I have a situation where i need to invoke a new webflow from the action listener based on the input parameter i recceive in the action listener.
Could you please guide me through how...
Hey Peter,
Thanks for your response.
I hvae tried what you said and i could not get the url working. i can't get the values mapped correctly. it maps the original value to null.
Attached...
Hey Marten,
Thank you for your response and sorry for improper formatting of the code. I have tried changing the request Scope to requestParameters, but seems like the flow ids not receiving the...
Hello All,
I am trying to invoke a new flow from within an existing flow, using javascript function.
I have a flow called home flow where in i call a javascript from a datapoint in...
"http://localhost:8080/Application/spring/flow-name?QueryName=xyz"
I ge the following error when I try to open my portal page. Does any one have any clue on why am I getting this setLocale() null pointer exception on UI ViewRoot?
Following is my web.xml:
<?xml...
Hey Kieth,
Thakns for the response. I have had luck deploying the application on Pluto integrated with Tomcat 6. Would you have any clue on how can I deploy the app on Jboss Portal Server?
I...
Any luck yet with deploying the application on Jboss?
Thank you.
Was any one successful deploying the sample on JBOSS portal Server?
Could you please throw some light on it?
Thank you,
Did you find any way to do it?