[jBoss-User] CMP bean problem

2001-01-09 Thread Alexander Klyubin
anybody know whether it's a problem in jBoss implementation of CMP? Or am I missing something? Best regards, Alexander Klyubin -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL

RE: [jBoss-User] Connection Pool Problem

2001-01-10 Thread Alexander Klyubin
Do you release the connection in ejbPassivate() or at the end of the business method called? Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, January 10, 2001 17:55 To: jBoss Subject: Re: [jBoss-User

RE: [jBoss-User] Dynamically passing environment variables to EJBbeans?

2001-01-10 Thread Alexander Klyubin
Does jBoss support security at all? On the web site it is stated that jBoss does not currently support security. Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John Pletka Sent: Wednesday, January 10, 2001 18:52 To: '[EMAIL PROTECTED

[jBoss-User] Tracing SQL statements executed by container in CMPmode

2001-01-10 Thread Alexander Klyubin
Hi! Does anybody know whether it is possible to trace SQL statements that container executes in CMP mode? Best regards, Alexander Klyubin -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help

RE: [jBoss-User] Accessing UserTransaction from Client Code

2001-01-11 Thread Alexander Klyubin
. Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ole Husgaard Sent: Thursday, January 11, 2001 13:19 To: jBoss Subject: Re: [jBoss-User] Accessing UserTransaction from Client Code Hi, This is not yet implemented in JBoss. The problem

RE: [jBoss-User] ejbRemove

2001-01-12 Thread Alexander Klyubin
You just call remove() on EJBObject interface, which your remote interface extends. So there is no need for any additional methods in your remote inteface. The other option (more cumbersome) is to call remove(primarykey) of you bean's home interface. Alexander Klyubin

RE: [jBoss-User] tomcat bean communcation

2001-01-15 Thread Alexander Klyubin
update those JARs without any restart required. Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of dferugson Sent: Tuesday, January 16, 2001 04:46 To: jBoss Users Subject: [jBoss-User] tomcat bean communcation Hi, I know this is pushing

RE: [jBoss-User] Custom Finder Question

2001-01-15 Thread Alexander Klyubin
Try adding orderid/order... I do not know whether this helps, but our version of jBoss show deployment warnings if you do not provide ORDER BY clause... Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eric Broda Sent: Monday, January

[jBoss-User] getCallerPrincipal misbehaves?

2001-01-17 Thread Alexander Klyubin
nybody knows whether this is bug in jBoss? Alexander Klyubin -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

[jBoss-User] Security: Unauthorized clients access beans

2001-01-17 Thread Alexander Klyubin
calling all beans' all methods. Why is this? Alexander Klyubin -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

[jBoss-User] Servlets and jBoss security

2001-01-17 Thread Alexander Klyubin
then know, which security context to accociate calls with? Alexander Klyubin -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

[jBoss-User] www.jboss.org down?

2001-01-17 Thread Alexander Klyubin
Hi! Does anybody know why www.jboss.org is down for several days now? Alexander Klyubin -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

RE: [jBoss-User] www.jboss.org down?

2001-01-17 Thread Alexander Klyubin
So, how can one access documents and download sources from CVS? Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dan OConnor Sent: Wednesday, January 17, 2001 16:04 To: jBoss Subject: Re: [jBoss-User] www.jboss.org down? Hi Lennart

[jBoss-User] Security patterns

2001-01-17 Thread Alexander Klyubin
can modify their User object, Administrator can modify any User object. Any useful links to sources of information appreciated. Alexander Klyubin -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List

RE: [jBoss-User] Security: Unauthorized clients access beans

2001-01-17 Thread Alexander Klyubin
Try this mailing list's archive. Search for 'JAAS'. Also check out http://www.mail-archive.com/jboss-user@list.working-dogs.com/msg07614.html. Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of dferugson Sent: Wednesday, January 17, 2001

[jBoss-User] Externalizing security settings

2001-01-17 Thread Alexander Klyubin
resources and books appreciated. Alexander Klyubin -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

RE: [jBoss-User] Send BufferedReader from JSP up to JBoss fails.

2001-01-17 Thread Alexander Klyubin
Are you sure, that BufferedReader-implementing classes you use are serializable or network-aware? Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ren Rolander Nygaard Sent: Thursday, January 18, 2001 08:11 To: [EMAIL PROTECTED] Subject

RE: [jBoss-User] Externalizing security settings

2001-01-17 Thread Alexander Klyubin
permissions to a storage but to hardcode them into beans (e.g. using delegation for clearer business code). Any comments? Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Oleg Nitz Sent: Wednesday, January 17, 2001 20:19 To: jBoss Subject: Re

RE: [jBoss-User] Send BufferedReader from JSP up to JBoss fails.

2001-01-17 Thread Alexander Klyubin
a StringReader or whatever reader you need... Another solution, which might work faster, but is harder to implement is using files to pass information. This works best if servlet and bean are on the same machine. Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [jBoss-User] how to have COMPOSITE PRIMARY KEYS in jboss CMP.

2001-01-17 Thread Alexander Klyubin
UserList findByPrimaryKey(UserListPK id) throws FinderException, RemoteException; Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Indika Fernando Sent: Thursday, January 18, 2001 08:32 To: [EMAIL PROTECTED] Subject: [jBoss-User] how

RE: [jBoss-User] 2 odd errors

2001-01-17 Thread Alexander Klyubin
Provide us with relevant parts of AccessorHome.java, Accessor.java and Record.java... Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chad LaJoie Sent: Wednesday, January 17, 2001 20:37 To: [EMAIL PROTECTED] Subject: [jBoss-User] 2 odd

RE: [jBoss-User] Testing bean security with JUnit

2001-01-19 Thread Alexander Klyubin
This isn't portable across EJB servers, is it? Anyway, thanks. Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Scott M Stark Sent: Friday, January 19, 2001 19:29 To: jBoss Subject: Re: [jBoss-User] Testing bean security with JUnit

RE: [jBoss-User] how should I have COMPOSITE Primary Keys in theDEPLOYMENT DESCRIPTOR.

2001-01-23 Thread Alexander Klyubin
Just don't specify primkey-field at all :) Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Indika Fernando Sent: Tuesday, January 23, 2001 12:35 To: [EMAIL PROTECTED] Subject: [jBoss-User] how should I have COMPOSITE Primary Keys

RE: [jBoss-User] can I import Beans...

2001-01-25 Thread Alexander Klyubin
Seems like "com.wiley.compBooks.ecommerece" and "com.wiley.compBooks.ecommerce" are spelled differently. So QuoteHome is in the first package and Customer is in the second. Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [jBoss-User] JAAS Based Security in JBoss

2001-01-31 Thread Alexander Klyubin
ation ... authentication-modulejava:/jaas/other/authentication-module role-mapping-managerjava:/jaas/other/role-mapping-manager ... " Hope this helps. Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Cor Hofman Sent: Wednesday, Januar

RE: [jBoss-User] Performance help??

2001-02-01 Thread Alexander Klyubin
Try implementing: "public boolean isModified() { ... } " in your bean implementation class. If it returns false, no storing of entity bean's data occurs at the end of transaction, as far as I know. Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mai

RE: [jBoss-User] Session bean : Serializable class problem !

2001-02-02 Thread Alexander Klyubin
Does Share class "implements" java.io.Serializable or "extends" it? The right way would be to implement java.io.Serializable interface... Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent:

RE: [jBoss-User] error jboss in deplyoment

2001-02-05 Thread Alexander Klyubin
. You reference your class as "classes/ClassName", but I doubt that you ClassName.java contains "package classes;"... If your ClassName.java does not contain "pacakge" keyword, then your .class file should be placed in the root directory of the jar file. Alexander

RE: [jBoss-User] JAAS security, login mechanism

2001-02-05 Thread Alexander Klyubin
Seems like you haven't defined "java.naming.factory.initial" system property (the value should normally be "org.jnp.interfaces.NamingContextFactory"). Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Darius David

RE: [jBoss-User] JAAS security, login mechanism

2001-02-05 Thread Alexander Klyubin
Try this one: System.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); System.setProperty("java.naming.provider.url", "YOUR_SERVER_HERE:1099"); Alexander Klyubin -Original Message- From: [EMAIL PROTE

[jBoss-User] Business logic configuration file

2001-02-05 Thread Alexander Klyubin
-- slower access * Loading file each time -- very slow and inefficient * Caching file content (Properties object or whatever class) using singleton pattern. Alexander Klyubin -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe

RE: [jBoss-User] JAAS security, login mechanism

2001-02-05 Thread Alexander Klyubin
mbly-descriptor ... " Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Darius Davidavicius Sent: Monday, February 05, 2001 18:58 To: jBoss Subject: RE: [jBoss-User] JAAS security, login mechanism my client looks like: ...

RE: [jBoss-User] error jboss in deplyoment

2001-02-05 Thread Alexander Klyubin
sName.java = you className class is now in the root package. 2. Make sure, that your deployment descriptor references not classes.className, but simply className (wihtout any package prefixes) 3. Make sure your className.class is at the root level of your jar file. This should work, I hope. Alexand

RE: [jBoss-User] Business logic configuration file

2001-02-05 Thread Alexander Klyubin
of view. Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Oleg Nitz Sent: Monday, February 05, 2001 19:40 To: jBoss Subject: Re: [jBoss-User] Business logic configuration file Alexander Klyubin wrote: Does anybody have any good ideas

RE: [jBoss-User] jnp Class Not Found

2001-02-07 Thread Alexander Klyubin
Try including your current directory to classpath (or whatever directory where you org/theblueplanet/... classes reside): " .:$$CLASSPATH:/usr/local/jboss/lib/ext/ejb.jar:/usr/local/jboss/client/jboss -client.jar: " Alexander Klyubin -Original Message- From: [EMAIL PROTECTE

RE: [jBoss-User] Where can I find jboss PRE-2.1 source and theinstructions to build it?

2001-02-07 Thread Alexander Klyubin
Configure your cvs client to fetch module "jboss" from ":pserver:[EMAIL PROTECTED]:/products/cvs/ejboss" (authentication = "passwd" file on the cvs server). The go to src/build and run "build.bat" or build.sh Alexander Klyubin -Origin

RE: [jBoss-User] jnp Class Not Found

2001-02-08 Thread Alexander Klyubin
When compiling, you should add the directory where your .class files are located, NOT "src" - source files (.java). Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Charles Mgnin Sent: Thursday, February 08, 2001 17:04 To: jBo

RE: [jBoss-User] Problem with UndeclaredThrowableException

2001-02-08 Thread Alexander Klyubin
strange errors start happening (e.g. UnexpectedThrowableException). Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Byron Foster Sent: Thursday, February 08, 2001 17:34 To: [EMAIL PROTECTED] Subject: [jBoss-User] Problem

RE: [jBoss-User] RE: CVS

2001-02-12 Thread Alexander Klyubin
I use the following settings with my WinCVS: CVSROOT is :pserver:[EMAIL PROTECTED]:/products/cvs/ejboss Authentication is "passwd" file on the cvs server User version: cvs1.10 (Standard) Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [jBoss-User] Calling methods of a Bean from another SessionBean.

2001-02-12 Thread Alexander Klyubin
SHOULD NOT consider this to be "bean calls" anyway. Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Narinder Singh Sent: Tuesday, February 13, 2001 08:11 To: [EMAIL PROTECTED] Subject: [jBoss-User] Calling methods of a Bean fro

RE: [jBoss-User] ZOAP: need a SOAP client to test with...

2001-02-12 Thread Alexander Klyubin
Try checking http://msdn.microsoft.com/xml. There are some tools available. Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Douglas D. Dickinson Sent: Tuesday, February 13, 2001 02:55 To: jboss-user Subject: [jBoss-User] ZOAP: need

RE: [jBoss-User] Deployement error Warning: The return type of anejbCreate(...) method must be the entity bean's primary key type.

2001-02-15 Thread Alexander Klyubin
"prim-key-classjava.lang.String/prim-key-class" ??? Shouldn't it be: "prim-key-classcom.sr.espada.se.services.catman.CategoryPK/prim-key-class "? Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Indika Fernando Sent:

RE: [jBoss-User] Problems with entity bean CMP descriptors

2001-02-20 Thread Alexander Klyubin
ejb-jar enterprise-beans entity descriptionReport/description ejb-nameReportBean/ejb-name homeejb.data.ReportHome/home remoteejb.data.Report/remote ejb-classejb.data.SecureReportBean/ejb-class persistence-typeContainer/persistence-type prim-key-classjava.lang.Integer/prim-key-class

RE: [jBoss-User] Problem while looking-up an entity bean from asession bean.

2001-02-20 Thread Alexander Klyubin
If the beans are in the same JAR, it works without any ejb-ref under jBoss at least... Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Prince Mathew Samuel Sent: Monday, February 19, 2001 15:37 To: 'JBoss-User' Subject: [jBoss-User

[jBoss-User] Implementing security in ejbRemove()

2001-02-26 Thread Alexander Klyubin
() declaratively and make clients use a business method (e.g.: delete()) that performs checks, throws application exceptions and only if everything's fine calls EJBObject::remove(). What do you think of this? Alexander Klyubin

RE: [jBoss-User] Implementing security in ejbRemove()

2001-02-27 Thread Alexander Klyubin
? Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Klyubin Sent: Tuesday, February 27, 2001 09:47 To: Jboss-User Subject: [jBoss-User] Implementing security in ejbRemove() Hi! We've been pondering for a while, how to implement

[jBoss-User] RemoveException not forwarded to client

2001-03-02 Thread Alexander Klyubin
, be propagated to client. Currency jBoss does not seem to do that (we use February 5th cvs version of PRE-2.1). Alexander Klyubin -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED]