| Thread | Last Post | Replies |
|
| JavaBeans technology too old ? | 27 Jul 2005 17:29 GMT | 2 |
I am starting my graduation project, and the use of Java Beans offers a possible solution to one of the problems i am facing. My biggest concern is that: it seems that Java Beans technology (not EJB) has gained very low interst in recent years, the newest document
|
| Tomcat Struts Datasource problem | 20 Jul 2005 17:55 GMT | 1 |
hello! I develop a Struts application and I have a problem with starting my Tomcat. I sought why and I know that the problem is of Data Source. But I did not find a solution. Here my declaration of Data Source in Sruts-config.xml :
|
| get property of a class | 12 Jul 2005 01:34 GMT | 1 |
I have simple class Student like this: ----------------------------------------- class Student{ String studentName;
|
| initContext.lookup("java:comp/UserTransaction"); | 08 Jul 2005 16:48 GMT | 2 |
hi, i have read the tutorials but cant get this jndi code to work - do i need to start a naming server or something to get a reference to the UserTransaction class. my app locks when run but will run without this code. i want the code in the method to be transactional. thanks,
|
| xDoclet and Bean Dependencies | 07 Jul 2005 17:21 GMT | 2 |
Is there a way to use xDoclet (or another tool) to generate information in the ejb deployment descriptor (ejb-jar.xml) for classes you are dependent on, that are in other jars (no source/xDoclet tags in these dependant jars)? Specifically, I am looking for the following types of
|
| WebLogic EJB Cluster | 07 Jul 2005 06:43 GMT | 2 |
I have two WebLogic 8.1 SP4 clusters setup - both behind firewalls and a load balancer. I am trying to get servers in one cluster talk to the EJB in the other cluster. I am having a hard time trying to figure out which name to use to get the EJB to talk to the cluster. I tried using
|
| configure mysql on jboss-4.0.0 | 07 Jul 2005 06:31 GMT | 1 |
sir, How can I configure mysql on jboss-4.0.0 while I use mysql-connector-java-3.1.8-bin mysql connetor.
|
| Where in the jar should I put the jndi.properties file? | 07 Jul 2005 06:25 GMT | 2 |
My jar-packaged application needs to have jndi properties. If I hardcode them or use VM commandline arguments it works. According to docs it should be possible to use a jndi.properties file that is enclosed in the jar. Where in the jar should I put the
|
| javax.ejb.*; | 04 Jul 2005 15:58 GMT | 2 |
hi, this package is missing, can someone point me in right direction.
|
| One little help | 01 Jul 2005 19:12 GMT | 3 |
Does anyone have firestorm/dao program for ejb development? I would be very gratefull if someone wants to share it! :-)))) thx in advance! Mischko.
|
| jboss and xerces problems | 01 Jul 2005 07:59 GMT | 1 |
I'm writing a business method of an entity bean which is supposed to read some informations from an XML file. I use the following code: To get the parser and the document: Code:
|