SV: Error deserializing session

2001-04-09 Thread Magnus Rydin
Title: SV: Error deserializing session





Sounds like you have stuff in your session that can't be serialized. 
Was it during restart or session timeout?
WR


 -Ursprungligt meddelande-
 Fran: Sergei Batiuk [mailto:[EMAIL PROTECTED]]
 Skickat: den 8 april 2001 05:26
 Till: Orion-Interest
 Amne: Error deserializing session
 
 
 Hello all,
 
 What does the following error mean? It looks more like a 
 warning, since I
 did not encounter any abnormal behavior with orion. Is it 
 serious? What
 might have caused it?
 
 Error deserializing session: java.io.WriteAbortedException: 
 Writing aborted
 by e
 xception; java.io.NotSerializableException: com.evermind.sql.ak
 
 
 
 





RE: During development, how to allow only a couple of ips, including my local system, to view the site?

2001-04-09 Thread Meo Van Le

I think you can use Servlet Filter in this situation. Please refer to
Clickstream Analyser application as a guideline (
http://www.orionsupport.com/clickstream/index.html ).

-Original Message-
From: Kevin Duffey [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 09, 2001 11:32 AM
To: Orion-Interest
Subject: During development, how to allow only a couple of ips,
including my local system, to view the site?


Hi all,

I would like to block out ALL ips from viewing my site (using my static ip)
except for a few ips, which are from co-workers over the internet. Is this
possible? If so, how? I read in the orion-web.xml.html file about ip-access
tag, and when I tried it, it did block off all ips. But when I added when to
allow it, such as "localhost" or my direct IP, sometimes it wouldn't allow
it, and other times the browser sat and spun for about 5 minutes, then
reported a time out.

Thanks.





No Subject

2001-04-09 Thread Denis Kranjcec

Hi

I'm want to use Resin as servlet/jsp container and Orion as ejb container.

I followed simple instructions on resin web site on how to connect servlet
to ejb but I get ClassCastException.
Orion returns __Proxy0 class instead hello.ejb.HelloHome
Exception :

500 Servlet Exception
javax.servlet.ServletException: Unable to get home interface:
java.lang.ClassCastException: __Proxy0 was not an instance of interface
hello.ejb.HelloHome, the interfaces it implements is
[Ljava.lang.Class;@8b4ad504
at hello.web.HelloServlet.init(HelloServlet.java:48)
at com.caucho.server.http.Application.createServlet(Application.java:1731)
at com.caucho.server.http.Application.loadServlet(Application.java:1695)
at com.caucho.server.http.Invocation.service(Invocation.java, Compiled
Code)
at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:121)
at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:238)
at com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java,
Compiled Code)
at com.caucho.server.TcpConnection.run(TcpConnection.java, Compiled Code)
at java.lang.Thread.run(Thread.java:479)

I have copied hello-planet.war to resin.

There is answer in resin documentation that I should clear the CLASSPATH
environment before starting resin. I have done that but I still get
ClassCastException. (I don't understand why should that help but I have
tried that)

Do you know how to solve that problem?

Thanks in advance

Denis Kranjcec





Orion Resin problem

2001-04-09 Thread Denis Kranjcec

Hi

I'm want to use Resin as servlet/jsp container and Orion as ejb container.

I followed simple instructions on resin web site on how to connect servlet
to ejb but I get ClassCastException.
Orion returns __Proxy0 class instead hello.ejb.HelloHome
Exception :

500 Servlet Exception
javax.servlet.ServletException: Unable to get home interface:
java.lang.ClassCastException: __Proxy0 was not an instance of interface
hello.ejb.HelloHome, the interfaces it implements is
[Ljava.lang.Class;@8b4ad504
at hello.web.HelloServlet.init(HelloServlet.java:48)
at com.caucho.server.http.Application.createServlet(Application.java:1731)
at com.caucho.server.http.Application.loadServlet(Application.java:1695)
at com.caucho.server.http.Invocation.service(Invocation.java, Compiled
Code)
at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:121)
at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:238)
at com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java,
Compiled Code)
at com.caucho.server.TcpConnection.run(TcpConnection.java, Compiled Code)
at java.lang.Thread.run(Thread.java:479)

I have copied hello-planet.war to resin.

There is answer in resin documentation that I should clear the CLASSPATH
environment before starting resin. I have done that but I still get
ClassCastException. (I don't understand why should that help but I have
tried that)

Do you know how to solve that problem?

Thanks in advance

Denis Kranjcec





RE: Error : Interbase schema and deployment

2001-04-09 Thread Randahl Fink Isaksen



If it 
is of any help toyou, I can inform you that I used Borland/Interbase 
instead of Firebird/Interbase, and that works fine with Interclient. So if you 
do not find a solution you might try Borland/Interbase instead - you will 
probably not be able to note the difference anyway, since it is so close to 
being the same product.

Yours

Randahl


-Original Message-From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]]On Behalf Of Peter 
NordlundSent: 7. april 2001 18:55To: 
Orion-InterestSubject: Error : Interbase schema and 
deployment

  I am trying to change the database from hsql to 
  Interbase (well, actually firebird 0.94...)
  in the CMP primer example for orion.
  My setup of Interbase followed the "Falk 
  Langhammers database schema for Interbase " input to the 
  orion-interest.
  
  It was easy, and I appreciate it.
  
  But it doesnt work for me.
  I get this error when starting the Orion server 
  :
  
   
  C:\orionjava -Djsp.reuse.tags=false -jar 
  orion.jar  Auto-unpacking 
  C:\code\addressbook\build\addressbook.ear... done. 
   Auto-unpacking 
  C:\code\addressbook\build\addressbook\addressbook-web.war... 
  done.  Auto-deploying addressbook (New 
  server version detected)...  
  Auto-deploying addressbook-ejb.jar (No previous deployment found)... SQL 
  error: 

   [interclient] Installed versions of InterClient and 
  InterServer use in  compatible 
  client/server protocol versions.  See 
  API reference for exception 
  interbase.interclient.BadInstallationException 
   Warning: Error creating table: 

   [interclient] Installed versions of InterClient and 
  InterServer use incompatible client/server protocol 
  versions.  See API reference 
  for exception 
  interbase.interclient.BadInstallationException 
   DataSourceConnection was not closed! 
   done.
  
  I did look at the API, and this is mentioned. But 
  I cant seem to solve the problem...
  What has happened, and how can i fix it 
  ?
  
  This is my data-sources.xml :
  
   
  data-sources 
  data-source 
  name="InterBase" 
   
  class="interbase.interclient.DataSource" 
   
  location="jdbc/InterBaseDS" 
   
  xa-location="jdbc/xa/InterBaseXADS" 
   
  ejb-location="jdbc/InterBaseDS" 
   
  connection-driver="interbase.interclient.Driver" 
   
  username="sysdba" 
   
  password="masterkey" 
   
  url="jdbc:interbase://localhost//C:/programs/firebird_094/examples/v5/EMPLOYEE.GDB" 
   
  inactivity-timeout="30" /
   
  /data-sources
  / Peter Nordlund
   "The mouse has moved - Windows needs to be restarted for the changes to take 
  effect."


