[JBoss-dev] Re: DR3 release and freeze

2004-02-25 Thread Bill Burke


Adrian Brock wrote:

My main concern is the large memory footprint that has crept into
JBoss4.
We can take a look at that the freeze week.

Bill

--

Bill Burke
Chief Architect
JBoss Inc.



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


[JBoss-dev] DR3 release and freeze

2004-02-25 Thread Bill Burke
Hi all,

I'd like to do a DR3 of 4.0 Mid March.  To do that we need to be ready 
to stabilize 4.0.  I'd like to freeze feature development starting March 
10th.  For a week, fix testsuite, run SpecJ, stabilize, fix bugs. 
Release will be 17th on St. Patty's day so we can all drink to our hard 
work in DR3.

Featured in the release:

EJB 2.1 stuff:
  - web services compliance
  - EJB Timer Service
  - EJB QL updates
JMX 1.2 compliance
JBoss AOP
Anything else that should be featured?  Anybody have any concerns with 
the release?

Thanks,

Bill

--

Bill Burke
Chief Architect
JBoss Inc.



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


[JBoss-dev] Re: DR3 release and freeze

2004-02-25 Thread Adrian Brock
On Wed, 2004-02-25 at 04:13, Bill Burke wrote:
> Hi all,
> 
> I'd like to do a DR3 of 4.0 Mid March.  To do that we need to be ready 
> to stabilize 4.0.  I'd like to freeze feature development starting March 
> 10th.  For a week, fix testsuite, run SpecJ, stabilize, fix bugs. 
> Release will be 17th on St. Patty's day so we can all drink to our hard 
> work in DR3.
> 
> Featured in the release:
> 
> EJB 2.1 stuff:
>- web services compliance
>- EJB Timer Service
>- EJB QL updates
> JMX 1.2 compliance
> JBoss AOP
> 
> Anything else that should be featured?  Anybody have any concerns with 
> the release?
> 

Last Resource gambit in JBossTM
JMS1.1 compliance (Currently WIP)

My main concern is the large memory footprint that has crept into
JBoss4.

Regards,
Adrian

> Thanks,
> 
> Bill
-- 
 
Adrian Brock
Director of Support
Back Office
JBoss Inc.
 



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


[JBoss-dev] SnmpAgent startup sequence

2004-02-25 Thread Guy Thomas
When SnmpAgent is loaded in JBoss it read 3 files (managers.xml, 
notifications.xml and mbeans.xml).

However, at that moment our application services haven't been
loaded by JBoss yet. As a result, I cannot specify these
services in mbeans.xml, because the services don't
exist yet.
How do I get around this chicken and egg problem? SnmpAgent
has to be first because it has to send a trap when our services
are started, but our services have to be there before SnmpAgent
because otherwise they aren't recognized by SnmpAgent when
mbeans.xml is parsed.
Or is there a way of registering a service with an already
running SnmpAgent when it is loaded?


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


RE: [JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: New AOP stuff going on.

2004-02-25 Thread Marc Fleury
Oy!

This pisses me off, we NEED TO HAVE THIS ONLINE as the forums start getting
out of sync.

Claude 

1- please stop using "u" when you mean you.  
2- contribute and get RW if you will
3- repost this online
4- bill please use the FORUMS to answer, just click on the link

marcf 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of claudehussenet
> Sent: Sunday, February 22, 2004 2:05 PM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: New 
> AOP stuff going on.
> 
> I have looked at how to answer to my second question (The 
> easiest one ;-))
> 
> The class advised for a Caller pointcut is the calling class.
> I didn't find a way to get a handle on this class within the 
> implementation of the Interceptor.So ,by adding the following 
> code within the invokeCaller method from the ClassAdvisor 
> class ,I am solving my problem.
> 
> // New field added within the CallerInvocation class.
> invocation.callingClass = this.clazz; 
> 
> Then ,to get information on the calling class ,we just need 
> to call the following static method in the Interceptor implementation 
> 
> Method callingMethod 
> =MethodHashing.findMethodByHash(methodInvocation.callingClass,
> methodInvocation.callingMethodHash);
> 
> let me know what u think.
> 
> Thx-Claude
> 
> 
> View the original post : 
> http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38224
> 59#3822459
> 
> Reply to the post : 
> http://www.jboss.org/index.html?module=bb&op=posting&mode=repl
> y&p=3822459
> 
> 
> ---
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with a free 
> DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> ___
> JBoss-Development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 


smime.p7s
Description: S/MIME cryptographic signature


[JBoss-dev] EJB Timer Service

2004-02-25 Thread Bill Burke
Committed merged-up version of Andreas's EJB Timer Service work.  After 
fixings a few bugs, it kinda works.  Is somebody interested in making it 
complete?

1) Transaction support is needed
2) Entity needs to keep ContainerTimerService map as a WeakValueHashMap 
(see org.jboss.util)
3) Scott also seems to want to use quartz as our new scheduler and this 
would effect EJB Timer Service as well.

Let me know,

Thanks,

Bill

--

Bill Burke
Chief Architect
JBoss Inc.



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


[JBoss-dev] [Nukes Development] - Re: active developer soundoff

2004-02-25 Thread sgwood
There are more that three folks out there working with Nukes. About 30 individuals 
have posted to the Nukes forums in the last 2 weeks. I think the response Marc got is 
indicative of what a cool piece of work Nukes is.

My interest in Nukes is in the area of a light portal server, providing user 
authentication and role based security, and a modular, pluggable architecture for Web 
applications. JetSpeed is too complicated for what I need, and the Nukes approach 
seems just right.

Thus, my focus on contributing to Nukes has been:

- getting a good set of Postgres definitions (done).

- the installer. It looks as if Noel doesn't have the time at the moment to finish 
that off, so I will work on that, too. See 
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=44740 for what I am intending 
to do.

- My team is in the process of replacing JetSpeed with Nukes. They will be working 
with JSPs instead of templates, so we will shake this area out.


I have not gone into the various modules apart from core too much. I have to say that 
using the main JBoss site forums is not as good as using phpbb equivalents ie. the 
Hibernate forums (see http://www.jboss.org/index.html?module=bb&op=viewtopic&t=45807  
for some of the issues), so I hope the 1.0 release of Nukes BB is closer to the level 
of phpbb. I know, I know! Julien et al have been working very hard on this for over a 
year (is it now?) and I appreciate that, but aiming to redevelop Nukes means that 
peoples' expectations will be very high. I'll try to do some QA work.

What is left to be done before 1.0?

Cheers,



Sherman


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823018#3823018

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823018


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


Re: [JBoss-dev] Can non-service MBeans utilize the XMBean mechanism?

2004-02-25 Thread Juha Lindfors

Don't remember, perhaps not since it's an old book.

-- Juha

On Fri, 20 Feb 2004, Lance Whitesel wrote:

> Thanks a lot!  This really helps.  BTW, I have your book and don't
> remember seeing this technique.  Is it in there?
>
> -L
>
> Juha Lindfors wrote:
>
> >On Thu, 19 Feb 2004, Lance Whitesel wrote:
> >
> >
> >>First, is it smart to use MBeans to encapsulate data only?  Second, is
> >>it possible to use XMBeans as I described above?  If so, what are the
> >>requirements for naming and location of the xml descriptor?
> >>
> >>
> >
> >mbeanserver.registerMBean(new XMBean(ref, "url:something"), objectname);
> >
> >-- Juha
> >
> >
> >
> >---
> >SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> >Build and deploy apps & Web services for Linux with
> >a free DVD software kit from IBM. Click Now!
> >http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> >___
> >JBoss-Development mailing list
> >[EMAIL PROTECTED]
> >https://lists.sourceforge.net/lists/listinfo/jboss-development
> >
> >
> >
> >
>
>
>
>
> ---
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> ___
> JBoss-Development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
>

--
Juha Lindfors
Director of Training
http://www.jboss.com


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


[JBoss-dev] [Nukes Development] - Re: active developer soundoff

2004-02-25 Thread marc fleury
it is a great idea :)

I am delighted to see the activity around nukes.  3 active guys is in fact really 
good. 

You guys would be proud, the only ovation I got yesterday at the JUG talk in Austin 
was when I demoed nukes live, people love the stuff

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823016#3823016

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823016


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


[JBoss-dev] JBoss Test Results: 38 % ( 485 / 1244 ) - this is the jboss project - right?. JBoss (HEAD/linux1/1.4.2_03) [AUTOMATED]

2004-02-25 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Thu Feb 26 03:47:33 GMT 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===


JBoss daily test results

SUMMARY

Number of tests run:   1244



Successful tests:  485

Errors:705

Failures:  54





[time of test: 2004-02-26.03-32 GMT]
[java.version: 1.4.2_03]
[java.vendor: Sun Microsystems Inc.]
[java.vm.version: 1.4.2_03-b02]
[java.vm.name: Java HotSpot(TM) Client VM]
[java.vm.info: mixed mode]
[os.name: Linux]
[os.arch: i386]
[os.version: 2.4.20-28.7]

Useful resources:

- 
http://jboss.kimptoc.net/linux1/1.4.2_03/logtests/testresults/reports/html//2004-02-26.03-32
 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:   org.jboss.test.aop.test.AOPUnitTestCase
Test:testServerFound
Type:error
Exception:   java.lang.reflect.UndeclaredThrowableException
Message: 
-



Suite:   org.jboss.test.aop.test.RemotingUnitTestCase
Test:testRemoting
Type:error
Exception:   java.lang.RuntimeException
Message: 
-



Suite:   org.jboss.test.aop.test.RemotingUnitTestCase
Test:testNonadvisedRemoting
Type:error
Exception:   java.lang.RuntimeException
Message: 
-



Suite:   org.jboss.test.aop.test.RemotingUnitTestCase
Test:testClusteredRemoting
Type:error
Exception:   java.lang.RuntimeException
Message: clusteredobj is already registered
-



Suite:   org.jboss.test.aop.test.RemotingUnitTestCase
Test:testClusteredNonadvisedRemoting
Type:error
Exception:   java.lang.RuntimeException
Message: nonadvisedclusteredobj is already registered
-



Suite:   org.jboss.test.aop.test.RemotingUnitTestCase
Test:testServerFound
Type:error
Exception:   java.lang.reflect.UndeclaredThrowableException
Message: 

===
Thu Feb 26 03:47:33 GMT 2004
===
Linux nog.kimptoc.net 2.4.20-28.7 #1 Thu Dec 18 11:31:59 EST 2003 i686 unknown
===
java -version
java version "1.4.2_03"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02)
Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode)


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


[JBoss-dev] JBoss Shutdown Failed! JBoss (HEAD/linux1/1.4.2_03) [AUTOMATED]

