Orion's Port?

2002-01-01 Thread Namor Taror
I need to get orion's port number during to initialization phase. I have an initialization servlet, which is loaded on start-up. It is supposed to get the machine's domain name and the port number, orion is listening to. The servlet is not invoked by the client so I can't use the request info.

jndi.properties

2001-12-18 Thread Namor Taror
I'm getting jndi exception when envoking ejb web service. I have defined jndi.properties file and put a reference to it into my system classpath as well as into the axis orion-application.xml and orion-web.xml files. My jndi.properties file is:

Re: System.exit(0)

2001-12-17 Thread Namor Taror
How do you start your services before orion has finished its init phase. What are those services? servlets or ejbs? I have marked my servlet to be loaded on start-up but it happens after the initialization. Roman From: erik [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To:

SapDB

2001-12-15 Thread Namor Taror
How can I store a variable size string in sapdb. varchar has a limit of 8000 which is a limit of all varchars in the raw of the table. SapDb documentation says that varchar(n) defines a variable length but it doesn't seem to work. I am getting exception when i use it while creating a table.

Axis

2001-12-15 Thread Namor Taror
Finally, I have solved the soap iiop problem. And the way to do it is to move up to Axis. Just watch out, it's an alpha release. there will be some changes in the package between now and than. One question to those who deployed ejbs as web services using axis. I have a couple of orions clustered

Port Number

2001-12-15 Thread Namor Taror
I am trying to implement a failover for my scheduler. If I have multiple orions running on a single machine then the only way to distinguish between them is to use a host name and a port number. My problem is in getting the port number of either orion or rmi server associated with a specific

[no subject]

2001-12-09 Thread Namor Taror
I am also getting this exception when including a soap call into my ejb. I am certain I have correct soap.jar classpath reference in my classpath environment variable. My ant deployment also has a correct reference to the soap.jar. It happens during the run time. As if the container (bean

Web Services and WSTK

2001-12-08 Thread Namor Taror
Has anybody worked out ejb deployment as web services on orion? _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Port Number

2001-12-03 Thread Namor Taror
is there any standard api that returns a port number of the server it listens to? _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

RuntimeException in threads

2001-11-28 Thread Namor Taror
I've been trying to catch a runtime exception thrown by one of my user threads, before the orion server gets it. One of the solutions I thought would work was to create a ThreadGroup as a parent of the thread in question and have it to catch the exception. It doesn't seem to work. Any ideas?

User Threads

2001-11-27 Thread Namor Taror
Anybody knows if user threaded application is portable to other application servers. Orion requires a specific parameter -userThreads to be passed in the command line. I know that weblogic could not handle user threads in its previous versions. I don't have any experience with other server.

load-on-startup

2001-11-14 Thread Namor Taror
It seems that orion loads a servlet only when load-on-start in the web.xml is present and also the load-on-startup is set to true in the default-web-site.xml file. My understanding was that it should be sufficient to set the load-on-startup in the web.xml. Has anybody has a similar

load-on-startup

2001-11-14 Thread Namor Taror
romen, have you ever resolved the load-on-startup problem (message below)?. My server freezes all together. -rr ello, If I use the load-on-startup in web.xml under my startup servlet, orion will correctly start it up automatically. What I found strange was that when this is done I cannot

BodyTagSupport

2001-11-12 Thread Namor Taror
Has anybody had any problems with the iterative tag execution? Even my simplest 'test' tag does not execute its body. doStartTag and doEndTag are executing fine but the doIntBody and doAfterBody are not execiting at all. taglib.tld: tag namegetCalendarList/name