RE: Build failed in Hudson: Syna pse - Trunk » Apache Synapse - U tility classes #606

2009-04-21 Thread Hubert, Eric
Hi all,

I double-checked my patch in https://issues.apache.org/jira/browse/SYNAPSE-526 
and it looks to be OK. So everything should be there as well. Maybe the new 
files did not get added from the local sendbox to which the patch was applied.
Anyway I hope it will be easy to fix for one of the committers. 

Thanks,
   Eric



> -Original Message-
> From: Hubert, Eric [mailto:eric.hub...@foxmobile.com]
> Sent: Tuesday, April 21, 2009 9:11 AM
> To: dev@synapse.apache.org
> Subject: RE: Build failed in Hudson: Synapse - Trunk » Apache Synapse -
> Utility classes #606
> 
> Hi all,
> 
> the broken build is related to the applied JMX/security patch.
> 
> No matter what exactly went wrong, the following new classes (all new
> classes?) are simply missing:
> 
> synapse-core:
> org.apache.synapse.JmxAdapter
> 
> org.apache.synapse.security.enumeration.CipherOperationMode
> org.apache.synapse.security.enumeration.EncodingType
> org.apache.synapse.security.tool.EncondingHelper
> 
> synapse-utils:
> org.apache.synapse.commons.util.secret.SecretConfigurationConstants
> org.apache.synapse.commons.util.secret.SecretInformation
> org.apache.synapse.commons.util.secret.SecretInformationFactory
> 
> org.apache.synapse.commons.util.jmx.JmxConfigurationConstants
> org.apache.synapse.commons.util.jmx.JmxInformation;
> org.apache.synapse.commons.util.jmx.JmxFactory;
> org.apache.synapse.commons.util.jmx.JmxSecretAuthenticator;
> org.apache.synapse.commons.util.jmx.MBeanRegistrar
> org.apache.synapse.commons.util.jmx.MBeanRepository
> 
> To be able to quickly fix this, I attached a newly created patch against
> the current trunk. As a backup I created a zip with the files I touched or
> created, which should include all the above as well.
> 
> Sorry, I don't know what caused this. Maybe I uploaded a wrong patch file,
> need to check this...
> 
> I hope someone can quickly fix this.
> 
> Thanks,
>Eric
> 
> 
> 
> > -Original Message-
> > From: Apache Hudson Server [mailto:hud...@hudson.zones.apache.org]
> > Sent: Tuesday, April 21, 2009 8:04 AM
> > To: dev@synapse.apache.org
> > Subject: Build failed in Hudson: Synapse - Trunk » Apache Synapse -
> > Utility classes #606
> >
> > See http://hudson.zones.apache.org/hudson/job/Synapse%20-
> > %20Trunk/org.apache.synapse$synapse-utils/606/
> >
> > --
> > [INFO] -
> --
> > -
> > [INFO] Building Apache Synapse - Utility classes
> > [INFO]task-segment: [clean, install]
> > [INFO] -
> --
> > -
> > [INFO] [clean:clean]
> > [INFO] Deleting directory
> > http://hudson.zones.apache.org/hudson/job/Synapse%20-
> > %20Trunk/org.apache.synapse$synapse-utils/ws/target
> > [INFO] [resources:resources]
> > [INFO] Using default encoding to copy filtered resources.
> > [INFO] snapshot org.apache.axis2:axis2-transport-jms:1.0-SNAPSHOT:
> > checking for updates from apache-snapshots
> > [INFO] snapshot org.apache.axis2:axis2-transport-jms:1.0-SNAPSHOT:
> > checking for updates from wso2-m2
> > 7K downloaded
> > [INFO] snapshot org.apache.axis2:axis2-transport:1.0-SNAPSHOT: checking
> > for updates from apache-incubating
> > [INFO] snapshot org.apache.axis2:axis2-transport:1.0-SNAPSHOT: checking
> > for updates from apache-snapshots
> > [INFO] snapshot org.apache.axis2:axis2-transport:1.0-SNAPSHOT: checking
> > for updates from wso2-m2
> > 15K downloaded
> > [INFO] snapshot org.apache.axis2:axis2-transport-base:1.0-SNAPSHOT:
> > checking for updates from apache-snapshots
> > [INFO] snapshot org.apache.axis2:axis2-transport-base:1.0-SNAPSHOT:
> > checking for updates from wso2-m2
> > 6K downloaded
> > [INFO] snapshot org.apache.axis2:axis2-kernel:1.5-SNAPSHOT: checking for
> > updates from apache-snapshots
> > [INFO] snapshot org.apache.axis2:axis2-kernel:1.5-SNAPSHOT: checking for
> > updates from wso2-m2
> > [INFO] snapshot org.apache.axis2:axis2-parent:1.5-SNAPSHOT: checking for
> > updates from apache-snapshots
> > [INFO] snapshot org.apache.axis2:axis2-parent:1.5-SNAPSHOT: checking for
> > updates from wso2-m2
> > [INFO] snapshot org.apache.axis2:axis2-transport-local:1.5-SNAPSHOT:
> > checking for updates from apache-snapshots
> > [INFO] snapshot org.apache.axis2:axis2-transport-local:1.5-SNAPSHOT:
> > checking for updates from wso2-m2
> > [INFO] snapshot org.apache.axis2:axis2-transport-mail:1.0-SNAPSHOT:
> > checking for updates from apache-snapshots
> > [INFO] snapshot org.apache.axis2:axis2-transport-mail:1.0-SNAPSHOT:
> > checking for updates from wso2-m2
> > 5K downloaded
> > Downloading:
> > http://repository.apache.org/snapshots/javax/mail/mail/1.4.2/mail-
> > 1.4.2.pom
> > Downloading: http://dist.wso2.org/maven2//javax/mail/mail/1.4.2/mail-
> > 1.4.2.pom
> > Downloading:
> > http://people.apache.org/~asankha/repository/javax/mail/mail/1.4.2/mail-
> > 1.4.2.pom
> > Downloading: http://repo1.ma

