Specifying transaction.log location

2002-01-15 Thread Lee Smith



Hi 
There,

Just a nice easy 
question - I was wondering if somebody could tell me if there is a way to 
specify the location of the transaction.log file.

By default this is 
placed at:

 
ORION-HOME/persistence/transaction.log

I've have a look 
through all the configuration files, but the only piece of information I could 
find that appeared to be relevant was the persistence tag in 
application.xml - this doesn't seem to effect where the transaction.log goes 
however.

Thanks in advance 
for any help.


Cheers,

Lee


BEGIN:VCARD
VERSION:2.1
N:Smith;Lee
FN:Lee Smith
ORG:Oracle Corporation Ltd.;Oracle Energy Downstream
TITLE:Software Engineer I
NOTE;ENCODING=QUOTED-PRINTABLE:		
TEL;WORK;VOICE:+44 (0) 1442 437774
ADR;WORK;ENCODING=QUOTED-PRINTABLE:;Hemel Hempstead;Breakspear Park=0D=0ABreakspear Way;Hemel Hempstead;Herts;H=
P2 4UL;United Kingdom
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Hemel Hempstead=0D=0ABreakspear Park=0D=0ABreakspear Way=0D=0AHemel Hempstea=
d, Herts HP2 4UL=0D=0AUnited Kingdom
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20011127T084741Z
END:VCARD



HTTP session replication problem

2002-01-15 Thread Franck valetas

 Hi,

 I have 2 0rion 1.5.2 servers in the same cluster island.
 A session created on server 1 is correctly replicated on server 2,
but a session created on server 2 is not replicated on server 1 !
 When I restart server 1, the management console displays that all sessions
from server 2 are replicated in server 1 for a few seconds ; then they all
disappear.

 Does anyone had the same problem ? Thanks for your help.

 Franck





german umlauts

2002-01-15 Thread Jan Heise

 
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

hi all,

i have some weird behaviour, perhaps someone knows the solution:
when i'm posting a form with german umlauts to the servlet-engine,
the umlauts are lost in the processing, when using the blackdown
or sun-jdks under linux. with the ibm jdk, this problem does not
occur. (but i have some bugs that prevent me from using the 
ibm jdk) this error does not occur under win2k. it's definitely
connected with the jdk and not with the servlet engine (i tried 
jboss/tomcat also).

do i have to localize the jdk or something like that?


jan

- --
Jan Heise / Tel: +49-163-4803237 / E-Mail: [EMAIL PROTECTED] 

-BEGIN PGP SIGNATURE-
Version: PGP 7.0.4

iQA/AwUBPEQhMJ/YNqVvLvLkEQKzuACgyG62e127lvDA/NFfYZcsYNTI1hIAn0kJ
k7yaM++WyM5ezR0ZZxgghG6T
=xB5j
-END PGP SIGNATURE-





How to handle multiple developers

2002-01-15 Thread Nusairat, Joseph F.
Title: How to handle multiple developers





I was wondering how do u guys wrap up an application and store it when u have multiple developers coding for the same app?

-joseph


Joseph Faisal Nusairat, Sr. Applications Developer
WorldCom
tel: 614-723-4232
pager: 888-452-0399
textmsg: [EMAIL PROTECTED]





RE: Specifying transaction.log location

2002-01-15 Thread Jarrod Roberson
Title: Message



it is 
a argument when you start the server

  
  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]] On Behalf Of Lee 
  SmithSent: Tuesday, January 15, 2002 5:17 AMTo: 
  Orion-InterestSubject: Specifying transaction.log 
  location
  Hi 
  There,
  
  Just a nice easy 
  question - I was wondering if somebody could tell me if there is a way to 
  specify the location of the transaction.log file.
  
  By default this is 
  placed at:
  
   
  ORION-HOME/persistence/transaction.log
  
  I've have a look 
  through all the configuration files, but the only piece of information I could 
  find that appeared to be relevant was the persistence tag in 
  application.xml - this doesn't seem to effect where the transaction.log goes 
  however.
  
  Thanks in advance 
  for any help.
  
  
  Cheers,
  
  Lee
  


Multiply datasources for one application??

2002-01-15 Thread michael . bungay

Hi everyone, if there is anyone that can give me a hand I would really 
appreciate it.

My Problem is that I have an application developed using orion and I works 
great but we are trying to set up multiply test environments using different 
database instances.  My questions is can you set up one application with 
multiply datasources and if so how do you go about setting it up.  We tried 
to set it up with different datasource declarations in one datasource but it 
always reads the last datasource declaration into the driver manager.

Please help if you can, Thanks.

Mike




RE: HTTP session replication problem

2002-01-15 Thread Mike Moulton

When all sessions disappear check to see if there was an orion exception
at the same time. I am experiencing the same problem but there is an
internal orion exception the moment everything stops working. Bug #687
on bugzilla covers my problem, but I haven't had any luck getting
IronFlare to take is seriously; even being a paying customer.

If this is your problem please vote for the bug in bugzilla, maybe
together we can get something done.

-Mike

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Franck
valetas
Sent: Tuesday, January 15, 2002 4:18 AM
To: Orion-Interest
Subject: HTTP session replication problem


 Hi,

 I have 2 0rion 1.5.2 servers in the same cluster island.
 A session created on server 1 is correctly replicated on server 2, but
a session created on server 2 is not replicated on server 1 !  When I
restart server 1, the management console displays that all sessions from
server 2 are replicated in server 1 for a few seconds ; then they all
disappear.

 Does anyone had the same problem ? Thanks for your help.

 Franck







RE: How to handle multiple developers

2002-01-15 Thread Nusairat, Joseph F.
Title: RE: How to handle multiple developers





I actuallly meant more in terms of storing the class files and then jaring them together.


DO u all just store them on a shared drive instead?? And then alll jar em???


Joseph Faisal Nusairat, Sr. Applications Developer
WorldCom
tel: 614-723-4232
pager: 888-452-0399
textmsg: [EMAIL PROTECTED]



