AW: [JBoss-dev] CVS SnapShot

2003-03-12 Thread Kristian Köhler
Hi

there is a snapshot page at

http://jboss.sourceforge.net/snapshots/

You will find some notes at

http://www.jboss.org/developers/sourcecode.jsp

Kristian

--
Orientation in Objects GmbH
http://www.oio.de

> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Auftrag von
> Karthik
> Gesendet: Sonntag, 13. Juli 2003 08:47
> An: [EMAIL PROTECTED]
> Betreff: [JBoss-dev] CVS SnapShot
>
>
> Hello all,
>Where can I get the JBoss CVS snapshot.
>
> Karthik
>
>
> ---
> This SF.net email is sponsored by:Crypto Challenge is now open!
> Get cracking and register here for some mind boggling fun and
> the chance of winning an Apple iPod:
> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
>
>



---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] CVS SnapShot

2003-03-12 Thread Karthik
Hello all,
   Where can I get the JBoss CVS snapshot.

Karthik


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Checking out 3.2 From CVS

2003-03-12 Thread Stephen Coy
I keep this on a "Stickies" note:

JBoss CVS

cvs -q -z3 co jboss-head

cvs -q -z3 co -r Branch_3_2 jboss-3.2

cvs  -q -z3 co -r Branch_3_0 jboss-3.0

cvs  -q -z3 co -r Branch_3_0 jboss-all

As far as I am aware, the last two are the same.

Steve Coy

On Thursday, March 13, 2003, at 04:43  PM, Hunter Hillegas wrote:

Okay, I give up. I looked all over and I couldn't find the info...

How do I check out JBoss 3.2 from CVS? What is the module name? Is 
there a
branch name?

Also, is there a page where this info is kept up to date?

Thanks,
Hunter


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-650929 ] ejb-link doesn't work in deployment

2003-03-12 Thread SourceForge.net
Bugs item #650929, was opened at 2002-12-09 16:54
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=650929&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: James Strachan (strachancambs)
Assigned to: Christian Riege (lqd)
Summary: ejb-link doesn't work in deployment

Initial Comment:
JBoss behaviour has changed between Version 2.4.6 
and Version 3.0.4.

In Version 2.4.6, a reference from a Web Archive to a 
deployed EJB could be resolved using the  ejb-link 
attribute of the ejb-ref attribute within web.xml.  No 
jndi-name attribute is required from jboss-web.xml.

This behaviour has changed in Version 3.0.4.  
Deploying a Web Archive with a valid ejb-link 
attribute, but no jndi-name attribute, results in a 
Deployment Exception.

Fuller details of the problem , and of tests carried out, 
are set out in a Word document within the attached 
zip file.

JBoss Version 3.0.4
OS Windows XP Home
JDK 1.4.0




--

>Comment By: Christian Riege (lqd)
Date: 2003-03-13 07:04

Message:
Logged In: YES 
user_id=176671

fixed in 3.0 series. Will be in JBoss 3.0.7 release

--

Comment By: Christian Riege (lqd)
Date: 2003-03-07 10:11

Message:
Logged In: YES 
user_id=176671

Backported the fix to Branch_3_2, still looking into 3.0.

--

Comment By: Christian Riege (lqd)
Date: 2002-12-12 17:53

Message:
Logged In: YES 
user_id=176671

i have commited a fix for this in CVS HEAD. could you please
re-check against CVS HEAD and tell me if it solves your
problem; if it does I will backport it into 3.0 and 3.2
respectively.

--

Comment By: James Strachan (strachancambs)
Date: 2002-12-10 11:42

Message:
Logged In: YES 
user_id=665462

Sample EAR file sent by separate e-mail.

I have tested that this deploys.


--

Comment By: Christian Riege (lqd)
Date: 2002-12-10 10:43

Message:
Logged In: YES 
user_id=176671

apparently the .ear didn't make it into the attachment, pls.
send it to me via e-mail: [EMAIL PROTECTED]

thanks

--

Comment By: James Strachan (strachancambs)
Date: 2002-12-09 20:15

Message:
Logged In: YES 
user_id=665462

I will try to send you the complete EAR.

If this doesn't get through, I will need to build a bespoke 
EAR, which will take time.


--

Comment By: Christian Riege (lqd)
Date: 2002-12-09 19:09

Message:
Logged In: YES 
user_id=176671

besides the Word document, can you also attach the .ear (or
a stripped down version containing the Bean in question, a
sample servlet calling the bean and the according Deployment
Descriptors)?

I have just comitted a test-case for bug #629145 to CVS
HEAD, the test works with my patch in place (which has not
been comitted yet) and I want to see if my patch fixes your
problem, too before comitting and backporting to 3.2 and 3.0
branches.

--

Comment By: James Strachan (strachancambs)
Date: 2002-12-09 19:02

Message:
Logged In: YES 
user_id=665462

Document attached (hopefully)


--

Comment By: James Strachan (strachancambs)
Date: 2002-12-09 19:00

Message:
Logged In: YES 
user_id=665462

Am sending the Word document separately - my 
attachment may have been too large for SourceForge to 
accept.

--

Comment By: Christian Riege (lqd)
Date: 2002-12-09 17:31

Message:
Logged In: YES 
user_id=176671

it seems you forgot the attachment, at least I can't see it
in the report ATM.

anyways, this is related to bug #629145 which i'm currently
working on, see

https://sourceforge.net/tracker/?func=detail&aid=629145&group_id=22866&atid=376685

for more information.

 have a fix for this in hand, just need to get around to add
a testcase to the testsuite.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=650929&group_id=22866


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-629145 ] ejb-link bug

2003-03-12 Thread SourceForge.net
Bugs item #629145, was opened at 2002-10-26 19:14
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=629145&group_id=22866

Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Stefan Wachter (stefanwachter)
Assigned to: Christian Riege (lqd)
Summary: ejb-link bug

Initial Comment:
JBoss V 3.0.3

