[jboss-user] [JBoss Messaging] - Urgent!! JBoss Messaging 1.4.0 CR1 - message redelivered aft

2007-11-07 Thread sursha
Hi, I'm using JBoss 4.2.1 GA with JBoss Messaging 1.4.0 CR1. We've got an MDB listening to a queue. I'm seeing that a message in the queue is delivered twice. I checked to see whether there are any exceptions which causes it to redeliver. There are no exceptions. It happens at random. Is it a

[jboss-user] [JBossWS] - Re: Help, JAX-WS in JBoss 4.2.1.GA

2007-10-24 Thread sursha
Yes. JBoss 4.2.1 GA comes with jbossws-1.2.1.GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4098469#4098469 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4098469 ___

[jboss-user] [JBossWS] - Re: 2 ejb3s exposed as web services. Can't have same methods

2007-08-31 Thread sursha
Created JIRA issue JBWS-1799. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080053#4080053 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080053 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: 2 ejb3s exposed as web services. Can't have same methods

2007-08-23 Thread sursha
Thanks for looking into it. If I have authenticate(String userName, String password) only in one endpoint/1 ejb3, it works. If I have authenticate(String userName, String password) and authenticate(String userName) in one endpoint/1 ejb3, it did not work. I thought authenticate(String

[jboss-user] [JBossWS] - Re: 2 ejb3s exposed as web services. Can't have same methods

2007-08-23 Thread sursha
Both ejbs are in the same jar. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4077557#4077557 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4077557 ___ jboss-user mailing list

[jboss-user] [JBossWS] - 2 ejb3s exposed as web services. Can't have same methods wit

2007-08-21 Thread sursha
Hello, I've 2 ejb3s exposed as 2 separate web services. They are packaged in the same ear file. I use the WebContext annotation to keep the context root same for 2 services. I've a method, authenticate(String userName) in one ejb and authenticate(String userName, String password) in the other

[jboss-user] [JBossWS] - Re: JbossWS 1.2 and JBossWS 1.0.4 Generates Diff URLs For Sa

2007-03-15 Thread sursha
Hi, I noticed 2 differences between jbossws 1.0.4GA and 1.2.0GA I have the following annotations to expose an EJB3 as a web service. In 1.0.4GA, the generated url is http://host:8080/svc-rptv1.1/MyService1.1 and in 1.2.0 GA the generated URL is

[jboss-user] [JBossWS] - jbossws 1.2.0.GA installation instructions confusion!!

2007-02-28 Thread sursha
Hi, I was looking into the jbossws 1.2.0.GA installation instructions and confused about the same!! The unzipped jbossws 1.2.0.GA.zip file structure looks like as follows: -rw-r--r-- 1 suresh users 28406 2007-02-28 14:06 jboss-jaxrpc.jar -rw-r--r-- 1 suresh users 58454 2007-02-28 14:06

[jboss-user] [Installation, Configuration Deployment] - Hot deployment..old jobs keep running..is it normal behavior

2007-01-19 Thread sursha
Hi, I'm using JBOSS 4.0.5GA with ejb3 exposed as web services. When we do hot deployment of ear file, in the middle of running a job, it doesn't get killed. It keeps running till completion. I was thinking when a new ear file is deployed, the new classes are loaded and the old processes will

[jboss-user] [Installation, Configuration Deployment] - Re: How to configure Startup class in JBOSS4.x

2007-01-19 Thread sursha
You can configure a startup servlet in web.xml file. The init() method gets called during application startup and destroy() when application is shutdown. Let me know if you need more details. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003907#4003907

[jboss-user] [EJB 3.0] - Issue with accessing ejb3 SLSB remotely..created EJBTHREE-82

2007-01-16 Thread sursha
http://jira.jboss.com/jira/browse/EJBTHREE-823 I would appreciate if I can get a resolution for this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4002299#4002299 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4002299

[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2006-12-29 Thread sursha
Any one from JBOSS EJB team here to help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996857#3996857 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996857 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2006-12-29 Thread sursha
I dont have clientBndUrl defined or xml files. I'm using ejb 3.0. Do I need to define clientBndUrl in RemoteBinding? I only have the jndi name defined in the RemoteBinding. Is it working for you? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996894#3996894

[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2006-12-28 Thread sursha
If I shutdown the jboss server on local machine, it gives me a socket connection error. Otherwise, it gives an application error. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996625#3996625 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2006-12-28 Thread sursha
Just following up..I mean when the jboss server is up on the same machine where the client is running, it works. When I shutdown the jboss server on the same machine, i get a socket connection error. Thing is it gets the ejb reference from the remote machine, but when it calls methods on the

[jboss-user] [EJB 3.0] - Urgent Help needed..Strange behavior with java client access

2006-12-27 Thread sursha
Hi, I'm using JBOSS 4.0.5GA with ejb3. I am running into weird behavior when running java client from remote machine. If I run it from the same machine where the jboss server is running, no problem. So here is the behavior I'm noticing. FOr the jndi lookup of ejb, it is connecting the remote

[jboss-user] [EJB 3.0] - Urgent Help needed !! ejb3 lookup problem from remote clien

2006-12-21 Thread sursha
Hi, I've the following code to lookup an ejb. Using JBOSS 4.0.5GA and ejb3. Properties p=new Properties(); p.put(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory); p.put(Context.URL_PKG_PREFIXES, org.jboss.naming:org.jnp.interfaces);

[jboss-user] [EJB 3.0] - Re: problem in connecting to RMI , please help , i need help

2006-12-21 Thread sursha
I'm getting same error too!!! No one from JBOSS here to help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3995763#3995763 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3995763

[jboss-user] [JBossWS] - Re: jbossws1.0.x is a preview implementation with support fo

2006-11-29 Thread sursha
Vijay, Did you try with jboss 4.0.4 installation? jbossws 1.0.x comes with jboss 4.0.4. I would recommend just trying with that first before installling jbossws1.0.4 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989752#3989752 Reply to the post :

[jboss-user] [JBossWS] - jbossws1.0.x is a preview implementation with support for on

2006-11-27 Thread sursha
According to the link below, jbossws1.0.x is a preview implementation with support for only primitive types. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQSupportForJSR181 I'm using it already with complex object types in document/literal mode. We are planning to move this to production soon.

[jboss-user] [JBossWS] - Re: URGENT ....Duplicate names in the generated WSDL !! cann

2006-11-16 Thread sursha
Thank you. Submitted JIRA issue. http://jira.jboss.com/jira/browse/JBWS-1390 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986680#3986680 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986680

[jboss-user] [JBossWS] - Re: Get remote client IP address in the ejb3 exposed web ser

2006-11-13 Thread sursha
Any one? I saw some reponses saying to write a handler. But that requires deployment descriptors like webservices.xml to be packaged right? I was thinking in ejb3 web service, you can not package deployment descriptors. Please advise.. View the original post :

[jboss-user] [JBossWS] - Re: Urgent Help requested ...support for enums..update jboss

2006-11-08 Thread sursha
create your enum class in the following format. public class SortingTypes implements java.io.Serializable { private java.lang.String _value_; private static java.util.HashMap _table_ = new java.util.HashMap(); // Constructor protected SortingTypes(java.lang.String value) {

[jboss-user] [JBossWS] - Get remote client IP address in the ejb3 exposed web service

2006-11-08 Thread sursha
How to get client's IP address in an ejb3 exposed web service? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984266#3984266 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984266

[jboss-user] [JBossWS] - Re: How to retrieve client IP address?

2006-11-08 Thread sursha
Did you find a solution for this? Please let me know View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984269#3984269 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984269 ___

[jboss-user] [JBossWS] - Unable to resolve portName in @WebService definition

2006-11-01 Thread sursha
I added portName=servicePort to ejb3 exposed web service and it is unable to resolve it. javax.jws.WebService has a portName as part of the spec. Looks like JBOSS doesn't support it. Any ideas? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982384#3982384

[jboss-user] [JBossWS] - port binding name has Port appended to it...Can I change i

2006-10-31 Thread sursha
I've a JBOSSWS autogenerated wsdl . I'm using ejb3 exposed web service and interface name is MyService. In the following section of wsdl, the port name has a Port appended to MyService. I want that to be MyService instead of MyServicePort. Is it possible to do it? You may ask why I've to do

[jboss-user] [JBossWS] - Re: URGENT ....Duplicate names in the generated WSDL !! cann

2006-10-30 Thread sursha
Surpised that no one has run into this issue..Any one ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981869#3981869 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981869 ___

[jboss-user] [JBossWS] - Re: Urgent Help requested ...support for enums..update jboss

2006-10-28 Thread sursha
Thank you. I was able to get enums working. I created a test wsdl with enums and generated code using wsdl2java. Used that code as a template in the web service and when jbossws autogenerated wsdl, it created enums !! Cool. View the original post :

[jboss-user] [JBossWS] - URGENT ....Duplicate names in the generated WSDL !! cannot c

2006-10-27 Thread sursha
Hi, I'm using JBOSS 4.0.4 GA and have ejb3 exposed as web services. Ran into an issue where the generated wsdl has same definition of my class twice. Very odd... My interface has methods like public ReportBean getReportBean(int[] accounts); public long submitJob(Job aJob); Job has

[jboss-user] [JBossWS] - Urgent Help requested ...support for enums..update jbossws g

2006-10-25 Thread sursha
Hi, I want to use enumerations in wsdl. I've a ejb3 exposed web service deployed in jboss 4.0.4 GA. I tried defining a java class with static final constants , but it the constants wont show up in wsdl. I also tried using enums in a java class, that also wont show up as enumerations in wsdl. Is

[jboss-user] [JBossWS] - WSDL issue???

2006-10-10 Thread sursha
Hi, I've an ejb3 exposed as web service in JBOSS 4.0.4GA patch1. I return an object as follows from the web service. public class A { String[][] strArray1; String[][] strArray2; String[][] strArray3; public A() { } ..getters and setters here... } It is generating the WSDL. But when I call

[jboss-user] [JBossWS] - Re: Access ejb 3.0 exposed web service using https

2006-10-04 Thread sursha
Thank you for your response. It was very helpful. I think I can stick with the generated war file for my current project. I've another question. Do you know where I can keep user defined property files external to the application? I know Websphere has a working directory. working directory is

[jboss-user] [JBossWS] - when is the @HandlerChain going to work?

2006-10-04 Thread sursha
I didn't have good luck getting @HandlerChain to work. First of all I've to specify the full path to the xml file in the url. After that I got a null pointer exception. When is it going to get fixed? If it is already fixed, where can i download it from? View the original post :

[jboss-user] [Installation, Configuration Deployment] - how to read property file from external directory?

2006-10-03 Thread sursha
I want to keep my application property files in external directories and application read it from there. Is there a default working/startup directory in JBOSS to keep the property files? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975916#3975916 Reply to

[jboss-user] [JBossWS] - HELP HELP.. Error in using @Resource WebServiceContext in a

2006-10-02 Thread sursha
Hi, I am using @Resource WebServiceContext in annotated web service and got the error 11:53:11,847 WARN [ServiceController] Problem starting service jboss.j2ee:jar=thesearchagencyservices.jar,name=ReportService,service=EJB3 java.lang.RuntimeException: You did not specify a

[jboss-user] [JBossWS] - Re: ejb3.0 implementation production ready?

2006-09-28 Thread sursha
Hi, I have deployed ejb 3.0 exposed as web service in JBOSS 4.0.4. I use annotations to expose it as web service. I'm able to access the web service using HTTP. How do I secure it to access using HTTPS? One more question..When ejb 3.0 is exposed as web service using annotation, is there a .WAR

[jboss-user] [JBossWS] - Re: ejb3.0 implementation production ready?

2006-09-12 Thread sursha
Cool. Thank you!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971099#3971099 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971099 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: ejb3.0 implementation production ready?

2006-09-11 Thread sursha
Great to hear that you are using ejb3 in production. I'm interested in exposing ejb3 stateless session beans as web services using annotations. Did you use this annotated way of exposing ejbs as web services? when you stateless session beans as web services, can they also be accessed from a

[jboss-user] [JBossWS] - ejb3.0 implementation production ready?

2006-09-06 Thread sursha
Hi, I downloaded jboss-4.0.4.GA-Patch1-installer.jar from Jboss site. I want to use the ejb 3.0 container in my application. The sample application works !! Now, is the ejb3.0 implementation production ready? If not, when will it be? Suresh View the original post :