[jboss-user] [JBossWS] - Re: Cannot get port meta data

2007-04-02 Thread michea
solved: the wsdllocation was null

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

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


[jboss-user] [JBossWS] - Cannot get port meta data

2007-04-01 Thread michea
On jboss4.0.5+ws1.2SP1

I try to consume a webservice were artifacts and Service comes from a local 
wsdl packed in the war (I use wsconsume).

Well try to obtain the port I get


  | javax.xml.ws.WebServiceException: Cannot get port meta data for: 
{http://service.workflow.mvno.manaty.org/}ConsoServiceCRMBeanPort
  | at 
org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.getPort(ServiceDelegateImpl.java:143)
  | 

Any idea ?

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

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


[jboss-user] [JBoss jBPM] - Re: No action triggered on Ubuntu

2007-03-27 Thread michea
Thank you for these links !

We indeed identified the problem as coming from Mysql 5 (cross connections 
tests were not properly done)
and up to now we switch back to mysql4.

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

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


[jboss-user] [JBoss jBPM] - No action triggered on Ubuntu

2007-03-26 Thread michea
In a previous post I said we spent a lot of time with jpbm's transitions on 
Jboss4.0.5GA+EJB3+jbossws1.2SP1

We eventually managed to make it work (at least it seems) by patching with the 
correction proposed for bug 853 and 854.

Now we arrive to another problem : on Linux (ubuntu) no action is triggered on 
"node-enter" inside a decision node, but it works on XP (same jdk 1.5.0.11 and 
clone of the whole jboss structure and DB).
Since we persist the process definition in mysql and the DB on linux is Mysql5 
whereas it is mysql4 on WinXP we tried to cross connect the apps and DB with no 
effet, so database is not the concern.

We also thought about :
- environment variables... doesn't seem so
- different deployment history on servers : nope (same behavior when deleting 
tmp dir)

We almost have no idea to go further... we'll try Redhat...



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

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


[jboss-user] [JBoss jBPM] - where are ended project in the console

2007-03-26 Thread michea
In 3.2GA's console is there a way to see the ended process ?
In 3.1.4 it was possible to select and delete them.

Thanks

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

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


[jboss-user] [JBoss jBPM] - Re: jBPM : Couldn't be that complicated...

2007-03-26 Thread michea
To create the tables, I used the script given with 3.2 GA after :
- removing the firsts ALTER TABLE instructions
- adding ";" at the end of each line

It seems to work, for the login/pass I just uses a properties file.

We are still struggling with transactions and transitions, as we have different 
behaviours depending on the machine.
I start to guess that 4.0.5GA + EJB3 might have some bug in redeployment, often 
I have to delete the content of server/tmp to deploy correctly.

A jboss4.0.5+EJB3 bundled with JBPM... would be great in the suite.

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

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


[jboss-user] [JBoss jBPM] - Weird console problem

2007-03-23 Thread michea
On jboss4.0.5+EJB3+jbossws1.2 we installed jbpm3.2 console.
We duplicated (copy and paste of the whole jboss dir) this instance
- On a redhat : it works
- On a WinXP : it works
- On another WinXP (mine :( )  I get this exception 


  | java.lang.IllegalStateException: Application was not properly initialized 
at startup, could not find Factory: javax.faces.context.FacesContextFactory
  | at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:263)
  | at javax.faces.webapp.FacesServlet.init(FacesServlet.java:142)
  | ...
  | 
and cannot see the console.

We have the same DB JAVA_HOME point to jdk5.0.11 in all configs

Any idea ?



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

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


[jboss-user] [JBoss jBPM] - Re: jBPM : Couldn't be that complicated...

2007-03-23 Thread michea
Hi

We are fighting for making jbpm work on jboss4.0.5 + EJB3 RC9 patch 1 + jbossws 
1.2  for weeks...
And no success yet.

Among things we tried we removed javassist.jar from the console (at least we 
can see the console)

We are now struggling with the transitions in decision nodes. Whatever we put 
in the condition (using ... or ) jbpm always takes the first one !

What about creating a page somewhere to get jbpm work with jboss4.0.5 ?
I don't think it is a really fancy idea since the 4.0.5 is the latest 
production quality release.

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

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


[jboss-user] [JBoss jBPM] - jbpm3.2 beta 2 on jboss4.2.0 RC1

2007-03-10 Thread michea
when deploying jbpm-enterprise.ear on a fresh jbossAS 4.2.0 I obtain few errors 
:

2007-03-10 23:30:49,703 FATAL 
[javax.enterprise.resource.webcontainer.jsf.application] JSF1029: The specified 
InjectionProvider implementation 
'org.jboss.web.jsf.integration.injection.JBossInjectionProvider' does not 
implement the InjectionProvider interface. 
  | 2007-03-10 23:30:49,703 WARN  
[javax.enterprise.resource.webcontainer.jsf.application] JSF1033: Resource 
injection is DISABLED.
  | 2007-03-10 23:30:50,984 ERROR 
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/jbpm-console]]
 Exception sending context initialized event to listener instance of class 
