| Thread | Last Post | Replies |
|
| XDoclet module for JBoss.net | 28 Nov 2003 21:43 GMT | 1 |
on http://www.jboss.org/index.html?module=html&op=userdisplay&id=developers/guides/ jboss.net/xdoclet Christoph Jung describes how to use the XDoclet Module for JBoss.net. Unfortunately I'm not experienced enough to handle these instructions
|
| [jBoss-cmp] Strange behavior concerning java.math.BigDecimal | 28 Nov 2003 21:40 GMT | 8 |
Within a project I encountered some strange things concerning JBoss-CMP and BigDecimals. Some information about my environment: - JBoss v3.2.1 with jetty as servlet container - Oracle 8i db backend
|
| ejb and science computing | 25 Nov 2003 01:05 GMT | 5 |
I work with scientific computing and love java approaches for solutions, but up to this point I havent done any real processing with a entripise java beans. But I would like to. My question, is it possible to build a server in the socket sense with enterprise java
|
| [JBoss+XDoclet] Redeployment + getLocalHome -> Bad idea | 22 Nov 2003 22:25 GMT | 1 |
Hi newsgroup, I am using JBoss 3.2.2 + MySQL + MyEclipseIDE. I am facing the following problem: Having a local bean MyBeanLocal and also having
|
| remote and local interface | 20 Nov 2003 12:36 GMT | 1 |
I am a newbie to EJB and sorry if I am asking stupid question. I implemented an EJB with both local and remote interface. When trying create an EJB from another EJB, I lookup the JNDI name and I check the class of the object returned. I found that the object class is of the remote ...
|
| JBoss 3.2.2 security | 20 Nov 2003 12:15 GMT | 1 |
I'm developing EJB based system on JBoss. The system consists of two parts: the set of EJB's, mainly Entity Beans which are interfaces to DB and servlet which is used as user interface. As the interface to entity beans i'm using statefull session bean. Every call from servlet
|
| J2EE Tutorial With Remote Client | 20 Nov 2003 08:28 GMT | 5 |
Where can I find a J2EE tutorial that demonstrates a remote client accessing an EJB? The Sun tutorial are all localized examples. Does a remote client have to run on a J2EE server? Thanks,
|
| Querying the databse, any patterns please? | 19 Nov 2003 11:48 GMT | 2 |
I have a calendar application( like Microsoft Outlook) writtn in Java.Whenever an event is created, we can set SMS/EMAIL notification. Hence when an event is created, I am storing that event info and notification time into a database.Now the notification can be ranging from 5 ...
|
| best solution for read-only db access | 18 Nov 2003 08:33 GMT | 2 |
using JBoss as our J2EE solution, I was wondering what is the best way to implement read-only access to our database. Is using entity beans a bad solution ? Henk
|
| Connecting with CORBA to JBoss EJB - problem with Strings | 13 Nov 2003 13:15 GMT | 1 |
I am trying to connect to EJB on Jboss server via CORBA interface client. First of all, the bean itself is pretty simple: the functional part that I am testing now is just: public String hello()
|
| jboss+tomcat: get a web (jsp) started | 12 Nov 2003 15:47 GMT | 5 |
I am just doing my first steps with JBoss 3.2.2 (on Windows). I think Tomcat is included. I just created a web module with Lomboz (Eclipse plugin). It includes an index.jsp and lots of other stuff.
|
| Watch the internet package | 12 Nov 2003 02:02 GMT | 1 |
Microsoft Partner this is the latest version of security update, the "October 2003, Cumulative Patch" update which resolves all known security vulnerabilities affecting
|
| Localisation of ResourceBundle within EJB Container fails | 11 Nov 2003 19:35 GMT | 1 |
using Jboss 3.2.1 and JDK 1.4.2_02. The Localisation of resourceBundles fails within the container (EntityBean or SessionBean). Example: a class within the Jboss/server/<config>/lib with name
|
| EJB and JBoss | 11 Nov 2003 19:26 GMT | 4 |
I have a stupid question: I'm using Eclipse+Lomboz to create EJB and it creates a client this way: CabinHomeRemote home=(CabinHomeRemote)jndiContext.lookup("CabinHomeRemote"); ...
|
| Hypersonic and JBoss | 11 Nov 2003 01:36 GMT | 2 |
I have installed Jboss and made a simple CMP Bean. Although It deploys fine on the server and it prompts that the table has been created successfully I cant find it anywhere. I suppose it gets created by default to the Hypersonic db that
|