[JBoss-user] [Beginners Corner] - Re: java.net.MalformedURLException: unknown protocol: eudoxu

2004-08-18 Thread dannyyates
Why are you writing code in the 'sun' package? I have a vague recollection that the 
root classloader in Sun's VMs prevents you from loading classes into the 'sun' 
package. If this is true it's likely to only be the beginning of your issue...

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3845470#3845470

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845470


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Throwing javax.ejb.CreateException from ejbCreate() of a

2004-08-12 Thread dannyyates
Just because other app servers allow something doesn't make it right!

When you say left up to the interpretation of the implementation, I assume you 
haven't read section 18.1.1 of the EJB (2.0) spec?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3844900#3844900

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844900


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets JSP] - Re: XML Parser cannot parse Files with spaces in their names

2004-08-06 Thread dannyyates
Interesting. This does appear to be a bug in your parser. Have you tried the 
parse(InputStream) method?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3844368#3844368

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844368


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: jbossmq writes transaction to database even for non-tran

2004-08-06 Thread dannyyates
The only valid transaction modes for MDBs are NotSupported and Required. Perhaps by 
using an invalid mode, JBoss has defaulted to Required?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3844370#3844370

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844370


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Using threads with EJB

2004-07-14 Thread dannyyates
How is a bean using a class that uses threads different from the bean using threads 
directly? You could bypass any of the spec requirements by simply saying, I didn't 
violate the spec in the bean - only in one of the helper classes.

So, no.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841981#3841981

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841981


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: unsatisfiedLinkError generated when trying to access JNI

2004-07-07 Thread dannyyates
Hmm... see when I talked about JNI method name mangling, and package names 
(repeatedly?) And you also told me that your code wasn't in a package!

Oh well. Glad you got it sorted.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841168#3841168

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841168


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Deployment issues upgrading from 2.4.3 to 3.2.4

2004-07-02 Thread dannyyates
Does the primary key class of the Warehouse bean override equals() in accordance with 
section 9.2.9 of the EJB spec?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840791#3840791

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840791


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Referencing an EJB from a scheduled task

2004-07-01 Thread dannyyates
You haven't said what's wrong, but I suspect you're getting Naming exceptions saying 
something like 'ejb not bound'. The global JNDI name of your bean will be something 
like /ejb/rwTenantSearch. Beans are not bound under the java: namespace.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840632#3840632

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840632


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: IllegalStateException thrown from JmsSession.checkStrict

2004-07-01 Thread dannyyates
What is causing this is stated quite clearly in the first 3 lines of the stacktrace. 
The call to setMessageListener() is not allowed.

If you want to receive messages asynchronously, you should write a message driven bean 
(MDB).

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840635#3840635

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840635


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: IllegalStateException thrown from JmsSession.checkStrict

2004-07-01 Thread dannyyates
Errr... what happens if the Servlet container throws away your servlet instance whilst 
it's still registered to receive the messages? What happens once the specific servlet 
call has returned? Does the servlet continue to receive JMS messages?

Seems a bit dicey to me...

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840647#3840647

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840647


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: IllegalStateException thrown from JmsSession.checkStrict

2004-07-01 Thread dannyyates
Dunno. Probably something buried in a spec somewhere.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840652#3840652

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840652


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: C++ Bridge

2004-06-30 Thread dannyyates
A good solution to this would be to use SOAP/Web Services. Although, depending on 
message volumes, the overhead might be too big.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840447#3840447

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840447


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: 3rd party JCA? when is it advisable?

2004-06-30 Thread dannyyates
For sending files I've successfully used Jakarta Commons-Net. However, I think this 
starts a background thread. If so, it's not strictly spec compliant.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840450#3840450

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840450


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Binding to a JNDI context path in java:comp/env

2004-06-28 Thread dannyyates
If you bothered to read the Javadoc for javax.naming.Context.bind(), you'd see it says 
All intermediate contexts and the target context (that named by all but terminal 
atomic component of the name) must already exist

That's what documentation's for, you know?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840108#3840108

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840108


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: Shutdown Jboss server problem

2004-06-28 Thread dannyyates
Or, instead of hacking config files, you could run 'shutdown.bat' (or 'shutdown.sh') 
with no parameters and discover that there's a '-s' option which appears to solve the 
problem.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840156#3840156

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840156


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Binding to a JNDI context path in java:comp/env

2004-06-28 Thread dannyyates
Errr... because fscontext doesn't obey the spec?! Sheesh!

Just because you've got away lucky with fscontext and Orion not obeying the spec, 
doesn't mean you should JBoss to let you be so lax!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840163#3840163

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840163


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: JBOSS Windows 2003 (Server)

2004-06-24 Thread dannyyates
Have you read the jTDS documentation? Your JDBC URL is invalid.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839781#3839781

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839781


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: JBOSS Windows 2003 (Server)

2004-06-24 Thread dannyyates
Eeek. My bad. Sorry, it's fine - I thought IBCAMPAIGN was an instance name, but it's a 
database name. Sorry.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839782#3839782

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839782


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: unsatisfiedLinkError generated when trying to access JNI

2004-06-24 Thread dannyyates
What you are trying to do is disallowed by the J2EE spec. Having said that, JBoss does 
nothing specific to prevent you from using JNI.

Have you managed to make this work outside the JBoss environment? i.e. write a simple 
standalone Java program and try it. Note that the method name mangling used by JNI 
needs to be adhered to, and the method exported from the DLL.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839833#3839833

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839833


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: unsatisfiedLinkError generated when trying to access JNI

2004-06-24 Thread dannyyates
Are you sure this is right? This would imply a method called 1java in a class called 
1crv1 in a package called ShowBondcrv1.aaBond. Neither the package name nor the class 
name follow normal Java naming conventions, and the method name is simply illegal.

If your method name has _ characters in it, firstly consider renaming your method in 
accordance with traditional Java coding conventions. Secondly, you'll have to look at 
the JNI spec for how to encode those method names in C because the _ character has a 
special meaning in the C signature.

The hashCode() method in java.lang.Object is native. It would require a C++ method 
with signature Java_java_lang_Object_hashCode(...)

Also, note that if your DLL is written in C++, you'll need an extern C directive:

extern C JNIEXPORT void JNICALL Java_java_lang_Object_hashCode(JNIEnv* env, jobject 
self)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839852#3839852

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839852


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: unsatisfiedLinkError generated when trying to access JNI

2004-06-24 Thread dannyyates
If System.LoadLibrary returns without an exception, the library loaded OK (I think).

I can't conceive of any legal Java method signature which the JVM would map to the C 
method signature you've quoted.

Tell me the full package name, class name and method name of the Java native method, 
and I'll tell you what the C method should look like.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839859#3839859

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839859


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: unsatisfiedLinkError generated when trying to access JNI

2004-06-24 Thread dannyyates
I guess that would map to a C method called Java_ShowBondcrv1_aaBond_crv1_java, except 
that I'm not sure how the _ characters in the method name are handled. Looking at your 
earlier example, it might turn _ into _1, which would leave the C method as 
Java_ShowBondcrv1_aaBond_1crv1_1java, which is exactly what you said!

However, given that your DLL isn't exporting this method, I'm a bit stuck how it's 
working.

Is your simple app a Java app? Or is it a C app which uses JNI to go out to the Java 
and back to the C? It is possible (from the C side) to tell the JVM to override its 
normal mapping of Java names to C names.

So if your simple app is working, I suspect it is working in one of two ways:

1) It is a C application (.exe) which loads a JVM through the JNI Invokation API, and 
then explicitly tells the JVM to use the C aaBond_crv1 method when it encounters the 
particular Java native method, or

2) It's a Java application that first makes a call to a native initialisation method 
in the DLL which sets up the same mapping from Java method to C method which I've 
described above.

The JVM maps Java method names to C method names using the algorithm I've already 
described, or by being told explicitly what the mapping is for a given Java method. 
But this explicit mapping can only happen from C code (using a method called 
JNI_RegisterNatives, or something similar).

Anyway, this is really outside the scope of JBoss.

Things to try:

1) Is the sample app a native exe? If so, you might be stuck.
2) Is there a native init method that needs to be called?
3) Are you sure you're looking at the right DLL?
4) Are you sure JBoss is loading it? Try removing it and seeing if you get an 
exception. Try replacing it with a corrupt file (e.g. type a few words into Notepad, 
and save the file with a .DLL extension). This will prove that it's finding the file 
and trying to load it.
5) Are you sure you're calling System.loadLibrary before you're calling the native 
method?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839871#3839871

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839871


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss-4.0.0DR4 produces Invalid byte 1 of 1-byte UTF-8

2004-06-22 Thread dannyyates
If you declare your XML as UTF8, it's usually best to make sure it actually is UTF8!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839539#3839539

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839539


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: passivate warning

2004-06-21 Thread dannyyates
RTFM. Find out (with the help of the stacktrace and the JDK Javadoc) under what 
circumstances a java.io.NotSerializableException can be thrown. Then figure out 
(again, with the help of the stacktrace which pretty much gives you the answer) why a 
NotSerializableException is being thrown in this instance.

Then go and search on the forums/Google and find the other 5000 times this question 
has been asked and the answer has been exactly the same.

Then come back here and ask nicely and we'll cut up your food into easily managable 
chunks, do all your laundry and housework, and maybe even mow your lawn for you.

The answers are right in front of you in the stacktrace.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839389#3839389

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839389


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: Jboss Eclipse IDE

2004-06-17 Thread dannyyates
Yes. Read the release notes and better understand what version of JBoss IDE you have 
downloaded.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839079#3839079

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839079


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: Jboss Eclipse IDE

2004-06-17 Thread dannyyates
raagav already said he can't use the update manager (although it's unclear why that 
won't work, but he can download the code directly)

Note, that you don't need JBoss IDE to debug your EJB's - you can just start JBoss in 
debug mode (see run.bat) and connect the Eclipse debugger to it.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839085#3839085

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839085


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: No rollback of inserted data?

2004-06-16 Thread dannyyates
Java broadly divides exceptions into two types: checked and unchecked. Unchecked 
exceptions derive from RuntimeException or Error. Everything else is a checked 
exception. Checked exceptions are the ones that the compiler forces you to either 
catch or else declare with a throws clause in your method declaration.

The EJB spec talks about application and system exceptions. Broadly, EJB system 
exceptions are the same as Java unchecked exceptions, with the addition of anything 
deriving from java.rmi.RemoteException. That is, EJB system exceptions are 
RuntimeException, Error and RemoteException and their descendants.

RuntimeException and Error should never be generated by your code - they typically 
come from the JVM in response to critical, non-recoverable system problems (like, out 
of memory, etc.) RemoteException should also never be generated by your code - they 
are generated by the RMI runtime in response to comms (network) related problems.

Since you should never be generating any of these EJB system exceptions, (and most of 
them are unchecked anyway) it is unreasonable for the container to expect you to deal 
with them. Therefore, if any of these make their way out of your bean method, the 
container will catch them and roll back your transaction for you.

However, any EJB application exceptions (everything other than system exceptions) are 
checked. Therefore, the compiler will force you to catch them or explicitly rethrow 
them. Since you are forced into doing this, the container assumes that you have the 
power to decide whether to roll back the transaction or not. If you propogate these 
exceptions back up to the container, it will send them across the wire and they will 
appear on your client. This is good. However, the container doesn't know if the client 
is capable of retrying the operation, etc. Therefore it doesn't automatically roll 
back the transaction.

So... the compiler is your friend. If you always catch the exceptions it tells you to 
catch, then you will be in command of all EJB application exceptions. You can then 
decide what the correct action is. In my experience, the correct action is typically 
to roll back the transaction and then rethrow the exception so that the client is 
aware of it.

For a more thorough treatment of this subject, check out Monson-Haefel, Enterprise 
Java Beans (I have the 3rd edition which covers EJB2.0) published by O'Reilly. Chapter 
14 deals with transactions, and the section 'Exceptions and Transactions' deals with 
exactly that, and very thoroughly. I highly recommend the table on pp439-441 (of the 
3rd edition).

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838969#3838969

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838969


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS Client not able to pull any messages from the Queue

2004-06-16 Thread dannyyates
OK. I assume it still doesn't work? Are you setting the PERSISTENT property CORRECTLY? 
I vaguely recall there are two ways to do it. What works for me (although it appears 
to contradict the Javadoc for QueueSender) is to set the property on the Message 
immediatly before calling QueueSender.send()

Otherwise, are you persisting your messages to MySQL? I think there was a bug in a 
recent version of JBoss whereby the SQL for manipulating the MySQL JMS tables was 
wrong, and wouldn't reload messages on startup (or something like that).

Try upgrading to the latest version, and/or try persisting to a different database.

Failing that, start showing some code...

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838975#3838975

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838975


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS Client not able to pull any messages from the Queue

2004-06-15 Thread dannyyates
Have you read the JMS spec? Have you read about delivery modes?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838750#3838750

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838750


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: No rollback of inserted data?

2004-06-14 Thread dannyyates
Oh, and it also depends on whether your database supports transactions. I understand 
that certain configuration of MySQL, for example, don't. Not sure about Hypersonic.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838675#3838675

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838675


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: Erroneous Error Msg. When Hot-Deploying

2004-06-11 Thread dannyyates
At the risk of sounding stupid, have you read the error message? Have you definied get 
and set methods for the CMP fields mentioned? If so, show the bean's code (including 
the interfaces, etc.)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838439#3838439

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838439


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: WrappedResultSet gotcha in 3.2.4

2004-06-08 Thread dannyyates
anonymous wrote : While the above code does work, I am a bit concerned about relying 
on the implementation of the JBoss specific WrappedResultSet. Plus, the JDBC code is 
no longer completely portable across app servers. 

And you're not worried about relying on the implementation of the Sybase specific 
ResultSet? Your JDBC code is not completely portable across database servers.

:-)


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3837969#3837969

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3837969


---
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: WrappedResultSet gotcha in 3.2.4

2004-06-08 Thread dannyyates
Other options high on my list would be to beat Sybase into implementing the spec as 
written and not doing a Microsoft and making it up as they go along.

Another option would be to consider a different driver. Try jTDS at 
jtds.sourceforge.net

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3837990#3837990

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3837990


---
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: Failed to boot JBoss

2004-05-26 Thread dannyyates
JDK1.5 includes JMX. JBoss does not currently run on JDK1.5 - and besides, JDK1.5 is 
still a beta release. Use a 1.4 JDK.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836228#3836228

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836228



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Remote ear Deployment

2004-05-21 Thread dannyyates
If you want to use ant, why not just use the 'copy' task and copy your deployment into 
the deploy directory? If you want to deploy to a remote machine, either use its UNC 
name if it's Windows (\\machine\c$\...\server\default\deploy), or else for Unix use 
rcp, NFS mount, etc.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835773#3835773

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835773


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: Issue with DTD ??

2004-05-20 Thread dannyyates
Hi Simon,

The DTD does exist at that URL. Perhaps you need to go via a proxy to access the 
Internet, which IE understands but ANT doesn't?

ANT will be trying to resolve the DTD externally because it won't have an 
EnitityResolver configured which understands the public ID. Perhaps you can tell the 
xslt task to put the XML parser in a non-validating mode? That might stop it trying to 
open the DTD.

Rgds,

Dan.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835638#3835638

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835638


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: How to redirect the system out println to a external fil

2004-05-17 Thread dannyyates
Which bit of anonymous wrote : Goto the log4j site and read their documentation.  did 
you not understand?!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835196#3835196

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835196


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Startup listen java class

2004-05-14 Thread dannyyates
Resist, Adrian! Resist!!! :-)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3834954#3834954

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3834954


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: How to integrate a sar of Hibernate in a JBoss EAR

2004-05-06 Thread dannyyates
It's not strange behaviour, it's the spec.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3833878#3833878

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3833878


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: Error when loading jmx-console

2004-05-06 Thread dannyyates
Have you tried typing An error occurred at line: -1 in the jsp file: null into 
Google? Or, in fact, doing any research at all?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3833881#3833881

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3833881


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: Error when loading jmx-console

2004-05-06 Thread dannyyates
Mr Smartass? Flattery indeed.

The solution was not at all obvious to me. I think the error message is very 
misleading. My point was simply this:

You posted a message on the forum. The only reply you had in 12 hours was from me. 
When I typed An error occurred at line: -1 in the jsp file: null (with the quotes) 
into Google, the first hit answered the question. This took a mere 8 seconds of my 
life, when you have now waited 16 hours for an answer in the forum.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3833917#3833917

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3833917


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: Problems deploying a EAR file

2004-04-21 Thread dannyyates
Firstly, don't put orb.jar in the lib directory, but it right at the top of the EAR. 
Then, change your manifest class path to just orb.jar

A better approach (once you start having more JARs and complex dependencies between 
them) is simply to define modules in your application.xml

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3831726#3831726

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3831726


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: JNDI problems mail services tests

2004-04-20 Thread dannyyates
It never ceases to amaze me the amount of things people seem to guess and try and 
then when it doesn't work they spend ages asking on mailing lists and waiting for 
replies.

I spent 24 seconds (I timed it) going to the J2SE online documentation and looking for 
javax.naming.InitialContext.bind(). There are 2 sentances in the documentation, so 
it's pretty much impossible to miss the one which reads All intermediate contexts and 
the target context [...] must already exist.

In fact, it's taken me longer to type this reply than to find the answer to the 
question. A waste of everybody's time, no?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3831532#3831532

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3831532


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: dont recover the unacknowledged messages

2004-04-15 Thread dannyyates
Why do you think the jmsDeliveryMode 2 stands for NON_PERSISTENT? Instead of 
guessing, I consulted the J2EE API documentation. This clearly states that 
javax.jms.DeilveryMode.PERSISTENT = 2 (NON_PERSISTENT = 1)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3830746#3830746

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830746


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: Error looking up DS

2004-04-06 Thread dannyyates
Yep.

It's java:comp, not java:/comp

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3829413#3829413

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3829413


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: JMSCacheInvalidationBridge depends on ConnectionFactory

2004-03-30 Thread dannyyates
Poking around in the JMS console shows that jboss.mq:service=InvocationLayer,type=JVM 
has an attribute ConnectionFactoryJNDIRef which has a value java:/ConnectionFactory

This could well be the MBean you need to wait for

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3828081#3828081

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3828081


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: MDB is not receiving messages

2004-03-23 Thread dannyyates
amlgroup - this sounds like it might be a transaction issue. Is your Session Bean 
running in a transaction? Are you commiting the JMS transaction (which is different 
from the CMT managed tx) after your send?

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3827019#3827019;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827019Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Shocked and stunned from JBOSS!

2004-03-23 Thread dannyyates
The JAR file layout you quote appears to show AAAException.class in mycomp/ejb, not 
mycomp/ejb/myejb. Perhaps this is the problem?

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3827021#3827021;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827021Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Can't shutdown when running multiple instances (LONG, so

2004-03-22 Thread dannyyates
Well, a tiny bit of logical thinking here...

If localhost doesn't work, but 127.0.0.1 does, that would suggest you have a 
naming issue resolving localhost.

This is also bourne out by looking at the stack trace you have quoted. The most nested 
exception says java.net.UnknownHostException: defaultE2RD, which says that Java 
cannot lookup the defaultE2RD name and resolve it to an IP address. Again - a naming 
issue.

So, can you ping defaultE2RD? I suspect not, and I therefore suspect that you have a 
DNS name lookup issue.

2 minutes of applying brain may well have saved waiting 2 weeks for somebody else to 
do your thinking for you. Or I may be wrong. But hey, I didn't charge $200 for the 
priviledge, right?

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826908#3826908;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826908Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: jboss-service.xml classpath

2004-03-08 Thread dannyyates
You'd get a much faster answer you asked the same question 10 times instead of 4, just 
in case. Using a language which the majority of readers won't understand would also 
help.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3824719#3824719;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3824719Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: stopping Jboss

2004-03-02 Thread dannyyates
WHY WHY WHY do people insist on killing processes? They do it at here work and it 
causes all sorts of problems. There's a perfectly good shutdown mechanism which will 
ensure everything is shutdown cleanly. Try doing a kill -9 (or Windows equivalent) on 
the Eclipse IDE and see where that gets you next time you try and start it.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3823762#3823762

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823762


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: Why does not it work

2004-03-02 Thread dannyyates
Errr... I suggest you re-read the document. The description you give applies to the 
deploy directory.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3823793#3823793

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823793


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: Why does not it work

2004-03-02 Thread dannyyates
You're welcome.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3823809#3823809

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823809


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: queues and receivers

2004-02-27 Thread dannyyates
I think you misunderstand JMS. You can have many receivers all receiving messages from 
the same queue. Each message will go to one receiver, and the spec states that the 
decision about which receiver is random.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3823307#3823307

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823307


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user