[JBoss-user] Verifier error

2001-10-31 Thread Eric Lindauer
Seems that the "equals" verifier error I was seeing was not a JBoss problem at all.  I checked out the source and discovered the problem occurs during reflection on the class object.  Looks like I'm producing bad class files. I'm using an enhancer to generate session beans, seems I need to

[JBoss-user] client - server connection trouble

2001-10-30 Thread Eric Lindauer
Linux  works     Linux --> Linux works     Linux --> Windows works   but Windows client trying to talk to a Linux server fails.  Has anyone else had this problem?  I'm stuck for even an idea of how to try to make this work correctly.       Thanks,     Eric Lindauer

[JBoss-user] transactional settings on methods

2001-09-20 Thread Eric Lindauer
Hi,   I am trying to setup transactional settings on the methods of a bean via the element.  According to the spec, I can set a default on all the methods by using * for one transactional setting, and then setName for another.   When I try this, the bean acts as though the setting I create

Re: [JBoss-user] protected classes called by an EJB

2001-09-18 Thread Eric Lindauer
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 17, 2001 7:22 PM Subject: Re: [JBoss-user] protected classes called by an EJB > Why not place the EJBs + the package access classes in the ejb-jar and the > rest in > a jar in lib/ext? > > - Original Message ---

[JBoss-user] protected classes called by an EJB

2001-09-17 Thread Eric Lindauer
Hi,   I'd like to deploy an EJB that calls methods in a protected class in its own package.  I am currently trying to do this by jarring up all the protected classes, along with the rest of my application, into a .jar file which I place in lib/ext.  In the ejbs deploy jar, I only place the m

[JBoss-user] problem with element

2001-09-17 Thread Eric Lindauer
Hi,   I'm having a problem with JBoss's resolution of the transaction attributes assigned in the element.  According to the spec, it should be possible to assign transaction attributes in the following way ( section 17.4 pg 54 ) :               Foo         *         Never          

[JBoss-user] found it

2001-09-17 Thread Eric Lindauer
Hi,   Of course, immediately after asking for help I find the spot in the spec myself.  The answer is that the spec does mandate how methods should be resolved in the , and JBoss follows the spec correctly.       Thanks anyways,     Eric

[JBoss-user] element

2001-09-17 Thread Eric Lindauer
Hi,   I'm creating elements to control the transactional properties of methods in my application.  I've noticed that the element accepts "*" as a valid entry.   I'm wondering, how does JBoss resolve conflicts that might be caused by this?  For example, I'd like to say, for a particular be

Re: [JBoss-user] what are the valid transaction types?

2001-09-17 Thread Eric Lindauer
o, > > How about removing spaces and CR(&LF?) like this? > Supports > > In JBoss 2.4.0, org.jboss.metadata.MetaData#getElementContent > does not "trim()" NodeValue's, which I think caused the exception. > > Shunsuke Masuda > > - Original Message

[JBoss-user] what are the valid transaction types?

2001-09-14 Thread Eric Lindauer
much for your time.         Sincerely,         Eric Lindauer    

Re: [JBoss-user] loading System resources

2001-06-01 Thread Eric Lindauer
ctory.      Thanks,     Eric - Original Message - From: Eric Lindauer To: [EMAIL PROTECTED] Sent: Friday, June 01, 2001 1:44 PM Subject: [JBoss-user] loading System resources Hi,   I need to run the following method:       ClassLoader.getSystemRes

[JBoss-user] loading System resources

2001-06-01 Thread Eric Lindauer
Hi,   I need to run the following method:       ClassLoader.getSystemResource ( "system.prefs" )   and have it give me a file I've created.  From the JBoss documentation, I gather that I should create a jar file, place system.prefs in it, and place the jar file in the JBOSS_ROOT/lib director

[JBoss-user] classpath problems

2001-06-01 Thread Eric Lindauer
directory containing this file to the CLASSPATH.     Thanks very much for any help you can provide.   Sincerely, Eric Lindauer [EMAIL PROTECTED]

Re: [JBoss-user] Security Exception , but from where and how

2001-05-10 Thread Eric Lindauer
Have you updated the client code to use the same version of jboss as your server code? I had some problems updating that went away when I made this switch. - Original Message - From: "Scott M Stark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 10, 2001 11:17 AM Subjec

Re: [JBoss-user] HELP! JBoss client problem

2001-05-10 Thread Eric Lindauer
Looks like a simple Classpath problem. The NamingContextFactory is a class provided by jboss and is in one of the jars you specifically included on your classpath when you executed the file from the command line. Presumably when you run the executable jar you are not making these jars available

Re: [JBoss-user] Scaling an application with jBoss

2001-05-09 Thread Eric Lindauer
I don't think JBoss supports server clustering at this time ( though I'm new to JBoss myself ). - Original Message - From: "Roberto Casas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 10:47 AM Subject: [JBoss-user] Scaling an application with jBoss > Hi, I

Re: [JBoss-user] Anyone know how to federate across multiple jnp ...

2001-05-09 Thread Eric Lindauer
Hi Scott, I got the same exception as Guy Roulier below. I'm having trouble following the conversation you seem to have had with him about how to fix this problem... Would you mind repeating the fix to me? I have not done any security policy configuration. Using jnp:// does not work either con

[JBoss-user] question

2001-05-08 Thread Eric Lindauer
finding JNDI on the jBoss server.   Could anyone shed some light?       Thanks in advance for your help.      Eric Lindauer [EMAIL PROTECTED]