[jboss-user] [JBoss and NetBeans] - Re: Error deploying war file (developed using visual web 5.5

2008-09-26 Thread rukus
Same problem with netbeans 6.1 + jboss 4.2.2 :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178994#4178994 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178994 ___ jboss-user

[jboss-user] [JCA/JBoss] - Re: DataSource new-connection-sql

2008-06-11 Thread rukus
:) anyway i found how to do that: look at this code: | Begin | execute immediate('ALTER SESSION SET NLS_DATE_FORMAT=''dd/mm/ hh24:mi:ss'''); | execute immediate('ALTER SESSION SET NLS_DATE_LANGUAGE=''Ukrainian'''); | end; View the original post :

[jboss-user] [JCA/JBoss] - Re: Apparently wrong driver class specified for URL

2008-06-10 Thread rukus
p.p.s i've tried oracle.jdbc.driver.OracleDriver too View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156949#4156949 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4156949 ___

[jboss-user] [JCA/JBoss] - Re: Apparently wrong driver class specified for URL

2008-06-10 Thread rukus
p.s. it only outputs message and then works fine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156946#4156946 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4156946 ___ jboss-user

[jboss-user] [JCA/JBoss] - DataSource new-connection-sql

2008-06-10 Thread rukus
Can i somehow specify more than one statement in new-connection-sql? for example ALTER SESSION SET NLS_DATE_FORMAT='dd/mm/ hh24:mi:ss' ALTER SESSION SET NLS_DATE_LANGUAGE='Ukrainian' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157055#4157055 Reply to

[jboss-user] [Installation, Configuration DEPLOYMENT] - w2k3 64-bit jbossas as windows service codepage problems

2008-03-28 Thread rukus
well when deploying my project under windows 2003 64-bit edition as windows service text in some part's of web page displays as ?? but when i starting server as simple application (not windows service) - all ok any ideas how to fix it? View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: w2k3 64-bit jbossas as windows service codepage problems

2008-03-28 Thread rukus
add. info: jboss as 4.2.2 JBoss Native 2.0.3 win64 AMD64 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4139691#4139691 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4139691 ___

[jboss-user] [JBossWS] - Re: out parameter

2008-02-22 Thread rukus
oskar.carlstedt wrote : Hi! | | In such cases you have to return the new state to the client in form av a returned object. So you cannot have this method as a void method. | | Cheers | /Oskar | | i know that i can return new state of object by using return statement but this

[jboss-user] [JBossWS] - Re: out parameter

2008-02-21 Thread rukus
[EMAIL PROTECTED] wrote : I think nobody understands what you are asking for ;) hmm - ok, maybe this let others to understand what i want: For example we have: @WebMethod public void get_parameter(String outParam) { | outParam=Test; | } | When we invoke this webmethod from client: String

[jboss-user] [JBossWS] - Re: out parameter

2008-02-21 Thread rukus
*upd: instead of string may be user-defined object View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131085#4131085 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131085 ___

[jboss-user] [JBossWS] - Re: out parameter

2008-02-20 Thread rukus
nobody knows? :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130789#4130789 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4130789 ___ jboss-user mailing list

[jboss-user] [JBossWS] - out parameter

2008-02-13 Thread rukus
Hello All! Is there any way to create out parameters for web-methods? For example: String get_out_param(MyClass outParameter); When invoking this method outParameter state may be changed in method and returned to ws-client. View the original post :

[jboss-user] [JBossWS] - Re: Authentication problem.

2008-01-15 Thread rukus
post part code where you do ws invoke View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120033#4120033 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120033 ___ jboss-user mailing

[jboss-user] [JBossWS] - jbossws2.0.2 codepage problems

2007-12-27 Thread rukus
when i upgraded from jbossws2.0.1 to jbossws2.0.2 began problems with codepage in returned results... is there any suggestions how to fix it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115719#4115719 Reply to the post :

[jboss-user] [JBossWS] - Re: howto disable debug output from client

2007-12-24 Thread rukus
PeterJ wrote : You did not state which version of JBossWS you are using, so I will assume the version that is in JBossAS 4.2.2. | | The log4j.properties file can be found in client/jbossws-client.jar. It is set to log to the console at debug level, you can change it to log at WARN or ERROR

[jboss-user] [JBossWS] - howto disable debug output from client

2007-12-21 Thread rukus
when i runnig ws client there is some debug output... how i can disable it? ouput looks like: anonymous wrote : | DEBUG [main] (JAXWSClientMetaDataBuilder.java:76) - START buildMetaData: [service={http://test.com/}TestService] | | and more | View the original

[jboss-user] [JBossWS] - Re: Document Literal style

2007-12-10 Thread rukus
Somewhere i've heard that you can use your own wsdl file (insted of generated) - maybe it helps? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111621#4111621 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111621

[jboss-user] [JBossWS] - Re: JAX-WS Basic authorization?

2007-11-15 Thread rukus
Looks like only web.xml matters security-constraint | web-resource-collection | web-resource-nameServer service/web-resource-name | url-pattern/*/url-pattern | http-methodPOST/http-method | /web-resource-collection | auth-constraint |

[jboss-user] [JBossWS] - JAX-WS Basic authorization?

2007-11-14 Thread rukus
I need to implement basic authorization (username and password check) to jax-ws for this service: @WebService(name=ServerService, serviceName=ServerService) | @SOAPBinding(style = SOAPBinding.Style.RPC) | public class ServerService implements IServerService{ | @WebMethod |

[jboss-user] [JBossWS] - Re: JAX-WS Basic authorization?

2007-11-14 Thread rukus
oops read authentication instead authorization :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104560#4104560 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104560 ___

[jboss-user] [JBossWS] - Re: JAX-WS Basic authorization?

2007-11-14 Thread rukus
[EMAIL PROTECTED] wrote : Take a look at the context sample (org.jboss.test.ws.jaxws.samples.context.EndpointJSE). You need to manually edit the web.xml and jboss-web.xml with JSE endpoints. Thanks but i already solved problem Maybe later i make some tutorial for this View the original post :

[jboss-user] [JBossWS] - Re: JAX-WS Basic authorization?

2007-11-14 Thread rukus
If you need authentication with JAX-WS: 1. Web-service @WebService(name=ServerService) | @SOAPBinding(style = SOAPBinding.Style.RPC) | public interface IServerService { | @WebMethod | String status(); | } @WebService(name = ServerService, serviceName = ServerService) |

[jboss-user] [JBossWS] - Re: JAX-WS Basic authorization?

2007-11-14 Thread rukus
hmmm When i set in ServerService @RolesAllowed (ServerServiceStatus) and then start test - it works :( Why? testuser role is not allowed now... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104654#4104654 Reply to the post :

[jboss-user] [JBossWS] - Re: NoSuchMethodError exception on webservice invocation

2007-11-05 Thread rukus
I've tried to create ws with netbeans ide and there is same exception - then i've tried to create it with idea and it works fine... looks like this is netbeans bug (i've seen some bug connected with RPC style binding in it's bug tracking system) View the original post :

[jboss-user] [JBossWS] - Re: NoSuchMethodError exception on webservice invocation

2007-11-02 Thread rukus
Hi! Post here code of your webservice, client and web.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101161#4101161 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101161 ___

[jboss-user] [JBossWS] - Time when server started from ws

2007-11-01 Thread rukus
How I can obtain time when server started from web-service? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100929#4100929 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100929 ___

[jboss-user] [JBossWS] - Re: Time when server started from ws

2007-11-01 Thread rukus
PeterJ wrote : Use the StartDate attribute of the jboss.system:type=Server MBean. Thanks! It works great :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101061#4101061 Reply to the post :

[jboss-user] [JBossWS] - Re: nor any of its super class is known...

2007-10-25 Thread rukus
Can you provide full sources of classes in hierarchy with foo.Bar? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4098787#4098787 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4098787

[jboss-user] [JBossWS] - Re: Web service call or javax.xml.bind.JAXBException

2007-10-15 Thread rukus
No replies so far? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095099#4095099 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095099 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: jbossws-2.0.1 released

2007-10-11 Thread rukus
sstrenn wrote : In order to get ant deploy-jboss42 to work on jbossws-2.0.1, I had to modify line 53 of build-deploy.xml: | | was: | thirdpartylibs=${lib.dir} / | | changed to: | | thirdpartylibs=${lib.dir}

[jboss-user] [JBossWS] - Web service call or javax.xml.bind.JAXBException

2007-10-11 Thread rukus
When i'm calling web service there is anonymous wrote : 17:09:29,562 ERROR [RequestHandlerImpl] Error processing web service request | org.jboss.ws.WSException: javax.xml.ws.WebServiceException: javax.xml.bind.MarshalException | - with linked exception: | [javax.xml.bind.JAXBException:

[jboss-user] [JBossWS] - web service url

2007-09-13 Thread rukus
Good day to all There is WS from JBossESB quickstarts (nativeclient) for example Is there any way to determine what url has this web service from sayHello @WebMethod?? /* | * JBoss, Home of Professional Open Source | * Copyright 2006, JBoss Inc., and others contributors as indicated | *

[jboss-user] [JBossWS] - Re: Sample application

2007-09-12 Thread rukus
i have the same question, but i still can't find this .zip file :( i've tried in jbossws-native-2.0.0.GA and jbossws-native-2.0.1.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4083459#4083459 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with Graphical Process Designer Installation

2007-09-11 Thread rukus
try eclipse 3.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082974#4082974 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4082974 ___ jboss-user mailing list