[jboss-user] [JBossWS] - Re: BASIC-AUTH LOGOUT

2009-01-30 Thread florian79
Hallo - does nobody need to logout a JBOSS-WS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4205782#4205782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4205782 ___ jboss-us

[jboss-user] [JBossWS] - Re: JBossWS JAX-WS question using stateful

2009-01-21 Thread florian79
Hello JBossWS team, one more year is gone.. does something changed in your stack concerning @Statefull and @Addressing in context of WS? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203525#4203525 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBossWS] - Re: BASIC-AUTH LOGOUT

2008-07-22 Thread florian79
realy no idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165819#4165819 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165819 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [JBossWS] - Re: avoid lazy-initialization exceptions

2008-07-18 Thread florian79
another "ugly" solution is the following: instad of | @XmlIDREF | use: | @XmlJavaTypeAdapter(Entity2StringXMLAdapter.class) | and here is the implementation for the Adapter: | public class Entity2StringXMLAdapter extends XmlAdapter | { | | @Override | public Strin

[jboss-user] [JBossWS] - BASIC-AUTH LOGOUT

2008-07-18 Thread florian79
my environment: jboss4.2.2GA EJB3 JAX-WS I deploy my stateless session beans as @WebService and configure it as: | @WebContext(contextRoot="bla", urlPattern = "bla", authMethod ="BASIC", transportGuarantee ="NONE", secureWSDLAccess = true) | For the authMethod=BASIC i use a class which imp

[jboss-user] [JBossWS] - Re: authMethod=FORM

2008-06-09 Thread florian79
authMethod=Form is not supported http://jbws.dyndns.org/mediawiki/index.php?title=User_Guide#WebContext View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156814#4156814 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=415681

[jboss-user] [JBossWS] - authMethod=FORM

2008-06-09 Thread florian79
does anyone has experience with JAX-WS using the authMethod=FORM like this: | @WebService(...) | @WebContext(contextRoot = "/context-ws", urlPattern = "/Manager", authMethod = "FORM", transportGuarantee = "NONE", secureWSDLAccess = false) | @Stateless | @SecurityDomain("xx") | where

[jboss-user] [JBossWS] - Bug: injecting WebServiceContext at AroundInvoke

2008-02-04 Thread florian79
JBOSS 4.2.2.GA The injection of the WebServiceContext run into an Exception. The Interceptor Class: | public class XXXInterceptor | { | | @PersistenceContext(unitName="XXX") private EntityManager entityManager; | @Resource() private WebServiceContext wsContext; | @EJB p

[jboss-user] [EJB 3.0] - Bug: inject WebServiceContext at AroundInvoke

2008-02-04 Thread florian79
JBOSS 4.2.2.GA The injection of the WebServiceContext run into an Exception. The Interceptor Class: | public class XXXInterceptor | { | | @PersistenceContext(unitName="XXX") private EntityManager entityManager; | @Resource() private WebServiceContext wsContext; | @EJB p

[jboss-user] [JBossWS] - Re: avoid lazy-initialization exceptions

2008-01-23 Thread florian79
really no solution? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122742#4122742 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122742 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBossWS] - Re: avoid lazy-initialization exceptions

2008-01-15 Thread florian79
I have the same problems using JAX-WS and EJB3. I am very interested in a solution for this problem. ghinkle introduced an extended ServiceEndpointInvoker - is there any document how to do that or can you gif me a small intro please. View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - deploy ear on jboss5 BETA3

2008-01-09 Thread florian79
I try to deploy an EAR to the all configuration of jboss5beta3 and get the following exception (the same ear works fine at jboss4.x): | | 16:58:15,154 INFO [Catalina] Server startup in 267 ms | 16:58:17,971 WARN [BeanSchemaBinding] You should use the 2.0 version of the Microcontainer xm

[jboss-user] [JBossWS] - Re: webParameter is null

2007-07-18 Thread florian79
I have the same problem in jbosws 1.2 and 2.0 is there any mistake in my request? really no idea?! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065275#4065275 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065275 __

[jboss-user] [JBossWS] - Re: webParameter is null

2007-07-16 Thread florian79
the generated WSDL: | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |

[jboss-user] [JBossWS] - webParameter is null

2007-07-16 Thread florian79
The call to the webservice works fine but the parameter are null (or 0 in case of int). I use a AJAX- Client and send directly the xml. the Bean: | @WebService( | endpointInterface="com.dooris.ws.TheServicePortType", | targetNamespace="http://www.tai.it/TheService";, | servi

[jboss-user] [JBossWS] - Re: Unsupported content type: application/x-www-form-urlenco

2007-07-14 Thread florian79
there was a problem with the proxy... thank you for your help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064226#4064226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064226 ___

[jboss-user] [JBossWS] - Re: Unsupported content type: application/x-www-form-urlenco

2007-07-14 Thread florian79
yes it sounds like a problem with the content-type. But I set the HTTP- HEADER with 'Content-Type':'text/xml' And I tried the following encode variations: plain: http://schemas.xmlsoap.org/soap/envelope/";>http://hibernate.base.dooris.com/jaws";> escape: %3C%3Fxml%20version%3D%221.0%22%20encod

[jboss-user] [JBossWS] - Unsupported content type: application/x-www-form-urlencoded

2007-07-05 Thread florian79
I try to create a SOAP- connection between jboss-ws and an AJAX- Client (WebBrowser). The WebService is proper deployed. If I start a AJAX-Request to the WebService's URL then I will get the following exception: | 09:59:04,171 ERROR [SOAPFaultHelperJAXWS] SOAP request exception | javax.xml

[jboss-user] [JBossWS] - Re: HalloWorld Problem

2007-07-05 Thread florian79
ok - now I understood! I do not start from WSDL. I generate the WSDL by jboss at deployment time. Now I generated my java sources by wsconsume from the (bad generated) WSDL and I got the same Exception, of Corse. What is the way to tell jboos to generate valid WSDL from my java sources? View

[jboss-user] [JBossWS] - Re: HalloWorld Problem

2007-07-05 Thread florian79
I do not know if I understood your question, but I think I start from WSDL: | public class TheServiceImplTest | { | TheService mySessionBean; | @Before | public void setUp() throws Exception | { | String strURL = "http://localhost:8080/TheServiceImplService/TheS

[jboss-user] [JBossWS] - Re: HalloWorld Problem

2007-07-05 Thread florian79
Thank you, that works now. But now I get the following exception for any SOAPBinding: | javax.xml.ws.WebServiceException: org.jboss.ws.metadata.wsdl.WSDLException: javax.wsdl.WSDLException: WSDLException (at /definitions/message[1]/part): faultCode=UNBOUND_PREFIX: Unable to determine namespace

[jboss-user] [JBossWS] - HalloWorld Problem

2007-07-04 Thread florian79
I got exceptions by tring a hallo world example I use: jboss-4.2.0.GA with jbossws-1.2.1.GA (default WS) My EJB- endpoint: | import javax.ejb.Stateless; | import javax.jws.WebMethod; | import javax.jws.WebResult; | import javax.jws.WebService; | import javax.jws.soap.SOAPBinding; |

[jboss-user] [JBossWS] - Re: advice needed

2007-06-27 Thread florian79
I have the same problem by using an javascript/AJAX client. That is the xml, that I send to the webservice: | http://schemas.xmlsoap.org/soap/envelope/";>http://hibernate.base.dooris.com/jaws";> | and that is the xml of the response: | env:ServerUnsupported content type: application/x-

[jboss-user] [JBoss jBPM] - Re: JBPM 3.1.4 tutorial examples not working in JBPM 3.2b2?

2007-03-07 Thread florian79
I have the same problem in this jbpm version: | 18:20:07,572 INFO [STDOUT] [2007.03.07][com.dooris.base.portal.BPMAction][org.jbpm.JbpmException: problem closing services {persistence=org.jbpm.JbpmException: no jbpm tx service configured}][ERROR]: | 18:20:07,572 ERROR [STDERR] javax.ejb.E

[jboss-user] [EJB 3.0] - Re: Retrieve retrieve Entity Class mapping from jboss

2007-02-16 Thread florian79
I created a statless Sessionbean as followed: | @Stateless | public class BaseSession implements BaseSessionRemote, BaseSessionLocal | { | | @Resource SessionContext context; | @PersistenceContext(unitName="myName") private EntityManager entityManager; | | public Ma

[jboss-user] [JBoss jBPM] - Customizing task instances

2007-02-14 Thread florian79
the org.jbpm.taskmgmt.TaskInstanceFactory provides the possibility to create a TaskInstance (docs: http://docs.jboss.com/jbpm/v3/userguide/taskmanagement.html#customizingtaskinstances). But that is no interface, that I can implement. To extend the TaskInstance is no possibility for me because o

[jboss-user] [EJB 3.0] - Re: Retrieve retrieve Entity Class mapping from jboss

2007-02-13 Thread florian79
I hava just a bad solution, but it would be greate to find something better: | public static Class[] getClassesFromPackage(final String strPackageName) throws ClassNotFoundException | { | ArrayList classes = new ArrayList(); | // Get a File object for the package

[jboss-user] [EJB 3.0] - Re: Session Bean -> Entity Bean

2007-02-13 Thread florian79
place the persistence.xml into the META-INF of your .ejb3 and refer to the other archiv by noting D:/jboss-4.0.4.GA/server/default/external.jar | http://java.sun.com/xml/ns/persistence"; |xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; |xsi:schemaLocation="http://java.sun.

[jboss-user] [JBoss AOP] - Re: persiste a mixin class

2007-02-12 Thread florian79
"florian79" wrote : Hallo! | | The mixin tag allows the attribute transient="false". So is it possible to persiste the mixin class by ejb3/hibernate? | | Example in jBOSS AS (container managed): | | | ClassA extends BasicClassA | | { | |

[jboss-user] [JBoss AOP] - persiste a mixin class

2007-02-12 Thread florian79
Hallo! The mixin tag allows the attribute transient="false". So is it possible to persiste the mixin class by ejb3/hibernate? Example in jBOSS AS (container managed): | ClassA extends BasicClassA | { | public String getA(){..} | } | ClassB extends BasicClassB | { | publi

[jboss-user] [Beginners Corner] - javax.naming.NameNotFoundException

2006-09-27 Thread florian79
I am new in the world of EJB3. I deployed an .ear file to jboss 4.0.4.GA usin Hibernate Entity Manager well, my SessionBean: @Stateless | public class BaseSession implements BaseSessionRemote | { | | @PersistenceContext(unitName="dooris-portal") private EntityManager entityManager;

[jboss-user] [JNDI/Naming/Network] - javax.naming.NameNotFoundException

2006-09-27 Thread florian79
I am new in the world of EJB3. I deployed an .ear file to jboss 4.0.4.GA usin Hibernate Entity Manager well, my SessionBean: @Stateless | public class BaseSession implements BaseSessionRemote | { | | @PersistenceContext(unitName="dooris-portal") private EntityManager entityManager;