I have an ear that contains an ejb.jar and web.war
file. In the deployment descriptor of the web.war file
(i.e. the web.xml) I have an ejb-ref to an EJB in the
ejb.jar file. The spec says that the ejb-link element
must contain the name of the jar-file followed by an
'#' followed by the ejb-name of the referenced EJB:

  
ejb/Converter
Session
de.xyz.converter.ConverterHome
de.xyz.converter.Converter
ejb.jar#Converter
  

Running the application causes an exception whereas the
SUN reference implementation is happy with this link.

If the ejb-link is changed to
Converter, i.e. the jar is
omitted. then the application also runs on JBoss.

The attached ear demonstrates this behaviour.



--

>Comment By: Christian Riege (lqd)
Date: 2003-03-13 07:03

Message:
Logged In: YES 
user_id=176671

fixed in 3.0 series. will be in JBoss 3.0.7 release.

--

Comment By: Christian Riege (lqd)
Date: 2003-03-07 10:10

Message:
Logged In: YES 
user_id=176671

This is now fixed in Branch_3_2, am working on 3.0 series
ATM. might take some time, apparently 3.0 is not picking up
a nested .jar in a .war or something to the effect.

--

Comment By: Christian Riege (lqd)
Date: 2003-01-24 09:02

Message:
Logged In: YES 
user_id=176671

hi,

sorry for the absence but i was rather busy. as no one seems
to have complained in HEAD about the fix as of yet i will
backport this. it will take until mid next week though.

in the meantime, CVS access by sourceforge should have been
fixed by now.

--

Comment By: David Calvente (davidcalvente)
Date: 2003-01-16 20:41

Message:
Logged In: YES 
user_id=689193

Hi,
I´ve the same problem, and tried 3.04 and also 3.2 RC1 and 
nothing changed.
I´ve read that Christian Riege commited a fix, but I´m not able 
to connect to CVS.

Please, coul anyone tell me when will this bug be fixed (wich 
release) and how can I use Christian´s path do go on till 
then...

Thanks a lot
David

--

Comment By: Christian Riege (lqd)
Date: 2002-12-12 17:53

Message:
Logged In: YES 
user_id=176671

i have commited a fix for this in CVS HEAD. could you please
re-check against CVS HEAD and tell me if it solves your
problem; if it does I will backport it into 3.0 and 3.2
respectively.

--

Comment By: Christian Riege (lqd)
Date: 2002-11-27 15:41

Message:
Logged In: YES 
user_id=176671

JBoss currently happily ignores the specified jar file. I
will look into this.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=629145&group_id=22866


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Checking out 3.2 From CVS

2003-03-12 Thread Hunter Hillegas
Okay, I give up. I looked all over and I couldn't find the info...

How do I check out JBoss 3.2 from CVS? What is the module name? Is there a
branch name?

Also, is there a page where this info is kept up to date?

Thanks,
Hunter



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


RE: [JBoss-dev] DefaultPartition in ClusteredHttpSessionEB.jar

2003-03-12 Thread Igor Fedorenko
This change broke non-clean build. I'll try to fix it tomorrow, but I don't know how 
yet. Sorry about that.

> -Original Message-
> From: Igor Fedorenko 
> Sent: Friday, March 07, 2003 5:44 PM
> To: [EMAIL PROTECTED] Sourceforge. Net (E-mail)
> Subject: [JBoss-dev] DefaultPartition in ClusteredHttpSessionEB.jar
> 
> 
> Hi,
> 
> Is the any reason why "DefaultPartition" name is packaged 
> into ClusteredHttpSessionEB.jar file which in turn is 
> packaged into jbossha-httpsession.sar file (this is for 3.2)? 
> This makes changing partition names a little bit more 
> complicated. Can I change build.xml to leave this stuff expanded?
> 
> Igor Fedorenko
> Think smart. Think automated. Think Dynamics. 
> www.thinkdynamics.com 
> 
> 
> ---
> This SF.net email is sponsored by: Etnus, makers of 
> TotalView, The debugger 
> for complex code. Debugging C/C++ programs can leave you 
> feeling lost and 
> disoriented. TotalView can help you find your way. Available 
> on major UNIX 
> and Linux platforms. Try it free. www.etnus.com
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 


---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Custom deployer for JBoss-IDE

2003-03-12 Thread Igor Fedorenko
Hi,

I am going to commit a custom deployer that will be used by JBoss-IDE. Originally I 
though to check it somewhere into contrib/jbosside but then I realized that it needs 
quite a few jboss libraries to compile. Is it ok if I check this deployer into varia 
under org.jboss.ide.eclipse package name?

Igor Fedorenko
Think smart. Think automated. Think Dynamics. 
www.thinkdynamics.com 


---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] bug in JBoss-3.2 on ejb-refs accross beans out of differentejb-jars

2003-03-12 Thread Marco Dubbeld
Hi Scott and others,

I submitted bug report (701880) with simple test case on sourceforge.
I've tried to trace down as much as I could but hesitate to try solve
bug myself, since I probably need lot of time to fully understand code.

Please, can anybody have a look at it?

Thanks in advance,


-- 
Marco Dubbeld <[EMAIL PROTECTED]>
Melexis Telecom



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Going ahead with EJB module refactor

2003-03-12 Thread Stephen Coy
The fix certainly allows xdoclet to build itself, whereas it was  
failing with the same problem we have in JBoss HEAD.

I can't check against JBoss HEAD until I get home tonight (its AM  
here), but I'm a happy camper for my dev work now.

Steve Coy

On Thursday, March 13, 2003, at 04:15  AM, David Jencks wrote:

There's a patch on their bugtracker that is supposed to fix this:

http://opensource.atlassian.com/projects/xdoclet/secure/ 
ViewIssue.jspa?key=XDT-376

They want feedback.

I need to keep working so I haven't up(?)graded my 1.4.1 copy yet.

david jencks

