[JBoss-user] [Beginners Corner] - JBoss and logging

2004-10-06 Thread tony1929
I have just written my first jboss EAR application, and now I would like to add logging. I was looking at log4, but from docs I see that the log4j.jar goes on the client side. Does JBoss have logging that can be called from both client and server side and writes to the same file if the applica

[JBoss-user] [Beginners Corner] - Tutorial for building J2EE Applications using JBOSS and ECLI

2004-09-13 Thread tony1929
I am currently running the Tutorial for building J2EE Applications using JBOSS and ECLIPSE chapter 6 the tutorial shows you how to create a CMP. One of the methods is findByPrimaryKey. The problem is that when I call the findByPrimaryKey method : SupplierLocal supplier = this.suppLocalHome.find

[JBoss-user] [Beginners Corner] - Re: HELP: Installed JBoss, started it up, but can't hit ser

2004-08-31 Thread tony1929
If your port is set to 8080, when you start it http://localhost:8080/ should load the JBoss startup page. What message are you getting on your page. Also check in your log files and on the Command Prompt you may be getting an error message that JBoss can not bind to that port because another ap

[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: StoreAccessBean not

2004-08-28 Thread tony1929
Sorted the problem the tag in StoreAccessBean @ejb.ejb-ref ejb-name="Customer" view-type="local" ref-name="CustomerLocal" generates the following in the ejb-jar CustomerLocal Entity au.com.tusc.bmp.CustomerLocalHome au.com.tusc.bmp.CustomerLo

[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: StoreAccessBean not

2004-08-28 Thread tony1929
Hi Vishal, I started from scratch and managed to get chapter 3 up and running, but ended up with the same problem in Chapter 5. javax.naming.NameNotFoundException: StoreAccessBean not bound. I really want to get to the bottem what causes this problem, can you give me any hints on how to debug

[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: StoreAccessBean not

2004-08-26 Thread tony1929
Thanks Vishal, but the proplem is not found in that thread. The problem is that the tutorial was set up for jboss-3.2.1 and I am using version jboss-3.2.5. with jboss jboss321all.server a ejbGenerate file is generated with jboss325all.server a xdoclet file is generated. And I have a feeling i

[JBoss-user] [Beginners Corner] - Any recommendation for a good simple JBoss Tutorial using CM

2004-08-25 Thread tony1929
Is there a good simple tutorial that sjows how to build J2EE applications including CMP and JMS. Not the Tutorial for building J2EE Applications using JBOSS and ECLIPSE that has too many unresolved problems, and I would rather spend time learning the code rather than spending time trying to fi

[JBoss-user] [Beginners Corner] - javax.naming.NameNotFoundException: StoreAccessBean not boun

2004-08-25 Thread tony1929
I am running the following tutorial : Tutorial for building J2EE Applications using JBOSS and ECLIPSE Chapter 3. When I run the tutorial I get the following error : javax.naming.NameNotFoundException: StoreAccessBean not bound it seems to be a common problem although no one has yet posted a

[JBoss-user] [Beginners Corner] - Re: Missing required library jboss-boot.jar

2004-08-23 Thread tony1929
Sorted the problem out replaced jboss3251all.server with jboss325all.server This file can be found at : http://www.kawaz.jp/pukiwiki/?JBoss%203.2.3%A2%AA3.2.4 Tony View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845916#3845916 Reply to the post : http://www.

[JBoss-user] [Beginners Corner] - Missing required library jboss-boot.jar

2004-08-23 Thread tony1929
I am running the following tutorial : Tutorial for building J2EE Applications using JBOSS and ECLIPSE . The example asks for Jboss 3.2.1 but I am using Jboss 3.2.5, when I try to build the example I get the following errors: Missing required library : jboss-boot.jar Missing required library : j

[JBoss-user] [Beginners Corner] - Dukes Bank jboss-build.xml anyone psot a version using Oracl

2004-08-11 Thread tony1929
I am trying to connect my JBoss application to Oracle to use so that Dukes Bank is uses an Oracle Database instead of HyperStream I have tried to follow the tutorial in the Dukes Bank example using OracleXA: These are the steps I have carried out so far: 1) I have modified the oracle-ds and de

[JBoss-user] [Beginners Corner] - Re: Connecting jboss-3.2.5 to Oracle 9i

2004-08-11 Thread tony1929
Thanks everyone but still having problems, sorry I did not reply sooner, been of ill. Tony View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844846#3844846 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844846 -