2004-02-25 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Thu Feb 26 03:36:44 GMT 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Exception in thread "main" javax.naming.NamingException: Could not dereference object 
[Root exception is javax.naming.CommunicationException [Root exception is 
java.lang.ClassNotFoundException: org.jboss.jmx.adaptor.rmi.RMIAdaptor (no security 
manager: RMI class loader disabled)]]
at org.jnp.interfaces.NamingContext.resolveLink(NamingContext.java:970)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:613)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jboss.Shutdown.main(Shutdown.java:182)
Caused by: javax.naming.CommunicationException [Root exception is 
java.lang.ClassNotFoundException: org.jboss.jmx.adaptor.rmi.RMIAdaptor (no security 
manager: RMI class loader disabled)]
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:652)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jnp.interfaces.NamingContext.resolveLink(NamingContext.java:964)
... 4 more
Caused by: java.lang.ClassNotFoundException: org.jboss.jmx.adaptor.rmi.RMIAdaptor (no 
security manager: RMI class loader disabled)
at sun.rmi.server.LoaderHandler.loadProxyClass(LoaderHandler.java:531)
at java.rmi.server.RMIClassLoader$2.loadProxyClass(RMIClassLoader.java:639)
at java.rmi.server.RMIClassLoader.loadProxyClass(RMIClassLoader.java:309)
at 
sun.rmi.server.MarshalInputStream.resolveProxyClass(MarshalInputStream.java:241)
at java.io.ObjectInputStream.readProxyDesc(ObjectInputStream.java:1469)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1432)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1626)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
at java.rmi.MarshalledObject.get(MarshalledObject.java:135)
at org.jnp.interfaces.MarshalledValuePair.get(MarshalledValuePair.java:30)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:550)
... 7 more
JBOSS SHUTDOWN FAILED

===
Thu Feb 26 03:36:44 GMT 2004
===
Linux nog.kimptoc.net 2.4.20-28.7 #1 Thu Dec 18 11:31:59 EST 2003 i686 unknown
===
java -version
java version "1.4.2_03"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02)
Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode)


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


[JBoss-dev] Test Job Failed to Complete Successfully (or we gave up on it...)! JBoss (HEAD/linux1/1.4.2_03) [AUTOMATED]

2004-02-25 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Thu Feb 26 03:32:25 GMT 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
[webservicejmxdoclet] - Running 
[webservicejmxdoclet] INFO:Some classes refer to other classes that were not found 
among the sources or on the classpath.
[webservicejmxdoclet]  (Perhaps the referred class doesn't exist? Hasn't been 
generated yet?)
[webservicejmxdoclet]  The referring classes do not import any fully qualified 
classes matching these classes.
[webservicejmxdoclet]  However, since no packages are imported, xjavadoc has 
assumed that the referred classes
[webservicejmxdoclet]  belong to the same package as the referring class. The 
classes are:
[webservicejmxdoclet] 
/home/jbossci/jbossci2/jboss-head-test/testsuite/src/main/org/jboss/test/webservice/jmx/server/JMXTest.java
 --> JMXTestMBean qualified to org.jboss.test.webservice.jmx.server.JMXTestMBean
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 

compile-mbean-sources:
[jmxdoclet] - Running 
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.missingclass.MissingClassTest' 
using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head-test/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.deployer.BrokenDeployer' using 
template file 
'jar:file:/home/jbossci/jbossci2/jboss-head-test/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.invoker.InvokerTest' using 
template file 
'jar:file:/home/jbossci/jbossci2/jboss-head-test/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.mbean.TestMBClassLoader' using 
template file 
'jar:file:/home/jbossci/jbossci2/jboss-head-test/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] INFO:Some classes refer to other classes that were not found among the 
sources or on the classpath.
[jmxdoclet]  (Perhaps the referred class doesn't exist? Hasn't been generated 
yet?)
[jmxdoclet]  The referring classes do not import any fully qualified classes 
matching these classes.
[jmxdoclet]  However, since no packages are imported, xjavadoc has assumed 
that the referred classes
[jmxdoclet]  belong to the same package as the referring class. The classes 
are:
[jmxdoclet] 
/home/jbossci/jbossci2/jboss-head-test/testsuite/src/main/org/jboss/test/jmx/deployer/BrokenDeployer.java
 --> BrokenDeployerMBean qualified to org.jboss.test.jmx.deployer.BrokenDeployerMBean
[jmxdoclet] 
/home/jbossci/jbossci2/jboss-head-test/testsuite/src/main/org/jboss/test/jmx/invoker/InvokerTest.java
 --> InvokerTestMBean qualified to org.jboss.test.jmx.invoker.InvokerTestMBean
[jmxdoclet] 
/home/jbossci/jbossci2/jboss-head-test/testsuite/src/main/org/jboss/test/jmx/mbean/TestMBClassLoader.java
 --> TestMBClassLoaderMBean qualified to 
org.jboss.test.jmx.mbean.TestMBClassLoaderMBean
[jmxdoclet] 
/home/jbossci/jbossci2/jboss-head-test/testsuite/src/main/org/jboss/test/jmx/missingclass/MissingClassTest.java
 --> MissingClassTestMBean qualified to 
org.jboss.test.jmx.missingclass.MissingClassTestMBean

compile-proxycompiler-bean-sources:
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - R

[JBoss-dev] [Nukes Development] - Re: Pluggable Blocks and Modules

2004-02-25 Thread jae77
ok - i'm on the same page now as far as html type content, but i still don't follow 
how that could be done w/ modules/blocks.

or is it that the block/module wouldn't be available unless the user had the correct 
privs? 



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823014#3823014

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823014


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


[JBoss-dev] [Nukes Development] - Re: Pluggable Blocks and Modules

2004-02-25 Thread jlward4
By "Content Tree" I am referring to the directories which have been added to the CMS, 
like /projects, /eng, /marketing, /marketing/corp_info, etc.

In Nukes, at any level of the tree users with the correct permissions should be able 
to add any type of content (like forums or html files or whatever modules and blocks 
there is available) or a sub-dir.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823013#3823013

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823013


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


[JBoss-dev] [Nukes Development] - active developer soundoff

2004-02-25 Thread jae77
aside from "cooper" (julien) and "sgwood" (and myself), who else is actively working 
on nukes as a contributor to the project? 

i figured it'd be a good idea to bring everyone "together", say hi, and converse a 
little. 



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823012#3823012

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823012


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


[JBoss-dev] [Nukes Development] - Re: Pluggable Blocks and Modules

2004-02-25 Thread jae77
well - part of this idea would require that the bb module supporting the idea of user 
groups and i'm not sure if that functionality currently exists. (i just tried it on my 
install and couldn't find a way to do it).

i like the rest of the idea, but what do you mean by content tree? is this equivalent 
to the menu options or something else? 

if it's menu options, it kind of goes along the same idea i had about being able to 
display options based upon if data exists, have sub-menu options, etc. there may be 
ways to do this now, but i haven't investigated. 

right now julien is working to get a 1.0 releae out and the primary focus is taking 
the current modules and getting them refactored, templatized, etc (i'm currently 
working w/ the news module) - so no work is being done to implement new features. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823011#3823011

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823011


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


[JBoss-dev] JBoss Test Results: 80 % ( 1007 / 1244 ) - come on - pull your finger out. JBoss (HEAD/linux1/1.4.1_06) [AUTOMATED]

2004-02-25 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Thu Feb 26 02:00:08 GMT 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===


JBoss daily test results

SUMMARY

Number of tests run:   1244



Successful tests:  1007

Errors:222

Failures:  15





[time of test: 2004-02-26.01-47 GMT]
[java.version: 1.4.1_06]
[java.vendor: Sun Microsystems Inc.]
[java.vm.version: 1.4.1_06-b01]
[java.vm.name: Java HotSpot(TM) Client VM]
[java.vm.info: mixed mode]
[os.name: Linux]
[os.arch: i386]
[os.version: 2.4.20-28.7]

Useful resources:

- 
http://jboss.kimptoc.net/linux1/1.4.1_06/logtests/testresults/reports/html//2004-02-26.01-47
 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:   org.jboss.test.aop.test.RemotingUnitTestCase
Test:testRemoting
Type:error
Exception:   java.lang.reflect.UndeclaredThrowableException
Message: 
-



Suite:   org.jboss.test.aop.test.RemotingUnitTestCase
Test:testNonadvisedRemoting
Type:error
Exception:   java.lang.reflect.UndeclaredThrowableException
Message: 
-



Suite:   org.jboss.test.aop.test.RemotingUnitTestCase
Test:testClusteredRemoting
Type:error
Exception:   java.lang.reflect.UndeclaredThrowableException
Message: 
-



Suite:   org.jboss.test.aop.test.RemotingUnitTestCase
Test:testClusteredNonadvisedRemoting
Type:error
Exception:   java.lang.reflect.UndeclaredThrowableException
Message: 
-



Suite:   org.jboss.test.cache.test.local.TxConcurrentUnitTestCase
Test:unknown
Type:error
Exception:   junit.framework.AssertionFailedError
Message: Timeout occurred
-



Suite:   org.jboss.test.cmp2.readonly.ReadonlyUnitTestCase
Test:testSetUp
Type:error
Exception:   net.sourceforge.junitejb.RemoteTestException
Message: Column not found: ID in statement [INSERT INTO Publisher (id, name) 
VALUES (1,'O''Reilly & Associates')]

===
Thu Feb 26 02:00:08 GMT 2004
===
Linux nog.kimptoc.net 2.4.20-28.7 #1 Thu Dec 18 11:31:59 EST 2003 i686 unknown
===
java -version
java version "1.4.1_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_06-b01)
Java HotSpot(TM) Client VM (build 1.4.1_06-b01, mixed mode)


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


[JBoss-dev] JBoss Shutdown Failed! JBoss (HEAD/linux1/1.4.1_06) [AUTOMATED]

2004-02-25 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Thu Feb 26 01:49:21 GMT 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Exception in thread "main" javax.naming.NamingException: Could not dereference object. 
 Root exception is javax.naming.CommunicationException.  Root exception is 
java.lang.ClassNotFoundException: org.jboss.jmx.adaptor.rmi.RMIAdaptor (no security 
manager: RMI class loader disabled)
at sun.rmi.server.LoaderHandler.loadProxyClass(LoaderHandler.java:521)
at java.rmi.server.RMIClassLoader$2.loadProxyClass(RMIClassLoader.java:639)
at java.rmi.server.RMIClassLoader.loadProxyClass(RMIClassLoader.java:309)
at 
sun.rmi.server.MarshalInputStream.resolveProxyClass(MarshalInputStream.java:241)
at java.io.ObjectInputStream.readProxyDesc(ObjectInputStream.java:1469)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1432)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1626)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
at java.rmi.MarshalledObject.get(MarshalledObject.java:135)
at org.jnp.interfaces.MarshalledValuePair.get(MarshalledValuePair.java:30)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:550)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jnp.interfaces.NamingContext.resolveLink(NamingContext.java:964)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:613)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jboss.Shutdown.main(Shutdown.java:182)
JBOSS SHUTDOWN FAILED

===
Thu Feb 26 01:49:21 GMT 2004
===
Linux nog.kimptoc.net 2.4.20-28.7 #1 Thu Dec 18 11:31:59 EST 2003 i686 unknown
===
java -version
java version "1.4.1_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_06-b01)
Java HotSpot(TM) Client VM (build 1.4.1_06-b01, mixed mode)


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


[JBoss-dev] Test Job Failed to Complete Successfully (or we gave up on it...)! JBoss (HEAD/linux1/1.4.1_06) [AUTOMATED]

2004-02-25 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Thu Feb 26 01:47:18 GMT 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
[webservicejmxdoclet] - Running 
[webservicejmxdoclet] INFO:Some classes refer to other classes that were not found 
among the sources or on the classpath.
[webservicejmxdoclet]  (Perhaps the referred class doesn't exist? Hasn't been 
generated yet?)
[webservicejmxdoclet]  The referring classes do not import any fully qualified 
classes matching these classes.
[webservicejmxdoclet]  However, since no packages are imported, xjavadoc has 
assumed that the referred classes
[webservicejmxdoclet]  belong to the same package as the referring class. The 
classes are:
[webservicejmxdoclet] 
/home/jbossci/jbossci2/jboss-head-test/testsuite/src/main/org/jboss/test/webservice/jmx/server/JMXTest.java
 --> JMXTestMBean qualified to org.jboss.test.webservice.jmx.server.JMXTestMBean
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 

