[JBoss-dev] Web console

2003-01-28 Thread wonder sonic
Hello,
I've posted a message in the Management on JBoss
forum but my message isn't displayed :(

So here is my question:
I've started JBoss and then accessed the web-console
with http://localhost:8080/web-console/

and then, I get the following exception:

java.security.AccessControlException: access denied
(java.net.SocketPermission XXX.XXX.XXX.192:3117
connect,resolve)
at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)
at
java.security.AccessController.checkPermission(AccessController.java:401)
at
java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
at
java.lang.SecurityManager.checkConnect(SecurityManager.java:1044)
at java.net.Socket.connect(Socket.java:419)
at java.net.Socket.connect(Socket.java:375)
at java.net.Socket.init(Socket.java:290)
at java.net.Socket.init(Socket.java:118)
at
sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
at
sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:122)
at
sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:562)
at
sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
at
sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
at
sun.rmi.server.UnicastRef.invoke(UnicastRef.java:101)
at org.jnp.server.NamingServer_Stub.lookup(Unknown
Source)
at
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:492)
at
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:471)
at
javax.naming.InitialContext.lookup(InitialContext.java:347)
at
org.jboss.console.navtree.ConsoleTreeModel.getPM(ConsoleTreeModel.java:243)
at
org.jboss.console.navtree.ConsoleTreeModel.loadTree(ConsoleTreeModel.java:102)
at
org.jboss.console.navtree.ConsoleTreeModel.init(ConsoleTreeModel.java:60)
at
org.jboss.console.navtree.AdminTreeBrowser.init(AdminTreeBrowser.java:63)
at
org.jboss.console.navtree.AppletBrowser.start(AppletBrowser.java:53)
at sun.applet.AppletPanel.run(AppletPanel.java:355)
at java.lang.Thread.run(Thread.java:536)

I use the Plug-in Java(TM): Version 1.4.0_02.

Should the applet.jar be signed?

WS

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.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 VM type - benchmark?

2003-01-21 Thread wonder sonic
Hello,
I was reading the following webpage:
http://java.sun.com/docs/hotspot/PerformanceFAQ.html#2
and then I thought of JBoss :)

Is there any benchmark (for a win32 platform)
dealing with JBoss running on client vs server VM?

TIA,
WS

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Console build failed...

2003-01-20 Thread wonder sonic
Hello,
jboss-head doesn't compile :(
It seems that it comes from the bsh-core-1.2b7.jar
which is not declared in the class path or something
like that.

Cheers,
WS

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: JBossScript was RE: [JBoss-dev] JNuke dev

2003-01-14 Thread wonder sonic
Hello,
And what would be the goal for that?
Could you give examples?

regards,
WS

 --- marc fleury [EMAIL PROTECTED] a écrit : 
dain :)
 
 marcf
 
  -Original Message-
  From:
 [EMAIL PROTECTED] 
 

[mailto:[EMAIL PROTECTED]]
 On 
  Behalf Of Bill Burke
  Sent: Tuesday, January 14, 2003 3:32 PM
  To: [EMAIL PROTECTED]
  Subject: JBossScript was RE: [JBoss-dev] JNuke dev
  
  
  Anybody want to take this on?  Could be an
 interesting 
  project.  I think the idea has merit Dain.  Great
 thought.
  
  
  Bill Burke
  Chief Architect
  JBoss Group, LLC
  
  
  
   -Original Message-
   From:
 [EMAIL PROTECTED]
  

[mailto:[EMAIL PROTECTED]]On
 Behalf Of 
   Bill Burke
   Sent: Tuesday, January 14, 2003 3:26 PM
   To: [EMAIL PROTECTED]
   Subject: RE: [JBoss-dev] JNuke dev
  
  
   Its a good idea.  Anybody want to implement
 this?  
  JBossScript we can 
   call it.
  
   Bill
  
-Original Message-
From:
 [EMAIL PROTECTED]
   

[mailto:[EMAIL PROTECTED]]On
 
  Behalf Of 
Dain Sundstrom
Sent: Tuesday, January 14, 2003 2:16 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-dev] JNuke dev
   
   
Bill,
   
This reminds me of an I deal I has last night
 (couldn't 
  sleep).  I 
was thinking of the script based MBean support
 Sacha added, and I 
thought can we make plain old java work like a
 scripting 
  language.  