On 2003.03.12 04:53 Jason Dillon wrote:
Actually now that I think about it I have to wait until i can actually
build the source tree again...
Any word from the XDoclet folks on what the problem is?

--jason

On Wednesday, March 12, 2003, at 03:30  PM, Jason Dillon wrote:

Tonight I will be working on the EJB module re-factoring.  Will
probably have something ready to check in tomorrow.  If you have EJB
related bits to commit in system please do so now.
--jason



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-701880 ] ejb-external-ref bug in 3.2RC3

2003-03-12 Thread SourceForge.net
Bugs item #701880, was opened at 2003-03-12 01:22
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=701880&group_id=22866

>Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 7
Submitted By: marco dubbeld (dubbeld)
Assigned to: Nobody/Anonymous (nobody)
Summary: ejb-external-ref bug in 3.2RC3

Initial Comment:
External refs to ejb's in other deployment packages
cause class cast exceptions within JBoss 3.2 RC3.
See attached complete example. When the three jars
under build.deploy are deployed, the JNDI view will
show valid links for jboss 3.0.4 but Invalid links
within 3.2.

Both setups within 3.2 and 3.0.4) were tested with
jdk1.4 on linux 2.4.19-16mdk


Marco



00:10:54,800 ERROR [JNDIView] Invalid LinkRef for:
ServiceFacadeForPluginServer
java.lang.ClassCastException
at
org.jboss.naming.JNDIView.list(JNDIView.java:399)
at
org.jboss.naming.JNDIView.list(JNDIView.java:445)
at
org.jboss.naming.JNDIView.list(JNDIView.java:445)
at
org.jboss.naming.JNDIView.list(JNDIView.java:124)
at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
.


--

Comment By: marco dubbeld (dubbeld)
Date: 2003-03-12 12:31

Message:
Logged In: YES 
user_id=73399

 Just checked the sources, and found in Container.java in 
setupEnvironment that the link only in case of external is stored as 
Reference, however should this not only be LinkRef ? 
JNDIView only expects LinkRef 's. 
 
>> 
  if (ref.getJndiName() != null) 
  { 
 // Add default 
 StringRefAddr addr = 
   new StringRefAddr("default", ref.getJndiName()); 
 reference.add(addr); 
  } 
  Util.bind(envCtx, ref.getName(), reference); 
>> 
 

--

Comment By: marco dubbeld (dubbeld)
Date: 2003-03-12 01:26

Message:
Logged In: YES 
user_id=73399

Submit the simplest testcase possible that demonstrates the 
problem

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=701880&group_id=22866


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-702559 ] HAJNDI lookup over HTTP wrapped NameNotFoundException

2003-03-12 Thread SourceForge.net
Bugs item #702559, was opened at 2003-03-12 23:00
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=702559&group_id=22866

Category: Clustering
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Sebastian Hauer (hauer)
Assigned to: Nobody/Anonymous (nobody)
Summary: HAJNDI lookup over HTTP wrapped NameNotFoundException

Initial Comment:
Hi,

While using HAJNDI and accessing it via HTTP I realized
that lookup failures that should throw a
NameNotFoundException thow a
java.lang.reflect.UndeclaredThrowableException instead.
 UndeclaredThrowableException wraps
InvocationTargetException and this one than wraps
NameNotFoundException.

Here the full log of my test application:

16:31:34,777 DEBUG
org.jboss.naming.HttpNamingContextFactory - Retrieving
content from : http://localhost:8080/invoker/HAJNDIFactory
16:31:34,840 DEBUG
org.jboss.naming.HttpNamingContextFactory -
ContentLength: 962
ContentType: application/x-java-serialized-object;
class=org.jboss.invocation.MarshalledValue
16:31:34,902 TRACE
org.jboss.invocation.http.interfaces.HttpInvokerProxyHA
- Init, targets:
[http://192.168.12.146:8080/invoker/JMXInvokerHAServlet],
[EMAIL PROTECTED]
16:31:34,949 INFO  JNDITest - Returning InitialContext:
[EMAIL PROTECTED]
16:31:34,949 INFO  JNDITest - Try to lookup:
youWillNotFindThisInJNDI
16:31:34,949 TRACE
org.jboss.invocation.http.interfaces.HttpInvokerProxyHA
- Choose remoteTarget:
http://192.168.12.146:8080/invoker/JMXInvokerHAServlet
16:31:34,949 TRACE
org.jboss.invocation.http.interfaces.HttpInvokerProxyHA
- Invoking on
target=http://192.168.12.146:8080/invoker/JMXInvokerHAServlet
16:31:34,949 TRACE
org.jboss.invocation.http.interfaces.Util - invoke,
externalURL=http://192.168.12.146:8080/invoker/JMXInvokerHAServlet
16:31:34,980 ERROR JNDITest - Caught exception during
lookup: java.lang.reflect.UndeclaredThrowableException
java.lang.reflect.UndeclaredThrowableException:
java.lang.reflect.InvocationTargetException:
javax.naming.NameNotFoundException:
youWillNotFindThisInJNDI
<>

Attached you will find this very simple test case.
I tested it with code from the head of Branch_3_0.


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=702559&group_id=22866


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-702543 ] Shutdown silently swallows NPE, does nothing

2003-03-12 Thread SourceForge.net
Bugs item #702543, was opened at 2003-03-12 13:40
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=702543&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Kyle VanderBeek (kylev)
Assigned to: Nobody/Anonymous (nobody)
Summary: Shutdown silently swallows NPE, does nothing

Initial Comment:
The help form for shutdown indicates that -u and -p are
not required:

[EMAIL PROTECTED] bin]$ ./shutdown.sh -?
Usage: Shutdown [host [port]] [-u username] [-p
password] [-c shutdown_command]

However, a quick glance at things tells you this isn't
true.  A NullPointerException will be thrown around
line 120 when password.toCharArray() is called on a
null password.

This nasty error is swallowed silently thanks to the
catch'ing of generic Exception in the shutdown method.