compile-mbean-sources:
[jmxdoclet] - Running 
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.missingclass.MissingClassTest' 
using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head-test/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.deployer.BrokenDeployer' using 
template file 
'jar:file:/home/jbossci/jbossci2/jboss-head-test/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.invoker.InvokerTest' using 
template file 
'jar:file:/home/jbossci/jbossci2/jboss-head-test/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.mbean.TestMBClassLoader' using 
template file 
'jar:file:/home/jbossci/jbossci2/jboss-head-test/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] INFO:Some classes refer to other classes that were not found among the 
sources or on the classpath.
[jmxdoclet]  (Perhaps the referred class doesn't exist? Hasn't been generated 
yet?)
[jmxdoclet]  The referring classes do not import any fully qualified classes 
matching these classes.
[jmxdoclet]  However, since no packages are imported, xjavadoc has assumed 
that the referred classes
[jmxdoclet]  belong to the same package as the referring class. The classes 
are:
[jmxdoclet] 
/home/jbossci/jbossci2/jboss-head-test/testsuite/src/main/org/jboss/test/jmx/deployer/BrokenDeployer.java
 --> BrokenDeployerMBean qualified to org.jboss.test.jmx.deployer.BrokenDeployerMBean
[jmxdoclet] 
/home/jbossci/jbossci2/jboss-head-test/testsuite/src/main/org/jboss/test/jmx/invoker/InvokerTest.java
 --> InvokerTestMBean qualified to org.jboss.test.jmx.invoker.InvokerTestMBean
[jmxdoclet] 
/home/jbossci/jbossci2/jboss-head-test/testsuite/src/main/org/jboss/test/jmx/mbean/TestMBClassLoader.java
 --> TestMBClassLoaderMBean qualified to 
org.jboss.test.jmx.mbean.TestMBClassLoaderMBean
[jmxdoclet] 
/home/jbossci/jbossci2/jboss-head-test/testsuite/src/main/org/jboss/test/jmx/missingclass/MissingClassTest.java
 --> MissingClassTestMBean qualified to 
org.jboss.test.jmx.missingclass.MissingClassTestMBean

compile-proxycompiler-bean-sources:
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - R

[JBoss-dev] JBoss Shutdown Failed! JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

2004-02-25 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Thu Feb 26 01:06:09 GMTST 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
javax.naming.NamingException: Could not dereference object.  Root exception is 
javax.naming.CommunicationException.  Root exception is 
java.lang.ClassNotFoundException: org.jboss.jmx.adaptor.rmi.RMIAdaptor (no security 
manager: RMI class loader disabled)
at sun.rmi.server.LoaderHandler.loadProxyClass(LoaderHandler.java:521)
at java.rmi.server.RMIClassLoader$2.loadProxyClass(RMIClassLoader.java:639)
at java.rmi.server.RMIClassLoader.loadProxyClass(RMIClassLoader.java:309)
at 
sun.rmi.server.MarshalInputStream.resolveProxyClass(MarshalInputStream.java:241)
at java.io.ObjectInputStream.readProxyDesc(ObjectInputStream.java:1469)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1432)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1626)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
at java.rmi.MarshalledObject.get(MarshalledObject.java:135)
at org.jnp.interfaces.MarshalledValuePair.get(MarshalledValuePair.java:30)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:550)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jnp.interfaces.NamingContext.resolveLink(NamingContext.java:964)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:613)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jboss.Shutdown.main(Shutdown.java:182)
Exception in thread "main" JBOSS SHUTDOWN FAILED

===
Thu Feb 26 01:06:09 GMTST 2004
===
CYGWIN_NT-5.1 quarks2 1.5.4(0.94/3/2) 2003-09-12 23:08 i686 unknown unknown Cygwin
===
java -version
java version "1.4.1_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_06-b01)
Java HotSpot(TM) Client VM (build 1.4.1_06-b01, mixed mode)


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


[JBoss-dev] Test Job Failed to Complete Successfully (or we gave up on it...)! JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

