AW: [JBoss-dev] JBoss-IDE next steps

2003-02-04 Thread Jung , Dr. Christoph
Hans,

First congratulations for getting started such a badly needed feature around
JBoss. 

I just saw the package Xdoclet-View in your plan and this reminded me of
some unfinished 
prototype that I did last year.

It was an experiment of how to write some extensible view for editing
meta-data that is similar to the Together/J-Property pane and that is based
on doclet annotations (a lot of the single-source technology of Together was
implemented that way and it worked nicely IMHO!). The javadoc view has
some default editors for the standard tags and you should be able to extend
it with additional editors for special tags such that you can derive special
views for Entity Beans, Session Beans, Web Services, ... 

I got it to work to the point that the view extracts information from the
java model, writes edit changes back into the java/text model and registers
as an update listener in the text model. The view still fails in the issue
that events inside Eclipse are not very well-ordered, i.e., the view will
receive text events before the java model decides that the selected property
does not exist anymore. This leads to nasty glitches which hindered me of
publishing any code yet and since then, I did not dive deeper into the
Eclipse platform.

I guess that you have more knowledge in that direction and hence JBoss-IDE
would be the ideal 
host for the code to prosper?

Just tell me if you are interested and I will zip you the stuff. 

CGJ


-Ursprüngliche Nachricht-
Von: Hans Dockter [mailto:[EMAIL PROTECTED]] 
Gesendet: Montag, 3. Februar 2003 13:59
An: [EMAIL PROTECTED];
[EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Betreff: [JBoss-dev] JBoss-IDE next steps


I've written a next steps proposal for JBoss-IDE available at:

http://www.jboss.org/servlet/JiveServlet/download/162-27873-3763505-1281/JBo
ss-IDE_next_steps.html

Hans



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com ___
Jboss-development mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
###

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [ jboss-Bugs-680165 ] Error parsning oracle-xa-service.xml

2003-02-04 Thread SourceForge.net
Bugs item #680165, was opened at 2003-02-04 14:17
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=680165group_id=22866

Category: JBossTX
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jonas Carlson (jonascarlson)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error parsning oracle-xa-service.xml

Initial Comment:
In JBoss 3.0.5 and 3.0.6 both I get an exception at 
startup: DeploymentException: expected one config-
property-value tag.

This happen when parsning the oracle-xa-service.xml 
file and is as far as I can tell caused by a bug in 
org.jboss.resource.connectionmanager.RARDeployment.

The oracle-xa-service.xml file is based on the example 
included in the release and it works just fine in 3.0.4.

I've included a quick fix for the problem in the attached 
file (we're running this as a patch).


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=680165group_id=22866


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] OracleLoginModule

2003-02-04 Thread Stefano Maestri
Il lun, 2003-02-03 alle 18:59, David Jencks ha scritto:
q
 
 As I said it works only in ByApplication criteria
 
 
 fixedcolorparam0C0C,2121,A8A8/parambiggerAre you calling
 ds.getConnection() or
 
 ds.getConnection(user, pw)?  /bigger/color/fixed
 
 
 the last one.
 
 /excerpt
 
 If you call ds.getConnection(user, pw) you MUST NOT provide a
 LoginModule and you must use the ByApplication criteria if your
 adapter does not support reauthentication or ByNothing if it does. 
 Login modules are for use only with Container manager security, which
 basically means you always call ds.getConnection().
 
 
Well, I'm working on modification of the source. There some hack (I
already tryied them and they work) to check the password and go on, but
I'm trying to understand I could do something better implementing on
JBoss the modified DES algorithm used by Oracle to make password check
in a cleaner form.
Just a doubt, if I use getConnection() not only in LoginModule, but also
on my applications I log to Oracle with just one user, so in this manner
I will have J2ee role in use, but I couldn't use the Oracle Roles on
package/stored procedure and table. Is it correct? Or Could I use
getConnection(user,pwd) in my Beans?

Thanks for the interest and your good code JBoss src is fun!!


--- all work and no play makes Jack a dull boy
--- 

bye Stefano 
[EMAIL PROTECTED]
www.javalinux.it
MSN messanger: [EMAIL PROTECTED] 
ICQ uin: 122192578
Jabber: canezen
#jedit IRC channel as maeste 



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] Jboss 3.0.6 Release Notes

2003-02-04 Thread Mike Savage
Since no one has answered my second inquiry, I guess I'll now ask this:

Will $$$ get me Release Notes for JBoss 3.0.6?

Thank you,
Mike Savage

--__--__--

From: Mike Savage [EMAIL PROTECTED]
To: '[EMAIL PROTECTED]'
 [EMAIL PROTECTED]
Subject: RE: [JBoss-dev] Jboss 3.0.6 Release Notes
Date: Fri, 31 Jan 2003 16:41:04 -0500
Reply-To: [EMAIL PROTECTED]

Earlier in the week, I asked when would Release Notes for JBoss 3.0.6 be
made available.  I have seen no replies to my inquiry since then.  Is this
the correct venue to make such a request?

I apologize in advance if someone has replied and I missed it.

Thank you,
Mike Savage


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] Re: [JBoss-user] Migration to JBoss 3.0.6: farming deployment fails during start

2003-02-04 Thread Bill Burke
I have put in a single logical name for the jetty and tomcat services.
Please tell me the changes to make and I will commit on all branches since I
am responsible.


Apologies,


Bill Burke
Chief Architect
JBoss Group, LLC



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Scott
 M Stark
 Sent: Monday, February 03, 2003 11:27 PM
 To: [EMAIL PROTECTED]
 Subject: [JBoss-dev] Re: [JBoss-user] Migration to JBoss 3.0.6: farming
 deployment fails during start


 Again there is a need for logical service aliases to avoid this.

 
 Scott Stark
 Chief Technology Officer
 JBoss Group, LLC
 

 - Original Message -
 From: Sacha Labourey [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, January 27, 2003 10:13 AM
 Subject: RE: [JBoss-user] Migration to JBoss 3.0.6: farming
 deployment fails during start


  Sh*t, who has modified this name?!?
 
  The change is crap as it makes the farm service fail but it is
 good as if we
  can have a single name for both jetty/tomcat it is easier to write mbean
  dependencies.
 
   -Message d'origine-
   De : [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED]]De la part de Vladyslav
   Kosulin
   Envoye : lundi, 27 janvier 2003 18:50
   A : [EMAIL PROTECTED]
   Objet : Re: [JBoss-user] Migration to JBoss 3.0.6: farming deployment
   fails during start
  
  
   Sacha Labourey wrote:
