Re: [JBoss-user] JBoss 2.4.3

2001-10-23 Thread nathan frund
Richard, The default install of Red Hat 6.2 includes "unzip". To see if it's installed on your system just type: rpm -q unzip If it's not there, rpm will be sure to let you know. I'm pretty sure though that it's already on your system. Also, make sure that when you run JBoss it's using JDK 1

Re: [JBoss-user] JBoss and Open Source DBs

2001-10-19 Thread nathan frund
> I am now running into what must be a simple > configuration issue. > When starting up JBoss I get a NullPointerException > when it is > trying to create the XAConnectionPool. I have had > the same > problem with both 7.1.2 and 7.0.3 in remote and > local > configurations. Any thoughts? > >

RE: [JBoss-user] Taglib for EJB

2001-10-19 Thread nathan frund
I echo what James just said. I put all EJB calls inside of a regular old java bean which is used by JSPs and taglibs. I can tell you from personal experience that as I learned more about EJB this saved me from major growing pains. I was able to change the guts of the regular bean and add to the

[JBoss-user] BASIC auth-method doesn't ask for credentials

2001-10-03 Thread nathan frund
Hi all, I downloaded and installed JBoss-2.4.2_Tomcat-4.0 (on RH Linux 7.1) and the JAAS howto examples. When I run the "command line" client via ant everything works great but when I try to access the SecureServlet I'm told through the browswer that access is denied without it ever popping up a

Re: [JBoss-user] JBOSS AND SUN LICENSING

2001-09-23 Thread nathan frund
Marc, Thank you for clearing that up definitively. __ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com ___ JBoss-user mailing list [EMAIL P

Re: [JBoss-user] CMP in PostgresSQL : inaccurate data mapping in JAWS?

2001-07-19 Thread nathan frund
Hermann, I'm running PostgreSQL 7.1.2 with JBoss 2.2.2 with sucess of CMP beans creating tables upon deployment but I too have had difficulty with the Boolean datatype. I've gotten it to insert and update 1 for true and 0 for false but when the server (JBoss) is restarted it writes all boolean f

[JBoss-user] Data problem after restarting JBoss

2001-07-15 Thread nathan frund
Hi all, I'm having a heck of a time with what seems to me to be a quirk but I don't know what is the source. Okay, here's my problem... I insert data into a table via its entity bean. I can query that data perfectly via the Entity bean or a facade session bean. I shut down JBoss and via 'pgac

Re: [JBoss-user] Could not create the finder (in jaws.xml)

2001-07-03 Thread nathan frund
finder declaration in it. Is it > possible that it's getting > another copy out of your classpath, or somewhere. > The only other thing > is a non-obvious, non-visible difference between the > finder method's > name in the home interface and the name in jaws.xml. >

Re: [JBoss-user] Could not create the finder (in jaws.xml)

2001-07-03 Thread nathan frund
d message. > > Change the name of your method to ejbFindByIdAndName > and try again. If that works, let me know and I'll > submit a patch. > > -- > Fred Loney > Spirited Software, Inc. > [EMAIL PROTECTED] > > nathan frund wrote: > > > Howdy, >

[JBoss-user] Could not create the finder (in jaws.xml)

2001-06-30 Thread nathan frund
Howdy, I'm new to both EJB and JBoss and boy, do I have a problem. I've been over the documentation on the JBoss web site for days and through the mailing list archive from top to bottom but didn't find anyone else having this specific problem. I can't get certain custom finders to work. This