The work-around is to always specify a user and password.

The fix is to not catch a generic Exception silently. 
The comment in the code indicates there is some
regularly occurring Excpetion (I'd guess IOException)
thrown as the server shuts down.  So catch that
exception specifically, maybe in inside a narrow
try/catch block, instead of just sucking any exception
into silent oblivion.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=702543&group_id=22866


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 12-March-2003

2003-03-12 Thread scott . stark


JBoss daily test results

SUMMARY

Number of tests run:   1067



Successful tests:  1061

Errors:1

Failures:  5





[time of test: 2003-03-12.12-36 GMT]
[java.version: 1.3.1]
[java.vendor: Apple Computer, Inc.]
[java.vm.version: 1.3.1_03-69]
[java.vm.name: Java HotSpot(TM) Client VM]
[java.vm.info: mixed mode]
[os.name: Mac OS X]
[os.arch: ppc]
[os.version: 10.2.4]

See http://users.jboss.org/~starksm/Branch_3_0/2003-03-12.12-36
for details of this test. 

NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.

It is assumed that whoever makes change(s) to jboss that 
break the test will be fixing the test or jboss, as appropriate!





DETAILS OF ERRORS



Suite:   MissingClassUnitTestCase
Test:
testDeployServiceWithoutClass(org.jboss.test.jmx.test.MissingClassUnitTestCase)
Type:error
Exception:   org.jboss.deployment.DeploymentException
Message: jboss.test:name=missingclasstest is not registered.; - nested throwable: 
(javax.management.InstanceNotFoundException: jboss.test:name=missingclasstest is not 
registered.)
-



Suite:   WebIntegrationUnitTestCase
Test:testENCServlet(org.jboss.test.web.test.WebIntegrationUnitTestCase)
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: Access to: http://jduke:[EMAIL PROTECTED]:8080/jbosstest/ENCServlet 
failed with responseCode=500
-



Suite:   SecurityUnitTestCase
Test:testSecureHttpInvoker(org.jboss.test.naming.test.SecurityUnitTestCase)
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: Should not have been able to lookup(invokers)
-



Suite:   SecurityUnitTestCase
Test:
testSecureHttpInvokerFailure(org.jboss.test.naming.test.SecurityUnitTestCase)
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: Should not have been able to lookup(invokers)
-



Suite:   BeanStressTestCase
Test:testDeadLockFromClient(org.jboss.test.deadlock.test.BeanStressTestCase)
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: expected a client deadlock for AB BA
-



Suite:   RemoteServiceUnitTestCase
Test:testRecContent(org.jboss.test.jmx.test.RemoteServiceUnitTestCase)
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: No managed MBean registry avaliable. Start JBoss with 
-Djbossmx.mbean.registry.class=org.jboss.mx.server.registry.ManagedMBeanRegistry
-




---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-625340 ] Shutdown imposible if http is disabled

2003-03-12 Thread SourceForge.net
Bugs item #625340, was opened at 2002-10-18 10:59
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=625340&group_id=22866

Category: JBossServer
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Vladyslav Kosulin (kosulin)
Assigned to: Nobody/Anonymous (nobody)
Summary: Shutdown imposible if http is disabled

Initial Comment:
org.jboss.Shutdown.shutdown(host, port) uses http as
hardcoded protocol to shutdown the server through
jmx-console.
As a result if HTTP is disabled, shutdown is impossible
using shutdown.sh.

--

Comment By: Kyle VanderBeek (kylev)
Date: 2003-03-12 13:01

Message:
Logged In: YES 
user_id=51762

Also: shutdown is completely useless if you are running a
pure EJB server without a web container (jbossweb.sar
removed).  It'd be nice to be able to shut down jboss via
RMI or something non-web-ish.

--

Comment By: Vladyslav Kosulin (kosulin)
Date: 2002-10-18 11:01

Message:
Logged In: YES 
user_id=562186

The fix proposed is simple: use protocol name as additional
argument:

shutdown.sh localhost 8080 http
shutdown.sh localhost 8443 https

The protocol is the last argument because i do not want to
broke currently existing customer scripts.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=625340&group_id=22866


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Going ahead with EJB module refactor

2003-03-12 Thread Jason Dillon
I was gonna try but thought I was tired and went to sleep... I was  
wrong.

--jason

On Thursday, March 13, 2003, at 02:46  AM, Dain Sundstrom wrote:

Did it work?  I'm dead in the water as my linux box won't build either.

-dain

On Wednesday, March 12, 2003, at 11:30 AM, Jason Dillon wrote:

Heh, I sorta wish I could uninstall it... perhaps I can, but I am not  
really sure how.  I will have a look unless someone beats me to it.

--jason

On Thursday, March 13, 2003, at 12:15  AM, David Jencks wrote:

There's a patch on their bugtracker that is supposed to fix this:

http://opensource.atlassian.com/projects/xdoclet/secure/ 
ViewIssue.jspa?key=XDT-376

They want feedback.

I need to keep working so I haven't up(?)graded my 1.4.1 copy yet.

david jencks

On 2003.03.12 04:53 Jason Dillon wrote:
Actually now that I think about it I have to wait until i can  
actually
build the source tree again...

Any word from the XDoclet folks on what the problem is?

--jason

On Wednesday, March 12, 2003, at 03:30  PM, Jason Dillon wrote:

Tonight I will be working on the EJB module re-factoring.  Will
probably have something ready to check in tomorrow.  If you have  
EJB
related bits to commit in system please do so now.

--jason



---
This SF.net email is sponsored by:Crypto Challenge is now open! Get
cracking and register here for some mind boggling fun and the  
chance
of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This SF.net email is sponsored by:Crypto Challenge is now open!Get  
cracking and register here for some mind boggling fun andthe chance  
of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This SF.net email is sponsored by:Crypto Challenge is now open!Get  
cracking and register here for some mind boggling fun andthe chance of  
winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Going ahead with EJB module refactor

