[JBoss-user] [Messaging, JMS JBossMQ] - Re: jboss messaging

2005-11-25 Thread cartola
Hi!
I'm having the same problem.
I'm deploying the jboss-messaging.sar on a JBoss 4.0.2, in default 
configuration.
I'm trying the JBossMessaging-1.0.0alpha-pr2 version.
Does anyone has a solution for this event?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3909065#3909065

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3909065


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss.NET] - ws-security in JBoss.net

2005-01-21 Thread cartola
Hello!

Does anybody know if there is a way to integrate ws-security in jboss.net?

I?ve been developing web services communicating over SSL with JAAS, but I need 
a way to add xml encryption and xml signature. Can anybody supply me some clues?

Thanks in advance!

Pedro


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3863067#3863067

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863067


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - xml encription and signature in JBossWS

2005-01-21 Thread cartola
Hi!

Does anybody know if there is a way to integrate ws-security in JBossWS?

Can anybody supply some clues on how to add xml encryption and xml signature on 
a JBossWS web service?

Thanks in advance!

Pedro


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3863070#3863070

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863070


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: xml encription and signature in JBossWS

2005-01-21 Thread cartola
Thanks for the quick reply.

Actually I?ve been following your tutorial: Getting Started with JBoss 4.0.
I?ve deployed successfully The Duke?s Bank Application as a web service.
I was hopping to add xml encryption and signature to this web service.

Is there a way to accomplish this?


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3863113#3863113

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863113


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss.NET] - error migrating from rpc to document wrapped

2004-10-28 Thread cartola
Hi,
We've deployed successfully an EJB based Webservice in jboss-net.
We used the jboss-net xdoclet tags to generate web-service.xml. 
It uses RPC style.
Now we found ourselves in need to change the service style to document/literal wrapped.
Our approach included the insertion of the wrapped reference in the web-service.xml:

  | service name=OrderActivation provider=Handler style=wrapped use=literal
  | 

At this point, we have a successful deployment, and a valid WSDL.
But when the client calls a method, it gets the following response:
 

  | ?xml version=1.0 encoding=UTF-8?
  | soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  | soapenv:Body
  | soapenv:Fault
  | faultcodesoapenv:Server.userException/faultcode
  | faultstringorg.xml.sax.SAXException: SimpleDeserializer 
encountered a child element, which is NOT expected, in something it was trying to 
deserialize./faultstring
  | detail/
  | /soapenv:Fault
  | /soapenv:Body
  | /soapenv:Envelope
  | 

Are we forgetting about something?
Do we have to take any extra steps?

Thank you in advance

Pedro

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3853100#3853100

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853100


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss.NET] - faultString: Attempted to write schema for bad QName (no nam

2004-10-28 Thread cartola
We have deployed a document style webservice in jboss.net, but when we try to access 
the WSDL url, we get the following error:

  | AxisFault
  |  faultCode: {http://xml.apache.org/axis/}Server.generalException
  |  faultSubcode: 
  |  faultString: Attempted to write schema for bad QName (no namespace) : fault
  |  faultActor: 
  |  faultNode: 
  |  faultDetail: 
  | {http://xml.apache.org/axis/}stackTrace: AxisFault
  |  faultCode: {http://xml.apache.org/axis/}Server.generalException
  |  faultSubcode: 
  |  faultString: Attempted to write schema for bad QName (no namespace) : fault
  |  faultActor: 
  |  faultNode: 
  |  faultDetail:
  | 

We have a public method that throws an exception. We have read that axis does not 
support this in document style.
Is there a way to solve this problem?
Thanks

Pedro


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3853101#3853101

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853101


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss.NET] - Re: Exposing remote methods

2004-10-28 Thread cartola
thanks, I apreciate.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3853115#3853115

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853115


---
This Newsletter Sponsored by: Macrovision 
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate 
today. http://clk.atdmt.com/MSI/go/ins003001msi/direct/01/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss.NET] - Re: Doc/Literal style with JBoss

2004-10-28 Thread cartola
Hello,
I'm having the same problem.
Have you solve this problem since your first post?

Thanks in advance

Pedro

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3853116#3853116

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853116


---
This Newsletter Sponsored by: Macrovision 
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate 
today. http://clk.atdmt.com/MSI/go/ins003001msi/direct/01/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss.NET SOAP] - Exposing remote methods

2004-05-26 Thread cartola
Hello
I have just started working with jboss-net.
I'm sending this email to ask if there is a way to publish a view-type=remote method
using jboss-net.
My code:

  | package teste;
  | import java.rmi.RemoteException;
  | 
  | import javax.ejb.CreateException;
  | import javax.ejb.EJBException;
  | import javax.ejb.SessionBean;
  | import javax.ejb.SessionContext;
  | /**
  |  * @ejb.bean name=Add
  |  *  jndi-name=AddBean
  |  *  type=Stateless 
  |  *
  |  *
  |  * @jboss-net.web-service urn=Adder
  |  *  
  |  * */ 
  | public class AddBean implements SessionBean {
  | /**
  |  * @ejb.interface-method view-type=remote
  |  * @jboss-net.web-method
  |  * 
  |  * @param x
  |  * @param y
  |  * @return
  |  **/
  | public int makeAdd (int x,int y){return x+y;}
  | 
  |  public void ejbCreate() throws CreateException {}
  |  
  |  public void setSessionContext( SessionContext sessionContext ) {
  | System.out.println(ejbSet) ;
  | }
  |  public void ejbActivate() throws EJBException, RemoteException {
  | System.out.println(ejbActivate) ;
  | }
  | public void ejbPassivate() throws EJBException, RemoteException {
  | System.out.println(ejbPassive) ;
  | }
  | public void ejbRemove() throws EJBException, RemoteException {
  | System.out.println(ejbRemove) ;
  | }   
  | 
  | }

Thanks a lot for your time
 
 
Pedro Reis


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836196#3836196

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836196



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss.NET SOAP] - Jboss-net - view-type =

2004-05-25 Thread cartola
Hello
I have just started working with jboss-net.
I'm sending this email to ask if there is a way to publish a view-type=remote method
using jboss-net.
Part of my code:

  | package teste;
  | import java.rmi.RemoteException;
  | import javax.ejb.CreateException;
  | import javax.ejb.EJBException;
  | import javax.ejb.SessionBean;
  | import javax.ejb.SessionContext;
  | /**
  | * @ejb.bean name=Add
  | * display-name=Add Bean
  | * jndi-name=AddBean
  | * type=Stateless
  | *
  | *
  | * @ejb:transaction type=Required
  | * @ejb:transaction-type type=Container
  | *
  | *
  | * @jboss-net.web-service urn=Add
  | * expose-all=true
  | * @ejb:util generate=physical
  | *
  | *
  | *
  | * @jboss-net.authentication domain=other validate-authenticated-calls=
  | true
  | *
  | * @jboss-net.authorization domain=other roles-allowed=Role1, Role2
  | roles-denied=Role3
  | * */
  |  
  |  
  | public class AddBean implements SessionBean {
  | /**
  | * @ejb:interface-method view-type=remote
  | *
  | * @param x
  | * @param y
  | * @return
  | **/
  | public int makeAdd (int x,int y){return x+y;}
  |  
  | (the rest of the code comes here)
  | 
  | 

Thanks a lot for your time
 
 
Pedro Reis

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835741#3835741

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835741



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user