Re: During development, how to allow only a couple of ips,including mylocal system, to view the site?

2001-04-09 Thread Daniel Lopez

Hi Kev,

I had a similar problem but for my production applications. I wanted my
solution to be flexible and server independent so what I did was create
a servlet filter, as someone else has already suggested. I've had it for
production for almost a month and so far so good.
I have to admit that I went a little further down the road and I allowed
to specify the IP/hostnames to be allowed denied through an xml file
that can be read from a file, a URL or a database. That way I got
maximum flexibility.
These are the links that I used to create my filter:
http://developer.java.sun.com/developer/technicalArticles/Servlets/servletapi2.3\
http://www.orionserver.com/tutorials/filters/

I hope this helps,
Dan

Kevin Duffey wrote:
 
 Hi all,
 
 I would like to block out ALL ips from viewing my site (using my static ip)
 except for a few ips, which are from co-workers over the internet. Is this
 possible? If so, how? I read in the orion-web.xml.html file about ip-access
 tag, and when I tried it, it did block off all ips. But when I added when to
 allow it, such as "localhost" or my direct IP, sometimes it wouldn't allow
 it, and other times the browser sat and spun for about 5 minutes, then
 reported a time out.
 
 Thanks.

-- 
---
Daniel Lopez Janariz ([EMAIL PROTECTED])
Web Services
Computer Center
Balearic Islands University
---




Building an application

2001-04-09 Thread olivier
Title: SV: Error deserializing session



Hi,

I am 
new to Orion, and I have recently been trying to build an application (ear) with 
not much success. Basically, Orion seems to deploys all the components, but I 
can't get the first page to open on the browser.
I am 
using struts as a framework, with the fix I have seen on this site (remove the 
dtd from the jar and put them under classes), and struts does not seem to be the 
problem now (especially since my first page is an 
index.html)

The 
earis in orion\applications

 userEjb.jar
 taskforce.war
 \META-INF
 
application.xml

source 
of application.xml for the ear
application 
display-nametaskforce/display-name 
descriptionApplication description/description 
module 
web 
web-uritaskforce.war/web-uri 
context-root/taskforce/context-root 
/web /module 
module 
ejbuserEjb.jar/ejb 
/module/application

I put 
this in default-web-site
web-app application="taskforce" 
name="taskforceWebApp" root="/taskforce"/
this 
in server.xml
application name="taskforce" 
path="../applications/taskforce.ear" / 


I have 
tried with the news.ear coming with orion, but same problem.

Any clue?

Thanks,

olivier


RE: parsePostData

2001-04-09 Thread Ernie Phelps

Frank,

Is one of the form fields an input type="file"? If not, why not just use
request.getParameter("parameterName")? Could you give a little more info
about what you are trying to do?

- Ernie

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Frank LaRosa
Sent: Monday, April 09, 2001 12:51 AM
To: Orion-Interest
Subject: parsePostData


I'm having some trouble parsing form data in a JSP page.

I'm using this code:

Hashtable ht = HttpUtils.parsePostData( request.getContentLength(),
request.getInputStream() );

The result is always a Hashtable with a size of zero, even though there
should be data in the form.

I posted the form with form method="POST" action="myPage.jsp". Can anyone
spot what I'm doing wrong? Thanks.





Re: SV: Error deserializing session

2001-04-09 Thread Dan North

For a stateful session bean, you need to ensure that anything to be
serialized is Serializable (ie. implements java.io.Serializable), or is a
primitive type. If there is stuff you don't want/need to be
serialized you should explicitly declare it transient, and 
set the appropriate values in a method called:

public void setSessionContext( javax.ejb.SessionContext ) throws
RemoteException

which is called when the session bean is reactivated.

Cheers,
Dan/tastapod.


At 08:19 09/04/2001 +0200, you wrote:

Sounds like you have
stuff in your session that can't be serialized. 
Was it during restart or session timeout? 
WR 

 -Ursprungligt meddelande- 
 Fran: Sergei Batiuk
[mailto:[EMAIL PROTECTED]]

 Skickat: den 8 april 2001 05:26 
 Till: Orion-Interest 
 Amne: Error deserializing session 
 
 
 Hello all, 
 
 What does the following error mean? It looks more like
a 
 warning, since I 
 did not encounter any abnormal behavior with orion. Is
it 
 serious? What 
 might have caused it? 
 
 Error deserializing session:
java.io.WriteAbortedException: 
 Writing aborted 
 by e 
 xception; java.io.NotSerializableException:
com.evermind.sql.ak 
 
 
 
 

--
Dan North
VP Development - Cadrion Software Ltd - +44 (0)20
7440 9550

CONFIDENTIALITY 
This e-mail and any attachments are confidential 
and may also be privileged. If you are not the named recipient, 
please notify the sender immediately and do not disclose the 
contents to another person, use it for any purpose, or store 
or copy the information in any medium



RE: How to start EJB development using Orion?

2001-04-09 Thread Kemp Randy-W18971

In addition, check the tutorial out at www.4degreez.com/intro_part_1.html
and www.4degreez.com/intro_part_2.html. 

