[jboss-dev-forums] [Design of JBossXB] - Re: problem parsing sip.xml with JBossXB
alex.loubyansky@jboss.com
do-not-reply at jboss.com
Fri Jan 9 12:26:54 EST 2009
What about this?
<sip-app xmlns="http://www.jcp.org/xml/ns/sipservlet" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| xsi:schemaLocation="http://www.jcp.org/xml/ns/sipservlet http://www.jcp.org/xml/ns/sipservlet/sip-app_1_1.xsd"
| xmlns:javaee="http://java.sun.com/xml/ns/javaee" xmlns:xs="http://www.w3.org/2001/XMLSchema"
| version="1.1">
| <app-name>org.mobicents.servlet.sip.example.CallBlockingApplication</app-name>
|
| <servlet>
| <javaee:servlet-name>CallBlockingSipServlet</javaee:servlet-name>
| <javaee:servlet-class>org.mobicents.servlet.sip.example.CallBlockingSipServlet</javaee:servlet-class>
| <javaee:load-on-startup>1</javaee:load-on-startup>
| </servlet>
| </sip-app>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200658#4200658
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200658
More information about the jboss-dev-forums
mailing list