[jboss-user] [JBossWS] - SubClasses not included into WSDL

2008-02-21 Thread arvi
Hi all,
   The WSDL file generated using java classes does not include the sub 
classes for an abstract class.

This is the actual case.

1) The service class is abstract, which is extended many other classes.

2) The serviceProfile class has a Collection of service class.

The WSDL includes only the service class and not the subclasses, Is there 
anyway to include them into the WSDL?

With the earlier implmentation using JBoss-net we used web-service.xml for 
explicit 'typeMappings'.
Is there a way for this explicit typeMappings with JBossWS?


Thanks,
Arvind

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131168
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Messaging, JMS & JBossMQ] - Server/Client time variations Problem

2008-02-06 Thread arvi
Hi all,
   I am using JBoss 4.0.5 version as my Application server.
   The problem is when the server and client time varies the message gets 
lost somewhere, but the JMX MessageCounter for the particular queue (say 
queue/A) counts the message. 
   The server time is kept to yesterday and the client (listener) is in 
today (current time). There is another sender which is located/running with the 
server which sends the message. 
   Only Queue message is not delivered, topic messages are consumed 
successfully.

   I used the following options but did'nt help, 
   sender.setDisableMessageTimestamp(true);
and
   msg.setJMSTimestamp(0);


  The problem doesnt occur in the following two scenarios: 
   1) When the server/client times are in synch.
2) The server time is kept to tomorrow and client remains in the current time.

Thanks,
Arvind

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127248
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user