-Original Message-
From: SCOTT FARQUHAR [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 09, 2001 12:44 AM
To: Orion-Interest
Subject: Re: How to start EJB development using Orion?


references that might be a help include:

Sun's j2ee specification
Servlet 2.2 spec
JSP 1.1 spec

I find that tutorials at
www.jollem.com 
www.orionsupport.com 
are excellent.

AFAIK all you need to do to inform orion of the existance of those files is
to edit server.xml, to point to your root dir.
eg.

 application name="taglib-test" path="..\applications\taglib-test"
/


You need application.xml in meta-inf.  This is what you must inform orion
of  Application.xml contains references to your modules.

eg.
application
 display-nameTag Tutorial/display-name
 module
  web
   web-uritaglib-test-web/web-uri
   context-root//context-root
  /web
 /module
   module
  ejbejbdemo-ejb/ejb
   /module
/application


And the directory structure

/
/meta-inf/
/meta-inf/application.xml
/taglib-test-web/
/taglib-test-web/web-inf/
/taglib-test-web/web-inf/web.xml
/ejbdemo-ejb/
/ejbdemo-ejb/meta-inf/
/ejbdemo-ejb/meta-inf/ejb-jar.xml



This is a quick overview (and may contain errors and omissions)  Try the
tutorials on orionsupport and jollem.







 [EMAIL PROTECTED] 04/09/01 12:50pm 
Hi all --

   I'm new to EJB development, and am trying to start with Orion Server, but
I'm having the hardest time figuring out how to even begin.  I've written a
bean and all the interfaces, which are all sitting in class files in the
c:\java directory.  I created a META-INF directory off of that, and created
an ejb-jar.xml file in there.
   However, I can find *no* information about how to inform Orion about the
existence of these files.  I was trying to follow
http://www.orionserver.com/tutorials/ejbtutorial.html, but it references a
config/ejb.xml file which simply doesn't exist.  I'm guessing it's old.
   Is there a simple step-by-step explanation of which files need to be
modified, in what order, and what else I need to do to start doing
development work?  Am I better off just using a better (i.e. better
supported and more completely documented) appserver?

-- Chris







wrong servlet executed bug in 1.4.7

2001-04-09 Thread Russ White

logged bug #394

the following occurs only under 1.4.7

I created two simple servlets.

Servlet1  Servlet2

One simply creates a link to the other one.

When I run the first servlet like so
http://host/servlet/com.sequenet.test.servlet.Servlet1 and click on the link
to the second servlet Orion simply runs the first servlet again.

code follows

Servlet #1

package com.sequenet.test.servlet;
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;

/**
 * Title:Main Project
 * Description:  This is my main project.
 * Copyright:Copyright (c) 2001
 * Company:  Sara Lee
 * @author Russ White
 * @version 1.0
 */

public class Servlet1 extends HttpServlet {
  public void init(ServletConfig config) throws ServletException {
super.init(config);
  }

  public void service(HttpServletRequest request, HttpServletResponse
response)
  throws IOException, ServletException {
response.setContentType("TEXT/HTML");
response.getWriter().print("htmlhead/headbody"+
"Servlet1bra href=\"com.sequenet.test.servlet.Servlet2\""+
"link to Servlet2/a"+
"/body/html");
  }
}

Servlet #2

package com.sequenet.test.servlet;
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;

/**
 * Title:Main Project
 * Description:  This is my main project.
 * Copyright:Copyright (c) 2001
 * Company:  Sara Lee
 * @author Russ White
 * @version 1.0
 */

public class Servlet2 extends HttpServlet {
  public void init(ServletConfig config) throws ServletException {
super.init(config);
  }

  public void service(HttpServletRequest request, HttpServletResponse
response)
  throws IOException, ServletException {
response.setContentType("TEXT/HTML");
response.getWriter().print("htmlhead/headbody"+
"Servlet2bra href=\"com.sequenet.test.servlet.Servlet1\""+
"link to Servlet1/a"+
"/body/html");
  }
}





SV: wrong servlet executed bug in 1.4.7

2001-04-09 Thread Magnus Rydin
Title: SV: wrong servlet executed bug in 1.4.7





Is the bug that you dont get an 404 when following the link?
Or is /servlet/ missing from your post here (Servlet source)?
WR


 -Ursprungligt meddelande-
 Från: Russ White [mailto:[EMAIL PROTECTED]]
 Skickat: den 9 april 2001 06:20
 Till: Orion-Interest
 Ämne: wrong servlet executed bug in 1.4.7
 
 
 logged bug #394
 
 the following occurs only under 1.4.7
 
 I created two simple servlets.
 
 Servlet1  Servlet2
 
 One simply creates a link to the other one.
 
 When I run the first servlet like so
 http://host/servlet/com.sequenet.test.servlet.Servlet1 and 
 click on the link
 to the second servlet Orion simply runs the first servlet again.
 
 code follows
 
 Servlet #1
 
 package com.sequenet.test.servlet;
 import javax.servlet.*;
 import javax.servlet.http.*;
 import java.io.*;
 
 /**
 * Title: Main Project
 * Description: This is my main project.
 * Copyright: Copyright (c) 2001
 * Company: Sara Lee
 * @author Russ White
 * @version 1.0
 */
 
 public class Servlet1 extends HttpServlet {
 public void init(ServletConfig config) throws ServletException {
 super.init(config);
 }
 
 public void service(HttpServletRequest request, HttpServletResponse
 response)
 throws IOException, ServletException {
 response.setContentType(TEXT/HTML);
 response.getWriter().print(htmlhead/headbody+
 Servlet1bra href=\com.sequenet.test.servlet.Servlet2\+
 link to Servlet2/a+
 /body/html);
 }
 }
 
 Servlet #2
 
 package com.sequenet.test.servlet;
 import javax.servlet.*;
 import javax.servlet.http.*;
 import java.io.*;
 
 /**
 * Title: Main Project
 * Description: This is my main project.
 * Copyright: Copyright (c) 2001
 * Company: Sara Lee
 * @author Russ White
 * @version 1.0
 */
 
 public class Servlet2 extends HttpServlet {
 public void init(ServletConfig config) throws ServletException {
 super.init(config);
 }
 
 public void service(HttpServletRequest request, HttpServletResponse
 response)
 throws IOException, ServletException {
 response.setContentType(TEXT/HTML);
 response.getWriter().print(htmlhead/headbody+
 Servlet2bra href=\com.sequenet.test.servlet.Servlet1\+
 link to Servlet1/a+
 /body/html);
 }
 }
 
 





Re: How to start EJB development using Orion?

2001-04-09 Thread Jeff Hubbach

Have you put all your ejb classes, along with the META-INF/ejb-jar.xml file
into a jar yet? After you do that, you have to add an ejb-module.. line to
your application.xml in the config directory. Look at the documentation on
application.xml to find out what parameters you must specify. The best thing to
do in my mind would be to get a good EJB book and walk through some of the
examples. Oreilly's Enterprise JavaBeans 2nd edition is great.

Jeff.

Chris Bergstresser wrote:

 Hi all --

I'm new to EJB development, and am trying to start with Orion Server, but
 I'm having the hardest time figuring out how to even begin.  I've written a
 bean and all the interfaces, which are all sitting in class files in the
 c:\java directory.  I created a META-INF directory off of that, and created
 an ejb-jar.xml file in there.
However, I can find *no* information about how to inform Orion about the
 existence of these files.  I was trying to follow
 http://www.orionserver.com/tutorials/ejbtutorial.html, but it references a
 config/ejb.xml file which simply doesn't exist.  I'm guessing it's old.
Is there a simple step-by-step explanation of which files need to be
 modified, in what order, and what else I need to do to start doing
 development work?  Am I better off just using a better (i.e. better
 supported and more completely documented) appserver?

 -- Chris

--
Jeff Hubbach
Internet Developer
New Media Designs, Inc.
www.nmd.com







Re: Syslog

2001-04-09 Thread Eric Anderson

I've used Syslog in several projects now, and it's worked fine.  Are you calling its 
initialization methods to set the logging level?

-Eric
 
--

On Mon, 9 Apr 2001 14:55:50   
 Diego Amicabile wrote:
Hi people,

has anybody tried to use the Syslog from protomatter
inside of Orion (http://protomatter.sourceforge.net)

I have tried and I was not successful. I let a
servlet, which is loaded on startup, load a
configuration file, I used the -Xnoclassgc option, but
even after the Syslog is initialzed nothing is ever
written into the log files. 
What should be done? Any idea?

Greetings
Diego



__
Do You Yahoo!?
Il tuo indirizzo gratis e per sempre @yahoo.it su http://mail.yahoo.it




Get 250 color business cards for FREE! at Lycos Mail
http://mail.lycos.com/freemail/vistaprint_index.html




RE: wrong servlet executed bug in 1.4.7

2001-04-09 Thread Russ White
Title: SV: wrong servlet executed bug in 1.4.7



The 
link is relative. So as long as I call the first servlet like this: http://host/servlet/com.sequenet.test.servlet.Servlet1theanchor 
hrefneed not include /servlet/ though for the sake of argument the results 
are the same even if you include /servlet/ in the anchor tag. Actually, even if 
I make the url absolute the results are the same.

Thanks

-Original Message-From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]]On Behalf Of Magnus 
RydinSent: Monday, April 09, 2001 10:05 AMTo: 
Orion-InterestSubject: SV: wrong servlet executed bug in 
1.4.7

  Is the bug that you dont get an 404 when following the 
  link? Or is "/servlet/" missing from your post here 
  (Servlet source)? WR 
   -Ursprungligt meddelande-  Från: Russ White [mailto:[EMAIL PROTECTED]] 
   Skickat: den 9 april 2001 06:20  Till: Orion-Interest  Ämne: wrong 
  servlet executed bug in 1.4.7logged bug #394   the following occurs only under 
  1.4.7   I created two 
  simple servlets.   
  Servlet1  Servlet2   One simply creates a link to the other one.   When I run the first servlet like 
  so  http://host/servlet/com.sequenet.test.servlet.Servlet1 
  and  click on the link  to the second servlet Orion simply runs the first servlet 
  again.   code 
  follows   Servlet 
  #1   package 
  com.sequenet.test.servlet;  import 
  javax.servlet.*;  import 
  javax.servlet.http.*;  import java.io.*; 
