On Thu, Nov 20, 2003 at 05:33:48PM +0200, Alexey Loubyansky wrote:
> >>From what I can learn on the web it seems that a read-mostly pattern is
> >>where
> >you have 2 copies of a bean, one read-only and the other read-write. It
> >seems
> >that you need to write at a specific interval. Is this po
On Thu, Nov 20, 2003 at 12:34:00PM -0800, Clover, James wrote:
>Right. Applications that are strictly CPU-bound don't necessarily
>require multiple VMs on the same machine. However, if your
>application is bound on something else, such as database or file I/O,
>you can get a huge
Try minimal and then add, say, jbossweb-tomcat41.sar and see if that
works. Better yet, add another IP address to your TCP/IP settings
(advanced tab) and bind that to foobar or something in your
/windoze/system32/drivers/etc/hosts file. Then start run.bat with -host
foobar. If that works then you d
Title: Message
I
thought NY was a Microsoft shop.
-Original Message-From: Eric J Kaplan
[mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003
12:43 PMTo: [EMAIL PROTECTED]Subject: RE:
[JBoss-user] FW: [Core] Sys Admin Denver Sold OUT
Guys
I know NY is an
Maffeo, check that your category elements precede the root element.
---
A different problem I have been experiencing with 3.2.2RC3
(yes, I know I should upgrade) is log4j logging intermittently
failing to log after initial boot. There is output in the log
up to the point where my own categorie
Maffeo, check that your category elements precede the root element.
---
A different problem I have been experiencing with 3.2.2RC3
(yes, I know I should upgrade) is log4j logging intermittently
failing to log after initial boot. There is output in the log
up to the point where my own categorie
Maybe you have spyware listening on that port?
:-)
Try Lavasoft's Ad-ware:
http://www.lavasoft.us/software/adaware/
Download (gratis for personal use):
http://www.lavasoft.us/support/download/
Ricardo Argüello
Jim Crossley wrote:
I just tried the tomcat version and got the same result. I've trie
At 09:56 20.11.2003 -0800, Bela Ban wrote:
Rafal Kedziorski wrote:
hi,
we have some problems with clustering. Our buyed clustering docs, can't
help us. We are working with JBoss 3.2.2 and Jetty 4.2.11. We are testing
on Windows XP. JGroups is using TCP for sending messages.
We have two nodes
Where were you? We had admin training in NYC in August.
Eric J Kaplan wrote:
Guys
I know NY is an expensive place to have training, but New Jersey is
right next door and cheaper (though the skiing is not that great)!
Anyway, would be great if you had one in the NY area sometime soon.
I would like to interface our C/C++ ERP-App with JBoss JMS to delegate
some tasks to MDB's.
Has anybody done something like this successfully ?
Any advice for an C/C++ JMS-client-lib to interconnect those two systems ?
Thanks in advance
Frank
Guys
I know NY is an expensive place to have
training, but New Jersey is right next door and cheaper (though the skiing is
not that great)! Anyway, would be
great if you had one in the NY area sometime soon.
Regards
Eric
-Original Message-
From:
[EMAIL PROTECTED] [
Title: Message
Right. Applications that are strictly CPU-bound don't necessarily
require multiple VMs on the same machine. However, if your application is
bound on something else, such as database or file I/O, you can get a huge
improvement by running multiple copies on the same hardware.
Can't you calculate the value once and add a flag 'calculated' that will
indicate it?
Pedro Salazar wrote:
Greetings,
I would like to get access to some information available on my entity
bean during the activate() method to prepare it and avoid doing it every
call to in a interface method. How
Unfortunately, it is a spec violation.
10.5.2 Bean Provider’s entity bean instance’s view
public void ejbActivate();
The container invokes this method on the instance when the container
picks the instance from
the pool and assigns it to a specific entity object identity. The
ejbActivate() metho
Greetings,
I would like to get access to some information available on my entity
bean during the activate() method to prepare it and avoid doing it every
call to in a interface method. However, I'm getting an error that says I
cannot access that information.
"
2003-11-20 19:17:01,378 ERROR [org.j
Rafal Kedziorski wrote:
hi,
we have some problems with clustering. Our buyed clustering docs,
can't help us. We are working with JBoss 3.2.2 and Jetty 4.2.11. We
are testing on Windows XP. JGroups is using TCP for sending messages.
We have two nodes. If we start our second node after the fir
Title: Problem with Jboss 3.2.2 and Log4J.xml
When starting Jboss i get the following error:
log4j:ERROR Parsing error on line 286 and column 23
log4j:ERROR The content of element type "log4j:configuration" must match
"(renderer*,appender*,(category|logger)*,root?,categoryFactory?)".
At 14:51 20.11.2003, Rafal Kedziorski wrote:
hi,
we have some problems with clustering. Our buyed clustering docs, can't
help us. We are working with JBoss 3.2.2 and Jetty 4.2.11. We are testing
on Windows XP. JGroups is using TCP for sending messages.
We have two nodes. If we start our second
The question is: How does JBoss AOP find jboss-aop.xml files?
If you run JBoss AOP standalone it searches for all
META-INF/jboss-aop.xml files within your classpath. Standalone AOP does
a ClassLoader.getResources("META-INF/jboss-aop.xml"); So, any JAR in
your classpath that has META-INF/jbos
hi,
we have at the front Apache 1.3.x with mod_jk. If we user session
replication (JBoss 3.2.2 + Jetty) we have problems and can't use our
application. Without this feature it works fine.
Are there known Problems with Apache 1.3.x with mod_jk?
Best Regards,
Rafal
Hallo!
I try an example for AOP in my JBoss4 env.
(http://www.madplanet.com/jboss-docu-wiki/Wiki.jsp?page=40.AOP.Simple.Exampl
e)
It doesn't work!
I create jboss-aop.xml in the META-INF dir, i create the interceptor and an
EJB that call a POJO class.
Nobody have any idea why it doesn't work?!
I nee
Alwyn Schoeman wrote:
I'm not that familiar with CMP and JBoss yet.
Would that mean commit option B for the row-locking?
Yes.
From what I can learn on the web it seems that a read-mostly pattern is where
you have 2 copies of a bean, one read-only and the other read-write. It seems
that you need t
Having multiple JVMs running can boost performance because you have separate garbage
collectors and you can use as much memory as your system will allow rather than
tapping out at 2G. Serialized code that (synchronized) can be distributed to gain
parallelism when one JVM is blocked.
Having mu
Thanks Heiko,
Have done this now.
Brian
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rupp, Heiko
Sent: 20 November 2003 13:40
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] Mail Service Requires Authentication help
Hi Brian,
> No they're not. I think
I just tried the tomcat version and got the same result. I've tried
both on XP and Win2k with the same result, some with 1.4.1 and some
with 1.4.2. Always with the default config. Always the same results,
as if something is listening on 8080 when the web server tries to
start, but I know nothing
hi,
we have some problems with clustering. Our buyed clustering docs, can't
help us. We are working with JBoss 3.2.2 and Jetty 4.2.11. We are testing
on Windows XP. JGroups is using TCP for sending messages.
We have two nodes. If we start our second node after the first is deployed,
than this
Hi Brian,
> No they're not. I think it's because the server requires pop
> authentication before I can send smtp. I've found some stuff on
Yes, this seems to be the reason.
Can you file a RFE at sourceforge?
Thanks
Heiko
--
Heiko W. Rupp EMail: [EMAIL PROTECTED]
Senior Con
Title: Message
My apologies, I forgot to save my "welcome to the jboss mailing list"
email:
I need to unsubscribe from the mailing list but was asked for a password on
the
Sourceforge site.
I don't remember giving a password when I signed up. In any event, I am not
going to remember this pa
PS - when I set debug = true in the mail-service.xml file and try to
send a mail, it says that
auth=false
this led me to suspect that there might be a parameter or something to
do what I want. Thanks very much for your help,
Brian
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[E
Hi Heiko,
No they're not. I think it's because the server requires pop
authentication before I can send smtp. I've found some stuff on old
jboss docs saying:
Using the JavaMail service with mail servers that require POP
authentication before SMTP You can do this by using:
impor
hi,
we get this exception after distributed hot-deployment:
13:42:06,312 WARN [ServiceController] Problem creating service
jboss.j2ee:module=oma-ejb-media.jar,service=EjbModule,ui
d=26989002
javax.management.InstanceAlreadyExistsException:
jboss.j2ee:jndiName=media/Media_File_QualityBean,servi
Hi,
> I'm using the JBoss mail service from my server. My mail server
> is outside the firewall however, and
> requires authentication before I can send any mails. Is there a
> tag or something that I can put into the
> mail-service.xml file which will do authentication for me?
Are user/passwo
Hi all,
I have a bit of a tricky
problem that hopefully someone can help me with.
My server is behind a
firewall, with a local ip address and running Jboss.
I’m using the JBoss mail service from my server. My mail server is
outside the firewall however, and
requires authentica
Guys,
denver is sold out,
marcf
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark
AndresSent: Tuesday, November 18, 2003 3:22 PMTo: 'The
Core'Subject: [Core] Sys Admin Denver Sold OUT
We have hit our
cut-off of 28 attendees registered for sys ad
On Thu, 20 Nov 2003 09:24 pm, Vivek wrote:
> i checked the values in /proc/sys/fs/file-max. it is set to 402451
What about the value from 'ulimit -a'
On my system, file-max is 52217 but ulimit for file descriptors is only 1024.
> Bill Burke <[EMAIL PROTECTED]> wrote:
> You may have to increase
i checked the values in /proc/sys/fs/file-max. it is set to 402451
vivekBill Burke <[EMAIL PROTECTED]> wrote:
You may have to increase your max file descriptors.Vivek wrote:> hi,> > iam using jboss-3.x on redhat linux 7.3. when i start jboss, after > it has handled a 100 or so requests the linux
I don't believe that there's any way to change the connection url via the Datasource -
this will only allow you to create connections from the preconfigured connection pool.
If you have multiple databases you can create multiple connection pools and bind them as
seperate datasources (e.g. java:/
I'm not that familiar with CMP and JBoss yet.
Would that mean commit option B for the row-locking?
>From what I can learn on the web it seems that a read-mostly pattern is where
you have 2 copies of a bean, one read-only and the other read-write. It seems
that you need to write at a specific inte
hi,
iam using a default configuration of jboss (no clustering or HAJNDI). at the backend,after receiving a request i do inserts into oracle tables. i can see the inserts happening but after that nothing happens, the response xml does'nt come
vivekSrinivas Malladi <[EMAIL PROTECTED]> wrote:
E
39 matches
Mail list logo