2003-03-12 Thread Dain Sundstrom
Did it work?  I'm dead in the water as my linux box won't build either.

-dain

On Wednesday, March 12, 2003, at 11:30 AM, Jason Dillon wrote:

Heh, I sorta wish I could uninstall it... perhaps I can, but I am not  
really sure how.  I will have a look unless someone beats me to it.

--jason

On Thursday, March 13, 2003, at 12:15  AM, David Jencks wrote:

There's a patch on their bugtracker that is supposed to fix this:

http://opensource.atlassian.com/projects/xdoclet/secure/ 
ViewIssue.jspa?key=XDT-376

They want feedback.

I need to keep working so I haven't up(?)graded my 1.4.1 copy yet.

david jencks

On 2003.03.12 04:53 Jason Dillon wrote:
Actually now that I think about it I have to wait until i can  
actually
build the source tree again...

Any word from the XDoclet folks on what the problem is?

--jason

On Wednesday, March 12, 2003, at 03:30  PM, Jason Dillon wrote:

Tonight I will be working on the EJB module re-factoring.  Will
probably have something ready to check in tomorrow.  If you have EJB
related bits to commit in system please do so now.
--jason



---
This SF.net email is sponsored by:Crypto Challenge is now open! Get
cracking and register here for some mind boggling fun and the chance
of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This SF.net email is sponsored by:Crypto Challenge is now open!Get  
cracking and register here for some mind boggling fun andthe chance of  
winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Going ahead with EJB module refactor

2003-03-12 Thread Jason Dillon
I am kinda scared to mess with my machine like that... if it was Linux 
I would do it in a sec, but some of this OS X stuff still mystifies me.

--jason

On Thursday, March 13, 2003, at 01:21  AM, Hunter Hillegas wrote:

You want to reinstall DP10?

You should be able to by removing the receipt in /Library/Receipts and
hosing the 1.4.1 directory in 
/System/Library/Frameworks/JavaVM.framework/

Do at your own risk though, I haven't tested this.

From: Jason Dillon <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Thu, 13 Mar 2003 00:30:32 +0700
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-dev] Going ahead with EJB module refactor
Heh, I sorta wish I could uninstall it... perhaps I can, but I am not
really sure how.  I will have a look unless someone beats me to it.
--jason

On Thursday, March 13, 2003, at 12:15  AM, David Jencks wrote:

There's a patch on their bugtracker that is supposed to fix this:

http://opensource.atlassian.com/projects/xdoclet/secure/
ViewIssue.jspa?key=XDT-376
They want feedback.

I need to keep working so I haven't up(?)graded my 1.4.1 copy yet.

david jencks

On 2003.03.12 04:53 Jason Dillon wrote:
Actually now that I think about it I have to wait until i can 
actually
build the source tree again...

Any word from the XDoclet folks on what the problem is?

--jason

On Wednesday, March 12, 2003, at 03:30  PM, Jason Dillon wrote:

Tonight I will be working on the EJB module re-factoring.  Will
probably have something ready to check in tomorrow.  If you have 
EJB
related bits to commit in system please do so now.

--jason



---
This SF.net email is sponsored by:Crypto Challenge is now open! Get
cracking and register here for some mind boggling fun and the 
chance
of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Going ahead with EJB module refactor

2003-03-12 Thread Hunter Hillegas
You want to reinstall DP10?

You should be able to by removing the receipt in /Library/Receipts and
hosing the 1.4.1 directory in /System/Library/Frameworks/JavaVM.framework/

Do at your own risk though, I haven't tested this.

> From: Jason Dillon <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Thu, 13 Mar 2003 00:30:32 +0700
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-dev] Going ahead with EJB module refactor
> 
> Heh, I sorta wish I could uninstall it... perhaps I can, but I am not
> really sure how.  I will have a look unless someone beats me to it.
> 
> --jason
> 
> 
> On Thursday, March 13, 2003, at 12:15  AM, David Jencks wrote:
> 
>> There's a patch on their bugtracker that is supposed to fix this:
>> 
>> http://opensource.atlassian.com/projects/xdoclet/secure/
>> ViewIssue.jspa?key=XDT-376
>> 
>> They want feedback.
>> 
>> I need to keep working so I haven't up(?)graded my 1.4.1 copy yet.
>> 
>> david jencks
>> 
>> 
>> On 2003.03.12 04:53 Jason Dillon wrote:
>>> Actually now that I think about it I have to wait until i can actually
>>> build the source tree again...
>>> 
>>> Any word from the XDoclet folks on what the problem is?
>>> 
>>> --jason
>>> 
>>> 
>>> On Wednesday, March 12, 2003, at 03:30  PM, Jason Dillon wrote:
>>> 
 Tonight I will be working on the EJB module re-factoring.  Will
 probably have something ready to check in tomorrow.  If you have EJB
 related bits to commit in system please do so now.
 
 --jason
 
 
 
 ---
 This SF.net email is sponsored by:Crypto Challenge is now open! Get
 cracking and register here for some mind boggling fun and the chance
 of winning an Apple iPod:
 http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 
>>> 
>>> 
>>> 
>>> ---
>>> This SF.net email is sponsored by:Crypto Challenge is now open!
>>> Get cracking and register here for some mind boggling fun and
>>> the chance of winning an Apple iPod:
>>> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
>>> ___
>>> Jboss-development mailing list
>>> [EMAIL PROTECTED]
>>> https://lists.sourceforge.net/lists/listinfo/jboss-development
>>> 
>>> 
>> 
>> 
>> ---
>> This SF.net email is sponsored by:Crypto Challenge is now open!
>> Get cracking and register here for some mind boggling fun and
>> the chance of winning an Apple iPod:
>> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
>> ___
>> Jboss-development mailing list
>> [EMAIL PROTECTED]
>> https://lists.sourceforge.net/lists/listinfo/jboss-development
>> 
> 
> 
> 
> ---
> This SF.net email is sponsored by:Crypto Challenge is now open!
> Get cracking and register here for some mind boggling fun and
> the chance of winning an Apple iPod:
> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Can't build on linux either