[jira] Commented: (SYNAPSE-535) Inline schema definitions get lost

2009-04-21 Thread Saliya Ekanayake (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNAPSE-535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701110#action_12701110
 ] 

Saliya Ekanayake commented on SYNAPSE-535:
--

I was able to debug through the process and found out the reason for this. The 
XML Schema version used in Synapse supports http://www.w3.org/2001/XMLSchema 
where as in my case it is http://www.w3.org/2000/10/XMLSchema. 

So is there a way to overcome this without modifying the schema namespace URI?

Thanks,
Saliya

> Inline schema definitions get lost
> --
>
> Key: SYNAPSE-535
> URL: https://issues.apache.org/jira/browse/SYNAPSE-535
> Project: Synapse
>  Issue Type: Bug
>  Components: Core
>Reporter: Saliya Ekanayake
>
> Create a proxy service with giving a WSDL (in my case it is version 1.1). The 
> WSDL contains inline schema definitions. Now when you see the WSDL for the 
> created proxy service the inline schema section is not generated correctly as 
> in the original WSDL. The scenario I encountered is the loss of elements. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org
For additional commands, e-mail: dev-h...@synapse.apache.org



Re: Build failed in Hudson: Synapse - Trunk » Apach e Synapse - Utility classes #606

2009-04-21 Thread Asankha C. Perera

Hi Eric

I double-checked my patch in https://issues.apache.org/jira/browse/SYNAPSE-526 
and it looks to be OK. So everything should be there as well. Maybe the new 
files did not get added from the local sendbox to which the patch was applied.
Anyway I hope it will be easy to fix for one of the committers. 
  
Sorry, this was my fault to miss svn adding the new files.. I've 
comitted them now and will check a build on Hudson to make sure


thanks, and sorry for the delay in fixing this..
asankha

--
Asankha C. Perera
AdroitLogic, http://adroitlogic.org

http://esbmagic.blogspot.com





-
To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org
For additional commands, e-mail: dev-h...@synapse.apache.org



Hudson build is back to normal: Synapse - T runk » Apache Synapse - Utility classes #607

2009-04-21 Thread Apache Hudson Server
See 
http://hudson.zones.apache.org/hudson/job/Synapse%20-%20Trunk/org.apache.synapse$synapse-utils/607/



-
To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org
For additional commands, e-mail: dev-h...@synapse.apache.org