Re: Scripting support

2012-02-07 Thread Mansour Al Akeel
OK, please ignore my email. I got working properly. still trying to figure out how to login. I added to users.properties: admin=admin mansour=mansour just for a quick test. trying to connect with: ssh -l mansour localhost -P 4222 not accepting the password. Willl see what to do. On Tue, Feb 7,

Re: Scripting support

2012-02-07 Thread Mansour Al Akeel
Ok finally. I am able to connect. I guess I can not run an interpret interactively. On Tue, Feb 7, 2012 at 6:23 AM, Mansour Al Akeel mansour.alak...@gmail.comwrote: OK, please ignore my email. I got working properly. still trying to figure out how to login. I added to users.properties:

Re: IndexOutOfBoundsException on javee blueprint application deployment

2012-02-07 Thread Thiago Veronezi
Hi, I just tried it and works fine... war file: http://blogs.sun.com/enterprisetechtips/resource/ejb-ejb31-war.war output: ejb31-war Servlet HelloBean says : Hello, world Singleton property access count = 2 Tomee:

Re: Scripting support

2012-02-07 Thread Romain Manni-Bucau
the installation can't be done while the server is running but after the interpretation is done at runtime. - Romain 2012/2/7 Mansour Al Akeel mansour.alak...@gmail.com Ok finally. I am able to connect. I guess I can not run an interpret interactively. On Tue, Feb 7, 2012 at 6:23 AM,

Re: Scripting support

2012-02-07 Thread Mansour Al Akeel
Romain, I didn't understand your answer. Can you please kindly explain. The installation is completed and I am able to connect to the port of the ssh server of openEJB. I can list the available EJBs. I didn't try to deploy any beans I am working on. Not even the examples. My last question is

Re: Scripting support

2012-02-07 Thread Romain Manni-Bucau
to run a script file i think there is the command script file groovy hello.groovy. script groovy XXX will execute XXX as groovy code. Note: slashes in ejb names are replaced by underscore. for instance: script groovy openejb_Deployer.deployedApps should works - Romain 2012/2/7 Mansour Al

Re: Scripting support

2012-02-07 Thread Mansour Al Akeel
Romain, Still no answer about the interactive shell commands. However here's my attempts to run the file. mansour @ localhost:4222 script file groovy hello.groovy script file file groovy hello doesn't exist mansour @ localhost:4222 script file groovy hello.groovy script file file groovy hello

Re: Scripting support

2012-02-07 Thread Romain Manni-Bucau
the snapshot had an issue for script file command. i just fixed it. if you take the snapshot if should work - Romain 2012/2/7 Mansour Al Akeel mansour.alak...@gmail.com Romain, Still no answer about the interactive shell commands. However here's my attempts to run the file. mansour @

ReflectionServiceFactoryBean constantly creating services

2012-02-07 Thread Gil Teitelbaum
Hi Everyone, I have an OpenEJB 3.1.4 embedded server that seems to be creating a web service every two seconds. 18:42:32:895 07.02 INFO [-pool-2-thread-1] ReflectionServiceFactoryBean Creating Service {http://tradertools.com/}Orders from WSDL:

Re: ReflectionServiceFactoryBean constantly creating services

2012-02-07 Thread Romain Manni-Bucau
Hi, i pretty sure it is in your application (maybe a loop a method publishing the WS through cxf API?) because OpenEJB doesn't deploy the webservice with this kind of addresses. - Romain 2012/2/7 Gil Teitelbaum t...@tradertools.com Hi Everyone, I have an OpenEJB 3.1.4 embedded server

RE: ReflectionServiceFactoryBean constantly creating services

2012-02-07 Thread Gil Teitelbaum
Here is a simplification of my web service. There is no method in my code that publishes the web service. @Stateless @WebService( portName = HedgingPort, serviceName = HedgingService, targetNamespace = http://tradertools.com/wsdl;, endpointInterface =

Re: ReflectionServiceFactoryBean constantly creating services

2012-02-07 Thread David Blevins
Can you paste the configuration for your stateless container? I suspect there might be some aggressive MaxAge setting. -David On Feb 7, 2012, at 10:55 AM, Gil Teitelbaum wrote: Hi Everyone, I have an OpenEJB 3.1.4 embedded server that seems to be creating a web service every two

RE: ReflectionServiceFactoryBean constantly creating services

2012-02-07 Thread Gil Teitelbaum
I found the problem. Apparently the library I was using had a web service client that was connecting to a different Orders web service on another machine. My apologies. Gil -Original Message- From: David Blevins [mailto:david.blev...@gmail.com] Sent: Tuesday, February 07, 2012 10:01