Can you make sure you have all these mbeans started:
jboss:service=DefaultPartition
jboss.ejb:service=EJBDeployer
jboss.web:service=JBossWeb
jboss.system:service=MainDeployer
   
(in http://localhost:8080/jmx-console/ for example)
   
I suspect:
 - either jbossweb (aka jetty) is not started
 - you have not started the all configuration (i.e.
   DefaultPartition is not
there) = run -c all
  
   I found the cause: JBossWeb is obsolete name now.
   Starting with JBoss 3.0.6 Jetty is being deployed as
 WebServer instead
   of JBossWeb.
   After I made the corresponding changes to farm-service.xml, it starts
   O.K. Can somebody commit this changes to CVS?
  
   Vlad



 ---
 This SF.NET email is sponsored by:
 SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
 http://www.vasoftware.com
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] OracleLoginModule

2003-02-04 Thread David Jencks
snip


Well, I'm working on modification of the source. There some hack (I
already tryied them and they work) to check the password and go on, but
I'm trying to understand I could do something better implementing on
JBoss the modified DES algorithm used by Oracle to make password check
in a cleaner form.
Just a doubt, if I use getConnection() not only in LoginModule, but 
also
on my applications I log to Oracle with just one user, so in this 
manner
I will have J2ee role in use, but I couldn't use the Oracle Roles on
package/stored procedure and table. Is it correct? Or Could I use
getConnection(user,pwd) in my Beans?

I'm not sure I understand exactly what you are trying to do, so let's 
see if I can explain how it works.  Basically there are 2 scenarios, 
Application managed security and Container managed security:

Application.  You call ds.getConnection(user, pw).  Do NOT supply a 
JAAS LoginModule for the datasource deployment.  Use ByApplication for 
the pooling criteria.  Your application will have to keep track of who 
it is running as and request connections as that user.

Container.  You call ds.getConnection().  DO supply a JAAS LoginModule 
for the datasource deployment.  This has to be a LoginModule that knows 
it is working with a ManagedConnectionFactory.  We have examples for 
CallerIdentity and ConfiguredIdentity.  These login modules supply a 
Subject with a PasswordCredential that includes a reference to the 
ManagedConnectionFactory created as part of the datasource deployment.  
Such a login module can use any algorithm it likes to determine the 
identity and credentials of the database user.  In the examples, 
Configured Identity always supplies the same user/pw, and 
CallerIdentity uses the user/pw your application is running under.  
It's also possible to lookup the application user in some kind of map 
to determine the db user/pw, although no one has contributed such a 
login module yet.  Use ByContainer for the pooling criteria unless you 
have figured out how to reauthenticate the Oracle connections (some 
people have been working on this recently)

With  the Container managed security, you may wish to get the security 
mapping information from the database.  This will mean the LoginModule 
will need one or more special connections to the db to query for this 
information.  You may want to get one such connection directly from 
DriverManager to avoid recursion -- the login module trying to get a 
connection for itself needing the login module to get a connection  
Alternatively you could get the connection from a separately configured 
datasource that does not need db info to determine the security.

One other point.  You can specify a default user/pw in the datasource 
configuration file.  This provides essentially the same effect as using 
the ConfiguredIdentity login module, but it is much simpler.  The main 
difference is which file the password is stored in.

I hope this clarifies things a bit:-)  I often find all the parts to 
keep track of confusing.

thanks
david jencks





Thanks for the interest and your good code JBoss src is fun!!


--- all work and no play makes Jack a dull boy
---

bye Stefano
[EMAIL PROTECTED]
www.javalinux.it
MSN messanger: [EMAIL PROTECTED]
ICQ uin: 122192578
Jabber: canezen
#jedit IRC channel as maeste



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [ jboss-Bugs-680165 ] Error parsning oracle-xa-service.xml

2003-02-04 Thread SourceForge.net
Bugs item #680165, was opened at 2003-02-04 08:17
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=680165group_id=22866

Category: JBossTX
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jonas Carlson (jonascarlson)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error parsning oracle-xa-service.xml

Initial Comment:
In JBoss 3.0.5 and 3.0.6 both I get an exception at 
startup: DeploymentException: expected one config-
property-value tag.

This happen when parsning the oracle-xa-service.xml 
file and is as far as I can tell caused by a bug in 
org.jboss.resource.connectionmanager.RARDeployment.

The oracle-xa-service.xml file is based on the example 
included in the release and it works just fine in 3.0.4.

I've included a quick fix for the problem in the attached 
file (we're running this as a patch).


--

Comment By: Igor Fedorenko (igorfie)
Date: 2003-02-04 09:51

Message:
Logged In: YES 
user_id=232950

Don't bother with xa oracle in 3.0, you'll have problems even if 
you manage to configure a datasource. XA Oracle works with 
JBoss 3.2. Check bug 614116 for more details. We probably 
should remove oracle-xa-service.xml from 3.0 to avoid 
confusion.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=680165group_id=22866


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] JMS reliability (?)

2003-02-04 Thread Bill Burke
JBG has a number of support clients using JBossMQ in production 2.4 and 3.x.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Aaron
 Lindsey
 Sent: Sunday, February 02, 2003 3:13 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [JBoss-dev] JMS reliability (?)


 Hi Calin,
