Re: [JBoss-user] jcp 86

2002-04-22 Thread Dain Sundstrom
Dmitri Colebatch wrote: > Am I right in thinking this is basically a bunch of entity beans that represent >various media types? Will the spec essentially lay > out the component/home interfaces to be implemented and allow vendors to provide >implementations? That is what I got, but I'm only

Re: [JBoss-user] jcp 86

2002-04-22 Thread Dmitri Colebatch
Am I right in thinking this is basically a bunch of entity beans that represent various media types? Will the spec essentially lay out the component/home interfaces to be implemented and allow vendors to provide implementations? Dain - you said you've had a look over it, are you just referring

AW: [JBoss-user] jcp 86

2002-04-22 Thread Stefan Groschupf
>Do you want to implement it? ups... I'm happy to understand the main jboss concept. ;-) after some months using java. So don't ask me If I want to fly. But when there is someone, who do it, I would join the mailing list and read the new code, to understand it in the death. So may be at version 2.

Re: [JBoss-user] jcp 86

2002-04-22 Thread Dain Sundstrom
I have been reading the draft, but haven't gotten that far. Do you want to implement it? -dain Stefan Groschupf wrote: > Hi Jboss community > >>http://jcp.org/jsr/detail/86.jsp >> > is a implementation planed? > I'm interested in! > Thanks > Stefan > > > > > > _

[JBoss-user] jcp 86

2002-04-22 Thread Stefan Groschupf
Hi Jboss community >http://jcp.org/jsr/detail/86.jsp is a implementation planed? I'm interested in! Thanks Stefan ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] log4j

2002-04-22 Thread Eric Kaplan
I had posed this question a while ago and never actually got an answer that worked. If I instantiate a static Category in one of my beans, I get the following error upon loading. This is jboss 2.4.1. Yes, I'm behind a bit, but that's because when I tried to upgrade to 2.4.4 I got some errors wh

[JBoss-user] App development with JBoss 3

2002-04-22 Thread Simon Stewart
I'm currently developing my app heavily, and there are many small, incremental changes that I make to one file at a time (for example, tweaking the HTML in a JSP) It would be extremely useful if I didn't need to prepare an EAR file every time I make a change. Is there any way to persuade JBoss to

[JBoss-user] Bean Naming Problem: Profile

2002-04-22 Thread Frank Morton
Transitioning to JBoss 3.0 I have been getting a deployment error complaining about some methods in the bean not having matching method definitions in the bean and the remote interface. I couldn't see anything wrong, so I changed the prefix for the bean from "Profile" to "Proffile" and it deployed

RE: [JBoss-user] Timer MBean

2002-04-22 Thread Eric Jain
> How can I do to start the session bean > initialization just after the deployment of my > ear? Create a .sar file containing a simple class that implements org.jboss.varia.scheduler.Schedulable and calls your session bean from its perform method. Create a jboss-service.xml file containing the f

Re: [JBoss-user] Differences between 2.x and 3.x?

2002-04-22 Thread Phil Shrimpton
On Thursday 18 April 2002 21:23, Dmitri Colebatch wrote: Hi, > Granted JBuilder has come > a long way, It has, but so has its price Phil -- Linux 2.4.4-4GB 5:47pm up 3 days, 4:45, 1 user, load average: 0.42, 0.31, 0.21 ___ JBoss-user

Re: [JBoss-user] Differences between 2.x and 3.x?

2002-04-22 Thread Phil Shrimpton
On Thursday 18 April 2002 21:49, JD Brennan wrote: Hi, > If you are going to be using Entity beans (persistence) > then you'll be much better off with JBoss 3.0 because > it supports CMP 2.0 - which will make it a lot easier > to implement persistence with Entity beans. We switched > from JBoss

Re: [JBoss-user] How can it support with Chinese Chaerset?

2002-04-22 Thread Simon Stewart
On Wed, Apr 24, 2002 at 12:06:38AM +0800, malix wrote: > Hi, I have tested my BMP EJB in JBoss. > But how can I make it to support Chinese Charset? > > 1) I tried to set postgresql-services.xml, > > > but it could not recognize this property (in JDBC I can use it). Shouldn't the c

[JBoss-user] How can it support with Chinese Chaerset?

