[JBoss-user] [Advanced Documentation] - Re: BlockingTimeoutMillis

2006-06-30 Thread acxjbertr
I got a good answer at 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3954741#3954741

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: jbpm bpel ant wscompile problem

2006-06-29 Thread ncapito
You are running the wrong version of java.  Make sure that J2ee is first in 
your class path.  You can verify this by typing java -version on command line.  

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: ejb specification number?

2006-06-28 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASSupport

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: ANSWERS TO YOUR QUESTIONS

2006-06-25 Thread cyber_i
Is my spouse cheating on me? How many times have married couples pondered on 
this simple yet profound question? A question that can make or break a 
marriage? I'm sure at one point or another in the years of being married, this 
question has crossed the minds of married couples; more so if the couples are 
going through a rough patch.

 


During difficult times, a minor misunderstanding can be blown out of 
proportion. 

http://www.cyber-investigation.com

They Can help you gain access to your spouse's email account secretly to reveal 
all the unanswered  doubts of yours.

Regards 
Danny



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: how to create mail session in JNDI

2006-06-21 Thread trautw
Put this in a jboss-web.xml:

?xml version=1.0 encoding=UTF-8?
jboss-web
resource-ref
res-ref-namemail/Session/res-ref-name
res-typejavax.mail.Session/res-type
jndi-namejava:/Mail/jndi-name
/resource-ref
/jboss-web

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: jboss versions

2006-06-20 Thread visolvejboss
Hello,
 
Refer the link given below.

http://labs.jboss.com/portal/jbossas/download

And click the Notes given for JBoss 4.0.2, 4.0.3 and 4.0.4.
I hope this may help you.



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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Cannot find jaxrpc-mapping for type: {http:

2006-06-08 Thread javastorm
I am having the same problem, did you ever find a solution?

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: jta transaction doesnt rollback hibernate update in case

2006-06-03 Thread joris77
I think it is not rolling back because you catch the exception.

 } catch (Exception e) {
  | e.printStackTrace();
  | } 

and not rethrow it.

Joris wijlens

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Trouble invoking a web Service from JBoss with JBoss-IDE

2006-06-02 Thread visolvejboss
Hello,

From JBoss-4.0.2 release the jboss server comes with their own implementation 
of axis server (JBossWS). Their package specification is org.jboss.axis 
instead of apache's org.apache.axis. 

Regards,
Visolve JBoss Team

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Virtual Hosting

2006-05-31 Thread visolvejboss
Hello,

Please refer http://wiki.jboss.org/wiki/Wiki.jsp?page=VirtualHosts

In the above link, virtualhost configuration information's are available for 
JBoss 4.0.2. I think it also suits for JBoss 4.0.3.

Regards,
Visolve JBoss Team

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

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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Jboss 4.0.2 and 3.2.4 client compatiability

2006-05-30 Thread adams2000_2002
sorry .. I posted in the wrong section. I will repost in Installation and 
configuration section.

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

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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: chap8.keystore: Too many certificates in chain

2006-03-15 Thread patelbj
Hey,

Can somebody provide me information about where to get a sample chap8.keystore 
file? If I want to create one, where can i get the keytool?

Thanks

Bhavesh

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: chap8.keystore: Too many certificates in chain

2006-03-15 Thread patelbj
Found the answer - keytool is within the jdk itself. 

Sorry for a dumb question, but before any more trouble, found the answer too. :)

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Running Jsp in Jboss

2006-03-08 Thread punternie
even thats not working. what do u say prashant

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: JMS provider failure detected

2006-03-06 Thread arulraj
jams failure detected this error i am getting repeatedly

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: JMS provider failure detected

2006-03-06 Thread arulraj
sorry it is not jams it is jms

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: JBOSS and Hibernate

2006-02-24 Thread belasco99
I am having the same issue. anybody got a solution

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Cannot find jaxrpc-mapping for type: {http:

2006-02-14 Thread kristof_taveirne
Hi,

I'm having the exact same problem, and i've been strugling with it for over a 
week.
I don't have a single clue what could be wrong.

The only thing I can come up with is that JbossWS simply doesn't support 
document/literal style wsdl. But that's rather hard to believe.

Did you find a sollution to this problem?

I've been looking around on forums and I can't find a sollution. :/


I've written the wsdl by hand, using the Eclipse WSDL editor and I generated 
the mapping.xml file using JWSDP1.6.

grtz,

KT.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Using external jars within JBoss

2006-01-11 Thread evsrao
Looks like I posted this question in the wrong section :(

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Extending JBoss

2005-12-22 Thread jboss2005_01
Hello,


First of all thanks for your reply and I have to admit that the application 
server itself has very nice documentation. I posted my question and 
corresponding statement because I was looking (and googling) around for some 
particular information concerning building your own interceptors and invokers 
to gather some more knowledge about the bits and bytes of the JBoss 
microkernel. Are you aware of such information? Tutorials, sampe applications 
and stuff like that, allthough I could take a look at the JBoss source code off 
course ;-)


Regard,
Kurt

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Problem running web services client in Chapter 5-Getting

2005-12-22 Thread yingjun7
I'm getting the same error message too. Any ideas?

Thanks.
Yingjun


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Extending JBoss

2005-12-21 Thread jboss2005_01
Woops, my question seems to be posted twice... My mistake ;-)

Anyway, since there are no replies at all, this doesn't matter, but it  seems 
to confirm my statement concerning open source in general... nice products, no 
or poor documentation...

Greetings, 
Kurt

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Extending JBoss

2005-12-21 Thread [EMAIL PROTECTED]
http://www.jboss.com/products/jbossas/docs

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: chap8.keystore: Too many certificates in chain

2005-12-12 Thread andreacolpo
Hi,
just a simple question (sorry for this reply not really connected to the topic).
Where can i download the 'jboss book examples'?
I've download Jboss AS 4.0.3 and into adminguideJBossAS.pdf it refer to such 
examples but i'm not able to look for them.
Any help appreciated.
tnx
Andrea

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: chap8.keystore: Too many certificates in chain

2005-12-12 Thread andreacolpo
Hi,
Sorry for my previous question...i've found them.
tnx
Andrea

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: BindingManager

2005-12-05 Thread greyfairer
You checked Section 10.3 of the JBossAS 4 Guide?
http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch10.html#ch10.bindingmanager

Greets, Geert.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Invoking Ejb of Jboss 3.2.3 from JBoss 4.0.2

2005-11-04 Thread rstribrn
We are also using JBoss 3.2.4 in our production environment for a one 
application, and trying to migrate another application from WLS to JBoss 4.0.3.

It also fails during the InitialContext creation...

I also tried to run simple test client will 3.2.5 and 4.0.3 libraries and it 
worked in the first case, not in the second.

Now we are considering to migrace not to JBoss but to higher WLS version 
instead:c(

Pure JBoss :c(...

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: jta transaction doesnt rollback hibernate update in case

2005-11-03 Thread sh_sadrai
I solved my problem. I have to use HibernateException.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: I have this problem -- am new to JBoss --- plz help

2005-10-26 Thread lcarder
I am having the same problem.  Did you ever get a resolution to it?

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

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


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Invoking Ejb of Jboss 3.2.3 from JBoss 4.0.2

2005-10-24 Thread hughallen
Setting up a new production JBoss server using JBoss 4.02 and trying to get my 
web app and J2EE app client to run. My Test server is running 3.2.5.

The web App runs fine on both servers, since there is no serialization.

However, when I run the J2EE App Client on the 4.02 server, I get the same GUID 
error shown below. It times out on the initial JNDI lookup.

WHATEVER HAPPENED TO UPWARD COMPATIBILITY?

So what is the solution?
- Do I need to upgrade BOTH servers? This is the tail wagging the dog.
- TWO separate Build setups - 3.2 and 4.02?

Are the serialized data streams actually imcompatible between the releases?

Can't find much info on this subject doing searches.

This is unexpected and, unless I am missing something, unreasonable.

I gather it is NOT a JVM issue, but purely a JBoss issue.



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

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


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Invoking Ejb of Jboss 3.2.3 from JBoss 4.0.2

2005-10-18 Thread jkurt
These is a class called org.jboss.util.id.GUID which contains static final long 
serialVersionUID = 3289509836244263718L in 4.0.2 and it is 6926421946503004889 
in 3.2.6. This class can be found in the followaing jars:
lib/jboss-common.jar, client/jbossall-client.jar, 
client/jboss-common-client.jar, 
server/all/deploy/management/console-mgr.sar/web-console.war/applet.jar, 
server/default/deploy/management/console-mgr.sar/web-console.war/applet.jar

During (de)serialization of an object this class is used (rmi, jms), and it 
will  complain and refuse. Looks to me that peaceful coexistence of 3.2.6 and 
4.0.2 is pretty well broken by jboss. This particular issue is NOT JVM related. 
I hope JBoss had very good reasons to break this kind of backwards 
compatibility, it is causing us quite some grief.

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Invoking Ejb of Jboss 3.2.3 from JBoss 4.0.2

2005-10-18 Thread jkurt
Answering your question; make an xml based call using webservices.

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Invoking Ejb of Jboss 3.2.3 from JBoss 4.0.2

2005-09-26 Thread conradh
Hi
I have similar error.  I tried to obtain UserTransaction from JBoss-3.2.6 while 
being in Jboss-4.0.2.  I got: 
javax.naming.CommunicationException [Root exception is 
java.io.InvalidClassException: org.jboss.util.id.GUID; local class 
incompatible: stream classdesc serialVersionUID = 6926421946503004889, local 
class serialVersionUID = 3289509836244263718].

JVM is the same - I''v tested on the same machine. (WinXP JDK 1.5)

Do you have any suggestions how to workaround  this problem ?

Regards 
Konrad



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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Force war deployment to specific tmp folder

2005-09-22 Thread stathisg
I think I found it:
http://www.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment

Is this it?

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Installing JBoss IDE1.5M2 with Eclipse 3.1

2005-09-15 Thread jasperboy
I just copied the contents of the two folders in the zip file (features and 
plugins) to the same-named folders in the eclipse directory - all worked out 
fine.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Licensing

2005-09-12 Thread knasser
sorry guys
I think this is not the correct forum to post this question, 
 I will post it in 'Security  JAAS/JBoss' forum

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

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


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Blocking Directory Listing

2005-08-31 Thread jcash
Apologies, I have posted this in the wrong forum, I have reposted in 
'Installation, Configuration  Deployment'.

View the original post : 
http://locahost:8080/index.html?module=bbop=viewtopicp=3892393#3892393

Reply to the post : 
http://locahost:8080/index.html?module=bbop=postingmode=replyp=3892393


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Invoking Ejb of Jboss 3.2.3 from JBoss 4.0.2

2005-08-30 Thread casaben
Make sure you are using the same version of virtual machines for all components.
This error is typically a jar file version conflict.


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

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


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: dvd app application description

2005-08-27 Thread [EMAIL PROTECTED]
The DVD Application is described in the DVD TrailBlazer.  At this point the 
application is only geared to MySQL and script to load the schema is in 
db/dvd.schema.  

If you can adjust that script for another database, great.  If not, you can set 
hibernate.hbm2ddl.auto to update in persistence.xml.  This will cause the 
correct schema to be created for you when you deploy the application. 

You'll have to then add data to your application.  There is a hidden MBean that 
will load some dummy data.  Go to the jmx-console and find the 
dvdstore:name=DataLoader MBean and invoke the loadData operation, selecting the 
number of products to load.  This will load 1 user and a set of products.  The 
data set isn't as big or interesting as the MySQL data script provides, but it 
is enough to get something in the system to run with.

Since this is just a test part of the app, I haven't run it in several weeks.  
I actually had to make one code update.  I'll push the code out in just a 
second, but in the meantime, you can patch your local version:


  | Index: com/jboss/dvd/par/Product.java
  | ===
  | RCS file: 
/cvsroot/jboss/TrailBlazer/DVD/app/src/com/jboss/dvd/par/Product.java,v
  | retrieving revision 1.1
  | diff -r1.1 Product.java
  | 37c37,38
  |  @OneToOne(fetch=FetchType.LAZY,mappedBy=product)
  | ---
  |  @OneToOne(fetch=FetchType.LAZY,mappedBy=product,
  |cascade = {CascadeType.PERSIST, CascadeType.MERGE})
  | 

Let me know if it is working for you.  

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

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


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: For pay docs

2005-08-18 Thread bmelloni
Note: this classloading problem was solved in the production version of 4.0.2.

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

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


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Outside Container JNDI Access

2005-07-29 Thread darranl
You can not access items bound to the 'java:' namespace remotely.

You do not say which JBoss version you are using so the following may or may 
not work.

Have a look at the following page on configuring datasource: -

http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources

You need to use the  'use-java-context' element and set it to false so the 
datasource will be bound to the global context instead.

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

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


---
SF.Net email is Sponsored by the Better Software Conference  EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Outside Container JNDI Access

2005-07-28 Thread borinsm
I am also looking for an answer to this question and would appreciate any help 
offered.

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

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


---
SF.Net email is Sponsored by the Better Software Conference  EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: deploying aop and spring beans

2005-07-22 Thread markusydkvist
Ok, no replies so far, but I managed to work my way around it.

Like always, some time in the docs, plus double that amout of time of 
trialerror usually solves these kind of troubles... ;-)

I now deploy all 3pp's separately as jars, and can now see them in the 
UnfiedRepository3 mbean. (That particular bean is very helpful in these cases).

So:
enable loadtime weaving (turned on verbose)
spring.jar, x.jar  ...  - deploy
myApp.aop - deploy (aspects classes and META-INF/jboss-aop.xml)
myApp.war - deploy (servlet, views, spring beans  spring xml)

when I first visit my jsp's I get A LOT of loadtime info from the aop-enabled 
classloader. 
Then it works, my spring beans are intercepted by JBoss aop framework.


/Marcus

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Problem in deployment

2005-07-21 Thread perendengue
META-INF/
META-INF/MANIFEST.MF
scl.war
scl.jar
src/META-INF/application.xml



get rid of the src in front of your application.xml

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: JMS Configuration JBoss 4.0.x

2005-07-17 Thread reflex2java
Thanks a lot!
This solves  the problem!
Regards,
Reflex!@

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Problem in deployment

2005-07-16 Thread shankar_rao
sir, 

when i deployed my ear file in jboss 4.0 i got the exception as 

no meta-inf/Application.xml found 

so i give the below command and i got the out put as follows 
is this out wrong? needed any changes...give the solution 

D:\jboss-scl13_7\scl\SCLjar -tf scl.ear 
META-INF/ 
META-INF/MANIFEST.MF 
scl.war 
scl.jar 
src/META-INF/application.xml 



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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: xml out of war-file

2005-07-16 Thread wtff
I aggree that the alt-dd mechanism is a fantastic featute. It is of big value 
in certain situations. For example when an application needs to be deployed to 
several machines, each time with a different configuration or profile.

My problem is that I believe JBoss is ignoring the alt-dd element. I had run 
tests with previous versions of jboss and also checked the 4.0.2 codebase. The 
J2eeModuleMetaData class parses the alt-dd element and returns the url 
configured within this element via a method called getAlternativeDD().
This method is not being invoked by any other jboss class.

I read a wiki doc which hinted that JBoss 5 will support alt-dd elements via 
it's virtual filesystem approach.

Are there any plans to add support for the alt-dd element to the 4.x branch?

This is an awefully usefull feature and I'm missing it a lot in Jboss. ;)

Thanks
Sascha

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Problem in deployment

2005-07-15 Thread darranl
Can you execute the command: -

jar -tf EarName.ear

The purpose of this is to check that your META-INF folder name is in upper case 
and to make sure it contains the expected file.

And then take your question with the output from above to the Beginners Corner 
forum.  This forum is for discussing the Advanced JBoss documentation.

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: JMS Configuration JBoss 4.0.x

2005-07-14 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMQ
http://www.jboss.org/products/jbossas/docs

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: class loader problem: can't find class in APP-INF/lib

2005-07-12 Thread samsonov
Try to put other .jar files in the jar file with deployment descriptor. 
Structure must be

file_with_ejb.jar
   META-INF(dir)
   foo(dir with you classes)
   file1.jar
   fileX.jar

Tested on 4.0.2  4.0.3RC1. If you need isolation then read jboss wiki.




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

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


---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: class loader problem: can't find class in APP-INF/lib

2005-07-12 Thread [EMAIL PROTECTED]
i put all .jar files in an explored directory with suffex .jar 
and  add the explored directory name as java module in application.xml .it can 
work well!

test on 4.0.2

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

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


---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: class loader problem: can't find class in APP-INF/lib

2005-07-09 Thread jthomasrose
I have the same problem. I could not even get the war/WEB-INF/MANIFEST.MF 
class-path entries to find the jars in the parent EAR.  

The WIKI suggest this is suppose to work, however I have had no luck at all. 
http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration. After 
ensuring the suggested service configuration for isolated classloader is 
correct, still no luck with it.  If you solved the problem I would be 
interested in what  you did.

I have tried 4.0.2, and 4.0.3RC1 with the same results.

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

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


---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: EAR that has SAR, EJB.jar, common.jar and WAR

2005-07-09 Thread jthomasrose
I have a similar issue in 4.0.2, however, my EAR/SAR can see the libs if the 
class-path  referecne is in EAR/SAR/META_INF/MANIFEST.MF  I referenceed them 
./.jar where .jar is in the root of the EAR.  

I cannot get this work for WAR, even with the class-path in the the MANIFEST 
for the WAR.

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

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


---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: EAR that has SAR, EJB.jar, common.jar and WAR

2005-07-09 Thread jthomasrose
TYPO in previous post, I meant: EAR/SAR/META-INF/MANIFEST.MF of course.

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

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


---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Where is the source code examples for JBoss Application

2005-07-07 Thread ocean

Thanks!

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

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


---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Where is the source code examples for JBoss Application

2005-07-06 Thread jobader
http://docs.jboss.org/jbossas/jboss4guide/r3/
try the zip file

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: JAAS security layer

2005-06-13 Thread daniele.lovato
I forgot to say the version of my Jboss: jboss-4.0.2

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

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


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: JAAS security layer

2005-06-13 Thread darranl
If you have a look in the security forum you should see a sticky thread at the 
top of the forum, this contains a link to a good article that describes the 
JBoss security implementation.



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

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


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: xml out of war-file

2005-06-03 Thread briankardell
This is actually sort of a common problem... But: Do you really need 50 
different web.xml's - and if so - why?  Usually the solution to this problem, 
in my experience, is that just because something can be set up with web.xml 
doesn't always mean that that is the only - or best way to accomplish.

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

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


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Need JBoss 3.0.2 documentation

2005-06-01 Thread edwardfan
Could you provide the link to JBoss 3.0.7 documentation here? I need to support 
a customer running JBoss 3.0.7.

Thanks,
Edward


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

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


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Need JBoss 3.0.2 documentation

2005-06-01 Thread [EMAIL PROTECTED]


3.0.7 docs are here: 
http://www.jboss.org/index.html?module=downloadsop=downloaddownloadId=35

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

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


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: JMS transaction problem

2005-05-26 Thread [EMAIL PROTECTED]
Try posting this in the JMS forums


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

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


---
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402alloc_id=16135op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Release 2 of the Application Server Guide

2005-05-10 Thread bocio
Hi,
After a three hour painfull migration of an old RA from the JBoss 3.2.7 to 
4.0.2 without success I discovered a bug on the chapter 7 example.
This bug was previously reported here in january but examples are still 
reflecting this:

http://www.jboss.org/index.html?module=bbop=viewtopict=58583

Please, correct the docs (for the people coming after me).

Bye

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

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


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393alloc_id=16281op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Release 2 of the Application Server Guide

2005-05-04 Thread mlybarger
where should bugs for the docs be posted?   p 359. first paragraph continued 
from last page:

but there is no way to specify and a element

maybe should be

but there is no way to specify that as an element can have...

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

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


---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Release 2 of the Application Server Guide

2005-05-04 Thread mlybarger
on p 480 there shoudl be  ant.properties file instead of .ant.properties file.  

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

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


---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Unified Class Loader

2005-05-03 Thread wendy.sue
Actyally I'm not getting an error.  My problem is that my coworkers and I are 
deploying the same application with different parts in different stages 
(development environment).  The app name that I deploy is unique from my 
coworkers and the .class files aren't updating because my coworkers have older 
versions of my .class files (unified class loader problem).

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

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


---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Release 2 of the Application Server Guide

2005-05-03 Thread normann
Now 4.0.2 is out. When can we expect the PDF version of the admin guide on 
docs.jboss.org?

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

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


---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Release 2 of the Application Server Guide

2005-05-03 Thread [EMAIL PROTECTED]
Try http://docs.jboss.org/[/url].

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

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


---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: xml out of war-file

2005-04-28 Thread jean-francois2
thx for your help !!!

Now i'm a lot futher.

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

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


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Unified Class Loader

2005-04-28 Thread tgbaiju
I am not very sure about it. Can you please tell me what type of error you are 
getting, so that i can debug. Becose i am using .war and .jar files, for me it 
is not creating any problems.

Baiju

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

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


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Unified Class Loader

2005-04-27 Thread tgbaiju
To disable the unified class loader for web application change the flag to 
false of UseJBossWebLoader in jboss-service.xml under 

{jboss}\server\default\deploy\jbossweb-tomcat50.sar directory.

Baiju 


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

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


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: xml out of war-file

2005-04-27 Thread [EMAIL PROTECTED]
You can specify an alt-dd on your application.xml, but that just shifts the 
replacement burden one deployment descriptor higher.

If you deploy in exploded format, swapping out web.xml files is easy.

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

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


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Unified Class Loader

2005-04-27 Thread wendy.sue
When I was using the JBoss class loader I was deploying a .jar, .war and .wsr.  
Now that I have turned off the Class Loader via your instructions I'm getting 
an error.  Do all my files need to be in the same jar file??


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

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


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: 2 instances clustered using same server

2005-04-25 Thread alessandro.behling
Hi Peter,

Thank you very much for your reply.

I've got it working, there were some port conflicts that I set up properly 
after spend some time testing and re-testing all those possibilities.

Sorry if I left my post unclear, anyway, your second assumption is correct.

I've got 2 boxes, each one with those confs set.

At the moment we have: 

www.website1.co.uk  URL used to reach the live JBoss instance (also clustered)

what we are aiming:
www.website1.co.uk/staging/  URL that will be used only internally for tests, 
etc ...  this second environment needs to be clustered as well, and I managed 
to start them properly

At the moment, I'm still with a problem, but I think it is related with my 
loadbalancing confs.

ps: in a further post I want to leave here all changes I've done in order to 
get this working, since it might be usefull to someone else.

Thank you
alessandro

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Unable to start the Jboss service over init scripts.

2005-04-24 Thread dlmiles
First of all confirm that JBoss works with Java5 (1.5) I am using Blakedown 
1.4.2 as I believe thsi is the correct version of VM to use JBoss reliably.

http://www.jboss.org/wiki/Wiki.jsp?page=JBossInstallation

As for shell substitutions check out:
http://www.linuxselfhelp.com/gnu/bash/html_chapter/bashref_3.html#SEC29

anonymous wrote : JAVAPATH=${JAVAPTH:-/usr/java/jdk1.5.0_01/bin}

to read:

JAVAPATH=${JAVAPATH:-/usr/java/jdk1.5.0_01/bin}   

that make more sense to me.


FYI I use Fedora Code 3 and use the following to start JBoss as a script 
/opt/jboss-4.0.2RC1/mystart.sh:

#!/bin/sh
  | #
  | JAVA_HOME=/opt/j2sdk1.4.2/
  | export JAVA_HOME
  | 
  | PATH=${JAVA_HOME}/bin:$PATH
  | export PATH
  | 
  | JAVA_OPTS=-client -Djboss.bind.address=172.16.32.38 -Dprogram.name=jboss
  | # -server
  | # -Dprogram.name=
  | # -Djboss.bind.address=jboss.home.darrylmiles.org
  | #172.16.32.38
  | # -Xmx100M
  | # -Dhttp.port=8080 -Djndi.port=1700 -Duil2.port=1000
  | 
  | # openCRX says:
  | JAVA_OPTS=${JAVA_OPTS} -Xms128m -Xmx512m
  | #JAVA_OPTS=${JAVA_OPTS} -Djava.awt.headless=true
  | JAVA_OPTS=${JAVA_OPTS} 
-Dorg.openmdx.compatibility.base.application.j2ee.domain=apps
  | JAVA_OPTS=${JAVA_OPTS} 
-Dorg.openmdx.compatibility.base.application.j2ee.server=server1
  | JAVA_OPTS=${JAVA_OPTS} 
-Djava.protocol.handler.pkgs=org.openmdx.kernel.url.protocol
  | JAVA_OPTS=${JAVA_OPTS} 
-Dorg.openmdx.log.config.filename=/opt/jboss-4.0.2RC1/server/default/server.log.properties
  | JAVA_OPTS=${JAVA_OPTS} 
-Dmail.SSLSocketFactory.class=org.openmdx.kernel.mail.SendMailSSLSocketFactory
  | #JAVA_OPTS=${JAVA_OPTS} -b 172.16.32.38
  | export JAVA_OPTS
  | 
  | cd /opt/jboss-4.0.2RC1 || exit 1
  | 
  | JBOSS_USER=jboss
  | export JBOSS_USER
  | 
  | unset DISPLAY
  | DISPLAY=odin:0
  | export DISPLAY
  | 
  | cd bin
  | exec ./run.sh -b 172.16.32.38 ../LOG.txt 21
  | 

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: 2 instances clustered using same server

2005-04-22 Thread PeterJ
Could I get some more information on your configuration?

When I first read you post, I assumed that you had the following configuration:
  * one computer system with JBoss AS (the live system)
 - two server configurations ('all' and 'copyOfAll') set up as a cluster
  * a second computer system with JBoss AS (the staging system)
 - two server configurations ('all' and 'copyOfAll') set up as a cluster
I also assumed that on the 'live' system that you successfully started both 
'all' and 'copyOfAll' and that the cluster worked fine.  Then when you went to 
the 'staging' system, either starting 'all' or 'copyOfAll' yielded a port 
conflict.

On rereading your post, I decided that you probably had this configuration:
  * one computer system with JBoss AS
 - an 'all' configuration set up as a cluster, identified as the 'live' 
server
 - a 'copyOfAll' configuration set up as a cluster, identified as the 
'staging' server.

Please identify which of the baove configurations you have, or if neither 
provide more details on your configuration.

Thanks.


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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Unable to start the Jboss service over init scripts.

2005-04-12 Thread dayjah
Hi nagarajn

nagarajn wrote : 
  | ...snip...
  | JBOSS_HOME=${JBOSS_HOME:-/SEEMIS/jboss-4.0.1}
  | 
  | #make java is on your path
  | JAVAPATH=${JAVAPTH:-/usr/java/jdk1.5.0_01/bin}
  | 
  | ...snip...
  | if [ -z `echo $PATH | grep $JAVAPTH` ]; then
  |   export PATH=$PATH:$JAVAPTH
  | fi
  | ...snip...

I might be completely wrong here but change the line 
JAVAPATH=${JAVAPTH:-/usr/java/jdk1.5.0_01/bin}
to read
JAVAPTH=${JAVAPTH:-/usr/java/jdk1.5.0_01/bin}
my logic for this is based on looking at the other part of the script that you 
posted (I still start jboss by hand!). E.g. the JBOSS_HOME line defines as so:
JBOSS_HOME=${JBOSS_HOME:-/SEEMIS/jboss-4.0.1}
you note that the variable at the start of the line is the spelt the same as 
the variable after the ${. In the case of $JAVAPATH it is not, throughout the 
script A is dropped from the PATH bit.

I know bash scripting - and I've never see vars defined like this! So as I said 
earlier, this is an assumption right now!

Let me/us know how it goes.


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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Release 2 of the Application Server Guide

2005-04-05 Thread chengwei_lee
Thank you.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Release 2 of the Application Server Guide

2005-04-04 Thread chengwei_lee
[EMAIL PROTECTED] wrote : The 4.0.2 docs will come as a PDF.  They will be 
out when 4.0.2 is released.
  | 

Hi, do you have a rough date for the release then? Thanks.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Release 2 of the Application Server Guide

2005-04-04 Thread [EMAIL PROTECTED]
4.0.2 roadmap:
http://jira.jboss.com/jira/browse/JBAS?report=com.atlassian.jira.plugin.system.project:roadmap-panel

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Release 2 of the Application Server Guide

2005-03-31 Thread rzanner
Hi,

I have one question: what tool do you use to document the schema of your XML 
files? I want to document my own XML files and search for a tool that 
transforms the XSD or DTD into a nice graphical representation like in your 
documentation.

Ciao,

Ren

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

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


---
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Release 2 of the Application Server Guide

2005-03-31 Thread [EMAIL PROTECTED]
They are done in Tibco TurboXML now.  If anyone knows of a good open source 
tool that can produce schema diagrams, please let us know.  It would be nice if 
we could generate the diagrams as part of our build process.



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

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


---
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Release 2 of the Application Server Guide

2005-03-29 Thread [EMAIL PROTECTED]
The 4.0.2 docs will come as a PDF.  They will be out when 4.0.2 is released.


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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Release 2 of the Application Server Guide

2005-03-28 Thread chengwei_lee
Hi,

Just wondering when would a PDF copy of the guide be made available for 
download  printing? Tried to print the HTML version but the output wasn't so 
satisfactory. The page breaks were a bit awkward.

Cheers!

Chengwei

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: integration of iis with jboss

2005-03-28 Thread pkadam
I tried to connect JBoss with IIS but no luck so far. Anybody could give me the 
exact steps of configuration.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Deployment Order within EAR files

2005-03-09 Thread darranl
Within the jboss specific deployment descriptors there is a 'depends' tag that 
you can set.

As each deployable item is deployed one or more MBeans are registered with the 
MBean server, the depends tags can be used to specify which items must be 
deployed before the current item is deployed.

So far I have only used the tags for making services depend on other deployable 
items, however in theory you can make anything depend on anything.

If you have a look at the jboss dtds to see where the tags and post an example 
of what you want to depend on what it will be easier to explain how you can use 
the tags.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: SSL Certificat Installation in Jboss 4.0sp1

2005-03-09 Thread sam29jboss
sam29jboss wrote : How 
  |  can I install PKCS12 files in jboss 4.0sp1 

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: For pay docs

2005-03-08 Thread darranl
http://www.jboss.org/docs/index

I think the important line is 'All documentation is now free.'

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: For pay docs

2005-03-08 Thread [EMAIL PROTECTED]
The only pay documentation is the upcoming SAMS print edition of the JBoss 
Application Server Guide.



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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: For pay docs

2005-03-08 Thread bmelloni
I hope free does not mean *out of date* after a few months.  I'd be happy  to 
pay for the guarantee of always having up-to-date documentation.  

jBoss' habit of improving without preserving backward compatibility gives us 
great a great product, but it sure causes a lot of pain.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: For pay docs

2005-03-08 Thread [EMAIL PROTECTED]
Why don't you take a look and report back what you think.



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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: For pay docs

2005-03-08 Thread bmelloni
I read the 4.0 docs (every single one of them) trying to resolve my classloader 
issue with 4.0.1SP1.  

It has a very clear and well written section (a bit hard to find, but it is 
there) on how to configure 4.0.1 for J2EE 1.4 compatibility and separate 
classloading.  

Unfortunately, when I followed the instructions and deployed a test EAR that 
works on 3.2.3 and contains a different version of log4j.jar and 
commons-logging.jar from the one in jBoss,  it experienced a conflict - a clear 
failure to isolate the class loading.  Note that the test app did not even use 
log4j, it just had the jars present in web-inf/lib.

This is the kind documentation out of date issues that I was referring to.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Deployment Order within EAR files

2005-03-08 Thread dirk.koehler
Thanks for the reply.

i'm currently involved in migrating an enterprise application from weblogic to 
jboss whereby it is necessary to ensure that certain ejb modules are deployed 
before others. 

The problem is to make sure that after a server startup jms messages which were 
not delivered yet (due to a server shutdown) could be processed by MDB's before 
other ressources (modules) needed for processing are available. this could 
cause problems which would be avoided with a right deployment order declaration.

with weblogic it was possible to specify the deployment order of the modules in 
a config.xml whereby a prefixing was not necessary. (this is why i asked 
whether there is a more convenient way to organize the order) now we have to 
rename our archives after the entire build process before packing everything 
together in the ear file to ensure the order. as a workaround  i wrote an own 
ant task which solves the problem but a configuration file way would be less 
troublesome and not that much expensive.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Deployment Order within EAR files

2005-03-07 Thread [EMAIL PROTECTED]
What do you have in your EAR file and what order do you want them deployed in?  
The normal deployment order makes sense 99% of the time.  (SAR, EJB-JAR, WAR, 
etc...)  To override this, you already know about prefixdeployment sorter.  
This is a great option, so I'm not sure why it isn't meeting your needs.  
Another option is to make use of the russian doll packaging.  By nesting one 
application component inside of the other, you can easily create deployment 
order dependencies.

There are other ways, but it's hard to make a recommendation without knowing 
more about what kind of ordering you are trying to achieve. 

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Jboss auto start after restarting the Server OS

2005-03-04 Thread darranl
http://www.jboss.org/wiki/Wiki.jsp?page=RunJBossAsAServiceOnWindows

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: steps to install multiple instnaces on same machine and

2005-03-04 Thread [EMAIL PROTECTED]
You can use the binding manager or use the -b flag to assign each JBoss 
instance a different bind address...


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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: integration of iis with jboss

2005-03-02 Thread rdevender
It is quiet possible to integrate iis with Jboss
download isapi.dll file and configure the worker and urimap properties file
it should work
I have sucessfully done this


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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Docs for 4.0

2005-02-14 Thread crepindany
I prefer PDF version, whatever the format you are using for editing the book.
In real books, you can put bookmarks, annotations, add your own listings, ...
I tried to convert the html version to .pdf with Acrobat 6, but the result 
looks ugly, due to  mixed landscape and portrait layouts, lack of page 
numbering, ...
I even tried to convert it into .chm format, but printed chm files are no 
better than normal html files.


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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Chapter 12: Web Service example problems

2005-02-10 Thread astrachanschaf
Okay...thanks for the hint. I am working on a Unix Server of my company and 
forgot to check the version...pretty dumb fault. :-)

Things should go on now. Thanks!

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Latest jboss4guide.zip corrupt?

2005-01-27 Thread ajduk
I've just tried it again and it works - thanks for your help.


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

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


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


  1   2   3   >