While there is still room for improvement in the performance
 category, I
 believe the corruption problems with large queues is fixed in the later
 releases of the 3.0.x series.  If you use JBoss 3.0.5 or later,
 you shouldn't
 experience the problems outlined in points 1 and 2 below.  JBoss
 3.2.x has a
 new implementation that should help in high load situations, but I would
 suggest using the 3.0.x series for production use.

 Aaron

 On Sunday 02 February 2003 11:17 am, you wrote:
  Hi,
 
  I saw a couple of worrying messages in the mailing lists regarding the
  reliability of JBoss implementation of JMS.
 
  Is JBoss' JMS reliable and suitable for production environment?  For
  example for the scenario of an external client (or an another
 JBoss server)
  sending messages to a JBoss server.
 
  If the answer is yes ( I hope this is the answer) , which JBoss
 version is
  the most reliable and suitable for production?
 
  Any feedbacks really appreciated,
  Calin Lupa
 
 
 
 - Original Message -
From: Muntean Horia
To: [EMAIL PROTECTED]
Sent: Sunday, January 19, 2003 1:30 PM
Subject: Re: [JBoss-user] jms issues
 
Rob Finneran wrote:
Hi Listees,

Just to give feedback, and not to rant too much:

I have also seen the problems stated in 1 and 2 of these
 messages. I had
 to remove message queueing from my production environments
 because of
 it. IMHO, It would be very big plus if the JMS reliability
 issues were
 resolved.

I hate to complain because JBoss has served me well, but I
 would like to
 use JMS more frequently in my production environments.

Cheers,

Rob


- Original Message -
From: Ed Brown [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, January 17, 2003 12:37 PM
Subject: Re: [JBoss-user] jms issues

Quoting Peter Fagerlund [EMAIL PROTECTED]:
torsdagen den 16 januari 2003 kl 03.49 skrev Ed Brown:
Here are the list of problems that I ran into when I used
 the JBoss
implementation:

1. If too many messages were queued up, and the server was stopped
 and


restarted, the server hung.

2. Sometimes when the server was stopped and restarted,
 the message
queues seemed to get corrupted and the things wouldn't
 work. I would


have to stop JBoss, manually remove the queues and restart.

3. The message queues didn't seem to hold up under heavy load.

DefaultDS is used per default unless You massage Your persistent
settings the above can result as perceived.

The default settings were used when this happend.

1) I suspect a corrupted DB from a not clean shutdown
2) I suspect a corrupted DB from a not clean shutdown

Shutdown was done using CTRL-C at the console. Since that
 was the way
 to

shut it down, corrupted queues resulting from shutdown was not
 acceptable.

3) Depends how heavy We talk here ? could also be my
 introduced thread

bug ?

It was single threaded.

What was Your test setup HW/SW and JBoss version ?

JBoss 3.0.1, on Windows 2000 and Linux.

I'm not alone in finding the JBoss implementation of JMS
 lacking. I've

read the forums. IMO, it's not ready for prime time, for that matter,
neither is the JBoss inclusion of Axis.

But I've written enough.

Ed Brown


 
 ___
__ This mail sent via toadmail.com, web e-mail @ ToadNet -
 want to go
 fast? http://www.toadmail.com


---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts
 will allow you to extend the highest allowed 128 bit
 encryption to all
 your clients even if they use browsers that are limited to 40 bit
 encryption. Get a guide
 here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
 ___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts
 will allow you to extend the highest allowed 128 bit
 encryption to all
 your clients even if they use browsers that are limited to 40 bit
 encryption. Get a guide
 here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
 ___
JBoss-user mailing 

[JBoss-dev] [ jboss-Bugs-675984 ] Deploument descriptors are locked - no redeploy possible

2003-02-04 Thread SourceForge.net
Bugs item #675984, was opened at 2003-01-28 04:41
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=675984group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Rickard Öberg (rickardoberg)
Assigned to: Nobody/Anonymous (nobody)
Summary: Deploument descriptors are locked - no redeploy possible

Initial Comment:
I'm using 3.2RC1 /w Tomcat. I have an exploded EAR
file. After deployment the application.xml file is
somehow locked, which makes it impossible to touch it
from Ant so that the timestamp is updated in order to
get a redeploy. The consequence is that redeployment is
impossible.

I have made sure that the JBoss protocol handlers are
being used, but that doesn't help. I have verified that
it is indeed JBoss that is locking the file, because as
soon as I quite JBoss I can run the touch Ant target
and the timestamp of application.xml is updated.


--

Comment By: John Doe (jdoe7890)
Date: 2003-02-04 10:03

Message:
Logged In: YES 
user_id=704326

I am getting the same deployment problem on JBoss3.2 RC1. 
Can you send me the jboss-system.jar with the fix.

Thanks for the help.


--

Comment By: Moi (vincent_aumont)
Date: 2003-01-28 13:45

Message:
Logged In: YES 
user_id=627791

I had the same problem with 2.2.0RC,  tried 3.2.0RC2 
and it's fixed.

--

Comment By: Rickard Öberg (rickardoberg)
Date: 2003-01-28 06:12

Message:
Logged In: YES 
user_id=28931

It works with the new jboss-system.jar you sent. Which means
that currently the JBoss3.2RC1 dist is broken with regard to
redeployment of exploded EAR files. It'd probably be a good
idea to do a RC2 fairly soon.

Thanks for your help!


--

Comment By: Rickard Öberg (rickardoberg)
Date: 2003-01-28 05:50

Message:
Logged In: YES 
user_id=28931

Please send it!!! [EMAIL PROTECTED]

Thanks!


--

Comment By: Alexey Loubyansky (loubyansky)
Date: 2003-01-28 05:49

Message:
Logged In: YES 
user_id=543482

yes, I tried it on W2K.
BTW, AFAIK, the protocol handlers are read from right to left 
(from the property), no?

Ultimately, I can try to send you jboss-system.jar that should 
fix it :)

alex

--

Comment By: Rickard Öberg (rickardoberg)
Date: 2003-01-28 05:42

Message:
Logged In: YES 
user_id=28931

First of all, this is on W2K. Are you running on Linux?