/**  * Title: Main 
  Project  * Description: This is my 
  main project.  * 
  Copyright: Copyright (c) 2001  * Company: Sara Lee 
   * @author Russ White  * @version 1.0  */ 
public class Servlet1 
  extends HttpServlet {  public void 
  init(ServletConfig config) throws ServletException {  super.init(config);  }   public void service(HttpServletRequest request, 
  HttpServletResponse  response)  throws IOException, 
  ServletException {  
  response.setContentType("TEXT/HTML");  
  response.getWriter().print("htmlhead/headbody"+ 
   
  "Servlet1bra 
  href=\"com.sequenet.test.servlet.Servlet2\""+  "link to 
  Servlet2/a"+  
  "/body/html");  
  }  }   Servlet #2   package com.sequenet.test.servlet;  
  import javax.servlet.*;  import 
  javax.servlet.http.*;  import java.io.*; 
/**  * Title: Main 
  Project  * Description: This is my 
  main project.  * 
  Copyright: Copyright (c) 2001  * Company: Sara Lee 
   * @author Russ White  * @version 1.0  */ 
public class Servlet2 
  extends HttpServlet {  public void 
  init(ServletConfig config) throws ServletException {  super.init(config);  }   public void service(HttpServletRequest request, 
  HttpServletResponse  response)  throws IOException, 
  ServletException {  
  response.setContentType("TEXT/HTML");  
  response.getWriter().print("htmlhead/headbody"+ 
   
  "Servlet2bra 
  href=\"com.sequenet.test.servlet.Servlet1\""+  "link to 
  Servlet1/a"+  
  "/body/html");  
  }  }   


Alternative Deployment

2001-04-09 Thread calvin matthews

Hi,

I have been monitoring the orion news group for some 5 months now and I have
never seen the contributers so dejected and negative about its creators as
they have of late. Don't get me wrong, I think that Orion is a fantastic
application server, but the creators have  seemingly fallen of the planet,
the 'new' company has never appeared and confidence in their ability to
support the product seems to be at an all time low.

As a developer I am inclined to stick with orion for development because
it's quick and easy to use. But for deployment our site needs to be up 24x7
and orion with its many support issues is starting to look like a huge risk.

My questions are:
a] What are people using for deployment on high profile sites (as an
alternative to orion - if at all)?
b] What do people consider to be the best alternative/backup application
server to orion (Considering we need J2EE compliance (jsp and ejb), we have
a tight budget and support is essential)?

Currently our live site is operating on a more expensive application server,
but Ideally we would like to move away to something as good as and as good
value as Orion.

Thanks in advance,

Calvin





When trying to parse jsp inside a servlet - 404

2001-04-09 Thread Eduard Witteveen

Hello,

I have the following method in a class derived from HttpServlet:

public synchronized void service(HttpServletRequest req, HttpServletResponse res) 
throws ServletException,IOException {
RequestDispatcher disp = getServletContext().getNamedDispatcher("jsp");
disp.forward(req, res);
}

