[JBoss-user] [JBossWS] - Re: creating webservice for interface Element[] function(Ele

2005-10-11 Thread amvzw
above message is incomplete This is the interface Element[] function(Element[] element) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900514#3900514 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900514 ---

[JBoss-user] [JBossWS] - creating webservice for interface Element[] function(Element

2005-10-11 Thread amvzw
Can any one help me create wsdl and JAX-RPC mapping files and make them work in jboss4.0.1sp1. I tried different approaches.In every attempt ,jboss throws an error saying that cannot deserialize an unexpected child. If anybody can provide samples of those files.That will be great. Thank you Vi

[JBoss-user] [JBossWS] - creating webservice for interface

2005-10-11 Thread amvzw
Can any one help me create wsdl and JAX-RPC mapping files and make them work in jboss4.0.1sp1. I tried different approaches.In every attempt ,jboss throws an error saying that cannot deserialize an unexpected child. If anybody can provide samples of those files.That will be great. Thank you Vi

[JBoss-user] [EJB/JBoss] - Re: Cannot deploy ear containing wlclient.jar

2005-09-15 Thread amvzw
What are the Class loading differences between libraries that are in a web application web-inf/lib and that are in class-path entry of META-INF/manifest.mf of a ear. I recently developed a web services application with a ejb endpoint.Then packaged it in a ear file with the classpath entry .The

[JBoss-user] [EJB/JBoss] - WEB-INF/lib (.war) Vs META-INF/MANIFEST.MF (.ear)

2005-09-15 Thread amvzw
What are the Class loading differences between libraries that are in a web application web-inf/lib and that are in class-path entry of META-INF/manifest.mf of a ear. I recently developed a web services application with a ejb endpoint.Then packaged it in a ear file with the classpath entry .The

[JBoss-user] [JBossWS] - JAXB UnMarshalling error com/sun/msv/datatype/xsd/DateType

2005-08-05 Thread amvzw
try { JAXBContext jc = JAXBContext.newInstance("com.vzw.xmlmapping"); Unmarshaller unmarshaller = jc.createUnmarshaller(); HostInformation collection= (HostInformation)unmarshaller.unmarshal(new File("c:/sample.xml")); System.out.println("Testing");

[JBoss-user] [Security & JAAS/JBoss] - JAAS+SERVLET+getUserPrincipal = NULL+Form Based Authenticati

2005-06-15 Thread amvzw
I have created a application where simple "login.jsp" page accepts a username and password . A servlet filter intercepts it and authenticates the user using the JAAS login Databasemodule successfully. Then the request is forwarded to the requested action class. Now in the action class when the

[JBoss-user] [Security & JAAS/JBoss] - Re: Security Propagation Problem: Jboss 4.0.2 vs 4.0.1sp1

2005-06-14 Thread amvzw
soon_shin, Can you please provide the code for the application you have done.I am trying to achieve the same .(EJB+FormbasedAuthentication+Struts) .A lot of folks are looking for a sample application Thanks a lot (Ahead). View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Beginners Corner] - Writing client for Web Services

2005-03-16 Thread amvzw
http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch12.html I followed the exact instructions from the above link to develop a web service using Jboss4.0.0Sp1 and Eclipse.I was successful in doing it. But when I run the client ,the following error message is displayed javax.xml.rpc.ServiceExcept

[JBoss-user] [Beginners Corner] - Developing Web services Using jboss-eclipse ide 3.0 and jbos

2005-03-12 Thread amvzw
1) I have developed a war file and deployed it on jboss-4.0.0Rc1 using the Jboss-eclipse-ide 2) Then I have modified the file "C:\jboss-4.0.0RC1\server\default\deploy\jboss-ws4ee.sar\META-INF\axis-server-config.xml" by adding this element service name="Data" provider="java:RPC">