Anyway, I added the setting to properties-service.xml.
Printing the property in a servlet indicates that it is set
properly (JBoss is before Sun's stuff).


--

Comment By: Alexey Loubyansky (loubyansky)
Date: 2003-01-28 05:40

Message:
Logged In: YES 
user_id=543482

I still think this is that bug with default protocol handlers. How 
did you make sure the JBoss' protocol handler is used for 
application.xml?
Note, if the deploy directory gets in the classpath earlier than 
the custom URLStreamHandlerFactory is setup then, AFAIK, 
specifying java.protocol.handler.pkgs won't help.

I coudn't reproduce it with jboss-3.2.0RC2.

alex

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=675984group_id=22866


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 4-February-2003

2003-02-04 Thread noreply


JBoss daily test results

SUMMARY

Number of tests run:   1024



Successful tests:  1019

Errors:5

Failures:  0





[time of test: 2003-02-04.09-00 GMT]
[java.version: 1.3.1_07]
[java.vendor: Sun Microsystems Inc.]
[java.vm.version: 1.3.1_07-b02]
[java.vm.name: Java HotSpot(TM) Client VM]
[java.vm.info: mixed mode]
[os.name: Linux]
[os.arch: i386]
[os.version: 2.4.18-14]

See http://users.jboss.org/~starksm/Branch_3_0/2003-02-04.09-00
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:   UnackedUnitTestCase
Test:testUnackedTopic(org.jboss.test.jbossmq.test.UnackedUnitTestCase)
Type:error
Exception:   java.lang.InternalError
Message: Test timeout
-



Suite:   LocalWrapperCleanupUnitTestCase
Test:
testAutoCommitOffInRemoteUserTx(org.jboss.test.jca.test.LocalWrapperCleanupUnitTestCase)
Type:error
Exception:   java.rmi.ServerException
Message: RemoteException occurred in server thread; nested exception is:   
java.rmi.ServerException: EJBException:; nested exception is:   
javax.ejb.EJBException: Row committed, autocommit still on!
-



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:   SimpleUnitTestCase
Test:testHaParitionName(org.jboss.test.naming.test.SimpleUnitTestCase)
Type:error
Exception:   javax.naming.CommunicationException
Message: Receive timed out
-



Suite:   EJBSpecUnitTestCase
Test:testMDBRunAs(org.jboss.test.security.test.EJBSpecUnitTestCase)
Type:error
Exception:   java.lang.NullPointerException
Message: 
-




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] Jboss 3.0.6 Release Notes

2003-02-04 Thread Sacha Labourey
If you were reading the ML, you could have seen this:

---
The 3.0.6 release made available via SourceForge on 2003-01-26 here:
https://sourceforge.net/project/showfiles.php?group_id=22866

now has change notes available which may be obtained from here:
http://sourceforge.net/project/shownotes.php?release_id=136135


Scott Stark
Chief Technology Officer
JBoss Group, LLC



---




 -Message d'origine-
 De : [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]De la part de Mike
 Savage
 Envoyé : mardi, 4 février 2003 15:17
 À : '[EMAIL PROTECTED]'
 Objet : RE: [JBoss-dev] Jboss 3.0.6 Release Notes


 Since no one has answered my second inquiry, I guess I'll now ask this:

 Will $$$ get me Release Notes for JBoss 3.0.6?

 Thank you,
 Mike Savage

 --__--__--

 From: Mike Savage [EMAIL PROTECTED]
 To: '[EMAIL PROTECTED]'
[EMAIL PROTECTED]
 Subject: RE: [JBoss-dev] Jboss 3.0.6 Release Notes
 Date: Fri, 31 Jan 2003 16:41:04 -0500
 Reply-To: [EMAIL PROTECTED]

 Earlier in the week, I asked when would Release Notes for JBoss 3.0.6 be
 made available.  I have seen no replies to my inquiry since then.  Is this
 the correct venue to make such a request?

 I apologize in advance if someone has replied and I missed it.

 Thank you,
 Mike Savage


 ---
 This SF.NET email is sponsored by:
 SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
 http://www.vasoftware.com
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] OracleLoginModule

2003-02-04 Thread Stefano Maestri




More clear now. I'm sorry to took your time.
So, I took a look, and I think I could do something like the CallerIdentityLoginModule adding a special connection from DriverManager to authenticate user over Oracle and get Roles. I'm going to try. Thanks alot for the support. I'll let ypu know how things will go on.

bye 

Stefano

Il mar, 2003-02-04 alle 15:38, David Jencks ha scritto:

 snip

 Well, I'm working on modification of the source. There some hack (I
 already tryied them and they work) to check the password and go on, but
 I'm trying to understand I could do something better implementing on
 JBoss the modified DES algorithm used by Oracle to make password check
 in a cleaner form.
 Just a doubt, if I use getConnection() not only in LoginModule, but 
 also
 on my applications I log to Oracle with just one user, so in this 
 manner
 I will have J2ee role in use, but I couldn't use the Oracle Roles on
 package/stored procedure and table. Is it correct? Or Could I use
 getConnection(user,pwd) in my Beans?

I'm not sure I understand exactly what you are trying to do, so let's 
see if I can explain how it works.  Basically there are 2 scenarios, 
Application managed security and Container managed security:

Application.  You call ds.getConnection(user, pw).  Do NOT supply a 
JAAS LoginModule for the datasource deployment.  Use ByApplication for 
the pooling criteria.  Your application will have to keep track of who 
it is running as and request connections as that user.

Container.  You call ds.getConnection().  DO supply a JAAS LoginModule 
for the datasource deployment.  This has to be a LoginModule that knows 
it is working with a ManagedConnectionFactory.  We have examples for 
CallerIdentity and ConfiguredIdentity.  These login modules supply a 
Subject with a PasswordCredential that includes a reference to the 
ManagedConnectionFactory created as part of the datasource deployment.  
Such a login module can use any algorithm it likes to determine the 
identity and credentials of the database user.  In the examples, 
Configured Identity always supplies the same user/pw, and 
CallerIdentity uses the user/pw your application is running under.  
It's also possible to lookup the application user in some kind of map 
to determine the db user/pw, although no one has contributed such a 
login module yet.  Use ByContainer for the pooling criteria unless you 
have figured out how to reauthenticate the Oracle connections (some 
people have been working on this recently)