2003-03-12 Thread Dain Sundstrom
I guess my machine is hosed.  I have my env setup just like this, and 
it doesn't work.  I even remove everything from my .bashrc file and set 
the variables by hand...

[EMAIL PROTECTED] build]$ export JAVA_HOME=/usr/java/jdk1.4.1_02
[EMAIL PROTECTED] build]$ export PATH=$JAVA_HOME/bin:$PATH
[EMAIL PROTECTED] build]$ ./build.sh
build.sh: Executing: /home/dain/work/jboss/jboss-head/tools/bin/ant 
-logger org.apache.tools.ant.NoBannerLogger
Buildfile: build.xml
...
generate-parsers:
   [jjtree] Exception in thread "main" java.lang.NoClassDefFoundError: 
COM/sun/labs/jjtree/Main

BUILD FAILED
file:/home/dain/work/jboss/jboss-head/server/build.xml:168: JJTree 
failed.

I'm going to go do some other things until Jason gets the XDoclet patch 
applied for OS X.

-dain

On Tuesday, March 11, 2003, at 11:31 PM, Scott M Stark wrote:

A clean co of head is building for me on a RedHat 8 box with the same 
JDK. I
believe you have to set both the JAVA_HOME and PATH to get JavaCC
to work as it seems to use the PATH for something.

[EMAIL PROTECTED] starksm]$ export JAVA_HOME=~/Java/j2sdk1.4.1_02
[EMAIL PROTECTED] starksm]$ PATH=$JAVA_HOME/bin:$PATH
[EMAIL PROTECTED] build]$ ./build.sh
build.sh: Executing: /home/starksm/JBoss/jboss-head/tools/bin/ant 
-logger org.apache.tools.ant.NoBannerLogger
Buildfile: build.xml
...

BUILD SUCCESSFUL
Total time: 7 minutes 5 seconds

Scott Stark
Chief Technology Officer
JBoss Group, LLC

- Original Message -
From: "Dain Sundstrom" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 11, 2003 8:08 PM
Subject: [JBoss-dev] Can't build on linux either

Because OSX is hosed I decided to move my development to my linux box,
but it doesn't build either.  It looks like the build isn't picking up
the JavaCC.zip file.  Jason is this working for you... Here is what I
get
java version "1.4.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)
[EMAIL PROTECTED] build]$ ./build.sh
build.sh: *WARNING* Ignoring environment value for $ANT_HOME
build.sh: Executing: /home/dain/work/jboss/jboss-head/tools/bin/ant
-logger org.
apache.tools.ant.NoBannerLogger
Buildfile: build.xml
_buildmagic:init:
Trying to override old definition of task property

==
  ==
  ==  Executing 'most' in module 'server'...
  ==
  ==
generate-parsers:
[jjtree] Exception in thread "main" 
java.lang.NoClassDefFoundError:
COM/sun/labs/jjtree/Main

BUILD FAILED
file:/home/dain/work/jboss/jboss-head/server/build.xml:168: JJTree
failed.


---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Going ahead with EJB module refactor

2003-03-12 Thread Jason Dillon
Heh, I sorta wish I could uninstall it... perhaps I can, but I am not  
really sure how.  I will have a look unless someone beats me to it.

--jason

On Thursday, March 13, 2003, at 12:15  AM, David Jencks wrote:

There's a patch on their bugtracker that is supposed to fix this:

http://opensource.atlassian.com/projects/xdoclet/secure/ 
ViewIssue.jspa?key=XDT-376

They want feedback.

I need to keep working so I haven't up(?)graded my 1.4.1 copy yet.

david jencks

On 2003.03.12 04:53 Jason Dillon wrote:
Actually now that I think about it I have to wait until i can actually
build the source tree again...
Any word from the XDoclet folks on what the problem is?

--jason

On Wednesday, March 12, 2003, at 03:30  PM, Jason Dillon wrote:

Tonight I will be working on the EJB module re-factoring.  Will
probably have something ready to check in tomorrow.  If you have EJB
related bits to commit in system please do so now.
--jason



---
This SF.net email is sponsored by:Crypto Challenge is now open! Get
cracking and register here for some mind boggling fun and the chance
of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Going ahead with EJB module refactor

2003-03-12 Thread David Jencks
There's a patch on their bugtracker that is supposed to fix this:

http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-376

They want feedback.

I need to keep working so I haven't up(?)graded my 1.4.1 copy yet.

david jencks


On 2003.03.12 04:53 Jason Dillon wrote:
> Actually now that I think about it I have to wait until i can actually 
> build the source tree again...
> 
> Any word from the XDoclet folks on what the problem is?
> 
> --jason
> 
> 
> On Wednesday, March 12, 2003, at 03:30  PM, Jason Dillon wrote:
> 
> > Tonight I will be working on the EJB module re-factoring.  Will 
> > probably have something ready to check in tomorrow.  If you have EJB 
> > related bits to commit in system please do so now.
> >
> > --jason
> >
> >
> >
> > ---
> > This SF.net email is sponsored by:Crypto Challenge is now open! Get 
> > cracking and register here for some mind boggling fun and the chance 
> > of winning an Apple iPod:
> > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
> > ___
> > Jboss-development mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-development
> >
> 
> 
> 
> ---
> This SF.net email is sponsored by:Crypto Challenge is now open! 
> Get cracking and register here for some mind boggling fun and 
> the chance of winning an Apple iPod:
> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re[2]: [JBoss-dev] Checking out branch with eclipse

2003-03-12 Thread Hans Dockter
Hello Igor,