Here is what I came up with:
   + The user writes a class BlahService.java
   + This source file is places in our
 deployment directory
   + We run Xdoclet on it to generate the
 MBean 
  deployment descriptor
   + We compile the java file
   + Deploy
   
Java as a scripting language.
   
What do you think?
   
-dain
   
On Tuesday, January 14, 2003, at 12:50 PM,
 Bill Burke wrote:
   
 The only negative comment I have in using
 JMX is that the PHP 
 community may have a tough time switching
 over to Nukes 
  on JBoss 
 if you have to have a
 package structure like a SAR or a WAR.  I
 hate to say 
  it, but does it
 need
 to be dumbed-down for the PHP community? 
 This type 
  of community
 needs to
 be able to edit a JSP and immediately see
 the change on 
  the webserver.
  Is
 it possible to be all JSP based for themes,
 modules and 
  blocks?  You
 could
 use a URL fragement and JSP:Include to
 decide what theme to use.

 Just a thought.  Maybe JMX and such is the
 way to go.  
  Just want 
 to give you something to think about.

 Bill

 -Original Message-
 From:
 [EMAIL PROTECTED]
 
 

[mailto:[EMAIL PROTECTED]]On
 Behalf 
 Of julien viet
 Sent: Tuesday, January 14, 2003 11:31 AM
 To: SourceForge.net
 Subject: [JBoss-dev] JNuke dev


 hi folks,

  JNuke adventure has started.
 After analysis of PostNuke I've began the
 development, still 
 early though.

  I keep everything that's good in PostNuke
 and throw 
  all the shit 
 away :

  modules, blocks, permissions system, url
 system and themes.

  JMX is used for PostNuke components :
 themes,
 modules and blocks are all JMX mbeans. Here
 are my reasons :

  A : general

  1.we need a component structure, why not
 JMX ? after all
another forum say that's lightweight.

  2.theses components do not have to scale,
 i.e the 
  number of modules,
blocks and themes is very small.

  B : for modules

  1.Ability to deploy/undeploy when
 application is running.

  2.It's easy to deploy additional modules
 as a separate
   deployment and
have them register in the same registry.

  3.PostNuke is all about invoking module
 functions.
Url like
 index.php?module=Userop=register means
that the PN must call the method
 register on module User.
For me that means that the servlet
 retrieves the mbean
under the name
 jnuke:publicmodules:name=User
and invokes the operation register().

  4.When a module is installed and
 configured it plug
block mbeans in the JMX.

  C : for blocks, same reasons as above
 except 3 and 4
  as invocation is typed for 3.

  D : for themes, same reasons as above
 except 3 and 4
  as invocation is typed for 3.


  EJB are used for the model :
 
=== message truncated === 

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


---
This SF.NET email is sponsored by: Take your first step towards giving 
your online business a competitive advantage. Test-drive a Thawte SSL 
certificate - our easy online guide will show you how. Click here to get 
started: 

[JBoss-dev] JBoss and UML?

2002-12-14 Thread wonder sonic
Hello,
Looking the source code of the 4.0.0alpha version, 
I noticed the presence of Together diagrams in the
jboss.net/testsuite directory. Wouldn't it be useful
to add such development documentation (UML diagrams,
not only classes diagrams) to other modules? 

I think it could help new developers who wish to
contribute.

Best regards,
WS

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] JBoss and UML?

2002-12-14 Thread wonder sonic
Well, it's a sort of answer I really appreciate
(seriously). However, I think it should be detailed.

-1- Where should those diagrams reside? in the same
directories of the java files or in an other directory
named diagrams (for example).

-2- AFAIK, only the ones who have designed the
different modules might create the best UML diagrams
(activity, usecase...). I haven't the impertinence to
say that I could do that! :)

-3- A synchronization problem could occur for the
developers who don't have such tools: modification of
the source code whitout modification of the diagrams.

-4- Perhaps some Together project files could be
added?

-5- I can personnaly create class diagrams for the
JBoss modules. What format shall I use? wmf, gif,
Together (v6)?

WS

 --- Bill Burke [EMAIL PROTECTED] a écrit :  You want
it. Do it.
 
 
 
 Bill Burke
 Chief Architect
 JBoss Group, LLC
 
 
 
  -Original Message-
  From:
 [EMAIL PROTECTED]
 

