Hi,

I just installed Jonas 1.6.1 on RedHat6.1 with Linux Free Sybase 11.9.2
and free jConnect4_2, and IT WORKS !
I can send the Sybase1.properties file and Account.isql file if somebody
is interested...

I have several newbie questions not really about Jonas but about EJB
programming in general :

If i want to deploy my EBs on several EJB servers like in the white
paper (http://www.bullsoft.com/ejb/whitepaper/index.html),
  1/ Do i need to change the client code (I hope no) ?? the EB code ??
the independence is achieved by the naming service ??
  2/ Is there one Naming service for all EJB Server (i think so, but i
want to be sure) or one by EJB server ??
  3/ if a method of an Entity Bean is declared "TX-Required" and inside
this method, i call a method on an other Bean located on
     an other EJB Server, does it start automatically a transaction on
the site ?

other general questions:
  4/ with this model of execution, Entity Bean seems to me very poor
classes, i.e. just an object wrapper  for database rows (for bean
      managed persistence). If i'm right, in this model, where are the
data processing ? in the client ? in the sessions beans ? not important
?
  5/ I'm quite confused by the UserTransaction object in the client
code... In classic database programming, first i logg in and after i can

      send a statement for creating a transaction. With this model,
there is one object UserTransaction registred in the naming service,
      available in the client code. Who create this Transaction and When
? Where can i find more information about this point ??

Thanks in advance...

--
Pascal

----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to