David Jencks wrote:
>
> I'm getting it to work if I deploy the firebird-service.xml after the
> firebird rar (by hand) or if I set CreateOnStart in FBManager mbean to
> false. I think I need to turn FBManager into a
> jboss-service-lifecycle-specific mbean that only tries to create the db on
> th
Looking at the logs, it appears as if the pubbitch pages are
relatively popular (ticking over at about 100 hits a day) As a result,
and because a couple of people have pointed out that things were
looking a little long in the tooth, I took some time out today and
tidied up the docs, dragging them
Glad to be of help - JSP precompilation really should be a little easier ...
Yes jive.jar is the JBoss forums - so only we need that jar...
One thing that I realised while doing this, that may be of benefit to
others :
When you precompile your JSPs to Java Servlets, JspC will give you (if
you
Greg,
firstly you need to be ABSOLUTELY sure that the underlying clustering
layer is working properly - this took me a while to figure out on RedHat
7.3.
When you fire up the second JBoss you should see something like:
18:26:06,231 INFO [DefaultPartition:ReplicantManager] in membershipChange
3.0.1 is the patch. It is a minor release and has many bug fixes for 3.0.
-dain
Jason Uithol wrote:
> So, er, no chance of a patch for 3.0.0 release then ? ( hopeful )
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Dain
> Sundstrom
> Sent:
I am trying to install JBoss as a service using JavaService1.2.0 on Windows
NT 4.0
I saw a posting on this list a while back
(ttp://www.geocrawler.com/lists/3/SourceForge/10767/25/8871887/ ) but I did
not see any resolution.
As with Mitchell, I was able to install tomcat as a service and it wor
Hi,
on default there is no root context deployed check the startup log for
deployed applications and test with these.
hth,
Burkhard
- Original Message -
From: "Paul Hsu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 02, 2002 8:49 PM
Subject: [JBoss-user] help
Hi,
I hav
Hi
Sorry if this has been discussed previously.
We are using some Message Driven Beans that need direct access to DB (for mostly
reading).
May be we are doing something wrong... Please help!!!
we acquire the database connection through JNDI
DataSource ds = ctx.lookup("java:/DefaultDS");
Co
So, er, no chance of a patch for 3.0.0 release then ? ( hopeful )
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Dain
Sundstrom
Sent: Friday, 5 July 2002 12:37 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] CMR not persisting - ejbPostCreate called
Hello Torsten,
actually, I downloaded it with ReGet and, as I remember, by ftp, though under windozzz.
Hazy thing...
alex
Thursday, July 04, 2002, 7:45:44 PM, you wrote:
TS> I think that kind of thing happens when your browser
TS> 'thinks' (although all the browsers I know are plain stupid :)
I found a workaround, thanks to Alex. It's all good.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Dain
Sundstrom
Sent: Friday, 5 July 2002 12:45 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] How would a session bean obtain datasource
specified in
I think that kind of thing happens when your browser
'thinks' (although all the browsers I know are plain stupid :)
it downloads an ASCII file and therefore does this funny
kind of transforming the line ends.
I've had that kind of problem a few times with packages from
Sun - very frustrating beca
I'm having trouble getting Clustered HttpSessions working.
I'm using JBoss 3.0 with embedded Jetty. I have a simple servlet that
stores an Integer into session and each request gets the Integer out of
session, adds one, and puts it back into session.
The only thing I did to configure was to dro
I don't really understand your question, but I can assure you that the
jbosscmp-jdbc.xml file has nothing to do with session beans.
-dain
Jason Uithol wrote:
> Hello all,
>
> How would a session bean obtain datasource specified in user
> jbosscmp-jdbc.xml ?
>
> TIA,
>
> Jason Uithol
> Data T
Jason Uithol wrote:
> PLEA FOR HELP
> =
>
> Any ideas ? How are other people acheiving this ( i.e. multi keyed tables
> with FK's as PK's, AND normal data fields to boot ) ?
This was a bug in JBoss 3.0 and has been fixed in 3.0.1.
--
Dain Sundstrom
Chief A
At last!!! Thanks Marcel!!! You are the man ;)
replacing \n\r to \n solved the problem.
But I why it is formated in a DOS style? Could someone explain it?
Thank you all guys!
alex
Thursday, July 04, 2002, 4:31:19 PM, you wrote:
M> Alex Loubyansky wrote:
>> Hello Ole,
>>
>> Yeah, I've tried
Alex Loubyansky wrote:
>Hi guys,
>
>sorry, it has nothing with jboss but I think there are many of you who
>installed JRockit-3.1 on RH7.2 successfully.
>
>Attempt1:
>./jrockit-3.1-j2se-1.3.1-1.rpm.sh
>bash: ./jrockit-3.1-j2se-1.3.1-1.rpm.sh: bad intepreter: No such file
>or directory
>
>
>
I d
Bundle your web application into a war file and drop it into the
/jboss/deploy directory.
We run JBoss-2.4.4_Tomcat-4.0.1 and haven't done anything in the catalina
directory - any configuration changes and deployments are all done in the
/jboss directory (ie. /jboss/conf/catalina and /jboss/deplo
I'm getting it to work if I deploy the firebird-service.xml after the
firebird rar (by hand) or if I set CreateOnStart in FBManager mbean to
false. I think I need to turn FBManager into a
jboss-service-lifecycle-specific mbean that only tries to create the db on
the start step.
Hope this helps
d
Hello Marcel,
if I view jrockit-3.1-j2se-1.3.1-1.rpm.sh in hex mode I can see that
each line ends with 0D0A. Is that what you meant?
How to reformat it to unix style?
Thank you very much!
alex
Thursday, July 04, 2002, 4:31:19 PM, you wrote:
M> Alex Loubyansky wrote:
>> Hello Ole,
>>
>> Yeah,
Jules,
Thanks a million for your help. With your diff, I was able to compile our JSPs to class files. what follows is just to simplify some issues for anyone who follows.
I had to do a bit of borrowing of jar files to get this stuff to work. To run jspC, you need the following jars:
crimson.jar
At 01:08 PM 7/4/2002 +, you wrote:
>How to integrate Tomcat and jBoss.Do we have to configure some file ?
>
>regards,
>shafali
>_
>Click below to experience Aishwarya Rai's beauty secrets. New
>International Lux Skincare - It's not just
Can you provide either a simple example showing the problem you were having
or more description of what didnt work and exactly what you changed to make
it work?
Thanks
david jencks
On 2002.07.04 07:36:57 -0400 "Buettner, Waltraud" wrote:
> Finally my example with my Resource Adapter works,
> if
Alex Loubyansky wrote:
> Hello Ole,
>
> Yeah, I've tried that.
> ls -l
> -rwxr-xr-x1 jalexusers17458465 Jul 4 12:45
>jrockit-3.1-j2se-1.3.1-1.rpm.sh
>
> And I run it as root. No effect.
>
> Thanks for response.
Is the file in MS-DOS line ending format? The \r character is include
Yes
david jencks
On 2002.07.04 01:59:24 -0400 Jason Uithol wrote:
> Hello all,
>
> I cannot find the JBoss API Javadocs.
>
> Do I need to build them myself ?
>
>
>
>
> Jason Uithol
> Data Technologist
> DatacodeX Pty Ltd
> [EMAIL PROTECTED]
> http://www.datacodex.com
>
>
> ---
How to integrate Tomcat and jBoss.Do we have to configure some
file ?
regards,
shafali
_
Click below to experience Aishwarya Rai's beauty secrets. New
International Lux Skincare - It's not just soap, It's skincare.
http://www.luxskincare.
Hello Ole,
Yeah, I've tried that.
ls -l
-rwxr-xr-x1 jalexusers17458465 Jul 4 12:45 jrockit-3.1-j2se-1.3.1-1.rpm.sh
And I run it as root. No effect.
Thanks for response.
alex
Thursday, July 04, 2002, 3:09:53 PM, you wrote:
OH> Alex Loubyansky wrote:
>> Attempt1:
>> ./jrockit-3.1-
I think I know where I´m going wrong now. Now I get the following error.
Error =
[ERROR] RequestProcessor - -null
==
This is because of the import statements (I think) in my ActionServlet:
Hi,
I'm using Tomcat 4.0 as a servlet container for my servlet 'deltaclient'.
This servlet is in fact a client of EJB application deployed on JBoss 2.4.4
This application runs on separate machine and requires authentication for
every
client app.
The problem is that I can not instantiate
javax.se
Alex Loubyansky wrote:
> Attempt1:
> ./jrockit-3.1-j2se-1.3.1-1.rpm.sh
> bash: ./jrockit-3.1-j2se-1.3.1-1.rpm.sh: bad intepreter: No such file
> or directory
I've had similar problems with Suns JDK a few
times.
Maybe this works:
chmod +x jrockit-3.1-j2se-1.3.1-1.rpm.sh
./jrockit-3.1-j2se-1.3.
Hi,
I'm using firebird-jca-jdbc-driver 1.0-beta-1, and this
driver works fine in JBoss 3.0.0RC3.
However, when I try to use it in the current CVS HEAD
version, the service fails to deploy:
12:00:10,444 INFO [MainDeployer] Starting deployment of package:
file:/home/osh/src/java/jboss/jboss/build
Finally my example with my Resource Adapter works,
if I change the Transaction-Attribute of the example
Bean business method from "required" to "supports",
i.e. JBoss provides a transaction context, if there is
none, although there is one anyway ???
thanks,
Waltraud
-Original Message-
Marius, Enrico
thanks for response. It's meant to be a bash script. The first line
is #! /bin/bash
Marius,
it's not an rpm. I less'ed it. It's supposed to be run and
after the agreement to licence it should create the rpm with tail
command. I tried to run tail manually but with no
Alex Loubyansky wrote:
>Hi guys,
>
>sorry, it has nothing with jboss but I think there are many of you who
>installed JRockit-3.1 on RH7.2 successfully.
>
>
>
maybe the shell script is not a bash one.
If so, you need the rpm which contains the required shell: if it is
'ksh', the rpm in RedHat
Try "sh jrockit-3.1-j2se-1.3.1-1.rpm.sh". Or maybe it is a rpm, then "rpm -ihv
jrockit-3.1-j2se-1.3.1-1.rpm.sh", or after it unpacks: "rpm -ihv
jrockit-3.1-j2se-1.3.1-1.rpm"
On Thu, Jul 04, 2002 at 12:52:59PM +0300, Alex Loubyansky wrote:
> Hi guys,
>
> sorry, it has nothing with jboss but I th
At 02:47 PM 7/4/2002 +0530, you wrote:
>Hi,
>
>I read on the www.jboss.org that there is a documentation that is going
>to come up soon for people who are new to jboss. When can we expect this
>document to be ready??
>
>Pls help me out...
>
>regards,
>Parul
Paul,
you'll be wanting the quickstart
Hi guys,
sorry, it has nothing with jboss but I think there are many of you who
installed JRockit-3.1 on RH7.2 successfully.
Attempt1:
./jrockit-3.1-j2se-1.3.1-1.rpm.sh
bash: ./jrockit-3.1-j2se-1.3.1-1.rpm.sh: bad intepreter: No such file
or directory
Attempt2:
bash ./jrockit-3.1-j2se-1.3.1-1.r
Hi,
I read on the www.jboss.org that there is a documentation that is going
to come up soon for people who are new to jboss. When can we expect this
document to be ready??
Pls help me out...
regards,
Parul
---
This sf.net email is sponsor
Thank you Alex. That worked beautifully.
FYI: I had to keep my ejb-jar.xml's reference to the JNDI node, I think it
wanted the res-type and res-auth tags...
Jason.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Alex
Loubyansky
Sent: Thursday, 4 July 2
On Wed, Jul 03, 2002 at 01:11:58PM -0500, Dain Sundstrom wrote:
> I wouldn't accept the patch either.
It was never meant to be accepted as it is, but incorporated better into the jboss
code. But I thought it was better that the existing code that just prints
ex.getMessage(), which unfortunateli
Hi,
thanks for your response. I actually coded the following into my
ActionServlet:
===
Properties prop = new Properties();
prop.setProperty("java.naming.factory.initial","org.jnp.interfaces.NamingCon
textFactory")
MD> I´ve done exatctly as you said but unfortunately the problem remains.
Do you also have correct jndi.properties file in the classpath of your
application? You can also hardcode them.
Correct properties are:
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.provid
Hi,
I´ve done exatctly as you said but unfortunately the problem remains.
>startup.sh -nonaming
Should I be changing any xml-files on the client side?
Thanks,
Michael
- Original Message -
From: "Alex Loubyansky" <[EMAIL PROTECTED]>
To: "Michael Delamere" <[EMAIL PROTECTED]>
Sent: Th
Hello all,
NOTE: I have simplified much of the example code in this in an attempt to
make this email easier to read.
ANOTHER NOTE: I had trouble reading my own email so I put headings in it.
MY CMR WORKAROUND HAS BROKE
===
Way back when ( February ), I was using a CVS'
Hello Michael,
Are you running tomcat with 'nonaming' option?
If no, tomcat uses its own JNDI.
To start with nonaming:
startup.bat -nonaming
alex
Thursday, July 04, 2002, 10:53:40 AM, you wrote:
MD> Hi,
MD> Originally I had jboss3.0 with an embedded tomcat4.0.3 and my application
MD> worked f
Hello Jason,
remove jndi-name from ejb-jar. It's not allowed according the dtd. And add the
follwing to jboss.xml
jndi/applicationDS
java:/MyCoolDS
Thursday, July 04, 2002, 10:36:39 AM, you wrote:
JU> Hello all,
JU> I am trying to bind an existing ( global ) datasource to a stateful s
Hi,
Originally I had jboss3.0 with an embedded tomcat4.0.3 and my application
worked fine. Yesterday I attempted to seperate the two by installing jboss
and tomcat on their own.
The client side works until the first call is made via jndi to my staless
session bean. I then get the error stated
Hello all,
I am trying to bind an existing ( global ) datasource to a stateful session
beans jndi context.
The JNDIView for the datasource is:
(from java: namespace )
(snip)
+- MyCoolDS (class: org.jboss.resource.adapter.jdbc.local.LocalDataSource)
and I put this in a session beans descript
48 matches
Mail list logo