| Thread | Last Post | Replies |
|
| Problem with deploying war files into JBOSS | 28 Aug 2005 09:03 GMT | 1 |
Hello Masters, I am trying to deploy my test121.war file in jboss application server it says """""MISSING APPLICATION web.xml """". Please have a look at the code.
|
| Beanutils.getArrayProperty throws NoSuchMethodException for valid method | 24 Aug 2005 13:59 GMT | 3 |
I'm getting an odd problem when executing the Beanutils.getArrayProperty on an attribute that I know exists. See the example below (TestClass.java and TestBean.java). What am I doing wrong? java.lang.NoSuchMethodException: Unknown property 'vTRate1'
|
| Socket alternativa for EJB | 19 Aug 2005 15:00 GMT | 3 |
I need EJB that communicate with normal client applications that use normal TCP/IP socket connections. I reviewed samples of EJB and clients for them. All the clients in samples use EJB stuffs to connect to beans. But as I said I need a bean communicate with normal TCP/IP
|
| Threading In Java Beans | 16 Aug 2005 09:01 GMT | 1 |
Hello, I was trying to find some information regarding Concurrency in J2EE. In my application I simply put a lock on the session and the accessor/mutator methods inside the bean. Is this the proper way of ensuring data consistency in a large scale web site. Any opinions or
|
| Updating PropertyEditor | 07 Aug 2005 15:08 GMT | 1 |
I wrote a simple bean that has one boolean property called checkOn. The bean consists of a Checkbox. The checkbox changes the property from true to false and back again. Everythings works great, except the property editor doesn't get updated.
|
| Problems with adding external jar files to a stateless session bean | 02 Aug 2005 08:30 GMT | 2 |
I´m trying to develop a Web Service in Java, based on a single stateless Session Bean, using some external classes packaged in JAR files. I use J2EE, Sun Application Server.
|