| Thread | Last Post | Replies |
|
| beanpopulate exception using struts | 30 Mar 2004 22:42 GMT | 1 |
I try to address more then one action with one form. Actually I'm using the 'scaffold.http.RelayAction' class. I have both jars strus and commons- scaffold in my WEB-INF- lib- folder. This is the error I get trying to submit:
|
| How to retrive the base path of a web application (.war)? | 28 Mar 2004 19:45 GMT | 1 |
I am working on a Jboss based application. There are many jsp pages included and I want it to be easier to retrieve sources (for example, images in the "myapp/images" folder and some
|
| ECLIPSE VS. BEAN BOX | 26 Mar 2004 22:29 GMT | 1 |
I have a problem writing plugin for eclipse.That plugin should do same thing as bean box does .That means changing propertise in real time ,conecting components...In eclipse you can do that after you start your beans(Run as JAVA bean).Is there some way so I can make that plugin ?Any ...
|
| How to set limit the bean pool size for stateful session bean in Weblogic 8.1 | 24 Mar 2004 14:47 GMT | 1 |
I am tring to observe how a stateful session bean is managed by the container. I want to limit the bean pool size to two beans, so I can see the ejbPassivate and
|
| properties of an EJB entity bean field | 23 Mar 2004 11:35 GMT | 6 |
Is there a standard way to determine the maximum length (e.g. CHAR(20) or VARCHAR(50)) of a field in EJB? Or how can I constrain user input? thanx!
|
| Setting up JBOSS environtment | 22 Mar 2004 09:06 GMT | 1 |
Hi, I am developing a JBOSS based application. After an application was deployed, I have to use a "subdirectory" path to access that application. How can I let the application assessible from
|
| OpenEJB Deployment Problem (long) [Repost with correct Subject!] | 17 Mar 2004 18:27 GMT | 1 |
Once again, I am having a very bad day (actually bad week!) trying to get an EJB deployed in a test environment. Y'all were so helpful roughly a year ago, with a similar albeit J-Boss issue, that I figured I would impose again and ask for more help. I'm sure, as before, it's
|
| Design Help - persistent session beans? | 15 Mar 2004 15:19 GMT | 3 |
Apologies in advance for the newbie question ... Our project is looking into integrating EJBs into our architecture, and had an initial design question that I was hoping someone could comment upon ... Our application runs on paired machine, and at any given point in time the
|
| java.lang.NoSuchMethodException: Property 'name' has no getter method | 12 Mar 2004 14:25 GMT | 1 |
whats wrong with this code? thx import org.apache.commons.beanutils.PropertyUtils; import java.util.Map;
|
| JBoss start-up error under JBuilderX | 12 Mar 2004 14:05 GMT | 1 |
I'm running JBoss 3.2.2 under JBuilderX When I start JBoss from within the JBuilder IDE the JBoss startup log reports the following error... 18:55:40,720 ERROR [Engine] ContextConfig[/jmx-console] Exception processing JAR at resource path /WEB-INF/lib/jboss-jmx.jar
|
| 1-many Relationship with XDoclet | 11 Mar 2004 11:32 GMT | 1 |
I have a problem with a 1-many Relationship, I have written with XDoclet for JBoss 3.2.3. There is always this JBoss-Error: Depends On Me: org.jboss.deployment.DeploymentException: Role
|
| JNDI & JBoss 127.0.0.1:1098 problem | 11 Mar 2004 10:29 GMT | 3 |
Im using JBoss 3.2.2 on a redhat linux 7.2 machine. I have JMS running between a client applet, a Java bean and an application (app running on same machine as JBoss server.) When i try to do a JNDI lookup on my JMS Topic Connection Factory i
|
| outside of $JBOSS_HOME/server deployment | 11 Mar 2004 08:16 GMT | 3 |
I am wondering if it is possible (without any modifications to JBoss distribution) to run a configuration located in a directory outside of $JBOSS_HOME/server ?? I tried passing in an absolute path via -c parameter to run.sh - which
|
| Unable to find a tutorial for J2EE 1.4 | 11 Mar 2004 00:21 GMT | 4 |
I installed j2ee 1.4 application server in my PC and i am trying to follow the link http://java.sun.com/developer/onlineTraining/J2EE/Intro2/j2ee.html to get started.
|
| home.create and ejbCreate | 10 Mar 2004 10:03 GMT | 1 |
In the book Mastering Enterprise Java Bean 2nd Edition by Ed Roman, it says the create and remove methods of a Home Object is responsible for create and remove EJB Object. They are called by clients. The ejbCreate and ejbRemove methods are implemented in the Bean class,
|