[jboss-user] [JBossWS] - Re: WS-Eventing - sending notification

heiko.braun@jboss.com do-not-reply at jboss.com
Thu Oct 26 06:35:15 EDT 2006


I think artems suggestion is perfectly valid. The SubscriptionManager knows about the schema and could actually validate the event messages. At least this was my original intention. But as palin already realized, there's two things to be done: 

The MetaDataBuilder needs to extract the schema (there might be a better format than String) and populate the deployment info. This would make the schema available to the event source instance. 

In a second step, the message could be validated in SubscriptionManager.dispatch() before handiong off to the background task.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980964#3980964

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980964



More information about the jboss-user mailing list