RE: [JBoss-user] Is the server library URL in the classpath?

2002-08-14 Thread Ryan Marsh
OJB requires it. I know, yuck. This is being solved but until then I want my stuff to work. If I'm understanding your test properly, the only directory that is in the root of the classpath is jboss/bin? -ryan On Wed, 2002-08-14 at 15:37, Stuart Halloway wrote: > Hi Ryan, > > Tests and output to

[JBoss-user] Is the server library URL in the classpath?

2002-08-14 Thread Ryan Marsh
I need some files to bee in the *root* of the classpath. I'd prefer to deploy these files in server/default/conf or server/defaul/lib. Are either of these paths added to the classpath? -ryan -- Humans are the unfortunate result of a local maximum in the fitness landscape. www.ryanmarsh.com

RE: [JBoss-user] No resource manager found for OJB

2002-08-13 Thread Ryan Marsh
n Tue, 2002-08-13 at 16:52, Matthew Baird wrote: > the jca connector isn't current. The current connector is being replaced in favor of >new OTM stuff. > > sorry for the delay. Use MBEAN to integrate. I use OJB in jboss3.0 > > Regards, > Matthew > > -Ori

[JBoss-user] No resource manager found for OJB

2002-08-13 Thread Ryan Marsh
I've got a little ojb-service.xml file for my OJB factory. In the service xml file I set the attribute jndiName to be "OJB". Now when I deploy session beans, I get the following: 16:06:33,728 WARN [StatelessSessionContainer] No resource manager found for OJB How exactly to I properly specify a

Re: [JBoss-user] no :8082

2002-08-13 Thread Ryan Marsh
my build process was breaking shit. sorry. On Tue, 2002-08-13 at 15:32, Ryan Marsh wrote: > I created my own server config which is almost identical to default > except it has a postgres service. This service doesn't listen on 8082 > thus I can't view the JNDI tree. I'm

[JBoss-user] no :8082

2002-08-13 Thread Ryan Marsh
I created my own server config which is almost identical to default except it has a postgres service. This service doesn't listen on 8082 thus I can't view the JNDI tree. I'm using JBoss 3.0.0. with tomcat. andy ideas why this is happening? -ryan -- Humans are the unfortunate result of a local m

RE: [JBoss-user] Anyone using JBoss 3 for Swing apps?

2002-08-12 Thread Ryan Marsh
I'm currently developing rich GUI apps using Swing and JBoss on the backend. -ryan On Mon, 2002-08-12 at 10:48, Saroj Kumar wrote: > Hi Greg, > > Pls. excuse this post off the list. > > I went to your site and saw that there is a demo for use of MBEAN to > store config vars. > > I would

Re: [JBoss-user] Logging with Jboss 3.0

2002-07-25 Thread Ryan Marsh
Ahh, thanks! On Thu, 2002-07-25 at 02:10, Alex Loubyansky wrote: > Hello Ryan, > > JBoss uses log4j for logging. All you need is to have a Category > variable in your class and configure logging if neccessary in > log4j.xml. > > alex > > Thursday, July 25, 2002, 9:47:33 AM, you wrote: > > RM>

[JBoss-user] Logging with Jboss 3.0

2002-07-24 Thread Ryan Marsh
Is there a best practice for having my application output to the jboss logs? I haven't been able to find an docs or archived list threads on printing to the jboss logs in 3.0. -ryan -- Humans are the unfortunate result of a local maximum in the fitness landscape. www.ryanmarsh.com -

Re: [JBoss-user] ejbCreate() and CMR

2002-07-15 Thread Ryan Marsh
Does this mean if I have a 1:1 CMR relationship that when I create one object, the other is automatically created? On Fri, 2002-07-12 at 13:15, Dain Sundstrom wrote: > JBossCMP does not currently support not-null foreign keys. > > I also suggest you upgrade to 3.0.1 becaus there is a bug in 3.0

[JBoss-user] jboss-3.0.0 - javax.naming.NoInitialContextException

2002-06-18 Thread Ryan Marsh
When I run the client for the template jboss project (found at:) I get the following output (and error). {ryan}-{deathstar}-{/home/ryan/Projects/hacking/template/build/bin}-$ ./run-client.sh /usr/java/j2sdk1.4.0/jre/bin/java -classpath .. test.client.TestClient javax.naming.NoInitialContextExce

Re: [JBoss-user] JBoss Documentation

2002-06-14 Thread Ryan Marsh
To my knowledge there isn't even "for-pay" 3.0 documentation much less free. I've been just winging it. -ryan On Fri, 2002-06-14 at 16:03, Patrick Munis wrote: > is the documentation based on Jboss 3.0 cause the website says it covers Jboss 2.4.5? > > >

[JBoss-user] JBoss 3.0 directory structure

2002-06-05 Thread Ryan Marsh
Where can I find an explanation of the 3.0 directory structure? Specficically which of the directories under $jboss_home/server I should be putting my configuration and ear's in. -ryan ___ Don't miss the 2002 Sprint PCS Application

Re: [JBoss-user] Updating CastorJDO plugin for 2.4.4

2002-01-10 Thread Ryan Marsh
below... > ... > the cache gives an employee when it wants a developer... > > thats probably a pretty messy way of explaining it - if Victor is still on > this list, he might go into it more for you, but I hope you get the drift. i understand your point. damn, that's disgusting. > using bmp en

Re: [JBoss-user] Updating CastorJDO plugin for 2.4.4

2002-01-10 Thread Ryan Marsh
the container doesn't provide a read-only equivalent of the finder > method I'm not sure I understand this. You want read only calls to lock each other out? Thanks, -ryan > anyway, my 2c, not sure if its any help. > > cheers > dim > > - Original Message

Re: [JBoss-user] Updating CastorJDO plugin for 2.4.4

2002-01-10 Thread Ryan Marsh
I am considering using Castor with a new J2EE application we are developing. I had planned to use it within the DAO classes to simplify them and eliminate the need to write jdbc/SQL code by hand. Is this a good idea in your opinion? Or should I just write the jdbc code? Input from anyone else i

[JBoss-user] Who killed the Castor stuff???

2001-12-13 Thread Ryan Marsh
The CastorJDO MBean and the example source code (rooms2.zip) are no where to be found on the site. The links are dead. Where'd it go? I really really really need to use Castor within JBoss and I can't find these files anywhere. Thanks, -ryan ___ JB

[JBoss-user] Dependent Value Pattern and Business Logic

2001-12-06 Thread Ryan Marsh
I'm sure you are familiar with the Value pattern, and possibly the Dependent Value pattern for coarse grained BMP. My question is, where does the business logic for validating a value-object go? The quick answer would be, "They bean stupid!" but that answer does not take into account the fact th

[JBoss-user] any idea what would cause this?

2001-07-12 Thread Ryan Marsh
I setup my environment in JBuilder 4 (JBoss 2.2.2) correctly but when I try to start it and debug it throws this exception while starting up within the JBuilder IDE. [MinervaNoTransCMFactory] Starting [Auto deploy] java.lang.NullPointerException [Auto deploy] at org.jboss.ejb.AutoDeployer.run(A