com.sun.faces.config.ConfigureListener
  | java.lang.LinkageError: loader constraints violated when linking 
javax/el/ExpressionFactory class
  | at 
com.sun.faces.config.ConfigureListener.registerELResolverAndListenerWithJsp(ConfigureListener.java:1638)
  | at 
com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:455)
  | 

Any idea ?

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

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


[jboss-user] [JBossWS] - Re: Must a @Webservice also be a session bean?

2007-02-19 Thread michea
No not necessarily, it can be any pojo.


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

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


[jboss-user] [JBossWS] - Re: Help: how to consume webservice in ejb3 ?

2007-02-19 Thread michea
Solved, thanks to rlamie : The port=null problem  came from the configuration 
of jboss server in netbeans.
I just had to uncheck "Use IDE Proxy Settings"



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

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


[jboss-user] [JBossWS] - Re: Help: how to consume webservice in ejb3 ?

2007-02-18 Thread michea
in fact with the annotation, the problem comes from the injection :

[SOAPFaultHelperJAXWS] SOAP request exception
  | java.lang.RuntimeException: Non matching type for inject of field: 
org.manaty.mvno.webservice.SimuCRMBeanService 
org.jboss.test.jbossWebService.simuCRMBeanService for type: 
org.jnp.interfaces.NamingContext of jndiName 
env/org.jboss.test.jbossWebService/simuCRMBeanService
  | intfs: , javax.naming.Context, java.io.Serializable
  | at 
org.jboss.injection.JndiFieldInjector.inject(JndiFieldInjector.java:135)
  | at 
org.jboss.injection.JndiFieldInjector.inject(JndiFieldInjector.java:104)
  | at 
org.jboss.injection.JndiFieldInjector.inject(JndiFieldInjector.java:61)
  | at org.jboss.ejb3.AbstractPool.create(AbstractPool.java:92)
  | 

?...

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

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


[jboss-user] [JBossWS] - Re: Help: how to consume webservice in ejb3 ?

2007-02-18 Thread michea
"[EMAIL PROTECTED]" wrote : @WebServiceRef is supported in jbossws-1.2.0

Doesn't work better with the annotation.

