| Thread | Last Post | Replies |
|
| newbie - java beans | 31 Dec 2004 16:24 GMT | 1 |
I have type the following code **** BeanTest.jsp **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html>
|
| EJB deployment problem in JBOSS | 31 Dec 2004 16:18 GMT | 1 |
I am having a problem with JBOSS while trying to deploy my application. The problems start when I configure an EJB, and this is the output: 17:10:35,234 ERROR [URLDeploymentScanner] Incomplete Deployment listing: MBeans waiting for other MBeans:
|
| indexed property for array does not see my bean :-( | 26 Dec 2004 15:04 GMT | 2 |
I have been attempting to use the Indexed Properties as defined in http://struts.apache.org/faqs/indexedprops.html I have been working on returning a list of objects to a .jsp. In other words, in the .jsp, I have something like:
|
| How do you debug a bean? | 24 Dec 2004 18:43 GMT | 5 |
How does one debug a bean? I have one bean that calls another bean and calls another but I cannot see what is going on :-( Does anyone out there have an example with out.println or something like that so you can see what is going on?
|
| ejb | 21 Dec 2004 13:29 GMT | 2 |
I'm using EJB and i have a question about Entity Bean component. I read that we can create entity bean without primary key, but one does not explain what it is necessary to put in the descrpitor ejb-jar.xml, if we must remove or keep tags referenced a primary key (such ...
|
| jsp, containers, beans and persistence | 16 Dec 2004 13:46 GMT | 2 |
I have heard that one can set a .jsp page so that the content is valid over an entire session. Is this true? Are there any examples where one may see this? Also, if it is true, then has anyone come across any problems with the
|
| jsp beans | 15 Dec 2004 14:03 GMT | 1 |
I'm really new to jsp (and java). Is there a way to automatically pick up newly compiled class files. I have a .jsp page which calls a class file (using Beans). Everytime I modify the .java file my .jsp complains of missing methods...etc. Once I restart the service everything ...
|
| EBJ horror stories | 14 Dec 2004 02:43 GMT | 1 |
Could you J2EE gurus share your EJB horror stories? Touching upon issues like scalability, migration, vendor lock-in, etc. I am architecting a system that needs to support 110 TPS. Need to stay away from pit falls. Any suggestions and pointers will be a great help.
|
| Retrieve getter-method/property by name | 10 Dec 2004 22:14 GMT | 2 |
my problem is that I have to sort/group loads of beans in various ways. I'll do this by using java.util.Comparators. I'll extract the data to be compared from my beans via getter methods.
|
| stable production Apache-Tomcat-Axis | 09 Dec 2004 21:00 GMT | 1 |
I've to setup a stable production Apache-Tomcat-Axis environment that will serve 100,000 request per day... At the moment, I have choosen: - apache 1.3.33
|
| EJB or web service | 08 Dec 2004 13:52 GMT | 7 |
We have to make a component available to three applications. All the applications and services have to be deployed on the same clustered server. Now I know EJB is one of the options available to us and it will work well.
|
| Web Service stubs and cookies | 07 Dec 2004 19:26 GMT | 1 |
Hello All, and sorry for cross-posting! Not sure where this fits in... I've generated some web service client stubs from a WSDL using jwsdp-1.5 (jax-rpc). So far so good. However, the server application that I'm calling, uses a cookie to identify which "session" a
|
| How to access session beans from within a message bean? | 07 Dec 2004 16:31 GMT | 1 |
Am I am allowed to access stateless session beans from within a message driven bean, and if so, should I be accessing the session bean via its remote or local interface?
|
| Verification of Enterprise Beans failed | 03 Dec 2004 08:41 GMT | 1 |
i got an application with 3 entity beans and 3 session beans and a lot of jsp using them. I build my app with ANT: there aren't errors. with "ant deploy-web" i build the jsps..
|
| Cannot forward a response that is already committed | 02 Dec 2004 19:01 GMT | 2 |
I'm receiving the following problem. I receive it when calling a specific JSP in my framework. Any ideas? Thanks, Mo
|