-Original Message-
From: Simon Kelly [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 15, 2002 2:55 PM
To: [EMAIL PROTECTED]
Subject: RE: How to handle multiple developers



Use a Code Management tool such as Microsoft Visual SourceSafe or CVS(free)!
Check out this link:


http://www.martinfowler.com/articles/continuousIntegration.html


Regards,
Simon.


 -Original Message-
 From: Nusairat, Joseph F. [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday, January 15, 2002 8:11 AM
 To: Orion-Interest
 Subject: How to handle multiple developers
 
 I was wondering how do u guys wrap up an application and store it when u have multiple developers coding for the same app?

 
 -joseph 
 
 Joseph Faisal Nusairat, Sr. Applications Developer 
 WorldCom 
 tel: 614-723-4232 
 pager: 888-452-0399 
 textmsg: [EMAIL PROTECTED] 
 






RE: Multiply datasources for one application??

2002-01-15 Thread The elephantwalker

Mike,

You can use different data-sources by using a different location name for
each data-source. You need to make sure that each data-source within your
data-sources file has a distinct location name.

You apps can use different data-sources.xml by including the
data-sources.xml path in your orion-application.xml of your ear. This way
you can have more than one ear, each with its own data-sources.xml.

Regards,

the elephantwalker
www.elephantwalker.com


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, January 15, 2002 10:57 AM
To: Orion-Interest
Subject: Multiply datasources for one application??


Hi everyone, if there is anyone that can give me a hand I would really
appreciate it.

My Problem is that I have an application developed using orion and I works
great but we are trying to set up multiply test environments using different
database instances.  My questions is can you set up one application with
multiply datasources and if so how do you go about setting it up.  We tried
to set it up with different datasource declarations in one datasource but it
always reads the last datasource declaration into the driver manager.

Please help if you can, Thanks.

Mike





RE: How to handle multiple developers

2002-01-15 Thread john_haasbeek


Using CVS, I have each developer keep their own source tree and commit
changes to the repository on a regular basis.  Then I have a fake user
(called test, or prod, or whatever) that I use to check out a source
tree whenever I get ready for a release.  Prior to a release, I get all the
developers to commit all their changes, then I check out the whole project
tree using the test user and deploy it from there.  If everything checks
out OK, I have the prod user check out the updated code and deploy on the
production server.

John H.




Nusairat, Joseph F. [EMAIL PROTECTED]@orionserver.com on
01/15/2002 02:00:59 PM

Please respond to Orion-Interest [EMAIL PROTECTED]

Sent by:  [EMAIL PROTECTED]


To:   Orion-Interest [EMAIL PROTECTED]
cc:

Subject:  RE: How to handle multiple developers




I actuallly meant more in terms of storing the class files and then jaring
them together.

DO u all just store them on a shared drive instead?? And then alll jar
em???

Joseph Faisal Nusairat, Sr. Applications Developer
WorldCom
tel: 614-723-4232
pager: 888-452-0399
textmsg: [EMAIL PROTECTED]

-Original Message-
From: Simon Kelly [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 15, 2002 2:55 PM
To: [EMAIL PROTECTED]
Subject: RE: How to handle multiple developers

Use a Code Management tool such as Microsoft Visual SourceSafe or
CVS(free)!
Check out this link:

http://www.martinfowler.com/articles/continuousIntegration.html

Regards,
Simon.

 -Original Message-
 From: Nusairat, Joseph F. [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday, January 15, 2002 8:11 AM
 To:   Orion-Interest
 Subject:  How to handle multiple developers

 I was wondering how do u guys wrap up an application and store it when u
have multiple developers coding for the same app?


 -joseph

 Joseph Faisal Nusairat, Sr. Applications Developer
 WorldCom
 tel: 614-723-4232
 pager: 888-452-0399
 textmsg: [EMAIL PROTECTED]









Re: HTTP session replication problem

2002-01-15 Thread Scott Farquhar

Mike,

Try running your program with the cluster debug flag  add that 
information to the bug report:

java -Dhttp.cluster.debug=true -jar orion.jar

This will give you much more information about what is happening under 
the hood, and will allow IronFlare to fix much quicker.

Cheers,
Scott

-- 
Scott Farquhar :: [EMAIL PROTECTED]

Atlassian :: http://www.atlassian.com
  Supporting YOUR J2EE World


Mike Moulton wrote:

 When all sessions disappear check to see if there was an orion exception
 at the same time. I am experiencing the same problem but there is an
 internal orion exception the moment everything stops working. Bug #687
 on bugzilla covers my problem, but I haven't had any luck getting
 IronFlare to take is seriously; even being a paying customer.
 
 If this is your problem please vote for the bug in bugzilla, maybe
 together we can get something done.
 
 -Mike
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]] On Behalf Of Franck
 valetas
 Sent: Tuesday, January 15, 2002 4:18 AM
 To: Orion-Interest
 Subject: HTTP session replication problem
 
 
  Hi,
 
  I have 2 0rion 1.5.2 servers in the same cluster island.
  A session created on server 1 is correctly replicated on server 2, but
 a session created on server 2 is not replicated on server 1 !  When I
 restart server 1, the management console displays that all sessions from
 server 2 are replicated in server 1 for a few seconds ; then they all
 disappear.
 
  Does anyone had the same problem ? Thanks for your help.
 
  Franck
 
 
 
 
 
 






RE: How to handle multiple developers

2002-01-15 Thread Colin Jacobs


That's what we used to do also, however I now favor checking out the source
for a test build, having QA verify it, then I deploy the same .ear or .war
file to production. This ensures that what QA saw, prod gets; and it doesn't
leave the CVS repository in a state where people are forbidden to check in
new changes. I encourage frequently merging and nightly builds, so that
works better for us.

In answer to the original question, use CVS and ant!

Colin

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 15, 2002 4:15 PM
To: Orion-Interest
Subject: RE: How to handle multiple developers



Using CVS, I have each developer keep their own source tree and commit
changes to the repository on a regular basis.  Then I have a fake user
(called test, or prod, or whatever) that I use to check out a source
tree whenever I get ready for a release.  Prior to a release, I get all the
developers to commit all their changes, then I check out the whole project
tree using the test user and deploy it from there.  If everything checks
out OK, I have the prod user check out the updated code and deploy on the
production server.

John H.




Nusairat, Joseph F. [EMAIL PROTECTED]@orionserver.com on
01/15/2002 02:00:59 PM

Please respond to Orion-Interest [EMAIL PROTECTED]

Sent by:  [EMAIL PROTECTED]


To:   Orion-Interest [EMAIL PROTECTED]
cc:

Subject:  RE: How to handle multiple developers




I actuallly meant more in terms of storing the class files and then jaring
them together.

DO u all just store them on a shared drive instead?? And then alll jar
em???

Joseph Faisal Nusairat, Sr. Applications Developer
WorldCom
tel: 614-723-4232
pager: 888-452-0399
textmsg: [EMAIL PROTECTED]

-Original Message-
From: Simon Kelly [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 15, 2002 2:55 PM
To: [EMAIL PROTECTED]
Subject: RE: How to handle multiple developers

Use a Code Management tool such as Microsoft Visual SourceSafe or
CVS(free)!
Check out this link:

http://www.martinfowler.com/articles/continuousIntegration.html

Regards,
Simon.

 -Original Message-
 From: Nusairat, Joseph F. [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday, January 15, 2002 8:11 AM
 To:   Orion-Interest
 Subject:  How to handle multiple developers

 I was wondering how do u guys wrap up an application and store it when u
have multiple developers coding for the same app?


 -joseph

 Joseph Faisal Nusairat, Sr. Applications Developer
 WorldCom
 tel: 614-723-4232
 pager: 888-452-0399
 textmsg: [EMAIL PROTECTED]









RE: IronFlare bug fixing policy

2002-01-15 Thread The elephantwalker

Geoff,

Magnus Rydin told me that what they need are good examples for each bug so
that they are absolutely reproducible. If you look at some of the bugs that
are still open, these bugs don't have iron clad examples that are
reproducible.

So each of these bugs needs to be cleared...which means Magnus R. has to
work on reproducing them (if they aren't immediately reproducible), which of
course takes time.

What he didn't say but reported on the list is a major refactoring going on
now in Orion to bring it into compliance with j2ee 1.3. This includes EJB
2.0, Servlet 2.3 (not just the draft), and JSP 1.2, Connections, etc.

As we all know, fixing bugs which are going to disappear in a refactoring is
a bit of a waste of time. Of course, if its a bug that affects you directly,
you may feel differently.

Which bug numbers did you report?

regards,

the elephantwalker
www.elephantwalker.com


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Geoff Soutter
Sent: Tuesday, January 15, 2002 4:55 PM
To: Orion-Interest
Subject: IronFlare bug fixing policy


Hi there,

I reported a bug on BugZilla a few days back. It's reasonably serious -
basically the generated wrapper for the finder method of an EJB is
throwing NullPointerException when the EJB throws an exception, hiding
the real cause of the problem. (And I just found another bug -
ServletExceptions constructed with (string, exception) are reported
without the String originally passed.)

I haven't heard anything and the bug has not been touched apparently.

Does anyone know what IronFlare's policy is regards fixing bugs? Do they
tend to fix them quickly, or are they likely to just ignore bug reports?


The reason I ask is that I'm happy to use something without much
support, but if they refuse to fix bugs then I think I'll have to give
up and try elsewhere...

Cheers

Geoff