Here is the ejb

  | 
  | @Stateless()
  | @WebService()
  | public class jbossWebService {
  | @WebServiceRef()
  | org.manaty.mvno.webservice.SimuCRMBeanService simuCRMBeanService;
  | 
  | @WebMethod
  | public String identProxy(@WebParam(name = "login") String login, 
@WebParam(name = "password") String password) {
  |  String result="pb";
  |org.manaty.mvno.webservice.SimuCRMBeanLocal _simuCRMBeanPort = 
simuCRMBeanService.getSimuCRMBeanPort();
  |result =  _simuCRMBeanPort.identification(login,password);
  | return result;
  |  }
  | 

the webservice called works perfectly well, it is another EJB endpoint on the 
same server.

I successfully used wscompile ant task to generate the artifacts 


  |http://127.0.0.1:8080/simuCRMBilling/simuCRMBean?wsdl";  >
  | 
  | 

and the wsdl is quite simple


  | ?
  | http://simu.mvno.manaty.org/";>
  | ?
  | 
  | ?
  | http://simu.mvno.manaty.org/"; version="1.0">
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | 
  | 
  | ?
  | 
  | http://schemas.xmlsoap.org/soap/http"/>
  | ?
  | 
  | 
  | ?
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | 
  | ?
  | 
  | 
  | ?
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | 
  | ?
  | 
  | 
  | ?
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | 
  | ?
  | 
  | 
  | ?
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | 
  | ?
  | 
  | 
  | ?
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | 
  | ?
  | 
  | 
  | ?
  | 
  | 
  | 
  | ?
  | 
  | 
  | 
  | 
  | 
  | ?
  | 
  | ?
  | 
  | http://DIVIOSOFT:8080/simuCRMBilling/simuCRMBean"/>
  | 
  | 
  | 
  | 

As for JAXRPC this is not possible to use it as for other WS in the same 
application I have a complex binding that require jaxb2.

I would be grateful of any hint or example

Sebastien

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

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


[jboss-user] [JBossWS] - Re: just can't get jbossWS working!!

2007-02-16 Thread michea

I don't know if this might help but i did the same steps, then added jaxws2.1 
in server/default/lib and got into troubles.

To solve (part of) the problems I had to copy jboss-saaj.jar from client to 
lib/endorsed


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

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


[jboss-user] [JBoss jBPM] - Re: where to put processimage.jpg

2007-01-17 Thread michea
Thank you i'll try this, do you know what is the class that contain this method 
?

Also I'm thinking of another solution : call the upload servlet of the 
jbpm-console with the par file attached.


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

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


[jboss-user] [JBossWS] - Re: WSDL-JAVA - How do you generate both server and client a

2007-01-17 Thread michea
If you want to consume a webservice in a webapp (having only the wsdl), this is 
extremely easy with Netbeans 5.5 : look here 
http://wiki.netbeans.org/wiki/view/JAXWSJBoss

for the server side it is easier to first code the webservice using annotations 
in a stateless ejb, then generate the wsdl (same link)

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

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


[jboss-user] [JBossWS] - Re: WSDL-JAVA - How do you generate both server and client a

2007-01-17 Thread michea
If you want to consume a webservice in a webapp (having only the wsdl), this is 
extremely easy with Netbeans 5.5 : look here 
http://wiki.netbeans.org/wiki/view/JAXWSJBoss

for the server side it is easier to first code the webservice using annotations 
in a stateless ejb, then generate the wsdl (same link)

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

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


[jboss-user] [JBoss jBPM] - Re: where to put processimage.jpg

2007-01-17 Thread michea
I understand that par files are not automatically deployed by jboss.
Does anyone know how to get the process image displayed on the task page when 
deploying the process programmatically ?

Thank you


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

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


[jboss-user] [JBossWS] - Re: Help: how to consume webservice in ejb3 ?

2007-01-15 Thread michea
this annotation seems to be available in the next release of EJB3 only 
(http://jira.jboss.com/jira/browse/EJBTHREE-477)

Is there a working example somewhere of a stateless EJB3 calling a webservice ?

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

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


[jboss-user] [JBoss jBPM] - where to put processimage.jpg

2007-01-14 Thread michea
I programatically deploy a process from a stateless ejb and would like to know 
where (in my ear?) should I put the processimage.jpg and gpd.xml to be able to 
see the image of the process in the web console.
Should I bundle them in a par file and deploy the process this way ?

Thanks

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

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


[jboss-user] [JBossWS] - Re: Help: how to consume webservice in ejb3 ?

2007-01-14 Thread michea
Finally I tried to install jbossws1.2.0 and use a NB generated jaxws2.0 client 
and I get the same  error :

  | 06:50:14,060 ERROR [STDERR] org.jboss.remoting.CannotConnectException: Can 
not connect http client invoker.
  | 06:50:14,060 ERROR [STDERR] at 
org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:201)
  | ...
  | 06:50:19,561 ERROR [STDERR] Caused by: java.lang.IllegalArgumentException: 
protocol = http host = null
  | 06:50:19,561 ERROR [STDERR] at 
sun.net.spi.DefaultProxySelector.select(DefaultProxySelector.java:146
  | 

seems like kind of a proxy error... but I have no proxy

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

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


[jboss-user] [JBossWS] - Re: Help: how to consume webservice in ejb3 ?

2007-01-13 Thread michea
Also when I use JNDI to get the service (adding fake a client application with 
service-ref), I manage to get the port but obtain the exception :

  | ERROR [CallImpl] Call invocation failed with unkown Exception
  | javax.xml.soap.SOAPException: Could not transmit message
  | at 
org.jboss.ws.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:204)
  | 
  | ...
  | 
  | org.jboss.remoting.CannotConnectException: Can not connect http client 
invoker.
  | 
  | ...
  | 
  | java.lang.IllegalArgumentException: protocol = http host = null
  | at 
sun.net.spi.DefaultProxySelector.select(DefaultProxySelector.java:146)
  | 

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

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


[jboss-user] [JBossWS] - Re: in required but not legal?

2007-01-13 Thread michea
"[EMAIL PROTECTED]" wrote : 
  | You can always use:
  | 
  |   | service = Service.create(wsdlURL, serviceQName)
  |   | port = service.getPort(MySEI.class);
  |   | 
  | 
Using this in a stateless EJB3, where should we put the jaxrpc mapping file ?

anonymous wrote : 
  | You have the choice between a JAXRPC/JAXWS Service in jbossws-1.2..0.CR2. 
We recommed JAXWS
Is is compatible with jboss4.0.4 ?
Is there a binary version somewhere and is it considered stable ?

thanks,
Sebastien

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

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


[jboss-user] [JBossWS] - Help: how to consume webservice in ejb3 ?

2007-01-13 Thread michea
For days know i try to consume a webservice in a stateless EJB3... with no 
success.
I use jboss4.0.4 with EJB3 RC9 and develop with NetBeans5.5 and SOAPUI plugin

In an ejb-module I have jaxws2 jsr-181 webservices in stateless EJB3 that 
should themselve consume webservices.
I tried to use jaxws2 webservice clients created by netbeans but it seems that 
this is not supported in jboss4.0.4.
I tried jbossws clients with no success (got exceptions unsolved in this forum)

So i'm trying jaxrpc (this should work as I manage to consume the webservices 
when I create a client in a webapplication)

