| Thread | Last Post | Replies |
|
| same field for both primary key and foreign key | 31 Oct 2003 22:25 GMT | 3 |
I am using MySQL as db, and want to make a bean that has a primary key that references the primary key of another bean through a one - one relationship. How can I make the primary key in one table also be a foreign key? Is
|
| EJBException, causedBy: javax.ejb.FinderException: Find failed: java.sql.SQLException: ORA-00942: table or view does not exist | 31 Oct 2003 22:08 GMT | 1 |
EJBException, causedBy:javax.ejb.FinderException: Find failed: java.sql.SQLException: ORA-00942: table or view does not exist I get this error when I try to access (read) the table through an entity bean (CMP).
|
| User Management Component | 31 Oct 2003 10:20 GMT | 2 |
I'm looking for a quite generic user management component with Users, Roles, UserGroups etc. So far I've found an article about "tapestry" at http://www.javaworld.com/javaworld/jw-06-2001/jw-0615-tapestry.html but the link to tapestry is broken and I couldn't find it somewhere else ...
|
| Design question: beans and form values | 28 Oct 2003 04:55 GMT | 5 |
I'm working on a web application which maintains a mailing list. I'm using JSP and JSTL, and have the whole app controlled by a servlet which dispatches to the various jsp pages. I'm kind of new to jsp and servlets...
|
| Sun One reading file from network problem. | 23 Oct 2003 22:21 GMT | 1 |
I have been using Sun ONe for a short time and having problem reading file from network. Following piece of code works fine when executed from comand line but
|
| Accessing JavaBeans from Servlets | 23 Oct 2003 20:45 GMT | 1 |
I initialized a JavaBean at the startsite of my web application with the scope "session" and set the initial values of the properties. All the following JSP-sites of my application are working very well with this JavaBean, but I'm using servlets too and need access to the
|
| What's a bean? XMLEncode question. | 23 Oct 2003 12:33 GMT | 5 |
Hi, I'm doing a uni student doing an assignment where I'm trying to save objects in a more persistent place than memory, so i was having a look at xml files. I came across XMLEncode and XMLDecode in java.beans (anyone got a good concise description of what a bean is?) and they ...
|
| JBoss and Tomcat errors | 22 Oct 2003 19:56 GMT | 3 |
I'm rather new to EJB programming, so please bear with me. I've installed JBoss 3.2.1 along with Tomcat 4.1, and have been going through some tutorials to create a stateless session bean. However, I've been receiving some error messages, and wanted to make sure I
|
| CMP Persistence (1:n Relations) | 22 Oct 2003 19:45 GMT | 3 |
Hi Group, I have got two Entity-Beans, one is named Product the other ist named ProductGroup. I would like to implement a 1:n Relation wich means every Product has one Productgroup and a Productgroup has many
|
| client/server communication, ejb | 22 Oct 2003 15:12 GMT | 3 |
I have been using jboss for a short time and am pretty interested, but how should research using jboss on one machine and a non j2ee on another machine. The non-j2ee will communicate through a servlet, the jboss will
|
| urgent! pls help! some questions about EJB QL | 22 Oct 2003 05:15 GMT | 1 |
I'm new learner on EJB and now I'm working on a project which need to do SQL to EJB QL translation. I went through the specification 2.0 of EJB QL released by Sun, I'm not quite understand the following words regarding to the SELECT clause of EJB QL:
|
| import statement in jsdk 1.4.2 | 18 Oct 2003 14:25 GMT | 8 |
I'm having problems compiling a class that uses another class that is in the same directory. Apparently 1.4.2 cannot import straight classes, but must have a package name.
|
| JavaBeans - newbie | 15 Oct 2003 22:18 GMT | 1 |
Hi everyone, I am new to using Javabeans but would like to clear a few questions I have regarding beans: 1.) Can a Javabean contain logic or is it only a container for data. 2.) Can a Javabean extend another class and if so how does this affect the
|
| Problem running client with JBoss | 13 Oct 2003 16:04 GMT | 1 |
I've been having trouble getting any application to access the bean on the JBoss Server. It always comes up with the error below. Java files and .xml files are also included. If someone could give some suggestions, it would be much appreciated as I'm at the end of my
|
| Help: Building EJB's with ANT to deploy to JBoss | 10 Oct 2003 14:53 GMT | 1 |
Was wondering if anyone here had a sample ANT build target I can use for building and deploying EJBs to JBoss. I have the following but it is not including my jboss.xml file, and also, it will only build the EJBs inside of my ejb-jar.xml.
|