[mailto:[EMAIL PROTECTED]]On
 Behalf Of
  wonder sonic
  Sent: Saturday, December 14, 2002 12:24 PM
  To: [EMAIL PROTECTED]
  Subject: [JBoss-dev] JBoss and UML?
 
 
  Hello,
  Looking the source code of the 4.0.0alpha version,
  I noticed the presence of Together diagrams in the
  jboss.net/testsuite directory. Wouldn't it be
 useful
  to add such development documentation (UML
 diagrams,
  not only classes diagrams) to other modules?
 
  I think it could help new developers who wish to
  contribute.
 
  Best regards,
  WS
 
 

___
  Do You Yahoo!? -- Une adresse @yahoo.fr gratuite
 et en français !
  Yahoo! Mail : http://fr.mail.yahoo.com
 
 
 

---
  This sf.net email is sponsored by:
  With Great Power, Comes Great Responsibility
  Learn to use your power at OSDN's High Performance
 Computing Channel
  http://hpc.devchannel.org/
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
 

https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 
 

---
 This sf.net email is sponsored by:
 With Great Power, Comes Great Responsibility 
 Learn to use your power at OSDN's High Performance
 Computing Channel
 http://hpc.devchannel.org/
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]

https://lists.sourceforge.net/lists/listinfo/jboss-development 

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] JBoss and UML?

2002-12-14 Thread wonder sonic
 --- David Jencks [EMAIL PROTECTED] a
écrit :  On 2002.12.14 14:01:45 -0500 wonder sonic
wrote:
  Well, it's a sort of answer I really appreciate
  (seriously). However, I think it should be
 detailed.
  
  -1- Where should those diagrams reside? in the
 same
  directories of the java files or in an other
 directory
  named diagrams (for example).
  
  -2- AFAIK, only the ones who have designed the
  different modules might create the best UML
 diagrams
  (activity, usecase...). I haven't the impertinence
 to
  say that I could do that! :)
  
  -3- A synchronization problem could occur for the
  developers who don't have such tools: modification
 of
  the source code whitout modification of the
 diagrams.
 
 I think this is a really serious problem.  
 I also think most developers don't think uml
 diagrams work very well for the kind of 
 meta-programming done in a lot of the server 
 core. 

Could you please explain what you mean by
meta-programming?

 I haven't tried, but would be happy if
 this was demonstrated to be wrong.

In most cases, UML diagrams could help to communicate
new developments design, explain *quickly* the
dependencies between packages, classes and interfaces,
show the logic of an algorithm... Moreover, the fact
that UML is a graphical language reduces the
explanation of a complex algorithm for example:
-
http://www.visualuml.com/Sample%20Diagrams/Fig%209-1%20Activity%20Diagram.jpg
-
http://msdn.microsoft.com/library/en-us/f_and_m/html/vxfm7_topleveldiagram.gif
-
http://www.smartdraw.com/resources/centers/flowcharts/images/flowchart_deployment_example.gif

  
  -4- Perhaps some Together project files could be
  added?
 
 Who is going to keep them in sync?  Out of date is
 worse than not there.

Indeed! In fact, we can consider UML diagrams as a
complement to javadoc. When a development is done,
javadoc should be synchronized with it, UML diagrams
should be synchronized the same way.
The main problem is how can developers update UML
diagrams? An open source tool would be welcome.

  
  -5- I can personnaly create class diagrams for the
  JBoss modules. What format shall I use? wmf, gif,
  Together (v6)?
 
 I suggest xmi using argo/poseidon.

Yes, xmi is a standard for UML diagrams. But they only
are useful to those who can use them with the right
tool. I think an image format could be used too for
those who don't have such tool.

WS

 
 david jencks
  
  WS
  
   --- Bill Burke [EMAIL PROTECTED] a écrit :  You
 want
  it. Do it.
   
   
   
   Bill Burke
   Chief Architect
   JBoss Group, LLC
   
   
   
-Original Message-
From:
   [EMAIL PROTECTED]
   
  
 

[mailto:[EMAIL PROTECTED]]On
   Behalf Of
wonder sonic
Sent: Saturday, December 14, 2002 12:24 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-dev] JBoss and UML?
   
   
Hello,
Looking the source code of the 4.0.0alpha
 version,
I noticed the presence of Together diagrams in
 the
jboss.net/testsuite directory. Wouldn't it be
   useful
