[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 16 03:14:48 EST 2009
Is this the XML?
<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>
|
| <listener>
| <javaee:listener-class>org.mobicents.servlet.sip.example.CallBlockingSipServlet</javaee:listener-class>
| </listener>
| </sip-app>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202335#4202335
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202335
More information about the jboss-dev-forums
mailing list