IF> Let's say you want to checkout branch-3.2. In "CVS Repositories" view goto 
:ext:[EMAIL PROTECTED]:/cvsroot/jboss (or whatever your repository location is), HEAD, 
scroll down and find
IF> branch-3.2 module. Right click and select "Add to Branch List..." from the menu. 
Enter Branch_3_2 as a branch name. Now you should be able to check out
IF> :ext:[EMAIL PROTECTED]:/cvsroot/jboss, Branches, Branch_3_2, jboss-3.2. Just 
tested with RC2 and it works. It used to be much simpler, though.

O.K., that works. What sucks is that you can't choose a set of
modules and the collectively to the branch list with entering the
branch name only once.

IF> By the way, are you trying to checkout jboss sources via Eclipse? There are few 
reasons why I find it much more convenient to do "cvs -z3 -q up -dP" from a command 
line. Most important, I want to
IF> see JBoss sources as a set of projects, not one branch-3.2 project.

Right :)

IF> Igor.

Thanks a lot

Hans



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


RE: [JBoss-dev] Checking out branch with eclipse

2003-03-12 Thread Igor Fedorenko
> I'd like to check out a certain branch from jboss cvs via eclipse. Is
> there any other way then manually adding every module to the branch
> list by entering the branch name ? The 'refresh branches and versions
> wizard' doesn't discover anything ):
> 
> Hans
> 
Let's say you want to checkout branch-3.2. In "CVS Repositories" view goto :ext:[EMAIL 
PROTECTED]:/cvsroot/jboss (or whatever your repository location is), HEAD, scroll down 
and find branch-3.2 module. Right click and select "Add to Branch List..." from the 
menu. Enter Branch_3_2 as a branch name. Now you should be able to check out 
:ext:[EMAIL PROTECTED]:/cvsroot/jboss, Branches, Branch_3_2, jboss-3.2. Just tested 
with RC2 and it works. It used to be much simpler, though.

By the way, are you trying to checkout jboss sources via Eclipse? There are few 
reasons why I find it much more convenient to do "cvs -z3 -q up -dP" from a command 
line. Most important, I want to see JBoss sources as a set of projects, not one 
branch-3.2 project.

Igor.


---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Going ahead with EJB module refactor

2003-03-12 Thread Jason Dillon
;-)

--jason

On Wednesday, March 12, 2003, at 09:46  PM, Scott M Stark wrote:

Make sure you can actually build and test this before doing it please.


Scott Stark
Chief Technology Officer
JBoss Group, LLC

- Original Message -
From: "Jason Dillon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 12, 2003 12:30 AM
Subject: [JBoss-dev] Going ahead with EJB module refactor

Tonight I will be working on the EJB module re-factoring.  Will
probably have something ready to check in tomorrow.  If you have EJB
related bits to commit in system please do so now.
--jason



---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Going ahead with EJB module refactor

2003-03-12 Thread Scott M Stark
Make sure you can actually build and test this before doing it please.


Scott Stark
Chief Technology Officer
JBoss Group, LLC


- Original Message - 
From: "Jason Dillon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 12, 2003 12:30 AM
Subject: [JBoss-dev] Going ahead with EJB module refactor


> Tonight I will be working on the EJB module re-factoring.  Will 
> probably have something ready to check in tomorrow.  If you have EJB 
> related bits to commit in system please do so now.
> 
> --jason
> 



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Re: Question about SecurityAssociation

2003-03-12 Thread Scott M Stark
The SecurityAssociation is the mechanism by which foreign security contexts like web
containers propagate the current caller security context into the JBoss layers. The 
callout
to the realm is a tomcat specific thing performed when the web container needs to
validate access to secured content. As far as I know a realm cannot be used to 
propagate
a session across secured contexts and this is why the single sigon on behavior is
implemented as a valve. You still have to establish the callers security context via 
the
SecurityAssociation in order to have the web application security context propagate
to other JBoss components.


Scott Stark
Chief Technology Officer
JBoss Group, LLC


- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 12, 2003 4:38 AM
Subject: [JBoss-dev] Re: Question about SecurityAssociation


> Hi Scott,
> 
> I am deeply grateful about your fast support and I am confidently, that our
> project ( new internet-portal of "Gruppe Deutsche-Boerse"
> http://deutsche-boerse.com) becomes
> a full success, not least by the use of JBoss.
> 
> Well, I guess that I don't understand the background of the JBossSX yet. The
> piece of code I wrote in my last mail was a part of the class
> "org.jboss.web.catalina.EmbeddedCatalinaService41",
> so it's the same away as in the CatalinaService, if this is configured with a
> Security-Realm and accomplishes a "form-based" or "basic" authentication. Or do
> I err ?
> If I am right, you mean that using "SecurityAssociation.set..." only associates
> a Subject or Principal with the current Thread ? Do I have to implement a custom
> cache/pool to push a logged in user with his current http-session in a
> "security-context" to avoid re-authentication, when asking for a secured service
> (i.e. ejb),  or does JBoss provides such functionalities ?
> 
> thanks a lot
> Philipp



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: Question about SecurityAssociation

2003-03-12 Thread Philipp . Wolff
Hi Scott,

I am deeply grateful about your fast support and I am confidently, that our
project ( new internet-portal of "Gruppe Deutsche-Boerse"
http://deutsche-boerse.com) becomes
a full success, not least by the use of JBoss.

Well, I guess that I don't understand the background of the JBossSX yet. The
piece of code I wrote in my last mail was a part of the class
"org.jboss.web.catalina.EmbeddedCatalinaService41",
so it's the same away as in the CatalinaService, if this is configured with a
Security-Realm and accomplishes a "form-based" or "basic" authentication. Or do
I err ?
If I am right, you mean that using "SecurityAssociation.set..." only associates
a Subject or Principal with the current Thread ? Do I have to implement a custom
cache/pool to push a logged in user with his current http-session in a
"security-context" to avoid re-authentication, when asking for a secured service
(i.e. ejb),  or does JBoss provides such functionalities ?

thanks a lot
Philipp
--
Diese E-Mail enthaelt vertrauliche oder rechtlich geschuetzte Informationen.
Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie bitte
sofort den Absender und loeschen Sie diese E-Mail. Das unbefugte Kopieren
dieser E-Mail oder die unbefugte Weitergabe der enthaltenenen Informationen
ist nicht gestattet.

The information contained in this message is confidential or protected by
law. If you are not the intended recipient, please contact the sender and
delete this message. Any unauthorised copying of this message or
unauthorised distribution of the information contained herein is prohibited.




---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Checking out branch with eclipse

2003-03-12 Thread Hans Dockter
I'd like to check out a certain branch from jboss cvs via eclipse. Is
there any other way then manually adding every module to the branch
list by entering the branch name ? The 'refresh branches and versions
wizard' doesn't discover anything ):

Hans



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-701880 ] ejb-external-ref bug in 3.2RC3

