Re: Eclipse STP installation process

2009-02-16 Thread Mickael Istria
Hello Ann, You'd rather ask the eclipse STP newsgroups for questions about STP. By the way, this seems to be a recent issue in STP. This thread will probably help you http://www.eclipse.org/newsportal/article.php?id=767&group=eclipse.stp#767 Regards, Mickael Ann Mathew a écrit : Hi,

Re: integrate with Hibernate+Spring+CXF

2009-01-28 Thread Mickael Istria
Hello Bhanu, Your problem may be related to a conflict on the "asm" dependency. Indeed, CXF uses a newer "cglib" version than hibernate, that itself uses a newer "asm", so that it sometimes cause issues when integrating them together (Exception such as NoSuchMethodError) The workaround I use i

Start a JMS Service "Java first" without Spring

2008-12-16 Thread Mickael Istria
Hello, I am trying to expose a Java service over JMS only using Java only, and no Spring (because this service is generated and exposed at runtime, and does not exist yet at dev time). This service must use a remote provider (no need to embed an ActiveMQ or any other provider in my app). I'

Re: net.java.dev.jaxb.array.StringArray[] versus String[][]

2008-12-10 Thread Mickael Istria
; wrote: I'm relatively sure that this happens because you are hitting a requirement of the JAX-WS spec. This leads me to believe that you are not using ServerFactoryBean, but rather JaxWsServerFactoryBean. Are you sure? There might be a reason why we feel compelled to do like JAX-WS even in th

net.java.dev.jaxb.array.StringArray[] versus String[][]

2008-12-09 Thread Mickael Istria
Hello, First of all, I'd like to apologize in case of this question is a classic about CXF and/or JaxB, but my research did not give me a good answer, that's why I come to this mailing-list. I have a Service that I expose from a Java class with a "normal" CXF ServerFactoryBean with default d

Re: Use Aegis out of CXF?

2008-06-18 Thread Mickael Istria
Mickael Istria a écrit : I took a look at this example, and I think Aegis is ok for my needs. Thanks a lot! However, I have some questions (that are in fact the same question from several points of view): - Are getters and setters necessary? Or does it use reflection to set the fields

Re: Use Aegis out of CXF?

2008-06-18 Thread Mickael Istria
mples. On Wed, Jun 18, 2008 at 5:17 AM, Mickael Istria <[EMAIL PROTECTED]> wrote: Hello, I would like to use Aegis to generate XML from objects, and vice-versa. In fact, I would like to use CXF instead of JaxB to do marshalling and unmarshalling. I want the same kind of results

Use Aegis out of CXF?

2008-06-18 Thread Mickael Istria
Hello, I would like to use Aegis to generate XML from objects, and vice-versa. In fact, I would like to use CXF instead of JaxB to do marshalling and unmarshalling. I want the same kind of results as explained at http://cwiki.apache.org/CXF20DOC/aegis-databinding.html#AegisDatabinding-Class%3C