2004-02-25 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Thu Feb 26 01:03:06 GMTST 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
[webservicejmxdoclet] - Running 
[webservicejmxdoclet] INFO:Some classes refer to other classes that were not found 
among the sources or on the classpath.
[webservicejmxdoclet]  (Perhaps the referred class doesn't exist? Hasn't been 
generated yet?)
[webservicejmxdoclet]  The referring classes do not import any fully qualified 
classes matching these classes.
[webservicejmxdoclet]  However, since no packages are imported, xjavadoc has 
assumed that the referred classes
[webservicejmxdoclet]  belong to the same package as the referring class. The 
classes are:
[webservicejmxdoclet] 
D:\jboss\jboss-head-test\testsuite\src\main\org\jboss\test\webservice\jmx\server\JMXTest.java
 --> JMXTestMBean qualified to org.jboss.test.webservice.jmx.server.JMXTestMBean
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[webserviceejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 

compile-mbean-sources:
[jmxdoclet] - Running 
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.missingclass.MissingClassTest' 
using template file 
'jar:file:D:\jboss\jboss-head-test\thirdparty\xdoclet-xdoclet\lib\xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.deployer.BrokenDeployer' using 
template file 
'jar:file:D:\jboss\jboss-head-test\thirdparty\xdoclet-xdoclet\lib\xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.invoker.InvokerTest' using 
template file 
'jar:file:D:\jboss\jboss-head-test\thirdparty\xdoclet-xdoclet\lib\xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.mbean.TestMBClassLoader' using 
template file 
'jar:file:D:\jboss\jboss-head-test\thirdparty\xdoclet-xdoclet\lib\xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] INFO:Some classes refer to other classes that were not found among the 
sources or on the classpath.
[jmxdoclet]  (Perhaps the referred class doesn't exist? Hasn't been generated 
yet?)
[jmxdoclet]  The referring classes do not import any fully qualified classes 
matching these classes.
[jmxdoclet]  However, since no packages are imported, xjavadoc has assumed 
that the referred classes
[jmxdoclet]  belong to the same package as the referring class. The classes 
are:
[jmxdoclet] 
D:\jboss\jboss-head-test\testsuite\src\main\org\jboss\test\jmx\deployer\BrokenDeployer.java
 --> BrokenDeployerMBean qualified to org.jboss.test.jmx.deployer.BrokenDeployerMBean
[jmxdoclet] 
D:\jboss\jboss-head-test\testsuite\src\main\org\jboss\test\jmx\invoker\InvokerTest.java
 --> InvokerTestMBean qualified to org.jboss.test.jmx.invoker.InvokerTestMBean
[jmxdoclet] 
D:\jboss\jboss-head-test\testsuite\src\main\org\jboss\test\jmx\mbean\TestMBClassLoader.java
 --> TestMBClassLoaderMBean qualified to 
org.jboss.test.jmx.mbean.TestMBClassLoaderMBean
[jmxdoclet] 
D:\jboss\jboss-head-test\testsuite\src\main\org\jboss\test\jmx\missingclass\MissingClassTest.java
 --> MissingClassTestMBean qualified to 
org.jboss.test.jmx.missingclass.MissingClassTestMBean

compile-proxycompiler-bean-sources:
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 
[ejbdoclet] - Running 

compile-classes-only:
[javac] Compiling 22 source files to 
D:\jb

[JBoss-dev] [JBoss IDE] - Re: install from behind a firewall

2004-02-25 Thread oz59
Hmm, next thing you might want to try is saving that script locally and pointing your 
browser to the locally saved source.  Follow that debug thread and hopefully it'll 
reveal itself.  W/out the actual script, that's about as much help as I can offer.

good luck.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822994#3822994

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822994


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


[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Error while deploying 1-to-many bidirectional relation

2004-02-25 Thread aslani
Am trying to create 1-to-many bidirectional relation between File and Type entity. The 
relation is, one File has one Type while one Type has many Files. Can someone plz help 
me with this am stuck :-(

This is how I try:

File:

/**
  |  * @ejb.interface-method
  |  * view-type="local"
  |  *
  |  * @ejb.persistence
  |  * column-name = "typeid"
  |  *
  |  * @ejb.relation
  |  *name="File-Type"
  |  *role-name="File-has-Type"
  |  */
  | public abstract TypeLocal getType();
  | /**
  |  * @ejb.interface-method
  |  * view-type="local"
  |  */
  | public abstract void setType(TypeLocal type);



Type:

public abstract void setName(String name);
  | /**
  |  * @ejb.interface-method
  |  *view-type="local"
  |  *
  |  * @ejb.relation
  |  *name="File-Type"
  |  *role-name="Type-has-many-File"
  |  *target-ejb="File"
  |  *target-multiple="yes"
  |  *target-role-name="File-has-Type"
  |  *
  |  * @jboss.relation
  |  *related-pk-field="id"
  |  *fk-column="typeid"
  |  */
  | public abstract java.util.Collection getFiles();  
  | /**
  |  * @ejb.interface-method
  |  *view-type="local"
  |  */
  | public abstract void setFiles(java.util.Collection files);

Descripter:
  
  |  File-Type
  | 
  |  
  | File-has-Type
  | Many
  | 
  |File
  | 
  | 
  |type
  | 
  |  
  | 
  |  
  | 
Type-has-many-File
  | One
  | 
  |Type
  | 
  | 
  |files
  |java.util.Collection
  | 
  |  
  | 
  |   


This is some of the error I get when deploying:


22:54:58,953 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean ope
ration 'checkIncompleteDeployments()'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
  
Incompletely deployed packages:
  
MBeans waiting for classes:
  
MBeans waiting for other MBeans:
[ObjectName: jboss.j2ee:jndiName=InfoType,service=EJB
 state: FAILED
 I Depend On:
 Depends On Me: org.jboss.deployment.DeploymentException: Role: File-has-Type wi
th multiplicity many using foreign-key mapping is not allowed to have key-fields
, ObjectName: jboss.j2ee:jndiName=Streamlog,service=EJB
 state: FAILED
 I Depend On:
 Depends On Me: org.jboss.deployment.DeploymentException: Role: File-has-Type wi
th multiplicity many using foreign-key mapping is not allowed to have key-fields
, ObjectName: jboss.j2ee:jndiName=FileInfo,service=EJB
 state: FAILED


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822991#3822991

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822991


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


[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Does JBossCache support distributed caching?

2004-02-25 Thread bela
Read the docs at http://www.jboss.org/developers/projects/jboss/cache/index.html
Bela

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822980#3822980

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822980


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


[JBoss-dev] Testsuite Compilation Failed! JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

2004-02-25 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Wed Feb 25 20:12:56 GMTST 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
[ejbdoclet] Generating jbosscmp-jdbc.xml.

compile-classes-only:
[javac] Compiling 840 source files to D:\jboss\jboss-head\testsuite\output\classes
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\test\HttpsUnitTestCase.java:11:
 warning: com.sun.net.ssl.KeyManager in com.sun.net.ssl has been deprecated
[javac] import com.sun.net.ssl.KeyManager;
[javac]^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\test\HttpsUnitTestCase.java:12:
 warning: com.sun.net.ssl.KeyManagerFactory in com.sun.net.ssl has been deprecated
[javac] import com.sun.net.ssl.KeyManagerFactory;
[javac]^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\test\HttpsUnitTestCase.java:13:
 warning: com.sun.net.ssl.SSLContext in com.sun.net.ssl has been deprecated
[javac] import com.sun.net.ssl.SSLContext;
[javac]^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\test\HttpsUnitTestCase.java:14:
 warning: com.sun.net.ssl.TrustManager in com.sun.net.ssl has been deprecated
[javac] import com.sun.net.ssl.TrustManager;
[javac]^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\test\HttpsUnitTestCase.java:15:
 warning: com.sun.net.ssl.TrustManagerFactory in com.sun.net.ssl has been deprecated
[javac] import com.sun.net.ssl.TrustManagerFactory;
[javac]^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\webservice\basic\AxisUnitTestCase.java:12:
 warning: org.jboss.net.axis.AxisInvocationHandler in org.jboss.net.axis has been 
deprecated
[javac] import org.jboss.net.axis.AxisInvocationHandler;
[javac]   ^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\webservice\WSTests.java:14: 
warning: org.jboss.net.axis.AxisInvocationHandler in org.jboss.net.axis has been 
deprecated
[javac] import org.jboss.net.axis.AxisInvocationHandler;
[javac]   ^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\webservice\WSTests.java:18: 
warning: org.jboss.net.jmx.adaptor.RemoteAdaptorInvocationHandler in 
org.jboss.net.jmx.adaptor has been deprecated
[javac] import org.jboss.net.jmx.adaptor.RemoteAdaptorInvocationHandler;
[javac]  ^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\webservice\WSTests.java:85: 
warning: org.jboss.net.axis.AxisInvocationHandler in org.jboss.net.axis has been 
deprecated
[javac]protected AxisInvocationHandler createAxisInvocationHandler(String 
endpoint, String soapAction)
[javac]  ^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\webservice\WSTests.java:96: 
warning: org.jboss.net.axis.AxisInvocationHandler in org.jboss.net.axis has been 
deprecated
[javac]protected AxisInvocationHandler createAxisInvocationHandler(String 
soapAction)
[javac]  ^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\webservice\jmx\JmxUnitTestCase.java:12:
 warning: org.jboss.net.axis.AxisInvocationHandler in org.jboss.net.axis has been 
deprecated
[javac] import org.jboss.net.axis.AxisInvocationHandler;
[javac]   ^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\webservice\jmx\RedeployUnitTestCase.java:12:
 warning: org.jboss.net.axis.AxisInvocationHandler in org.jboss.net.axis has been 
deprecated
[javac] import org.jboss.net.axis.AxisInvocationHandler;
[javac]   ^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jbossmx\implementation\persistence\OnTimerPersistenceTestCase.java:46:
 cannot resolve symbol
[javac] symbol  : variable PM_ON_TIMER 
[javac] location: class 
org.jboss.test.jbossmx.implementation.persistence.OnTimerPersistenceTestCase
[javac]  descriptor.setField(PERSIST_POLICY, PM_ON_TIMER);
[javac]  ^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\test\HttpsUnitTestCase

[JBoss-dev] Testsuite Compilation Failed! JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

2004-02-25 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Wed Feb 25 20:06:05 GMTST 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
[javac]^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jbossmq\stress\DurableSubscriberTest.java:121:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  t2.stop();
[javac]^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jbossmq\stress\DurableSubscriberTest.java:143:
 warning: stop() in java.lang.Thread has been deprecated
[javac]   t1.stop();
[javac] ^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jbossmq\stress\DurableSubscriberTest.java:161:
 warning: stop() in java.lang.Thread has been deprecated
[javac]   t1.stop();
[javac] ^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jbossmq\stress\ExceptionListenerTest.java:63:
 warning: stop() in java.lang.Thread has been deprecated
[javac]   t1.stop();
[javac] ^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jbossmq\stress\MassiveTest.java:75:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  t1.stop();
[javac]^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jbossmq\stress\MassiveTest.java:129:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  t1.stop();
[javac]^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jbossmq\stress\MassiveTest.java:133:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  tf.stop();
[javac]^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jbossmq\stress\MultipleDurableSubscribers.java:111:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  t1.stop();
[javac]^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jbossmq\stress\MultipleDurableSubscribers.java:113:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  t2.stop();
[javac]^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jbossmq\stress\MultipleDurableSubscribers.java:168:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  t1.stop();
[javac]^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jbossmq\stress\MultipleDurableSubscribers.java:170:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  t2.stop();
[javac]^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jbossmq\stress\QueueTest.java:74:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  t1.stop();
[javac]^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jbossmq\stress\QueueTest.java:116:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  t2.stop();
[javac]^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jbossmx\implementation\persistence\OnTimerPersistenceTestCase.java:46:
 cannot resolve symbol
[javac] symbol  : variable PM_ON_TIMER 
[javac] location: class 
org.jboss.test.jbossmx.implementation.persistence.OnTimerPersistenceTestCase
[javac]  descriptor.setField(PERSIST_POLICY, PM_ON_TIMER);
[javac]  ^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\test\HttpsUnitTestCase.java:100:
 warning: com.sun.net.ssl.SSLContext in com.sun.net.ssl has been deprecated
[javac]   SSLContext sslCtx = null;
[javac]   ^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\test\HttpsUnitTestCase.java:103:
 warning: com.sun.net.ssl.SSLContext in com.sun.net.ssl has been deprecated
[javac]  sslCtx = SSLContext.getInstance("TLS");
[javac]   ^
[javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\test\HttpsUnitTestCase.java:112:
 warning: com.sun.net.ssl.KeyManagerFactory in com.sun.net.ssl has been deprecated
[javac]  String algorithm = KeyManagerFactory.getDefaultAlgorithm();
[javac] ^
[javac] 
D:\jboss\jboss-h

[JBoss-dev] Testsuite Compilation Failed! JBoss (HEAD/linux1/1.4.2_03) [AUTOMATED]

2004-02-25 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Wed Feb 25 19:55:46 GMT 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
[ejbdoclet] Generating jbosscmp-jdbc.xml.

compile-classes-only:
[javac] Compiling 835 source files to 
/home/jbossci/jbossci2/jboss-head/testsuite/output/classes
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/security/test/HttpsUnitTestCase.java:11:
 warning: com.sun.net.ssl.KeyManager in com.sun.net.ssl has been deprecated
[javac] import com.sun.net.ssl.KeyManager;
[javac]^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/security/test/HttpsUnitTestCase.java:12:
 warning: com.sun.net.ssl.KeyManagerFactory in com.sun.net.ssl has been deprecated
[javac] import com.sun.net.ssl.KeyManagerFactory;
[javac]^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/security/test/HttpsUnitTestCase.java:13:
 warning: com.sun.net.ssl.SSLContext in com.sun.net.ssl has been deprecated
[javac] import com.sun.net.ssl.SSLContext;
[javac]^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/security/test/HttpsUnitTestCase.java:14:
 warning: com.sun.net.ssl.TrustManager in com.sun.net.ssl has been deprecated
[javac] import com.sun.net.ssl.TrustManager;
[javac]^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/security/test/HttpsUnitTestCase.java:15:
 warning: com.sun.net.ssl.TrustManagerFactory in com.sun.net.ssl has been deprecated
[javac] import com.sun.net.ssl.TrustManagerFactory;
[javac]^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/webservice/WSTests.java:14:
 warning: org.jboss.net.axis.AxisInvocationHandler in org.jboss.net.axis has been 
deprecated
[javac] import org.jboss.net.axis.AxisInvocationHandler;
[javac]   ^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/webservice/WSTests.java:18:
 warning: org.jboss.net.jmx.adaptor.RemoteAdaptorInvocationHandler in 
org.jboss.net.jmx.adaptor has been deprecated
[javac] import org.jboss.net.jmx.adaptor.RemoteAdaptorInvocationHandler;
[javac]  ^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/webservice/WSTests.java:85:
 warning: org.jboss.net.axis.AxisInvocationHandler in org.jboss.net.axis has been 
deprecated
[javac]protected AxisInvocationHandler createAxisInvocationHandler(String 
endpoint, String soapAction)
[javac]  ^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/webservice/WSTests.java:96:
 warning: org.jboss.net.axis.AxisInvocationHandler in org.jboss.net.axis has been 
deprecated
[javac]protected AxisInvocationHandler createAxisInvocationHandler(String 
soapAction)
[javac]  ^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/webservice/basic/AxisUnitTestCase.java:12:
 warning: org.jboss.net.axis.AxisInvocationHandler in org.jboss.net.axis has been 
deprecated
[javac] import org.jboss.net.axis.AxisInvocationHandler;
[javac]   ^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/webservice/jmx/JmxUnitTestCase.java:12:
 warning: org.jboss.net.axis.AxisInvocationHandler in org.jboss.net.axis has been 
deprecated
[javac] import org.jboss.net.axis.AxisInvocationHandler;
[javac]   ^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/webservice/jmx/RedeployUnitTestCase.java:12:
 warning: org.jboss.net.axis.AxisInvocationHandler in org.jboss.net.axis has been 
deprecated
[javac] import org.jboss.net.axis.AxisInvocationHandler;
[javac]   ^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/jbossmx/implementation/persistence/OnTimerPersistenceTestCase.java:46:
 cannot resolve symbol
[javac] symbol  : variable PM_ON_TIMER 
[javac] location: class 
org.jboss.test.jbossmx.implementation.persistence.OnTimerPersistenceTestCase
[javac]  descriptor.s

[JBoss-dev] Testsuite Compilation Failed! JBoss (HEAD/linux1/1.4.1_06) [AUTOMATED]

2004-02-25 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Wed Feb 25 19:43:26 GMT 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
[javac]^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/jbossmq/stress/DurableSubscriberTest.java:121:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  t2.stop();
[javac]^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/jbossmq/stress/DurableSubscriberTest.java:143:
 warning: stop() in java.lang.Thread has been deprecated
[javac]   t1.stop();
[javac] ^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/jbossmq/stress/DurableSubscriberTest.java:161:
 warning: stop() in java.lang.Thread has been deprecated
[javac]   t1.stop();
[javac] ^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/jbossmq/stress/ExceptionListenerTest.java:63:
 warning: stop() in java.lang.Thread has been deprecated
[javac]   t1.stop();
[javac] ^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/jbossmq/stress/MultipleDurableSubscribers.java:111:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  t1.stop();
[javac]^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/jbossmq/stress/MultipleDurableSubscribers.java:113:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  t2.stop();
[javac]^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/jbossmq/stress/MultipleDurableSubscribers.java:168:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  t1.stop();
[javac]^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/jbossmq/stress/MultipleDurableSubscribers.java:170:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  t2.stop();
[javac]^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/jbossmq/stress/MassiveTest.java:75:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  t1.stop();
[javac]^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/jbossmq/stress/MassiveTest.java:129:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  t1.stop();
[javac]^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/jbossmq/stress/MassiveTest.java:133:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  tf.stop();
[javac]^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/jbossmq/stress/QueueTest.java:74:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  t1.stop();
[javac]^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/jbossmq/stress/QueueTest.java:116:
 warning: stop() in java.lang.Thread has been deprecated
[javac]  t2.stop();
[javac]^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/jbossmx/implementation/persistence/OnTimerPersistenceTestCase.java:46:
 cannot resolve symbol
[javac] symbol  : variable PM_ON_TIMER 
[javac] location: class 
org.jboss.test.jbossmx.implementation.persistence.OnTimerPersistenceTestCase
[javac]  descriptor.setField(PERSIST_POLICY, PM_ON_TIMER);
[javac]  ^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/security/test/HttpsUnitTestCase.java:100:
 warning: com.sun.net.ssl.SSLContext in com.sun.net.ssl has been deprecated
[javac]   SSLContext sslCtx = null;
[javac]   ^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/security/test/HttpsUnitTestCase.java:103:
 warning: com.sun.net.ssl.SSLContext in com.sun.net.ssl has been deprecated
[javac]  sslCtx = SSLContext.getInstance("TLS");
[javac]   ^
[javac] 
/home/jbossci/jbossci2/jboss-head/testsuite/src/main/org/jboss/test/security/test/HttpsUnitTestCase.java:112:

[JBoss-dev] [JBoss IDE] - JBOSS IDE1.2.2 with Eclipse 2.1.2 problem

2004-02-25 Thread lshaligram
I have problem installing IDE 1.2.2 from Eclipse 2.1.2 using update manager. I 
couldn't install it-maybe my HTTP proxy doesn't allow connection. In that case, can I 
install it manually? I couldn't locate the 1.2.2 zip file that I could directly 
extract into eclipse root so that eclipse would detect the plug-in automatically. Does 
any one know where the manual install is? Has some-one used IDE 1.2.2 with Eclipse 
2.1.2? Are there any known problems?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822969#3822969

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822969


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


[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Does JBossCache support distributed caching?

2004-02-25 Thread qdotlu
As title. 

If it does support, how to configure it so that this cache can be accessed by all 
members in a cluster with proper synchronization and notification?

Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822966#3822966

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822966


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


[JBoss-dev] [TODO -- DEVELOPMENT] - Re: Want to help develop a Distributed HA-JMS

2004-02-25 Thread mkprim
OK, understood, now I have downloaded the latest 3.2 nightly build so I suppose there 
is the  3.2.4 HAJMS code so i can test it and build the client example code.

What do you mean as a "Test Plan"? Is this the wiki and the client code, or something 
else?

I will need to know how to invoke a HA-JMS connection ('cause i only downloaded the 
last sources). Should I use UIL2ConnectionFactory? HAJMSConnectionFactory?
Maybe I'll need some tips from you to get better involved in the HA-JMS implementation 
and working, to do the right tests.

I hope I'm not being a pain in the back instead of a solution.
Thanks, 
   Marcelo

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822959#3822959

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822959


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


[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: finder tags

2004-02-25 Thread Zapa
looks like for findAll XDoclet could do only with this tag : 

  |@ejb.finder signature="java.util.Collection findAll()"
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822957#3822957

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822957


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


[JBoss-dev] [Nukes Development] - Pluggable Blocks and Modules

2004-02-25 Thread jlward4
I have been doing a bit of playing with Nukes and wanted to see what you all thought 
about an idea I have.  I kinda wish that I could plug blocks and modules in to any 
level of the content tree.  For instance...  Let's say that I deploy a "Forum / BB" 
module.  Well, I may want that module to be available at different parts of my content 
tree.  Specifically for an Intranet I might have an Engineering content area and a 
Marketing content area.  Now I want to have the Forum module in both areas, but 
different so that only Engineers see their forums and only marketing folks see their 
forums.  Sure we could probably hack this, but I see more of an overall architecture 
here that we could use.

Here is how it might work:
Modules and Blocks have roles specified which can add them to the content tree.  Each 
level of the content tree also has roles specified which can change the blocks and 
modules at the level of the tree.  And each block and module can be deployed at any 
level of the tree (multiple places even) as long as the user adding the block or 
module has the correct role to write at that level of the tree and to add the block or 
module.

This may look like this:


  | Content Tree Location  |  Module
  | --
  | /  |  News
  | /eng   |  Forums
  | /marketing |  Forums
  | 
  | 
  | Content Tree Location  |  Read Role(s)  |  Write Role(s)
  | 
  | /  |  Employee  |  Intranet_Root_Admin
  | /eng   |  Engineer  |  Intranet_Eng_Admin
  | /marketing |  Marketing |  Intranet_Marketing_Admin
  | 
  | 
  | Module   |  Role(s) which can add this modules to the content tree
  | -
  | Forums   |  Intranet_Admin
  | News |  Intranet_Root_Admin
  | 
  | 
  | Role Heirachy:
  | 
  | Intranet Admin
  |   - Intranet_Eng_Admin
  |   - Intranet_Root_Admin
  |   - Intranet_Marketing_Admin
  | 
  | Employee
  |   - Engineer
  |   - Marketing
  | 

If a user has the role to write at a given level of the content tree, they will be 
given options on the screen to add or remove modules and blocks.

So, what do you all think?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822951#3822951

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822951


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


[JBoss-dev] [JBoss IDE] - refresh xdoclet modules and jbosside modules on project prop

2004-02-25 Thread karimrg
Hi,
I have installed eclipse 2.1.2 and jboss-ide 122.

In the joss-ide tutorial on page 12 appears in the project/properties window the 
entries "Packaging configuration" and "XDoclet configuration" , but i cant see that on 
my environment.

also, when i hit the button "Refresh xdoclet modules" in window/preferences/jboss 
ide/xdoclet nothing happens, but code assist refresh xdoclet data is running ok.

What could be happen or wron with my installation?

thanks

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822933#3822933

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822933


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


[JBoss-dev] [JBoss IDE] - Re: install from behind a firewall

2004-02-25 Thread eqe1900
no go, that doesn't work in our environment

looks like some others are asking the same question as wel

http://www.jboss.org/index.html?module=bb&op=viewtopic&t=45981l

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822928#3822928

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822928


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


[JBoss-dev] [JBoss.net] - Eye of Newt, Wing of Bat -- the Mystery of Jboss.net

2004-02-25 Thread carcudi
Tell me if you think this is a bit round-about:

1.  Remove the ear file from the deploy directory
2.  Start (or re-start) the Jboss server 
3.  Run the jboss.net Axis servlet 
(http://localhost:8080/jboss-net/servlet/AxisServlet)
4.  Open up a wsdl on one of the services
5.  Run a client against a default deployed service
6.  Drop the ear file into the deployment directory
7.  Run a client against one of the new bean-based web services

This, and only this, series of events allows me to run the deployed WS beans.

If I skip number:

1.  When the server starts up, the deployment of the wsr throws an error
2.  Well, if I don't start the server...
3.  Three and four seem to initialize the services.  It sort of contradicts (but 
also seems to fit) a quote from the Neal Sanche site
http://www.nsdev.org/jboss/stories/jboss-net.html:

anonymous wrote : 
  | "For some reason, that I'm sure is temporary, trying to go to the AxisServlet URL 
before the wsdl has been accessed causes an exception to be thrown and no list is 
produced. And also, for some reason, asking for the WSDL more than once can cause the 
server to refuse to generate it at all."
  | 

4.  See #3
5.  If I don't run the client against a service before I deploy cap-cert, I can't 
run any clients against any of the services.
6.  Well, we can finally deploy our project
7.  Bingo.  Things work just fine.

I can guarantee things will work if (when I start up my server), I deploy in this 
sequence.  Once the server is up, re-deployment seems to be no problem.

The deployed web-services.xml file appears below, and the deployment error that runs 
at server startup appears thereafter:

web-services.xml

  |  
  | -  
  | -  
  | -  
  | -  
  | - http://xml.apache.org/axis/wsdd/"; 
targetNamespace="http://cvs.east.frontiercorp.com/cert"; 
xmlns:cert="http://cvs.east.frontiercorp.com/cert"; 
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
  | -  
  | - 
  |
  |
  |
  | - 
  | - 
  |
  |
  |   
  | - 
  |
  |
  |   
  | -  
  |
  |   
  | - 
  | -  
  |
  |
  |   
  |   
  | - 
  |
  |
  |
  | - 
  |
  |
  |   
  | - 
  | - 
  |
  |
  |   
  | - 
  |
  |
  |   
  | -  
  |
  |   
  | - 
  | -  
  |
  |
  |   
  |   
  | - 
  |
  |
  |
  | - 
  |
  |   
  | - 
  | - 
  |
  |
  |   
  | - 
  |
  |
  |   
  | -  
  |
  |   
  | - 
  | -  
  |
  |
  |   
  |   
  | - 
  |
  |
  |
  | - 
  |
  |   
  | - 
  |
  |   
  | - 
  | - 
  |
  |
  |   
  | - 
  |
  |
  |   
  | -  
  |
  |   
  | - 
  | -  
  |
  |
  |   
  |   
  | -  
  | -  
  | -  
  |   
  | 

Exception on deployment at server start-up:


  | 2004-02-24 13:40:52,432 DEBUG [org.jboss.net.axis.server.AxisService] About to 
deploy axis descriptor [EMAIL PROTECTED] { 
url=file:/C:/capsrv-3.2.2/jboss-3.2.2/server/cap/tmp/deploy/tmp19456cap-cert.ear-contents/cap-cert.wsr
 }
  |   deployer: [EMAIL PROTECTED]
  |   status: Starting
  |   state: START_DEPLOYER
  |   watch: 
jar:file:/C:/capsrv-3.2.2/jboss-3.2.2/server/cap/tmp/deploy/tmp19456cap-cert.ear-contents/cap-cert.wsr!/META-INF/web-service.xml
  |   lastDeployed: 1077658850369
  |   lastModified: 1077658849666
  |   mbeans:
  | , start step.
  | 2004-02-24 13:40:52,447 ERROR [org.jboss.deployment.MainDeployer] could not start 
deployment: 
file:/C:/capsrv-3.2.2/jboss-3.2.2/server/cap/tmp/deploy/tmp19456cap-cert.ear-contents/cap-cert.wsr
  | java.lang.ExceptionInInitializerError
  | at org.apache.axis.deployment.wsdd.WSDDOperation.(WSDDOperation.java:85)
  | at org.apache.axis.deployment.wsdd.WSDDService.(WSDDService.java:191)
  | at 
org.apache.axis.deployment.wsdd.WSDDDeployment.(WSDDDeployment.java:243)
  | at org.jboss.net.axis.Deployment.(Deployment.java:69)
  | at org.jboss.net.axis.server.AxisService.start(AxisService.java:546)
  | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
  | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:824)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
  | at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
  | at $Proxy6.deploy(Unknown Source)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
  | at 
org.jboss.deployment.scanner.URL

[JBoss-dev] [JBoss IDE] - Re: Installing JBOSS IDE manually

2004-02-25 Thread lshaligram
I need to install this for eclipse 2.1.2 using JDK 1.3.1_10 and JBOSS 3.2.3. I 
couldn't locate the zip file anywhere

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822922#3822922

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822922


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


[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: Creating many to many relation with XDoclet

2004-02-25 Thread Zapa
what does XDoclet generate for those beans in the jboss xml descriptors ? 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822921#3822921

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822921


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


[JBoss-dev] [JBoss IDE] - Re: I admit I'm a complete moron

2004-02-25 Thread oz59
Greetings.

Are you using the "links" browser?  Ok, all joking aside, the documents you need are 
literally on the same page a few inches below that bum link (in the Documentation Set 
section).  Clicking those will direct you to a download mirror.  Don't panic, simply 
click on the one closest to you and then you'll be ready to rock.

cheers.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822919#3822919

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822919


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


[JBoss-dev] [JBoss IDE] - Re: install from behind a firewall

2004-02-25 Thread oz59
Greetings.

Have you tried investigating the guts of that script?  I'd be willing to bet your url 
and port answer are in there...  You probably know where/how to access that script, 
but for anyone else that might not be, there's an IE example in my www link below.

cheers.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822916#3822916

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822916


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


[JBoss-dev] [JBoss IDE] - Installing JBOSS IDE manually

2004-02-25 Thread lshaligram
How dow I install JBOSS IDE eclipse plug-in manually. I don't see any zip file that I 
can extract into eclipse-home directory.  I cannot install from eclipse->software 
updates as my Http proxy server does not allow connection. Please let me know the 
instructions for installing the plug-in manually.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822914#3822914

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822914


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


[JBoss-dev] Compilation Failed! JBoss (HEAD/linux1/1.4.2_03) [AUTOMATED]

2004-02-25 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Wed Feb 25 15:41:45 GMT 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
   [javacc] Reading from file 
/home/jbossci/jbossci2/jboss-head/server/output/parsers/org/jboss/ejb/plugins/cmp/ejbql/EJBQLParser.jj
 . . .
   [javacc] Parser generated successfully.

compile-mbean-sources:
[mkdir] Created dir: /home/jbossci/jbossci2/jboss-head/server/output/gen-src
(XDocletMain.start   47  ) Running 
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.plugins.AbstractInstancePool' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.invocation.jrmp.server.JRMPInvoker' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jmx.connector.invoker.InvokerAdaptorService' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.web.AbstractWebContainer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.EntityContainer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.EJBDeployer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.web.AbstractWebDeployer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.naming.JNDIView' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.naming.ExternalContext' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.plugins.EntityInstanceCache' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.invocation.pooled.server.PooledInvoker' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.naming.NamingService' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.asf.ServerSessionPoolLoader' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.MessageDrivenContainer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.deployment.EARDeployer' usi

[JBoss-dev] [JBoss IDE] - install from behind a firewall

2004-02-25 Thread eqe1900
ok, there's no traditional address & port for a proxy here; some sort of script 
instead -- pretty common in some places.  

so how do you do an install of jboss-ide, if you cannot point eclipse it to the 
address & port for a proxy?  i'll download the old code in the meantime

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822902#3822902

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822902


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


[JBoss-dev] Compilation Failed! JBoss (HEAD/linux1/1.4.1_06) [AUTOMATED]

2004-02-25 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Wed Feb 25 15:38:22 GMT 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
   [javacc] Reading from file 
/home/jbossci/jbossci2/jboss-head/server/output/parsers/org/jboss/ejb/plugins/cmp/ejbql/EJBQLParser.jj
 . . .
   [javacc] Parser generated successfully.

compile-mbean-sources:
[mkdir] Created dir: /home/jbossci/jbossci2/jboss-head/server/output/gen-src
(XDocletMain.start   47  ) Running 
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.plugins.AbstractInstancePool' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.invocation.jrmp.server.JRMPInvoker' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jmx.connector.invoker.InvokerAdaptorService' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.web.AbstractWebContainer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.EntityContainer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.EJBDeployer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.web.AbstractWebDeployer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.naming.JNDIView' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.naming.ExternalContext' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.plugins.EntityInstanceCache' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.invocation.pooled.server.PooledInvoker' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.naming.NamingService' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.asf.ServerSessionPoolLoader' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.deployment.EARDeployer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.MessageDrivenContainer' usi

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: need in-container treecache example

2004-02-25 Thread michael.daleiden
Please disregard my last post.  Turns out the problem was caused by using a 
Windows-based archive program (PowerArchiver) to extract the files from the tar.gz 
file.  It botched up some of the directories.  I deleted everything and used Cygwin to 
gunzip and untar the archive and the build is now going smoothly.

LESSON LEARNED:  Don't use Windows-based tools to work with Unix-generated files!  
(Gotta love Windows, eh?)  ;-P

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822892#3822892

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822892


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


[JBoss-dev] [JBoss.net] - Re: Custom class with Jboss.net

2004-02-25 Thread carcudi
Thank you for your reply, Dr. Jung.  

However, I wanted to let you know that I followed Neal Sanche's example to the letter, 
including the xml-schema tag you mention in your reply.  The generated 
web-services.xml file appears below.

As you can see, the cert:User class has been identified by the xdoclet plugin and 
included in the file.  I can confirm that the User class is included in the ejb.jar 
file as well.

Our application deployments do have a special application-scoped class loader, but 
even when I disable that loader, the classDefNotFound errors persist.

web-services.xml file:


  |
  | -  
  | -  
  | -  
  | -  
  | - http://xml.apache.org/axis/wsdd/"; 
targetNamespace="http://cvs.east.frontiercorp.com/cert"; 
xmlns:cert="http://cvs.east.frontiercorp.com/cert"; 
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
  | -  
  | - 
  |
  |
  |
  | - 
  | - 
  |
  |
  |   
  | - 
  |
  |
  |   
  | -  
  |
  |   
  | - 
  | -  
  |
  |
  |   
  |   
  | - 
  |
  |
  |
  | - 
  |
  |   
  | - 
  | - 
  |
  |
  |   
  | - 
  |
  |
  |   
  | -  
  |
  |   
  | - 
  | -  
  |
  |
  |   
  |   
  | - 
  |
  |
  |
  | - 
  |
  |   
  | - 
  |
  |   
  | - 
  |
  |   
  | - 
  | - 
  |
  |
  |   
  | - 
  |
  |
  |   
  | -  
  |
  |   
  | - 
  | -  
  |
  |
  |   
  |   
  | -  
  | -  
  |   http://schemas.xmlsoap.org/soap/encoding/"; /> 
  | -  
  |   

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822885#3822885

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822885


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


[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: need in-container treecache example

2004-02-25 Thread michael.daleiden
I downloaded the nightly snapshot of 3.2 and attempted to build things, but the build 
failed.  I have never attempted to actually build JBoss from sources before, so it may 
be something in my setup.  I've tried building both from Windows command line and 
Cygwin, with the same result.  Here's the build.log from my attempt:


configure:
 [echo] groups:  default
 [echo] modules: 
common,jmx,system,j2ee,naming,remoting,jmx-remoting,transaction,server,security,messaging,connector,cluster,jetty,varia,jboss.net,iiop,management,tomcat,console,cache,compatible

xdoclet-task-classpath-check:

init:

_buildmagic:modules:most:

==
==  Executing 'most' in module 'common'...
==

_buildmagic:init:

configure:

_default:task-init:

xdoclet-task-classpath-check:

init:

_buildmagic:build-bypass-checker:

_buildmagic:build-bypass-notice:

_buildmagic:build-bypass-check:

jars:

_buildmagic:init:

init:

_buildmagic:mbean-bypass-checker:

_default:compile-mbean-sources:
[mkdir] Created dir: C:\jboss-3.2-snapshot\common\output\gen-src
[execmodules] (XDocletMain.start   45  ) Running 
[execmodules] (TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.util.property.jmx.SystemPropertyClassValue' using template file 
'jar:file:C:\jboss-3.2-snapshot\thirdparty\xdoclet\xdoclet\lib\xdoclet-jmx-module-jb3.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[touch] Creating C:\jboss-3.2-snapshot\common\output\mbean-marker

_default:compile-classes:
[mkdir] Created dir: C:\jboss-3.2-snapshot\common\output\classes
[javac] Compiling 204 source files to C:\jboss-3.2-snapshot\common\output\classes
[execmodules] 
C:\jboss-3.2-snapshot\common\src\main\org\jboss\logging\XPriority.java:79: warning: 
toPriority(java.lang.String) in org.apache.log4j.Priority has been deprecated
[execmodules]public static Priority toPriority(String name)
[execmodules]   ^
[execmodules] 1 warning

_default:compile-etc:
[mkdir] Created dir: C:\jboss-3.2-snapshot\common\output\etc
 [copy] Copying 1 file to C:\jboss-3.2-snapshot\common\output\etc

compile:
[mkdir] Created dir: C:\jboss-3.2-snapshot\common\output\lib

module-jars:

_default:server-client-jars:
  [jar] Building jar: C:\jboss-3.2-snapshot\common\output\lib\jboss-common.jar
  [jar] Building jar: 
C:\jboss-3.2-snapshot\common\output\lib\jboss-common-client.jar
  [jar] Building jar: C:\jboss-3.2-snapshot\common\output\lib\testsuite-support.jar
[touch] Creating C:\jboss-3.2-snapshot\common\output\build-marker

most:

==
==  Finished with 'most' in module 'common'.
==


_module-common-most:
[mkdir] Created dir: C:\jboss-3.2-snapshot\build\output\jboss-3.2.4RC1\lib
 [copy] Copying 1 file to C:\jboss-3.2-snapshot\build\output\jboss-3.2.4RC1\lib
[mkdir] Created dir: C:\jboss-3.2-snapshot\build\output\jboss-3.2.4RC1\client
 [copy] Copying 1 file to C:\jboss-3.2-snapshot\build\output\jboss-3.2.4RC1\client
 [copy] Copying 6 files to C:\jboss-3.2-snapshot\build\output\jboss-3.2.4RC1\lib

==
==  Executing 'most' in module 'jmx'...
==

_buildmagic:init:

configure:

xdoclet-task-classpath-check:

init:

_buildmagic:build-bypass-checker:

_buildmagic:build-bypass-notice:

_buildmagic:build-bypass-check:

output:

_buildmagic:init:

init:

compile-mbean-sources:
[mkdir] Created dir: C:\jboss-3.2-snapshot\jmx\output\gen-src

_default:compile-classes:
[mkdir] Created dir: C:\jboss-3.2-snapshot\jmx\output\classes
[javac] Compiling 610 source files to C:\jboss-3.2-snapshot\jmx\output\classes
C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\Relation.java:44: cannot 
resolve symbol
symbol  : class RelationServiceNotRegisteredException 
location: interface javax.management.relation.Relation
 throws RelationServiceNotRegisteredException;
^
C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\Relation.java:96: cannot 
resolve symbol
symbol  : class RelationServiceNotRegisteredException 
location: interface javax.management.relation.Relation
RelationServiceNotRegisteredException;
^
C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\Relation.java:119: cannot 
resolve symbol
symbol  : class RelationServiceNotRegisteredException 
location: interface javax.management.relation.Relation
 throws IllegalArgumentException, RelationServiceNotRegisteredException;
  ^
C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\Relation.java:144: cannot 
resolve symbol
symbol  : class RelationServiceNotRegisteredException 
location: interface javax.management.relation.Relation
RelationServiceNotRegisteredException, RelationTypeNotFoun

[JBoss-dev] [Nukes Development] - Re: Lost method 'getParameterMap' in Page

2004-02-25 Thread perre
Great! Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822880#3822880

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822880


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


[JBoss-dev] [Nukes Development] - Re: Lost method 'getParameterMap' in Page

2004-02-25 Thread cooper
I will put the getParameterMap back in the page object.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822876#3822876

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822876


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


[JBoss-dev] [Nukes Development] - Lost method 'getParameterMap' in Page

2004-02-25 Thread perre
Hi guys!

There used to be a method 'getParameterMap' in the Page object. It was very useful to 
dynamically find out which parameters were given by the user, if you didn't know that 
beforehand.

How about adding a method like the following to the Page class, to render this and 
similar stuff possible again?

 
  |public PageResult getResult()
  |{
  |   return result;
  |}
  | 

Best regards

/ Per-Erik

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822875#3822875

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822875


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


[JBoss-dev] [JBoss IDE] - I admit I'm a complete moron

2004-02-25 Thread danl_thompson
But after several posts here I still can't figure out how to install the JBoss IDE.  
The JBoss IDE home page says please refer to the Install Guide.  But clicking on that 
link simply brings me back to the JBoss IDE home page.  What am I doing wrong?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822870#3822870

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822870


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


[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Creating many to many relation with XDoclet

2004-02-25 Thread rais
We tryed to make many to many relation without success (between file and info entity).
This is how we did it.

/**
  |  * @ejb.interface-method
  |  *view-type="local"
  |  *
  |  * @ejb.relation
  |  *name="File-Info"
  |  *role-name="File-has-Info"
  |  *target-ejb="Info"
  |  *target-role-name="Info-has-File"
  |  *
  |  *
  |  * @jboss.relation
  |  *fk-column="infoid"
  |  *related-pk-field="id"
  |  *
  |  * @jboss.relation-table
  |  *table-name="fileinfo"
  |  *create-table="true"
  |  *remove-table="true"
  |  *
  |  */
  | public abstract java.util.Collection getInfo();  
  | 
  | 
  | 
  | /**
  |  * @ejb.interface-method
  |  *view-type="local"
  |  *
  |  * @ejb.relation
  |  *name="Info-File"
  |  *role-name="Info-has-File"
  |  *target-ejb="File"
  |  *target-role-name="File-has-Info"
  |  *
  |  *
  |  * @jboss.relation
  |  *fk-column="fileid"
  |  *related-pk-field="id"
  |  *
  |  * @jboss.relation-table
  |  *table-name="fileinfo"
  |  *create-table="true"
  |  *remove-table="true"
  |  */
  | public abstract java.util.Collection getFiles();

Here comes the error:

Exception: Atleast one role of a  foreign-key mapped relationship must have key fields 
(or  is miss ing from ejb-jar.xml): ejb-relation-name=File-Type, 
ObjectName: jboss.j2ee:jndiN ame=Streamlog,service=EJB
  |  state: FAILED
  |  I Depend On: 
  |  Depends On Me: org.jboss.deployment.DeploymentException: Atleast one role of a  
foreign-key mapped relationship must have key fields (or  is miss ing 
from ejb-jar.xml): ejb-relation-name=File-Type, ObjectName: jboss.j2ee:jndiN 
ame=FileInfo,service=EJB
  |  state: FAILED
  |  I Depend On: 
  |  Depends On Me: org.jboss.deployment.DeploymentException: Atleast one role of a  
foreign-key mapped relationship must have key fields (or  is miss ing 
from ejb-jar.xml): ejb-relation-name=File-Type, ObjectName: jboss.j2ee:jndiN 
ame=Type,service=EJB
  |  state: FAILED
  |  I Depend On: 
  |  Depends On Me: org.jboss.deployment.DeploymentException: Atleast one role of a  
foreign-key mapped relationship must have key fields (or  is miss 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822869#3822869

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822869


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


[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - finder tags

2004-02-25 Thread Zapa
Hi , 
I'm trying to generate a findAll() method for my bean . I have entered the following 
tags : 

  |  @ejb.finder
  | signature="java.util.Collection findAll()"
  | query="SELECT OBJECT(o) FROM objejb AS o"
  |  @jboss.finder
  | signature="java.util.Collection findAll()"
  | query="SELECT OBJECT(o) FROM objejb AS o"
  | 

The bean deployed just fine before i have added those tags . Now I get this error as I 
try to deploy it to JBoss 3.2 : 

  |   Query method not found:findAll()
  | 

any sugestions ? 
thanks 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822868#3822868

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822868


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


[JBoss-dev] [JBoss IDE] - Re: ejb.dao tag is not working?

2004-02-25 Thread morenito9000
I tried to follow the tutorial.

I have no problem when I try to generate
the DAO interfaces (I mean the .java file), 
but I'm not able to tell
Eclipse the name of the methods that I want
to find in the generated interface.

If I use the @dao.call "method name" (at Session Bean
Method Level) in order to say that my SB Method uses
a precise DAO Interface method, Eclipse generates 
a DAO Interface method with a "strange" signature: 
it puts the name I gave it in @dao.call but appends
the parameters list of the SB Method that uses @dao.call

Have you got any ideas ?

Many thanks
Moreno

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822865#3822865

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822865


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


[JBoss-dev] [EJB on JBoss] - Standard Stateful Session Bean Error

2004-02-25 Thread weis
Hi,

I have got the following error:

java.rmi.ServerException: Could not get EJBObject; nested exception is: 
java.rmi.NoSuchObjectException: Could not activate; failed to restore state; 
CausedByException is: 
/jboss-3.2.3/server/N01-1/tmp/sessions/ItemBrowserSes-dr1njepr-3/dr1nl0kr-4.ser (No 
such file or directory)

The ItemBrowserSes (form the SPECjAppServer2004 Benchmark) is a Standard Stateful 
Session Bean and I use the default server configuration of the jboss3.2.3 on a Suse 
8.2 Linux. I cannot say when the error happens, because in the server.log is no entry 
made for this error. Maybe I have to turn on some more logging (at the moment I use 
the standard logging). When I use the Clustered Stateful Session Bean and all server 
configuration this error won't occour.

Regards
  BjÃrn

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822863#3822863

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822863


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


[JBoss-dev] [JBoss IDE] - Re: ejb.dao tag is not working?

2004-02-25 Thread morenito9000
I tried to follow the tutorial.

I have no problem when I try to generate
the DAO interfaces (I mean the .java file), 
but I'm not able to tell
Eclipse the name of the methods that I want
to find in the generated interface.

If I use the @dao.call "method name" (at Session Bean
Method Level) in order to say that my SB Method uses
a precise DAO Interface method, Eclipse generates 
a DAO Interface method with a "strange" signature: 
it puts the name I gave it in @dao.call but appends
the parameters list of the SB Method that uses @dao.call

Have you got any ideas ?

Many thanks
Moreno

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822861#3822861

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822861


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


[JBoss-dev] [JBoss IDE] - Re: ejb.dao tag is not working?

2004-02-25 Thread deanhiller

They have DAO's in this tutorial.

http://www.tusc.com.au/tutorial/html/index.html

When using DAO's, it generates a value object too even though you don't use the value 
object tag in xdoclet.  

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822859#3822859

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822859


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


[JBoss-dev] [ jboss-Bugs-904180 ] JMS started on both nodes in cluster after network glitch

2004-02-25 Thread SourceForge.net
Bugs item #904180, was opened at 2004-02-25 12:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=904180&group_id=22866

Category: Clustering
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Ian Kennedy (iankenn)
Assigned to: Nobody/Anonymous (nobody)
Summary: JMS started on both nodes in cluster after network glitch

Initial Comment:
Original posting on JBoss.org Clustering forum:

Hi

I'm currently developing a system which uses JMS
queuing for async processing of messages. I'm looking
at deploying to a cluster of two JBoss 3.2.3 servers to
provide some level of fail-over/resilience.

During testing of the JMS fail-over I've tried killing
one of the JBoss instances (the one running the JMS
server) and see that the JMS queues are migrated to the
other node. But when I tried to simulate a temporary
loss of network connectivity between the two machines
(by removing one of the network cables and then
replacing it) the cluster seems to break and both
machines start to run the JMS queues.

When the network cable is reconnected, neither node
appear to know that there is another node in the same
partition. Effectively the cluster is not
re-established. The only way to make the two nodes see
each other again is to restart one of the nodes. Is
there something that I have miss-configured/not
configured, I am new to clustering and would appreciate
some advice. - I am currently testing on two windows
machines but intend to deploy to Linux boxes.

Thanks,

Ian

See posting
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=45901

Configuration (both machines)
OS: Windows 2000 
JDK: 1.4.2_03
JBoss: 3.2.3

The attached zip contains the cluster.log files for
both servers:
Node 'A' - Node_A_cluster.log
Node 'B' - Node_B_cluster.log

Steps 
-
1. Turn on logging for clustering in /conf/log4j.xml 
2. Start JBoss on Node 'A'
3. Start JBoss on Node 'B'
4. Deploy EAR to farm dir on Node 'A''
This is farmed to Node 'B'
5. Submit Msg to Node 'A' (Http request to application)
6. Submit Msg to Node 'B' (Http request to application)
7. Look at the HAILSharedState ServerAddress for the
JBoss MQ on the jmx-console - this shows the IP address
of Node 'A' on both nodes.
8. Remove network cable from Node 'A'
9. The following messages are displayed in the console:
Node 'A'
10:40:53,921 INFO  [DefaultPartition] New cluster view
(id: 2, delta: -1) : [192.168.0.34:1099]
10:40:53,921 INFO  [DefaultPartition:ReplicantManager]
Dead members: 1
10:40:58,015 INFO  [DefaultPartition] Suspected member:
wizcom-desk01:4950 (additional data: 17 byte
s)

Node 'B'
10:40:53,376 INFO  [DefaultPartition] New cluster view
(id: 2, delta: -1) : [192.168.0.46:1099]
10:40:53,376 INFO  [DefaultPartition:ReplicantManager]
Dead members: 1
10:40:53,516 INFO  [HAILServerILService] Notified to
become singleton

10. The jmx-console on Node 'B' now shows it's own IP
address as the HAILSharedState ServerAddress.
11. The jmx-console on Node 'A' still shows it's own IP
address as the HAILSharedState ServerAddress.
11. Reconnect the network cable to Node 'A'
12. The following message appears in the console:
Node 'A'
10:45:05,171 INFO  [DefaultPartition] New cluster view
(id: 3, delta: 1) : [192.168.0.34:1099, 192.168.0.46:1099]
10:45:05,171 INFO  [DefaultPartition:ReplicantManager]
Merging partitions...
10:45:05,171 INFO  [DefaultPartition:ReplicantManager]
Dead members: 0
10:45:05,187 INFO  [DefaultPartition:ReplicantManager]
Originating groups: [[wizcom-comp2:1277 (additional
data: 17 bytes)|2] [wizcom-comp2:1277 (additional data:
17 bytes)], [wizcom-desk01:4950 (additional data: 17
bytes)|2] [wizcom-desk01:4950 (additional data: 17 bytes)]]
10:45:05,233 INFO  [DefaultPartition:ReplicantManager]
Start merging members in DRM service...
10:45:05,655 INFO  [DefaultPartition:ReplicantManager]
..Finished merging members in DRM service

Node 'B'
10:45:05,740 INFO  [DefaultPartition] New cluster view:
3 ([192.168.0.34:1099, 192.168.0.46:1099] delta: 1)
10:45:05,756 INFO  [DefaultPartition:ReplicantManager]
Merging partitions...
10:45:05,756 INFO  [DefaultPartition:ReplicantManager]
Dead members: 0
10:45:05,756 INFO  [DefaultPartition:ReplicantManager]
Originating groups: [[wizcom-comp2:1277 (additional
data: 17 bytes)|2] [wizcom-comp2:1277 (additional data:
17 bytes)], [WIZCOM-DESK01:4950 (additional data: 17
bytes)|2] [WIZCOM-DESK01:4950 (additional data: 17 bytes)]]
10:45:05,818 INFO  [DefaultPartition:ReplicantManager]
Start merging members in DRM service...
10:45:05,943 INFO  [HAILServerILService] Notified to
stop acting as singleton.
10:45:05,943 INFO  [DefaultPartition:ReplicantManager]
..Finished merging members in DRM service

13. Refresh the HAILSharedState in the jmx-console,
both nodes have their own IP address as the ServerAddress.


Thanks


Ian

















 

---

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: java.net.SocketException: Connection reset

2004-02-25 Thread neerajp
adrian,

no Its not closing the connection...

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822848#3822848

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822848


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


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: java.net.SocketException: Connection reset

2004-02-25 Thread [EMAIL PROTECTED]
Is your publisher iclosing the connection before it exits?

Regards,
Adrian

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822847#3822847

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822847


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


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - java.net.SocketException: Connection reset

2004-02-25 Thread neerajp
My MDB listens the published message. ie. onMessage(..) method prints the message sent 
by the publisher. but after printing the message on the jboss 3.2.3 console it gives 
me the following exception:

java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2133)
at 
java.io.ObjectInputStream$BlockDataInputStream.readBlockHeader(ObjectInputStream.java:2316)
at java.io.ObjectInputStream$BlockDataInputStream.refill(ObjectInputStream.java:2383)
at java.io.ObjectInputStream$BlockDataInputStream.read(ObjectInputStream.java:2455)
at java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputStream.java:2604)
at java.io.ObjectInputStream.readByte(ObjectInputStream.java:845)
at org.jboss.mq.il.oil.OILServerILService$Client.run(OILServerILService.java:206)
at java.lang.Thread.run(Thread.java:536)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822845#3822845

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822845


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


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: HELP::::::: NULLPOINTEXCEPTION Connectionfactory lookup

2004-02-25 Thread neerajp
Try "ConnectionFactory" instead of java:/**ConnectionFactory.

Also make sure that the JNDI name for your connection factory is "ConnectionFactory" 
from the jms-console.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822844#3822844

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822844


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


[JBoss-dev] Compilation Failed! JBoss (HEAD/linux1/1.4.2_03) [AUTOMATED]

2004-02-25 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Wed Feb 25 11:35:02 GMT 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
   [javacc] Reading from file 
/home/jbossci/jbossci2/jboss-head/server/output/parsers/org/jboss/ejb/plugins/cmp/ejbql/EJBQLParser.jj
 . . .
   [javacc] Parser generated successfully.

compile-mbean-sources:
[mkdir] Created dir: /home/jbossci/jbossci2/jboss-head/server/output/gen-src
(XDocletMain.start   47  ) Running 
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.plugins.AbstractInstancePool' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.invocation.jrmp.server.JRMPInvoker' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jmx.connector.invoker.InvokerAdaptorService' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.web.AbstractWebContainer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.EntityContainer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.EJBDeployer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.web.AbstractWebDeployer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.naming.JNDIView' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.naming.ExternalContext' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.plugins.EntityInstanceCache' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.invocation.pooled.server.PooledInvoker' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.naming.NamingService' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.asf.ServerSessionPoolLoader' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.MessageDrivenContainer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.deployment.EARDeployer' usi

[JBoss-dev] Compilation Failed! JBoss (HEAD/linux1/1.4.1_06) [AUTOMATED]

2004-02-25 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Wed Feb 25 11:31:39 GMT 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
   [javacc] Reading from file 
/home/jbossci/jbossci2/jboss-head/server/output/parsers/org/jboss/ejb/plugins/cmp/ejbql/EJBQLParser.jj
 . . .
   [javacc] Parser generated successfully.

compile-mbean-sources:
[mkdir] Created dir: /home/jbossci/jbossci2/jboss-head/server/output/gen-src
(XDocletMain.start   47  ) Running 
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.plugins.AbstractInstancePool' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.invocation.jrmp.server.JRMPInvoker' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jmx.connector.invoker.InvokerAdaptorService' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.web.AbstractWebContainer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.EntityContainer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.EJBDeployer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.web.AbstractWebDeployer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.naming.JNDIView' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.naming.ExternalContext' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.plugins.EntityInstanceCache' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.invocation.pooled.server.PooledInvoker' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.naming.NamingService' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.asf.ServerSessionPoolLoader' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.deployment.EARDeployer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.ejb.MessageDrivenContainer' usi

[JBoss-dev] [ jboss-Bugs-902748 ] Add getParameter functions for other Java Types

2004-02-25 Thread SourceForge.net
Bugs item #902748, was opened at 2004-02-23 16:47
Message generated for change (Settings changed) made by vietj
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=902748&group_id=22866

Category: Nukes
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Dennis Przybyla (thepriz)
>Assigned to: Julien Viet (vietj)
Summary: Add getParameter functions for other Java Types

Initial Comment:
Here is a patch to add Long and Short getParameter
types to the Page class.

--

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


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


[JBoss-dev] [ jboss-Bugs-900145 ] Cannot create new blocks

2004-02-25 Thread SourceForge.net
Bugs item #900145, was opened at 2004-02-19 11:00
Message generated for change (Settings changed) made by vietj
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=900145&group_id=22866

Category: Nukes
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Daniel Le Berre (danielbzh)
>Assigned to: Kevin Viet (vietk)
Summary: Cannot create new blocks

Initial Comment:
Using a fresh CVS snapshot of nukes,
I cannot create a new block:

11:48:15,907 ERROR [block]
java.lang.NullPointerException
at
org.jboss.mx.interceptor.MBeanAttributeInterceptor.invoke(MBeanAttributeInterceptor.java:81)
at
org.jboss.mx.interceptor.PersistenceInterceptor2.invoke(PersistenceInterceptor2.java:93)
at
org.jboss.nukes.mx.LifeCycleInterceptor.invoke(LifeCycleInterceptor.java:93)
at
org.jboss.mx.server.MBeanInvoker.getAttribute(MBeanInvoker.java:112)
at
org.jboss.mx.server.MBeanServerImpl.getAttribute(MBeanServerImpl.java:453)
at
org.jboss.nukes.core.modules.block.BlockModule.create(BlockModule.java:453)
at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.nukes.module.ModuleSupport.render(ModuleSupport.java:255)
at
sun.reflect.GeneratedMethodAccessor90.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at
org.jboss.mx.interceptor.ObjectReferenceInterceptor.invoke(ObjectReferenceInterceptor.java:59)
at
org.jboss.mx.interceptor.MBeanAttributeInterceptor.invoke(MBeanAttributeInterceptor.java:43)
at
org.jboss.mx.interceptor.PersistenceInterceptor2.invoke(PersistenceInterceptor2.java:93)
at
org.jboss.nukes.mx.LifeCycleInterceptor.invoke(LifeCycleInterceptor.java:93)
at
org.jboss.mx.server.MBeanInvoker.invoke(MBeanInvoker.java:76)
at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at
org.jboss.nukes.html.ThemeSupport.module(ThemeSupport.java:192)
at
org.jboss.nukes.html.ThemeTemplate.get(ThemeTemplate.java:111)
at
org.jboss.nukes.common.template.Generated34.render(Generated34.java)
at
org.jboss.nukes.html.ThemeTemplate.main(ThemeTemplate.java:191)
at
org.jboss.nukes.html.ThemeSupport.render(ThemeSupport.java:137)
at
sun.reflect.GeneratedMethodAccessor72.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at
org.jboss.mx.interceptor.ObjectReferenceInterceptor.invoke(ObjectReferenceInterceptor.java:59)
at
org.jboss.mx.interceptor.MBeanAttributeInterceptor.invoke(MBeanAttributeInterceptor.java:43)
at
org.jboss.mx.interceptor.PersistenceInterceptor2.invoke(PersistenceInterceptor2.java:93)
at
org.jboss.nukes.mx.LifeCycleInterceptor.invoke(LifeCycleInterceptor.java:93)
at
org.jboss.mx.server.MBeanInvoker.invoke(MBeanInvoker.java:76)
at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at
org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:177)
at $Proxy32.render(Unknown Source)
at org.jboss.nukes.html.Page.process(Page.java:155)
at
org.jboss.nukes.module.ModuleSupport.process(ModuleSupport.java:148)
at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at
org.jboss.mx.interceptor.ObjectReferenceInterceptor.invoke(ObjectReferenceInterceptor.java:59)
at
org.jboss.mx.interceptor.MBeanAttributeInterceptor.invoke(MBeanAttributeInterceptor.java:43)
at
org.jboss.mx.interceptor.PersistenceInterceptor2.invoke(PersistenceInterceptor2.java:93)
at
org.jboss.nukes.mx.LifeCycleInterceptor.invoke(LifeCycleInterceptor.java:93)
at
org.jboss.mx.server.MBeanInvoker.invoke(MBeanInvoker.java:76)
at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at
org.jboss.nukes.core.Main$LastNext.handle(Main.java:438)
at
org.jboss.nukes.core.modules.profile.Profi

[JBoss-dev] [ jboss-Bugs-902825 ] Html.linebreak() does not work.

2004-02-25 Thread SourceForge.net
Bugs item #902825, was opened at 2004-02-23 18:03
Message generated for change (Settings changed) made by vietj
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=902825&group_id=22866

Category: Nukes
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Dennis Przybyla (thepriz)
>Assigned to: Kevin Viet (vietk)
Summary: Html.linebreak() does not work.

Initial Comment:
When using Html.linebreak() it does not add the 
tag as expected.

I have included a zip file with a module that
demonstrates this problem. Just unzip the file in your
nukes development directory and run "build deploy" in
that directory.

--

Comment By: Dennis Przybyla (thepriz)
Date: 2004-02-23 18:04

Message:
Logged In: YES 
user_id=693840

By the way Html.linebreak(1); does work.

--

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


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


[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Dao interface methods

2004-02-25 Thread morenito9000
Hi all,
I'm trying to generate a DAO Interface with one method inside.
DAO is used by a Staless Session Bean.

In Session Bean's code (at method level) I put this tag:

@dao.call "my dao method"

in the generated DAO interface I find this signature:

 (list of parameters of the Session method 
where I put the @dao.call)

Is there an Xdoclet tag that I can use (at Session Bean's method level)
 to specify the parameters list of the dao method I need to generate ?
 

Thanks in advance,
Moreno





View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822832#3822832

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822832


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


[JBoss-dev] [JBoss IDE] - How to set jboss-web/ejb-local-ref with xdoclet?

2004-02-25 Thread Martin0
Feels like a dumb question, but I can't see how.

I would expect this in jbosswebxml, but can't see it there.

Thanks
Martin

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822825#3822825

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822825


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


[JBoss-dev] [JBoss.net] - Re: Custom class with Jboss.net

2004-02-25 Thread cgjung
The usual place for application objects is ... tara ... the application package, in 
your case the the ejb-jar.

To deal with these classes, JBoss.net/Axis however needs mapping information in the 
form of a serializer/deserializer pair (e.g. a Bean(De)Serializer that canonically 
maps bean properties to xml elements). This can be specified in the webservice 
deployment descriptor (in your wsr) as follows:

 

Note that as of JBoss3.2, these descriptors can be easily generated using our 
jboss.net xdoclet module and tag annotations in your custom objects:

/** 
 * A serializable data object for testing data passed to an EJB through
 * the web service interface.
 * @author jung
 * @version $Revision: 1.1.2.1 $
 * @jboss-net:xml-schema urn="hello:HelloData"
 */

public class HelloData
   implements java.io.Serializable
{
   private String name;

   public String getName()
   {
  return name;
   }

   public void setName(String name)
   {
  this.name = name;
   }
}

Hope that helps,
CGJ


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822824#3822824

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822824


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