With  the Container managed security, you may wish to get the security 
mapping information from the database.  This will mean the LoginModule 
will need one or more special connections to the db to query for this 
information.  You may want to get one such connection directly from 
DriverManager to avoid recursion -- the login module trying to get a 
connection for itself needing the login module to get a connection  
Alternatively you could get the connection from a separately configured 
datasource that does not need db info to determine the security.

One other point.  You can specify a default user/pw in the datasource 
configuration file.  This provides essentially the same effect as using 
the ConfiguredIdentity login module, but it is much simpler.  The main 
difference is which file the password is stored in.

I hope this clarifies things a bit:-)  I often find all the parts to 
keep track of confusing.

thanks
david jencks





 Thanks for the interest and your good code JBoss src is fun!!


 --- all work and no play makes Jack a dull boy
 ---

 bye Stefano
 [EMAIL PROTECTED]
 www.javalinux.it
 MSN messanger: [EMAIL PROTECTED]
 ICQ uin: 122192578
 Jabber: canezen
 #jedit IRC channel as maeste



 ---
 This SF.NET email is sponsored by:
 SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
 http://www.vasoftware.com
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development




--- all work and no play makes Jack a dull boy --- 

bye Stefano 

[EMAIL PROTECTED]
www.javalinux.it
MSN messanger: [EMAIL PROTECTED] 
ICQ uin: 122192578
Jabber: canezen
#jedit IRC channel as maeste 









[JBoss-dev] [ jboss-Bugs-680269 ] NoClassDefFoundError with struts1.0.2

2003-02-04 Thread SourceForge.net
Bugs item #680269, was opened at 2003-02-04 16:55
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=680269group_id=22866

Category: JBossWeb
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Oliver Busch (oliverbusch)
Assigned to: Nobody/Anonymous (nobody)
Summary: NoClassDefFoundError with struts1.0.2 

Initial Comment:
I get the following error while loading a entry from a 
resource. The code works fine with JBoss-2.4.6_Jetty-
4.0.1 but jboss-3.0.6 makes problems.

We use the following code to get the key:

import org.apache.struts.util.MessageResources;

/**
 * reads the message to the given key out of 
the struts-message-ressource-bundle.
 * @param resources MessageResource of 
the action
 * @param localeLocale the 
user has set
 * @param key   
the key in the ressource-bundle
 * @return String   the 
message
 */
public static String getMessage
(MessageResources resources, Locale locale, String 
key) {
return getMessage(resources, 
locale, key, null);
}

/**
 * reads the message to the given key out of 
the struts-message-ressource-bundle.
 * 
 * This method reads a message to the given 
key out of the
 * struts-message-ressource-bundle. It uses 
the currently activated struts-locale
 * of this session to determin the correct 
ressource and replaces placeholders
 * with the given arguments.
 *
 * @param resources MessageResource of 
the action
 * @param localeLocale the 
user has set
 * @param key   
the key in the ressource-bundle
 * @param args  a list of 
arguments to replace placeholders in the message
 * @return String   the 
message
 */
public static String getMessage
(MessageResources resources, Locale locale, String 
key, Object args[]) {

String message = null;

try {
if(args != null) {
message = 
resources.getMessage(locale, key, args);
} else {
message = 
resources.getMessage(locale, key);
}

if(message == null) {
message = 
key +  not found!;
}
} catch (Exception ex) {
// set messasge to 
error-description
message 
= exception:  + ex.getMessage();
}

return message;
}

