| Thread | Last Post | Replies |
|
| XMLBeans: Exception when parsing a valid XML | 27 Apr 2006 09:37 GMT | 2 |
I am new to Java and xmlbeans so I would really appreciate any help or hint on this matter: I have a java parser based on xmlbeans that throws an exception when starts parsing a valid XML file.
|
| Exception Handling | 21 Apr 2006 23:37 GMT | 1 |
I have two beans. One that handles (a) database connections (singleton), and the other that (b) handles the database interactions. (b) also has a public method that is published as a web service. My question is: how do I handle exceptions within the beans for example
|
| Restricting access using JBoss - (Amateur doubt ...) | 21 Apr 2006 23:23 GMT | 1 |
I am just getting started with JSP and I have created and deployed a trivial application on JBoss. How can I configure the server so that only a certain directory can be accessed via the url (eg: http://www.blah-blah.com:8080/XYZ).
|
| JDBC Resource in a java bean | 18 Apr 2006 18:15 GMT | 2 |
Hi, I have a web service using apache axis/tomcat5.5. The web service is a simple java bean that just recieves two strings and updates a database. I created a JDBC recsource in the container.
|
| do you like my beans? | 04 Apr 2006 10:20 GMT | 1 |
I have an application with a lot of generated SQL, data access, mapping and client object code. I am not ready to hand that over to JBoss or other servers and primarily wish to use an application server for executing SQL and
|