to add such development documentation (UML
   diagrams,
not only classes diagrams) to other modules?
   
I think it could help new developers who wish
 to
contribute.
   
Best regards,
WS
   
   
  
 

___
Do You Yahoo!? -- Une adresse @yahoo.fr
 gratuite
   et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
   
   
   
  
 

---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High
 Performance
   Computing Channel
http://hpc.devchannel.org/
   
 ___
Jboss-development mailing list
[EMAIL PROTECTED]
   
  
 

https://lists.sourceforge.net/lists/listinfo/jboss-development
   
   
   
  
 

---
   This sf.net email is sponsored by:
   With Great Power, Comes Great Responsibility 
   Learn to use your power at OSDN's High
 Performance
   Computing Channel
   http://hpc.devchannel.org/
   ___
   Jboss-development mailing list
   [EMAIL PROTECTED]
  
 

https://lists.sourceforge.net/lists/listinfo/jboss-development
 
  
 

___
  Do You Yahoo!? -- Une adresse @yahoo.fr gratuite
 et en français !
  Yahoo! Mail : http://fr.mail.yahoo.com
  
  
 

---
  This sf.net email is sponsored by:
  With Great Power, Comes Great Responsibility 
  Learn to use your power at OSDN's High Performance
 Computing Channel
  http://hpc.devchannel.org/
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
 

https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] jboss-head compilation failure

2002-12-05 Thread wonder sonic
Hello,
Can someone help me?
I've updated jboss-head and I get this message when I
run build.bat in the build directory:

Calling ..\tools\bin\ant.bat -logger
org.apache.tools.ant.NoBannerLogger
Buildfile: build.xml

_buildmagic:init:
Trying to override old definition of task property

BUILD FAILED
file:E:/forum
jboss/jboss/jboss-head/build/../tools/etc/buildfragments/tools.ent:29:

taskdef class xdoclet.modules.jmx.JMXDocletTask cannot
be found

Total time: 3 seconds

What should I do?

TIA,
WS

___
Soyez solidaire soutenez l’action du Téléthon avec Yahoo! France.
http://www1.telethon.fr/030-Espace-Relais-Dons/webtirelire1.asp?hebergeur_id=1309


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Contributing...

2002-12-02 Thread wonder sonic
Looks interesting, how may I help you then?

 --- julien viet [EMAIL PROTECTED] a écrit : 
Hello wonder,
 
 Monday, December 2, 2002, 3:04:09 PM, you wrote:
 
 ws Hello,
 ws I would like to know if contributing to the
 ws development of JBoss means only debugging?
 ws Does the *optimization* of one class or two may
 help?
 ws If the answer is yes, then could you tell me
 where I
 ws can find informations to send patchs?
 
 ws TIA,
 ws Wonder Sonic
 
 ws

___
 ws Do You Yahoo!? -- Une adresse @yahoo.fr gratuite
 et en français !
 ws Yahoo! Mail : http://fr.mail.yahoo.com
 
 
 ws

---
 ws This SF.net email is sponsored by: Get the new
 Palm Tungsten T 
 ws handheld. Power  Color in a compact size! 
 ws

http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
 ws ___
 ws Jboss-development mailing list
 ws [EMAIL PROTECTED]
 ws

https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 you can help to forum dev if you want. there are
 things to do.
 
 -- 
 Best regards,
  julien   
 mailto:[EMAIL PROTECTED]
 

___
 Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et
 en français !
 Yahoo! Mail : http://fr.mail.yahoo.com
 
 

---
 This SF.net email is sponsored by: Get the new Palm
 Tungsten T 
 handheld. Power  Color in a compact size! 

http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]

https://lists.sourceforge.net/lists/listinfo/jboss-development 

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power  Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] EJB 2.1 specification

2002-10-19 Thread wonder sonic
Hello dear JBoss team,
Has anyone have a look at the proposed final draft
for the EJB specifivation 2.1?
http://java.sun.com/products/ejb/docs.html

WS

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


---
This sf.net email is sponsored by:
Access Your PC Securely with GoToMyPC. Try Free Now
https://www.gotomypc.com/s/OSND/DD
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] JBoss - Components Library

2002-09-27 Thread wonder sonic

Hello,
I would like to know the point of view of the JBoss
developer team about the thread JBoss - Components
Library in the JBoss-User mailing list.

Any comment would be appreciated :)
Wonder Sonic

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development