[jboss-user] [JBossWS] - Workaround is a Mystery!

2006-09-21 Thread crosenbury
The Jira task http://jira.jboss.com/jira/browse/JBWS-1181?page=all identifies 
that it is resolved because a workaround exists.

That may be true, but there seems to be no reference to a workaround anywhere.

Does anybody have any idea how to do this?

We are trying to use JBoss to contact a Web Service that is at a remote vender 
location. When we use the standard wstools generated code, we get an error that 
the SOAPAction is not valid.

We were hoping that this workaround would solve the problem, but cannot find 
it. 

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

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


[jboss-user] [EJB 3.0] - Re: Message Driven with other JMS Provider

2006-07-19 Thread crosenbury
Through trial and error, as well as piecing together documentation, I have 
managed to get the Sonic rar to work. It involves:

1) The Sonic rar must be deployed.
2) The standardjboss.xml must have two entries:
Invoker Proxy

  |   
  | Some Name Here
  | default
  | 
org.jboss.ejb.plugins.inflow.JBossMessageEndpointFactory
  | 
  |   
  | 
org.jboss.proxy.ClientMethodInterceptor
  | 
org.jboss.ejb.plugins.inflow.MessageEndpointInterceptor
  | 
org.jboss.proxy.TransactionInterceptor
  | 
org.jboss.invocation.InvokerInterceptor
  |   
  | 
  |   
  | 
and

  |   A configuration name here
  |   false
  |   Invoker Proxy Name 
Here
  |   
  | 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor
  | org.jboss.ejb.plugins.LogInterceptor
  | 
org.jboss.ejb.plugins.RunAsSecurityInterceptor
  | 
  | org.jboss.ejb.plugins.TxInterceptorCMT
  | org.jboss.ejb.plugins.CallValidationInterceptor
  | org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor
  | 
  | org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor
  | org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT
  | org.jboss.ejb.plugins.CallValidationInterceptor
  | 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor
  |   
  |   
org.jboss.ejb.plugins.MessageDrivenInstancePool
  |   
  |   
  |   
  | 100
  |   
  | 
  | 

3) An entry in jboss.xml
   
  |   
  |  SonicQueueMDB
  |  The configuration name 
here
  |  sonic-jms-ra.rar
  |  
  |
  | 

What I cannot seem to figure out is how to specify the configuration name in 
the annotation. Any clues?

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

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


[jboss-user] [EJB 3.0] - Re: Message Driven with other JMS Provider

2006-07-17 Thread crosenbury
Any chance you would know where there is documentation that describes how to do 
this?

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

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


[jboss-user] [EJB 3.0] - Message Driven with other JMS Provider

2006-07-14 Thread crosenbury
In Jboss 4.0.1, we used:


  |   
  |  ActionPlansMonitorBean
  |  
evg.epam.actionplans.monitorcall
  | 
  | 
  |  
sonic-message-driven-bean
  |   
  |
  |   
  | 

in the jboss.xml file to describe that we wanted our message driven bean to 
listen on the sonic bus rather than the standard JBoss JMS bus. Is there a way 
to provide this invoker proxy information to an MDB using annotations, or do I 
still need this xml in the new model?

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

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