and i keep getting a 404(file not found), but i have associated the file with a 
url-pattern, which differs from /*.jsp, so the file is there.
How do i involk the com.evermind.server.http.JSPServlet, to parse this given request.

p.s. im actually trying to use jsp as a preprocessor for generation of scripts which 
will then be converted to a binairy reponse. I hope im correct when i use the 
RequestDispatcher.include() with a ServletResponse(implementation), which i will 
convert to a String. 

-- 
Eduard WitteveenSysteemontwikkelaar NOS Internet
Mediacentrum Kamer 203, tel. +31(0)35 6773059

Sed quis custodiet ipsos custodes? : The sixth Satire from Juvenal




RE: WE NEED NEWS! We need to know Orion is alive well!

2001-04-09 Thread Kemp Randy-W18971

Thanks for the wonderful update, and for three fellows from Sweden, they are
doing a great job of building a low-cost, application server.  I do hope
they can build some great partnerships with other companies to provide
support contracts, and maybe a technical writer to enhance the
documentation. Personally, I like to see this technology as accessible to as
many people as possible.  Great low cost initiatives like Orion, or open
source efforts, like Jboss, make that possible, and give some good
alternatives to the high priced server initiatives. 

-Original Message-
From: Johan Fredriksson [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 09, 2001 10:19 AM
To: Orion-Interest
Subject: Re: WE NEED NEWS! We need to know Orion is alive  well!


I met Karl Avedal yesterday at a Java forum in Stockholm. They're 3
employees as of today, and probably two more joining up shortly. He spoke of
an organic expansion of Ironflare AB.

The main effort is to build partner ships with other companies regarding
support of the product, and to start selling support packs. The license fee
for Orion will remain the same. The support pack is of course another issue.
The reason for partners is that the employees of Ironflare today are
technicians and like to keep doing what they do - programming on the server.

Keeping the license fee low will enable developers to bundle the AS, keeping
the costs low.

regards



Johan
- Original Message -
From: "Dan North" [EMAIL PROTECTED]
To: "Orion-Interest" [EMAIL PROTECTED]
Sent: Friday, April 06, 2001 11:11 AM
Subject: RE: WE NEED NEWS! We need to know Orion is alive  well!


 Nice analogy :o)

 And one day I'll be able to say that I had all their early albums before
 they became famous...

 Dan/tastapod


 At 13:02 05/04/2001 -0500, you wrote:
 How many people are actually working on Orion, and what is their
 forte?  Most likely, it is probably developed and maintain by a small
 number (maybe under six).  Sure, they are successful, and sell, but they
 could sell more.  Think up them as an up and coming rock group.  Add a
 good manager (CEO with a good business plan) and a promoter (a great
 technical writer working the documentation), and suddenly you have U2.
 
 -Original Message-
 From: Matthew E. Porter [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, April 05, 2001 11:57 AM
 To: Orion-Interest
 Subject: Re: WE NEED NEWS! We need to know Orion is alive  well!
 
 
 I also would like to here from someone at Ironflare/Orion concerning the
 status of the company.  My company is currently planning to build our
 internal infrastructure on the Orion server.
 
 
 -matthew porter
 
 
 elephantwalker wrote:
  
   I have tried to schedule phone calls with Orion by sending emails and
faxes
   to ironflare, nothing seems to work. We are going to deploy soon, but
if I
   can't talk to these guys at least once, there's no way we are forking
over
   any money. We need that "nice fuzzy feeling" that you get by talking
to a
   warm body.
  
   Are there any paying customers on the news service that are getting
prompt
   and reliable service for Orion, either by email or phone?
  
   Regards,
  
   Elephantwalker
  
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED]]On Behalf Of Neville
   Burnell
   Sent: Wednesday, April 04, 2001 7:27 PM
   To: Orion-Interest
   Subject: WE NEED NEWS! We need to know Orion is alive  well!
  
   Its been around 4 months since Orion went on "life-support" - ie
  
   - the website went on hold ...
   - Karl  Magnus went silent on company futures except for rare emails
   promising news soon
   - the software development slowed to a crawl [by comparison to last
   year's "rush"]
   - bug fixes slowed to a crawl
   - my email to [EMAIL PROTECTED] went unanswered
  
   Please Karl, Magnus, give us some news, even if its only to understand
   whats happened in the last 4 months
  
   -Original Message-
   From: Aaron Tavistock [mailto:[EMAIL PROTECTED]]
   Sent: Thursday, 5 April 2001 11:48 AM
   To: Orion-Interest
   Subject: RE: Any news from Orion yet??
  
   Wasn't this from *WAY* back in January...
  
   I know that Orion 1.4.5 was released around January 22nd, there has
been
   the
   updates to 1.4.7, *AND* there were rumors about 1.4.8.   But, there
   really
   hasn't been any news about the goings on of Evermind/IronFlare.  How
are
   you
   guys doing?  Whats the state of IronFlare?  It would be nice to hear
   whats
   going on...
  

 --
 Dan North
 VP Development  -  Cadrion Software Ltd  -  +44 (0)20 7440 9550

 CONFIDENTIALITY
 This e-mail and any attachments are confidential
 and may also be privileged. If you are not the named recipient,
 please notify the sender immediately and do not disclose the
 contents to another person, use it for any purpose, or store
 or copy the information in any medium






RE: Alternative Deployment

2001-04-09 Thread Kemp Randy-W18971

Calvin:
  There are approximately 35 servers, according to the flash matrix
comparison.  You should not give up on Orion, but a backup plan is good.
Unfortunately, there is nothing really good in the Orion price range, and if
you can afford it, Web logic is probably the way to go (given they have a
great market share, support, EBB 2.0 compliance, etc.).  If you look at the
open source initiatives, you're best to run with jboss/jetty or
jboss/tomcat.  According to their web site testimonials, some are running in
production now.  If you don't mind paying around five thousand, then Jrun is
fairly good, and I haven't heard much bad press about it.  Personally, I run
Oracle 8I, and if you are running Oracle, the EJB technology is thrown is as
a gift. 
Randy

-Original Message-
From: calvin matthews [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 09, 2001 11:24 AM
To: Orion-Interest
Subject: Alternative Deployment


Hi,

I have been monitoring the orion news group for some 5 months now and I have
never seen the contributers so dejected and negative about its creators as
they have of late. Don't get me wrong, I think that Orion is a fantastic
application server, but the creators have  seemingly fallen of the planet,
the 'new' company has never appeared and confidence in their ability to
support the product seems to be at an all time low.

As a developer I am inclined to stick with orion for development because
it's quick and easy to use. But for deployment our site needs to be up 24x7
and orion with its many support issues is starting to look like a huge risk.

My questions are:
a] What are people using for deployment on high profile sites (as an
alternative to orion - if at all)?
b] What do people consider to be the best alternative/backup application
server to orion (Considering we need J2EE compliance (jsp and ejb), we have
a tight budget and support is essential)?

Currently our live site is operating on a more expensive application server,
but Ideally we would like to move away to something as good as and as good
value as Orion.

Thanks in advance,

Calvin





transaction within a message bean

2001-04-09 Thread Nenad Momcilovic


Hello !

Does anybody know how to set up transaction with in a message driven
bean? 

I have tried to use transactions in my Message Driven Bean inside Orion.
Once the code I hits the line getUserTransaction()
I got the following exception with the stack trace:

MessageBean: Exception thrown:java.lang.IllegalStateException: Only
beans with user-managed transactions can invoke
getUserTransaction()
java.lang.IllegalStateException: Only beans with user-managed
transactions can invoke getUserTransaction()
at
com.evermind.server.ejb.AbstractEJBContext.getUserTransaction(JAX)
at
com.platespin.silo.ejb.IniOperatorBean.onMessage(IniOperatorBean.java:14
4)
at com.evermind.server.ejb.gn.run(JAX)
at com.evermind.util.f.run(JAX)

It looks like that the way that I am using transactions within a Message
Driven Bean is illegal.


Sincerely,
Nenad




Re: SSL

2001-04-09 Thread Tomas Anderson

Hello.
The easiest way is to use OpenSSL (www.openssl.org) to
create your own root CA and sign a certificate request
made by keytool and you can also use openssl to create
your own client certificates to use for
client-authentication during developement.

Good luck.
Tomas


--- "Mark A. Richman" [EMAIL PROTECTED] wrote:
 How can I create a test SSL certificate?
 Regards,
 Mark A. Richman
 Empire Software, Inc.
 Expert Software Development  Consulting
 
 + Internet/Intranet/Extranet
 + E-Commerce  B2B
 + Java, C/C++, Visual Basic
 + XML, SOAP, and Web Services
 + Linux  Open-Source Solutions
 + Database Applications
 + ...and MUCH more!
 
 http://www.empsoft.com
 [EMAIL PROTECTED]
 Tel: 954-234-9049
   
 
 
  BEGIN:VCARD
 VERSION:2.1
 N:Richman;Mark;A.;Mr.
 FN:Mark A. Richman
 NICKNAME:Mark
 ORG:Empire Software, Inc.
 TITLE:President
 NOTE;ENCODING=QUOTED-PRINTABLE:Empire Software,
 Inc.=0D=0AExpert Software Development 
 Consulting=0D=0A=
 =0D=0A+ Internet/Intranet/Extranet=0D=0A+ E-Commerce
  B2B=0D=0A+ Java, C/C+=
 +, Visual Basic=0D=0A+ XML, SOAP, and Web
 Services=0D=0A+ Linux  Open-Sourc=
 e Solutions=0D=0A+ Database Applications=0D=0A+
 ...and MUCH more!=0D=0A
 ADR;WORK:;954-234-9049;9932 NW 57 Manor;Coral
 Springs;FL;33076;USA

LABEL;WORK;ENCODING=QUOTED-PRINTABLE:954-234-9049=0D=0A9932
 NW 57 Manor=0D=0ACoral Springs, FL 33076=0D=0AUSA
 URL:
 URL:http://www.empsoft.com
 EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
 REV:20010228T000841Z
 END:VCARD
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




Creating new CMP records

2001-04-09 Thread Eduardo Estefano

I have a CMP EJB that has a foreign key field in it (DepartmentID). This
field can be null (removed other fields for simplicity):

CREATE TABLE ACTIVITY ( 
  ACTIVITYID   NUMBERNOT NULL, 
  DEPARTMENTID NUMBER
)

The ActivityID and DepartmentID are class variables of the EJB.

I'm trying to create a record with no DepartmentID. But the value of the
DepartmentID is always 0 (zero) because ints default to 0. The end result is
a constraint error because there is no department with ID=0.

My question: How can I tell orion to create the new record with a null value
for DepartmentID instead of 0.

-
Eduardo Estefano
Integrated Information Systems






RE: Alternative Deployment

2001-04-09 Thread Larry Velez
Title: RE: Alternative Deployment






You could also approach this problem by building the entire environment so that you can tolerate failure of the application server and can replace it partially or entirely with another product. Hardware or Software load balancing solutions and a redundant modular design go a long way in keeping you from being married to a particular product or solution.

Larry


-Original Message-
From: calvin matthews [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 09, 2001 12:24 PM
To: Orion-Interest
Subject: Alternative Deployment



Hi,


I have been monitoring the orion news group for some 5 months now and I have
never seen the contributers so dejected and negative about its creators as
they have of late. Don't get me wrong, I think that Orion is a fantastic
application server, but the creators have seemingly fallen of the planet,
the 'new' company has never appeared and confidence in their ability to
support the product seems to be at an all time low.


As a developer I am inclined to stick with orion for development because
it's quick and easy to use. But for deployment our site needs to be up 24x7
and orion with its many support issues is starting to look like a huge risk.


My questions are:
a] What are people using for deployment on high profile sites (as an
alternative to orion - if at all)?
b] What do people consider to be the best alternative/backup application
server to orion (Considering we need J2EE compliance (jsp and ejb), we have
a tight budget and support is essential)?


Currently our live site is operating on a more expensive application server,
but Ideally we would like to move away to something as good as and as good
value as Orion.


Thanks in advance,


Calvin





Flashline server comparison

2001-04-09 Thread Kemp Randy-W18971

For comparison purposes, the flash line matrix can be found at 
http://www.flashline.com/Components/appservermatrix.jsp.  I may have counted wrong. 




RE: EntityBean Events inside tx.

2001-04-09 Thread ramiro


Firstly, I wanted to thank the list for all the responses I had.
But, the problem is that the suggested solutions involve using
'Transacted JMS' services.   I have not been able to make
JMS aware of the transacions it is running on.  Messages
always get sent, inspite of eventual rollbacks.
I only wanted to know if anyone got this working under Orion 1.4.7
Thanks in advance


Ramiro Diaz Trepat
Opetra




   
  
"Day, Jem BGI WAC" 
  
[EMAIL PROTECTED]To: Orion-Interest 
[EMAIL PROTECTED]
mcc:  
  
Sent by:  Subject: RE: EntityBean 
Events inside tx.  
owner-orion-interest@orion 
  
server.com 
  
   
  
   
  
03/04/2001 02:21 p.m.  
  
Please respond to  
  
Orion-Interest 
  
   
  
   
  




Here's a description of an implementation of the Observer pattern
for EJB.

http://www.theserverside.com/resources/ObserverPattern.jsp

An alternative is to implement your 'Change Events' as JMS messages, if
you are using 'Transacted JMS' messages are only 'published' when the
encompassing Tx is committed.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, April 03, 2001 8:25 AM
 To: Orion-Interest
 Subject: EntityBean Events inside tx.


 We would like our entity beans to propagate events in the same
 fashion than regular java beans.
 Therefore we must, for example, send events notifying of property
 changes inside the bean.  The problem with this is that we don't know
 if this method was called inside a transaction that might be
 rolled back later on, and hence the property change event
 should not have been sent at all.
 Clearly, we want to propagate the events only when the transactions
 are commited.
 Is there a standard "pattern" to manage this sort of thing ?
 TIA

 Ramiro Diaz Trepat
 Opetra











RE: Creating new CMP records

2001-04-09 Thread Jeff Schnitzer

If you want a CMP field that can be null, use java.lang.Integer instead
of int.

Jeff

-Original Message-
From:   Eduardo Estefano
Sent:   Mon 4/9/2001 12:10 PM
To: Orion-Interest
Cc: 
Subject:Creating new CMP records

I have a CMP EJB that has a foreign key field in it (DepartmentID). This
field can be null (removed other fields for simplicity):

CREATE TABLE ACTIVITY ( 
  ACTIVITYID   NUMBERNOT NULL, 
  DEPARTMENTID NUMBER
)

The ActivityID and DepartmentID are class variables of the EJB.

I'm trying to create a record with no DepartmentID. But the value of the
DepartmentID is always 0 (zero) because ints default to 0. The end
result is
a constraint error because there is no department with ID=0.

My question: How can I tell orion to create the new record with a null
value
for DepartmentID instead of 0.

-
Eduardo Estefano
Integrated Information Systems







 winmail.dat


Callbacks on session beans... are they legal?

2001-04-09 Thread Alex Paransky

Is it legal for session bean A to create session bean B, and pass it to
session bean C so that C can call on B?

For example, if A is acting as a controller, B is acting as a factory, and C
is acting as an algorithm.  So a controller needs to execute an algorithm
which requires a factory as one of it's parameters.  As the algorithm runs,
it calls on the factory to create the resources it needs.

Thanks.
-AP_





RE: How to start EJB development using Orion?

2001-04-09 Thread Chris Bergstresser

   I tried.  It's been unreachable for me for the past couple days.  I was
hoping it'd come back up with the start of the work week, but no luck.

-- Chris

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Mike
 Cannon-Brookes

 See http://www.jollem.com for two very useful primers for you.





Home methods...

2001-04-09 Thread Alex Paransky

Does Orion support user home methods?  I am trying to create a method in my
session bean, but I get the following exception from orion:

Error compiling
file:/C:/work/individualnetwork/deployment/development/symbiosis/enterprise/
server/service/: Invalid session-EJBHome interface method defined in
com.indnet.symbiosis.service.usermanagement.UserManagementServiceHome: test

-AP_





Re: How to start EJB development using Orion?

2001-04-09 Thread Stan Ng

bummer... seems like jollem.com has recently changed their website... i've
been meaning to mirror the primers too... things just got too busy...
there's a (rather dated) copy available at
http://www.znerd.demon.nl/orion-primer/#intro and google has cached versions
of it available.  if anyone can point me to the most recent versions, i'll
make a copy of them.


- Original Message -
From: "Chris Bergstresser" [EMAIL PROTECTED]
To: "Orion-Interest" [EMAIL PROTECTED]
Sent: Monday, April 09, 2001 5:03 PM
Subject: RE: How to start EJB development using Orion?


I tried.  It's been unreachable for me for the past couple days.  I was
 hoping it'd come back up with the start of the work week, but no luck.

 -- Chris

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Mike
  Cannon-Brookes
 
  See http://www.jollem.com for two very useful primers for you.






RE: Home methods...

2001-04-09 Thread Alex Paransky

Sorry, my bad.  No home methods for sessions.

-AP_

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Alex Paransky
Sent: Monday, April 09, 2001 5:13 PM
To: Orion-Interest
Subject: Home methods...


Does Orion support user home methods?  I am trying to create a method in my
session bean, but I get the following exception from orion:

Error compiling
file:/C:/work/individualnetwork/deployment/development/symbiosis/enterprise/
server/service/: Invalid session-EJBHome interface method defined in
com.indnet.symbiosis.service.usermanagement.UserManagementServiceHome: test

-AP_





RE: How to start EJB development using Orion?

2001-04-09 Thread SCOTT FARQUHAR

Try google cache.

Apart from the downloaded bits - it should all be there.

(I don't have internet access or I'd post the link)

 [EMAIL PROTECTED] 04/10/01 10:03am 
   I tried.  It's been unreachable for me for the past couple days.  I was
hoping it'd come back up with the start of the work week, but no luck.

-- Chris

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED]]On Behalf Of Mike
 Cannon-Brookes

 See http://www.jollem.com for two very useful primers for you.







Re: Building an application

2001-04-09 Thread Daniel Lopez

Hi Oliver, 
Last week I was plating with the same thing and I was successful with
pretty much the same configuration that you have, except that in
application.xml I set the context root to /
(context-root//context-root). Which error are you getting ? 404? Can
you see your .ear file unpackaged?
regards,
Dan

 olivier wrote:
 
 Hi,
 
 I am new to Orion, and I have recently been trying to build an
 application (ear) with not much success. Basically, Orion seems to
 deploys all the components, but I can't get the first page to open on
 the browser.
 I am using struts as a framework, with the fix I have seen on this
 site (remove the dtd from the jar and put them under classes), and
 struts does not seem to be the problem now (especially since my first
 page is an index.html)
 
 The ear is in orion\applications
 
 userEjb.jar
 taskforce.war
 \META-INF
 application.xml
 
 source of application.xml for the ear
 application
   display-nametaskforce/display-name
   descriptionApplication description/description
   module
 web
   web-uritaskforce.war/web-uri
   context-root/taskforce/context-root
 /web
   /module
   module
 ejbuserEjb.jar/ejb
   /module
 /application
 
 I put this in default-web-site
  web-app application="taskforce" name="taskforceWebApp"
 root="/taskforce"/
 this in server.xml
  application name="taskforce" path="../applications/taskforce.ear" /
 
 
 I have tried with the news.ear coming with orion, but same problem.
 
 Any clue?
 
 Thanks,
 
 olivier




RE: How to start EJB development using Orion?

2001-04-09 Thread Kemp Randy-W18971

Another excellent general tutorial set is found at 
http://www.execpc.com/~gopalan/java/java_tutorial.html.

-Original Message-
From: SCOTT FARQUHAR [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 09, 2001 12:44 AM
To: Orion-Interest
Subject: Re: How to start EJB development using Orion?


references that might be a help include:

Sun's j2ee specification
Servlet 2.2 spec
JSP 1.1 spec

I find that tutorials at
www.jollem.com 
www.orionsupport.com 
are excellent.

AFAIK all you need to do to inform orion of the existance of those files is to edit 
server.xml, to point to your root dir.
eg.

 application name=taglib-test path=..\applications\taglib-test /


You need application.xml in meta-inf.  This is what you must inform orion of  
Application.xml contains references to your modules.

eg.
application
 display-nameTag Tutorial/display-name
 module
  web
   web-uritaglib-test-web/web-uri
   context-root//context-root
  /web
 /module
   module
  ejbejbdemo-ejb/ejb
   /module
/application


And the directory structure

/
/meta-inf/
/meta-inf/application.xml
/taglib-test-web/
/taglib-test-web/web-inf/
/taglib-test-web/web-inf/web.xml
/ejbdemo-ejb/
/ejbdemo-ejb/meta-inf/
/ejbdemo-ejb/meta-inf/ejb-jar.xml



This is a quick overview (and may contain errors and omissions)  Try the tutorials on 
orionsupport and jollem.







 [EMAIL PROTECTED] 04/09/01 12:50pm 
Hi all --

   I'm new to EJB development, and am trying to start with Orion Server, but
I'm having the hardest time figuring out how to even begin.  I've written a
bean and all the interfaces, which are all sitting in class files in the
c:\java directory.  I created a META-INF directory off of that, and created
an ejb-jar.xml file in there.
   However, I can find *no* information about how to inform Orion about the
existence of these files.  I was trying to follow
http://www.orionserver.com/tutorials/ejbtutorial.html, but it references a
config/ejb.xml file which simply doesn't exist.  I'm guessing it's old.
   Is there a simple step-by-step explanation of which files need to be
modified, in what order, and what else I need to do to start doing
development work?  Am I better off just using a better (i.e. better
supported and more completely documented) appserver?

-- Chris







Syslog

2001-04-09 Thread Diego Amicabile

Hi people,

has anybody tried to use the Syslog from protomatter
inside of Orion (http://protomatter.sourceforge.net)

I have tried and I was not successful. I let a
servlet, which is loaded on startup, load a
configuration file, I used the -Xnoclassgc option, but
even after the Syslog is initialzed nothing is ever
written into the log files. 
What should be done? Any idea?

Greetings
Diego



__
Do You Yahoo!?
Il tuo indirizzo gratis e per sempre @yahoo.it su http://mail.yahoo.it




Re: WE NEED NEWS! We need to know Orion is alive well!

2001-04-09 Thread Johan Fredriksson

I met Karl Avedal yesterday at a Java forum in Stockholm. They're 3
employees as of today, and probably two more joining up shortly. He spoke of
an organic expansion of Ironflare AB.

The main effort is to build partner ships with other companies regarding
support of the product, and to start selling support packs. The license fee
for Orion will remain the same. The support pack is of course another issue.
The reason for partners is that the employees of Ironflare today are
technicians and like to keep doing what they do - programming on the server.

Keeping the license fee low will enable developers to bundle the AS, keeping
the costs low.

regards



Johan
- Original Message -
From: Dan North [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Sent: Friday, April 06, 2001 11:11 AM
Subject: RE: WE NEED NEWS! We need to know Orion is alive  well!


 Nice analogy :o)

 And one day I'll be able to say that I had all their early albums before
 they became famous...

 Dan/tastapod


 At 13:02 05/04/2001 -0500, you wrote:
 How many people are actually working on Orion, and what is their
 forte?  Most likely, it is probably developed and maintain by a small
 number (maybe under six).  Sure, they are successful, and sell, but they
 could sell more.  Think up them as an up and coming rock group.  Add a
 good manager (CEO with a good business plan) and a promoter (a great
 technical writer working the documentation), and suddenly you have U2.
 
 -Original Message-
 From: Matthew E. Porter [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, April 05, 2001 11:57 AM
 To: Orion-Interest
 Subject: Re: WE NEED NEWS! We need to know Orion is alive  well!
 
 
 I also would like to here from someone at Ironflare/Orion concerning the
 status of the company.  My company is currently planning to build our
 internal infrastructure on the Orion server.
 
 
 -matthew porter
 
 
 elephantwalker wrote:
  
   I have tried to schedule phone calls with Orion by sending emails and
faxes
   to ironflare, nothing seems to work. We are going to deploy soon, but
if I
   can't talk to these guys at least once, there's no way we are forking
over
   any money. We need that nice fuzzy feeling that you get by talking
to a
   warm body.
  
   Are there any paying customers on the news service that are getting
prompt
   and reliable service for Orion, either by email or phone?
  
   Regards,
  
   Elephantwalker
  
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED]]On Behalf Of Neville
   Burnell
   Sent: Wednesday, April 04, 2001 7:27 PM
   To: Orion-Interest
   Subject: WE NEED NEWS! We need to know Orion is alive  well!
  
   Its been around 4 months since Orion went on life-support - ie
  
   - the website went on hold ...
   - Karl  Magnus went silent on company futures except for rare emails
   promising news soon
   - the software development slowed to a crawl [by comparison to last
   year's rush]
   - bug fixes slowed to a crawl
   - my email to [EMAIL PROTECTED] went unanswered
  
   Please Karl, Magnus, give us some news, even if its only to understand
   whats happened in the last 4 months
  
   -Original Message-
   From: Aaron Tavistock [mailto:[EMAIL PROTECTED]]
   Sent: Thursday, 5 April 2001 11:48 AM
   To: Orion-Interest
   Subject: RE: Any news from Orion yet??
  
   Wasn't this from *WAY* back in January...
  
   I know that Orion 1.4.5 was released around January 22nd, there has
been
   the
   updates to 1.4.7, *AND* there were rumors about 1.4.8.   But, there
   really
   hasn't been any news about the goings on of Evermind/IronFlare.  How
are
   you
   guys doing?  Whats the state of IronFlare?  It would be nice to hear
   whats
   going on...
  

 --
 Dan North
 VP Development  -  Cadrion Software Ltd  -  +44 (0)20 7440 9550

 CONFIDENTIALITY
 This e-mail and any attachments are confidential
 and may also be privileged. If you are not the named recipient,
 please notify the sender immediately and do not disclose the
 contents to another person, use it for any purpose, or store
 or copy the information in any medium






sharing EJB services ??

2001-04-09 Thread Eddie

Helllu there,

I am sharing EJB services with the property parent in the server.xml file
where I define my j2ee application. However I am only allowed to call mthods
of one other j2ee, by setting the parent property to the other j2ee
application.

However, I  want to call methods of more than one, other j2ee application.
How can I do that ??

Ed