Using jwsdp-2.0 wscompile I managed to create the SEI.
I tried to put the interfaces in JNDI with a service-ref in ejb-jar, with no 
success (even when i put the service-ref in web.xml) so to obtain the service I 
use the method  ServiceFactoryImpl.newInstance().createService(url,qname)

I indeed get the service interface then the port but when I call the webmethod 
I obtain the following exeptions :

- org.jboss.util.NotImplementedException: HTTP GET not supported (for jbossws 
bundled with jbosAS4.04)

- java.io.IOException: Server returned HTTP response code: 405 (for jbossws 
1.0.3)

and with jbossws1.0.4 I cannot deploy one of the application containing  the 
jaxws2.0 webservices I want to consume...

I'm totally lost (I tried to bundle JAXRPC1.6 with the appli, then JAXWS2.0, I 
even tried to migrate my application in a war, but got other problems).

I would be grateful if someone has an idea (I use no proxy, everything is on 
the same jboss instance)


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

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


[jboss-user] [JBoss and NetBeans] - Re: Jboss with Jbpm & Jboss Netbeans IDE

2007-01-05 Thread michea
What do you mean by "Netbeans does not currently support jBPM" ?
I'm working on a JBPM project on NB and it seems to work (up to the point where 
I use jaxws webservices... but it is another story)

The only thing you might need is the visual development of process graphs.
For this you can indeed use eclipse then use the generated xml in NB (caution: 
you cannot show actions or external actors on graphs)

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

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


[jboss-user] [JBoss and NetBeans] - Invoke remote EJB3 method from another EJB module NB5.5/Jbos

2007-01-05 Thread michea
I have an EJB-module in a EAN that contains EJB3 entity ans session beans.
The session beans are exposed as jaxws webservices.

Since I want to invoke these methods in an ejb-module which is in another EAR 
(same server) I first tried to create a jaxws webservice client (following 
http://wiki.netbeans.org/wiki/view/JAXWSJBoss)
But after one week trying to solve all the exceptions either in NB or Jboss and 
installing/uninstalling all possible combinations of JAXWS, JAXB, EJB3 
versions, I decided to give up. (The webservice itself works well as I can test 
the operations in a JAXRPC1.6 web client in NB). 

Does someone ever manage to do this ?

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

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


[jboss-user] [JBoss jBPM] - Re: java.lang.ClassCastException: org.jbpm.graph.def.Node

2007-01-02 Thread michea
"k.pravin" wrote : Sorry I forgot to mention it is JBPM3.1.3.
  | Guys if u have any solution please post it.

I don't know if this could help, but did you try to drop and create your jbpm 
database with 3.1.3 scripts ?

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

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


[jboss-user] [JBoss jBPM] - Re: HibernateException: null index column for collection

2006-12-30 Thread michea
Solved: the problem was that I did not close the JBPMContext in the method were 
I deployed the process.

This may help some of you.

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

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


[jboss-user] [Beginners Corner] - Re: Web Console is not loading

2006-10-05 Thread michea
I have the same problem with both JbossAS 4.0.4 RC1 and 4.0.4 AG (with efb3 on 
xp)
In my case JBoss is started by Netbeans.


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

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