2003-03-12 Thread SourceForge.net
Bugs item #701880, was opened at 2003-03-12 01:22
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=701880&group_id=22866

Category: None
Group: v3.2
Status: Open
Resolution: None
Priority: 7
Submitted By: marco dubbeld (dubbeld)
Assigned to: Nobody/Anonymous (nobody)
Summary: ejb-external-ref bug in 3.2RC3

Initial Comment:
External refs to ejb's in other deployment packages
cause class cast exceptions within JBoss 3.2 RC3.
See attached complete example. When the three jars
under build.deploy are deployed, the JNDI view will
show valid links for jboss 3.0.4 but Invalid links
within 3.2.

Both setups within 3.2 and 3.0.4) were tested with
jdk1.4 on linux 2.4.19-16mdk


Marco



00:10:54,800 ERROR [JNDIView] Invalid LinkRef for:
ServiceFacadeForPluginServer
java.lang.ClassCastException
at
org.jboss.naming.JNDIView.list(JNDIView.java:399)
at
org.jboss.naming.JNDIView.list(JNDIView.java:445)
at
org.jboss.naming.JNDIView.list(JNDIView.java:445)
at
org.jboss.naming.JNDIView.list(JNDIView.java:124)
at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
.


--

>Comment By: marco dubbeld (dubbeld)
Date: 2003-03-12 12:31

Message:
Logged In: YES 
user_id=73399

 Just checked the sources, and found in Container.java in 
setupEnvironment that the link only in case of external is stored as 
Reference, however should this not only be LinkRef ? 
JNDIView only expects LinkRef 's. 
 
>> 
  if (ref.getJndiName() != null) 
  { 
 // Add default 
 StringRefAddr addr = 
   new StringRefAddr("default", ref.getJndiName()); 
 reference.add(addr); 
  } 
  Util.bind(envCtx, ref.getName(), reference); 
>> 
 

--

Comment By: marco dubbeld (dubbeld)
Date: 2003-03-12 01:26

Message:
Logged In: YES 
user_id=73399

Submit the simplest testcase possible that demonstrates the 
problem

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=701880&group_id=22866


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] 服装库存处理?

2003-03-12 Thread shyu



声明:以下是杭州服装网提供的信息,如果您不需要该信息,请删除邮件。很抱歉我们对您带来的不便!
    

    
杭州服装网能够帮助您的服装企业处理库存服装,同时面向全国各地客商提供库存服装货源。不管您是买还是卖,都可以联系我们。
    
杭州服装网为您服务!
 

杭州服装网办公地址:杭州市邮电路23号机械大楼附3楼
电话:(0571) 87924071 87924072 87924073    
传真:(0571)87918976
联系人:郁胜泓 
移动电话:13958106746    
E_mail:[EMAIL PROTECTED]
网址:www.hzefu.com   www.hzefu.net   
   在线客服(QQ):965301 



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Going ahead with EJB module refactor

2003-03-12 Thread Jason Dillon
Actually now that I think about it I have to wait until i can actually 
build the source tree again...

Any word from the XDoclet folks on what the problem is?

--jason

On Wednesday, March 12, 2003, at 03:30  PM, Jason Dillon wrote:

Tonight I will be working on the EJB module re-factoring.  Will 
probably have something ready to check in tomorrow.  If you have EJB 
related bits to commit in system please do so now.

--jason



---
This SF.net email is sponsored by:Crypto Challenge is now open! Get 
cracking and register here for some mind boggling fun and the chance 
of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Going ahead with EJB module refactor

2003-03-12 Thread Jason Dillon
Tonight I will be working on the EJB module re-factoring.  Will 
probably have something ready to check in tomorrow.  If you have EJB 
related bits to commit in system please do so now.

--jason



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] JBoss-IDE 1.0.3 released !

2003-03-12 Thread Hans Dockter
JBoss-IDE 1.0.3 is a maintenance release. The changes apply to bugs in
the XDoclet code assist.

You DON'T need to download directly from sourceforge as we now use the
Install/Update Manager from Eclipse (very much recommended). Even if
you have installed the earlier versions manually you can update them with
the Install/Update Manager.

See the releasenotes:

https://sourceforge.net/project/shownotes.php?group_id=22866&release_id=145804


Enjoy

Hans



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-702051 ] disallowLocalTxnMode using Oracle

2003-03-12 Thread SourceForge.net
Bugs item #702051, was opened at 2003-03-12 09:32
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=702051&group_id=22866

Category: JBossTX
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Marcus Eriksson (marcuseriksson)
Assigned to: Nobody/Anonymous (nobody)
Summary: disallowLocalTxnMode using Oracle

Initial Comment:
I constantly get an XAException when I reuse a 
connection if transaction attributes differ:

Pool size is 1 connection.
First invocation:

Call bean1 with transaction attribute 'Supports', get a 
connection, do a select or something. Works as 
expected.

Next call:

Call bean2 with transaction attribute 'Required', 
getConnection fails with an XAException.


JBoss 3.2.0RC3, J2SE 1.4.1, Oracle 9.2

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=702051&group_id=22866


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development