2002-04-22 Thread malix
Hi, I have tested my BMP EJB in JBoss. But how can I make it to support Chinese Charset? 1) I tried to set postgresql-services.xml, but it could not recognize this property (in JDBC I can use it). 2) I also tried to transfer the returned String with new String(MyEjb.getName(

Re: [JBoss-user] JBoss, Tomcat and Apache 2

2002-04-22 Thread Ricardo Argüello
Where can I get a binary distribution of the tomcat-connectors Apache mod_webapp module? I've tried the CVS, but I'm using W2K, and doesn't have a C compiler! I've tried to use the "old" mod_webapp connector with no luck. Also using Apache 2.0.35 + JBoss 3.0.0 RC1 Thanks in advance, Ricardo

RE: [JBoss-user] CMP 2.0 - CMR fields are NULL

2002-04-22 Thread Mike Dougherty
Daniel, The code in the ejbPostCreate's look fine. However On Sat, 2002-04-20 at 12:57, Daniel Santos wrote: > > Did not declare the cmr fields in the ejb-jar.xml file, nor the jboss.xml > file. > First, start by doing this. At a very minimum you need to have the relationships described i

Re: [JBoss-user] JBoss, Tomcat and Apache 2

2002-04-22 Thread Simon Stewart
Shows how much I know. I've got everything working fine now. For other people in the same boat (wanting to get Apache 2, JBoss 3 RC1 and mod_webapp working together, I've put up a HOWTO at: http://www.pubbitch.org/jboss.html Cheers, Simon -- Real Programmers don't comment their code. If it w

RE: [JBoss-user] CMP 2.0 - CMR fields are NULL

2002-04-22 Thread Robertson, Jason
One issue I can see is that you should be returning null in your ejbCreate methods, although I doubt that's causing the cmr update problem. You say you didn't declare the CMR fields in your ejb-jar.xml? If you didn't declare them, then how will the container know about them? Not sure what you me

[JBoss-user] Re: WTF??? was RE: [JBoss-dev] SAR... Sucky ARchive ?

2002-04-22 Thread Marius Kotsbak
Michael Robinson wrote: > On Sun, Apr 21, 2002 at 07:11:52PM -0400, David Jencks wrote: > >>3. I'd like to have an actual user ask for this over explicitly listing the >>files in the deployment scanner. > > > I'm an actual user, and just the thought of reording by typing a bunch of > > % mv

[JBoss-user] JBoss, Tomcat and Apache 2

2002-04-22 Thread Simon Stewart
It's taken a while, but I now have Apache 2.0.35 and a standalone installation of Tomcat 4.0.3 talking to each other via mod_webapp from the jakarta connectors project. I now want to do the same thing with the embedded installation of Tomcat from the JBoss RC1 + tomcat binaries. Foolishly, I thou

[JBoss-user] Timer MBean

2002-04-22 Thread Loïc Lefèvre
Hello, I've written my first session bean that is automatically called by the timer service of JBoss. My question is: How can I do to start the session bean initialization just after the deployment of my ear? For now: I have to call a specific url (jsp) that call a method of my session bean runAt

RE: [JBoss-user] [DEFINITELY NEWBIE :D] File-system access

2002-04-22 Thread Loïc Lefèvre
I've got some questions about this article (I would like to have some details for fs access, not ldap): -1- Here is the xml code to add what I want (in jboss.jcml): external/fs/Scott scott_fs.props javax.naming.InitialContext question: where do I put the file scott_fs.props? in th

RE: [JBoss-user] JBOSS 3.0RC1 installation path problem

2002-04-22 Thread Sacha Labourey
Hello, I think there is a bug in the way the JDK handles URL with a space in it. Maybe we could find a workaround though. In the meantime, simply install JBoss in a path having no space in it. Cheers, Sacha > -Message d'origine- > De : [EMAIL PROTECTED

[JBoss-user] JBOSS 3.0RC1 installation path problem

2002-04-22 Thread Loïc Lefèvre
Hi, Don't know if it is a bug or not: I've installed JBoss 3.0RC1 in the directory: D:\JBOSS 3.0RC1\ and I got the following messages: ---8<- D:\jboss 3.0RC1\bin>run Commande ECHO désactivée. . JBoss Bootstrap Environment . JBOSS_HOME: D:

AW: [JBoss-user] RFE/Bug Number for UnifiedClassLoader Vote?

2002-04-22 Thread Jung , Dr. Christoph
It is http://developer.java.sun.com/developer/bugParade/bugs/4670071.html Thx, CGJ -Ursprüngliche Nachricht- Von: James Richards [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 22. April 2002 05:34 An: [EMAIL PROTECTED] Betreff: [JBoss-user] RFE/Bug Number for UnifiedClassLoader Vote?