[ 
http://jira.codehaus.org/browse/XFIRE-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_105858
 ] 

Jean-Louis Pinheiro commented on XFIRE-1081:
--------------------------------------------

Martin,

Your patch seems to solve the issue XFIRE-1080 and when applied, the service 
returns the security headers when an exception occurs.
The problem is that the generated <soap:Fault> element doesn't have a <detail> 
element, and I then always obtain a org.codehaus.xfire.XFireRuntimeException 
instead of my functional exception.

Here is the stacktrace I obtain :
org.codehaus.xfire.XFireRuntimeException: Exception while calling: 
http://localhost:8082/SOFFWK_METIER_WAR/remoting/SecureSimulationService 
arguments: java.util.GregorianCalendar : 
java.util.GregorianCalendar[time=1188305504562,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="Europe/Paris",offset=3600000,dstSavings=3600000,useDaylight=true,transitions=184,lastRule=java.util.SimpleTimeZone[id=Europe/Paris,offset=3600000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=2,startMonth=2,startDay=-1,startDayOfWeek=1,startTime=3600000,startTimeMode=2,endMode=2,endMonth=9,endDay=-1,endDayOfWeek=1,endTime=3600000,endTimeMode=2]],firstDayOfWeek=2,minimalDaysInFirstWeek=4,ERA=1,YEAR=2007,MONTH=7,WEEK_OF_YEAR=35,WEEK_OF_MONTH=5,DAY_OF_MONTH=28,DAY_OF_YEAR=240,DAY_OF_WEEK=3,DAY_OF_WEEK_IN_MONTH=4,AM_PM=1,HOUR=2,HOUR_OF_DAY=14,MINUTE=51,SECOND=44,MILLISECOND=562,ZONE_OFFSET=3600000,DST_OFFSET=3600000]
 |. Nested exception is org.codehaus.xfire.fault.XFireFault: Erreur pour de faux

The XFireFault should be converted to the functional exception thrown ...
Any idea ?

> The changes done by the FaultSoapSerializerHandler cannot be seen in the 
> CurrentMessage.
> ----------------------------------------------------------------------------------------
>
>                 Key: XFIRE-1081
>                 URL: http://jira.codehaus.org/browse/XFIRE-1081
>             Project: XFire
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.2.6
>            Reporter: Martin Andres Marquez
>            Assignee: Dan Diephouse
>         Attachments: XFIRE-1081.diff
>
>
> The DOMOutHandler puts the FaultSoapSerializerHandler after it when it should 
> be placed before in order to see the changes when it comes to the encryption 
> part with wss4j for example.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to