[jboss-user] [JBossMQ] - MaxTimesRedelivered does not work

2009-02-12 Thread mleite
this configuration did not work, because the message was redelivered 6 times. My JBoss version is 4.2.2GA. Thanks in advance MLeite View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209686#4209686 Reply to the post : http://www.jboss.org/index.html?m

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Custom Logging

2009-01-23 Thread mleite
Hello there... I would like to know if is it possible to setup a DailyRollingFileAppender to create at maximum 10 files, i mean, i would like to create daily logs for the last 10 days, do not matter the file's size. I know that RollingFileAppender does something like that, that is, limit the n

[jboss-user] [JBossWS] - Re: Stack Overflow while deploing JBossWS 2.0 web services

2007-10-31 Thread mleite
Hi, i have the same problem. Anyone has just solved it? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100749#4100749 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100749 __

[jboss-user] [JBossWS] - Re: XMLSchema, WSDL and wsconsume tool

2007-10-09 Thread mleite
Ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092977#4092977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4092977 ___ jboss-user mailing list jboss-user@lists.jboss.o

[jboss-user] [JBossWS] - Re: XMLSchema, WSDL and wsconsume tool

2007-10-08 Thread mleite
Hi, Richard! Thanks for your help. I've decided to put my complex/simple types within the WSDL file only for experience. Then i've put my WSDL file in a folder called wsdl and put this folder in the WEB-INF dir, but it doesn't work. JBoss still create the WSDL dinamically without my complex/sim

[jboss-user] [JBossWS] - XMLSchema, WSDL and wsconsume tool

2007-10-05 Thread mleite
Hi, i have created a WSDL file that is based on a XMLSchema file. In that XMLSchema file i have defined some rules related to simpleTypes, like that: | | | | | | With this simpleType i have created a complexType, like that: | | | | |

[jboss-user] [JBossWS] - Re: Help with development environment

2007-09-13 Thread mleite
Hi, thanks for your help, but i really need some more help. Could you give some tips on how to create this environment? For instance, what JARs from JBossWS should i use in my project, should i use EJB or POJO as Web Services... Is you have any link with this information... Best Regards Marce

[jboss-user] [JBossWS] - Help with development environment

2007-09-13 Thread mleite
Hi, i need help with a development environment. I need to use JAX-WS to develop some Web Services, but i need to prepare a productive environment to do this. I have some doubts on what tools to use to do this. Can i mix JBossIDE + ANT and use JBossAS 4.2.1 + JBossWS as JAX-WS implementation? C