16:36:06,256 WARN  [jbossweb] WARNING: Error 
for /pweb/xxx/genericAnalyseRequest.do?
id=de.xxx.pweb.a
nalyse.player.AnalyseAttendance
java.lang.NoClassDefFoundError: 
org/apache/struts/util/MessageResources
at de.xxx.pweb.utils.MessageUtils.getMessage
(MessageUtils.java:50)
at de.xxx.pweb.utils.MessageUtils.getMessage
(MessageUtils.java:25)
at 
de.xxx.pweb.xxx.analyse.GenericAnalyseSearchAction.
perform(GenericAnalyseSearchAction.jav
a:89)
at 
org.apache.struts.action.ActionServlet.processActionPerf
orm(ActionServlet.java:1787)
at org.apache.struts.action.ActionServlet.process
(ActionServlet.java:1586)
at org.apache.struts.action.ActionServlet.doGet
(ActionServlet.java:492)
at javax.servlet.http.HttpServlet.service
(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service
(HttpServlet.java:853)
at org.mortbay.jetty.servlet.ServletHolder.handle
(ServletHolder.java:360)
at 
org.mortbay.jetty.servlet.WebApplicationHandler$Chain.d
oFilter(WebApplicationHandler.java
:328)
at 
de.xxx.pweb.accessmanager.AccessFilter.doFilter
(AccessFilter.java:135)
at 
org.mortbay.jetty.servlet.WebApplicationHandler$Chain.d
oFilter(WebApplicationHandler.java
:320)
at 
org.mortbay.jetty.servlet.WebApplicationHandler.dispatc
h(WebApplicationHandler.java:272)
at org.mortbay.jetty.servlet.ServletHandler.handle
(ServletHandler.java:553)
at org.mortbay.http.HttpContext.handle
(HttpContext.java:1717)
at 
org.mortbay.jetty.servlet.WebApplicationContext.handle
(WebApplicationContext.java:549)
at org.mortbay.http.HttpContext.handle
(HttpContext.java:1667)
at org.mortbay.http.HttpServer.service
(HttpServer.java:862)
at org.jboss.jetty.Jetty.service(Jetty.java:497)
at org.mortbay.http.HttpConnection.service
(HttpConnection.java:759)
at org.mortbay.http.HttpConnection.handleNext
(HttpConnection.java:923)
at org.mortbay.http.HttpConnection.handle
(HttpConnection.java:776)
at 
org.mortbay.http.SocketListener.handleConnection
(SocketListener.java:202)
at 

Re: [JBoss-dev] Re: [JBoss-user] Migration to JBoss 3.0.6: farming deployment fails during start

2003-02-04 Thread Scott M Stark
I documented the required changes in the release notes. Its the commented out
info on the depends needed for wars in the farm-service.xml descriptor that needs
to be updated.


Scott Stark
Chief Technology Officer
JBoss Group, LLC


- Original Message - 
From: Bill Burke [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, February 04, 2003 6:32 AM
Subject: RE: [JBoss-dev] Re: [JBoss-user] Migration to JBoss 3.0.6: farming deployment 
fails during start


 I have put in a single logical name for the jetty and tomcat services.
 Please tell me the changes to make and I will commit on all branches since I
 am responsible.
 
 
 Apologies,
 
 
 Bill Burke
 Chief Architect
 JBoss Group, LLC
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Scott
  M Stark
  Sent: Monday, February 03, 2003 11:27 PM
  To: [EMAIL PROTECTED]
  Subject: [JBoss-dev] Re: [JBoss-user] Migration to JBoss 3.0.6: farming
  deployment fails during start
 
 
  Again there is a need for logical service aliases to avoid this.
 
  
  Scott Stark
  Chief Technology Officer
  JBoss Group, LLC
  
 
  - Original Message -
  From: Sacha Labourey [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, January 27, 2003 10:13 AM
  Subject: RE: [JBoss-user] Migration to JBoss 3.0.6: farming
  deployment fails during start
 
 
   Sh*t, who has modified this name?!?
  
   The change is crap as it makes the farm service fail but it is
  good as if we
   can have a single name for both jetty/tomcat it is easier to write mbean
   dependencies.
  
-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]De la part de Vladyslav
Kosulin
Envoye : lundi, 27 janvier 2003 18:50
A : [EMAIL PROTECTED]
Objet : Re: [JBoss-user] Migration to JBoss 3.0.6: farming deployment
fails during start
   
   
Sacha Labourey wrote:
 Can you make sure you have all these mbeans started:
 jboss:service=DefaultPartition
 jboss.ejb:service=EJBDeployer
 jboss.web:service=JBossWeb
 jboss.system:service=MainDeployer

 (in http://localhost:8080/jmx-console/ for example)

 I suspect:
  - either jbossweb (aka jetty) is not started
  - you have not started the all configuration (i.e.
DefaultPartition is not
 there) = run -c all
   
I found the cause: JBossWeb is obsolete name now.
Starting with JBoss 3.0.6 Jetty is being deployed as
  WebServer instead
of JBossWeb.
After I made the corresponding changes to farm-service.xml, it starts
O.K. Can somebody commit this changes to CVS?
   
Vlad
 
 
 
  ---
  This SF.NET email is sponsored by:
  SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
  http://www.vasoftware.com
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 
 
 ---
 This SF.NET email is sponsored by:
 SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
 http://www.vasoftware.com
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Securing JNDI http invoker.

2003-02-04 Thread Dave Smith
Ok. We got it to work but we had to call

new org.jboss.invocation.http.interfaces.Util();

after we logged in and before new did new InitialContext().

I think the test case works becuase it tests the failure first, which
would call the static part of Util to initalize the context, so when the
actual valid call is done the static method has been called.


Now do I have to hard code the http invokers into the jboss.xml
deployment file for each bean? Why does the naming lookup not update the
invocation context with the http invoker on the home methods and then
the home methods update the EJB clases  with the home's invoker type?

I need both http invocation and rmi based on how the bean was looked up
in JNDI.




On Mon, 2003-02-03 at 23:29, Scott M Stark wrote:
 Its handled by a custom java.net.Authenticator that integrates with the current
 security context. There are testcases showing how to access a secured JNDI
 invoker over http.
 
 
 Scott Stark
 Chief Technology Officer
 JBoss Group, LLC
 
 
 - Original Message - 
 From: Dave Smith [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, February 03, 2003 8:33 AM
 Subject: [JBoss-dev] Securing JNDI http invoker.
 
 
  
  I am using JBOSS 3.0.6 and am trying to secure the JNDI invoker via
  https. Looking at the code there seems to such way to do this. How do
  you get the current username and password from the current login
  context?  It would be fairly trival to check the return value, if it is
  401 then retry with the current login. So ..
  
  if(connn.getResponseCode() ==
  java.net.HttpURLConnection.HTTP_UNAUTHORIZED)
  {
  
  get login,pass from login context
  
  userPassword=userName+:+passwd
  
  String encoding = new
  sun.misc.BASE64Encoder().encode(userPassword.getBytes());
  URLConnection uc = url.openConnection();
  uc.setRequestProperty  (Authorization, Basic  + encoding);
  getInputStream blah,blah,blah 
  
  }
  
  
  
  
  
  ---
  This SF.NET email is sponsored by:
  SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
  http://www.vasoftware.com
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development
  
 
 
 ---
 This SF.NET email is sponsored by:
 SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
 http://www.vasoftware.com
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] Jboss 3.0.6 Release Notes

2003-02-04 Thread Bill Burke
Yes, I will accept $10 per change note.  Please send me your credit card
information so that I can bill you directly.

Bill

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Mike
 Savage
 Sent: Tuesday, February 04, 2003 9:17 AM
 To: '[EMAIL PROTECTED]'
 Subject: RE: [JBoss-dev] Jboss 3.0.6 Release Notes


 Since no one has answered my second inquiry, I guess I'll now ask this:

 Will $$$ get me Release Notes for JBoss 3.0.6?

 Thank you,
 Mike Savage

 --__--__--

 From: Mike Savage [EMAIL PROTECTED]
 To: '[EMAIL PROTECTED]'
[EMAIL PROTECTED]
 Subject: RE: [JBoss-dev] Jboss 3.0.6 Release Notes
 Date: Fri, 31 Jan 2003 16:41:04 -0500
 Reply-To: [EMAIL PROTECTED]

 Earlier in the week, I asked when would Release Notes for JBoss 3.0.6 be
 made available.  I have seen no replies to my inquiry since then.  Is this
 the correct venue to make such a request?

 I apologize in advance if someone has replied and I missed it.

 Thank you,
 Mike Savage


 ---
 This SF.NET email is sponsored by:
 SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
 http://www.vasoftware.com
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [ jboss-Bugs-680165 ] Error parsning oracle-xa-service.xml

2003-02-04 Thread SourceForge.net
Bugs item #680165, was opened at 2003-02-04 14:17
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=680165group_id=22866

Category: JBossTX
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jonas Carlson (jonascarlson)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error parsning oracle-xa-service.xml

Initial Comment:
In JBoss 3.0.5 and 3.0.6 both I get an exception at 
startup: DeploymentException: expected one config-
property-value tag.

This happen when parsning the oracle-xa-service.xml 
file and is as far as I can tell caused by a bug in 
org.jboss.resource.connectionmanager.RARDeployment.

The oracle-xa-service.xml file is based on the example 
included in the release and it works just fine in 3.0.4.

I've included a quick fix for the problem in the attached 
file (we're running this as a patch).


--

Comment By: Andreas Schufft (asch0002-1)
Date: 2003-02-04 20:14

Message:
Logged In: YES 
user_id=704550

I've entered the same problems with MSSQL2K. See bug 667492,
this helps for me

--

Comment By: Igor Fedorenko (igorfie)
Date: 2003-02-04 15:51

Message:
Logged In: YES 
user_id=232950

Don't bother with xa oracle in 3.0, you'll have problems even if 
you manage to configure a datasource. XA Oracle works with 
JBoss 3.2. Check bug 614116 for more details. We probably 
should remove oracle-xa-service.xml from 3.0 to avoid 
confusion.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=680165group_id=22866


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [ jboss-Bugs-680165 ] Error parsning oracle-xa-service.xml

2003-02-04 Thread SourceForge.net
Bugs item #680165, was opened at 2003-02-04 13:17
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=680165group_id=22866

Category: JBossTX
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jonas Carlson (jonascarlson)
Assigned to: David Jencks (d_jencks)
Summary: Error parsning oracle-xa-service.xml

Initial Comment:
In JBoss 3.0.5 and 3.0.6 both I get an exception at 
startup: DeploymentException: expected one config-
property-value tag.

This happen when parsning the oracle-xa-service.xml 
file and is as far as I can tell caused by a bug in 
org.jboss.resource.connectionmanager.RARDeployment.

The oracle-xa-service.xml file is based on the example 
included in the release and it works just fine in 3.0.4.

I've included a quick fix for the problem in the attached 
file (we're running this as a patch).


--

Comment By: David Jencks (d_jencks)
Date: 2003-02-04 19:43

Message:
Logged In: YES 
user_id=60525

I don't recommend using any xa datasource with jboss 3.0.x.  Also I thought I fixed 
this problem, but I will take another look.

--

Comment By: Andreas Schufft (asch0002-1)
Date: 2003-02-04 19:14

Message:
Logged In: YES 
user_id=704550

I've entered the same problems with MSSQL2K. See bug 667492,
this helps for me

--

Comment By: Igor Fedorenko (igorfie)
Date: 2003-02-04 14:51

Message:
Logged In: YES 
user_id=232950

Don't bother with xa oracle in 3.0, you'll have problems even if 
you manage to configure a datasource. XA Oracle works with 
JBoss 3.2. Check bug 614116 for more details. We probably 
should remove oracle-xa-service.xml from 3.0 to avoid 
confusion.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=680165group_id=22866


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] JBoss-IDE 1.0 alpha_06 released

2003-02-04 Thread Hans Dockter
JBoss-IDE 1.0 alpha_06 is a bugfix release.

Download at:

http://prdownloads.sourceforge.net/jboss/jbosside1.0a_06.zip?download

See the releasenotes for fixed bugs, known problems, workarounds,
etc:

http://sourceforge.net/project/shownotes.php?group_id=22866release_id=138053

I'm out of office from February 5-8. So if there are any problems I
will cope with them when I'm back.

Hans



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 4-February-2003

2003-02-04 Thread scott . stark


JBoss daily test results

SUMMARY

Number of tests run:   1062



Successful tests:  1052

Errors:7

Failures:  3





[time of test: 2003-02-05.04-28 GMT]
[java.version: 1.4.1_01]
[java.vendor: Sun Microsystems Inc.]
[java.vm.version: 1.4.1_01-b01]
[java.vm.name: Java HotSpot(TM) Client VM]
[java.vm.info: mixed mode]
[os.name: Windows 2000]
[os.arch: x86]
[os.version: 5.0]

Useful resources:

- http://users.jboss.org/~starksm/Branch_3_2/2003-02-05.04-28 for
the junit report 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:   InvocationLayerStressTestCase
Test:
testOILMutliSessionOneConnection(org.jboss.test.jbossmq.perf.InvocationLayerStressTestCase)
Type:error
Exception:   java.lang.InternalError
Message: Test timeout
-



Suite:   ScopedDataSourceUnitTestCase
Test:warning(junit.framework.TestSuite$1)
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: Class org.jboss.test.jca.test.ScopedDataSourceUnitTestCase has no public 
constructor TestCase(String name)
-



Suite:   DeployXMBeanUnitTestCase
Test:testDeployUserXMBean(org.jboss.test.jmx.test.DeployXMBeanUnitTestCase)
Type:error
Exception:   org.jboss.deployment.DeploymentException
Message: create operation failed for package 
file:/C:/usr/JBoss3.2/jboss-3.2/testsuite/output/lib/user-xmbean.sar; - nested 
throwable: (org.jboss.deployment.DeploymentException: Error parsing the XML file: 
org.xml.sax.SAXParseException: Attribute persistPolicy with value Never must have 
a value from the list NEVER ONUPDATE NOMOREOFTENTHAN ONTIMER .; - nested throwable: 
(javax.management.NotCompliantMBeanException: Error parsing the XML file: 
org.xml.sax.SAXParseException: Attribute persistPolicy with value Never must have 
a value from the list NEVER ONUPDATE NOMOREOFTENTHAN ONTIMER .))
-



Suite:   JarInSarJSR77UnitTestCase
Test:
testFakeParentCreatedAndRemoved(org.jboss.test.jmx.test.JarInSarJSR77UnitTestCase)
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: fakeApp jsr-77 mbean is still present
-



Suite:   MissingClassUnitTestCase
Test:
testDeployServiceWithoutClass(org.jboss.test.jmx.test.MissingClassUnitTestCase)
Type:error
Exception:   org.jboss.deployment.DeploymentException
Message: create operation failed for package 
file:/C:/usr/JBoss3.2/jboss-3.2/testsuite/output/lib/missingclass-service.xml; - 
nested throwable: (javax.management.InstanceNotFoundException: 
jboss.test:name=missingclasstest is not registered.)
-



Suite:   JSR77SpecUnitTestCase
Test:testNavigation(org.jboss.test.management.test.JSR77SpecUnitTestCase)
Type:error
Exception:   java.lang.NullPointerException
Message: 
-



Suite:   SecurePerfStressTestCase
Test:java.lang.SecurityException: Configuration Error:  Line 0: expected [{], 
found [null]
Type:error
Exception:   java.lang.SecurityException
Message: Configuration Error:  Line 0: expected [{], found [null]
-



Suite:   HttpsUnitTestCase
Test:testJSSE(org.jboss.test.security.test.HttpsUnitTestCase)
Type:error
Exception:   java.net.BindException
Message: Address already in use: JVM_Bind
-



Suite:   SRPUnitTestCase
Test:testEchoArgs(org.jboss.test.security.test.SRPUnitTestCase)
Type:error
Exception:   java.lang.reflect.UndeclaredThrowableException
Message: 
-



Suite:   WebIntegrationUnitTestCase
Test:testJSPClasspath(org.jboss.test.web.test.WebIntegrationUnitTestCase)
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: Access to: http://jduke:theduke@localhost:8080/jbosstest/classpath.jsp 
failed with responseCode=500
-




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-02-04 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

 belong to the same package as the referring class. The classes are:
org.jboss.resource.BaseBootstrapContext -- BaseBootstrapContextMBean qualified to 
BaseBootstrapContextMBean
org.jboss.resource.RARDeployer -- RARDeployerMBean qualified to RARDeployerMBean
org.jboss.resource.adapter.jms.JmsConnectionFactory -- TopicConnectionFactory 
qualified to TopicConnectionFactory
org.jboss.resource.adapter.jms.JmsConnectionFactory -- QueueConnectionFactory 
qualified to QueueConnectionFactory
org.jboss.resource.adapter.jms.JmsSessionFactory -- Connection qualified to Connection
org.jboss.resource.adapter.jms.JmsSessionFactory -- TopicConnection qualified to 
TopicConnection
org.jboss.resource.adapter.jms.JmsSessionFactory -- QueueConnection qualified to 
QueueConnection
org.jboss.resource.connectionmanager.BaseConnectionManager2 -- 
BaseConnectionManager2MBean qualified to BaseConnectionManager2MBean
org.jboss.resource.connectionmanager.CachedConnectionManager -- 
CachedConnectionManagerMBean qualified to CachedConnectionManagerMBean
org.jboss.resource.connectionmanager.JBossManagedConnectionPool -- 
JBossManagedConnectionPoolMBean qualified to JBossManagedConnectionPoolMBean
org.jboss.resource.connectionmanager.LocalTxConnectionManager -- 
LocalTxConnectionManagerMBean qualified to LocalTxConnectionManagerMBean
org.jboss.resource.connectionmanager.TxConnectionManager -- TxConnectionManagerMBean 
qualified to TxConnectionManagerMBean
org.jboss.resource.connectionmanager.NoTxConnectionManager -- 
BaseConnectionEventListener qualified to BaseConnectionEventListener
org.jboss.resource.connectionmanager.XATxConnectionManager -- 
XATxConnectionManagerMBean qualified to XATxConnectionManagerMBean
org.jboss.resource.endpoint.JBossMessageEndpointFactory -- 
JBossMessageEndpointFactoryMBean qualified to JBossMessageEndpointFactoryMBean
org.jboss.resource.work.BaseWorkManager -- BaseWorkManagerMBean qualified to 
BaseWorkManagerMBean

compile-source-jdbc2:
 [echo] jdbc2
 [copy] Copying 2 files to 
/home/jboss/jbossci/jboss-head/connector/output/gen/classes
 [copy] Copying 5 files to 
/home/jboss/jbossci/jboss-head/connector/output/gen/classes

compile-classes:
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/connector/output/classes
[javac] Compiling 65 source files to 
/home/jboss/jbossci/jboss-head/connector/output/classes
/home/jboss/jbossci/jboss-head/connector/src/main/org/jboss/resource/endpoint/JBossMessageEndpointFactory.java:132:
 cannot resolve symbol
symbol  : variable TX_REQUIRED  
location: class org.jboss.metadata.MetaData
if (bmd.getMethodTransactionType(onMessage, new Class[] {Message.class}, 
InvocationType.LOCAL) == MetaData.TX_REQUIRED);
   
 ^
/home/jboss/jbossci/jboss-head/connector/output/gen/classes/org/jboss/resource/adapter/jdbc/WrappedPreparedStatement.java:42:
 warning: setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement 
has been deprecated
public class WrappedPreparedStatement 
   ^
/home/jboss/jbossci/jboss-head/connector/output/gen/classes/org/jboss/resource/adapter/jdbc/WrappedCallableStatement.java:66:
 warning: getBigDecimal(int,int) in java.sql.CallableStatement has been deprecated
public class WrappedCallableStatement 
   ^
/home/jboss/jbossci/jboss-head/connector/output/gen/classes/org/jboss/resource/adapter/jdbc/WrappedCallableStatement.java:66:
 warning: setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement 
has been deprecated
public class WrappedCallableStatement 
   ^
/home/jboss/jbossci/jboss-head/connector/output/gen/classes/org/jboss/resource/adapter/jdbc/WrappedCallableStatement.java:980:
 warning: getBigDecimal(int,int) in java.sql.CallableStatement has been deprecated
 return cs.getBigDecimal(parameterIndex, scale); 
  ^
1 error
4 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/connector/build.xml:196: Compile failed; see the 
compiler error output for details.

Total time: 2 minutes 29 seconds


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]