[JBoss-dev] [Benchmarking] - Re: SpecJappServer 2002 : dies in OrderAuditSesEJB

2004-09-21 Thread loubyansky
The stacktrace doesn't match my specj sources but according to them the root cause is 
the NamingException.

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Fast iterations on large numbers of cache objects

2004-09-21 Thread kburns
Hi,

I have a large number of objects in my cache (1000) all under the same node (/a/b), 
all instances of the same class (A). Each of these objects itself contains a Vector of 
objects (class B). Part of my business logic requires calling a method of class B for 
all class B instances contained in all Class A instances.

I've implemented this as follows:

1. query for all class A instances
myTree.getChildrenNames(/a/b)

2. for each FQN in the returned Set, get the object
A obj = (A) myTree.getObject(FQN)

3. for each instance of class A, iterate over the Vector of B's calling the method

When running this test, it takes around 4 - 5 seconds to complete. I really need this 
time to be around 0.5 seconds. When using a Vector in place of the cache, the test 
takes less than 100 ms - hardly surprising since the objects are already in memory.

I assume that the creation of the objects (during the myTree.getObject() process) is 
what is taking the time.

The best solution I can think of is to maintain two copies of the objects that I need 
to quickly iterate over. One copy in the cache, a separate copy in memory (a Vector). 
This solution is viable only because this fast iteration only involves reading the 
object's data. When the object changes (in the cache) I can update the Vector version 
through a TreeCacheListener.nodeModified() mechanism.

Has anyone else faced a similar issue?

Have I overlooked a way to just use the cache only to do this fast iteration?

Many thanks

Ken


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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: NullPointerException, Map and values().iterator()

2004-09-21 Thread bwang00
I am surprised that line doesn't cause NPE either. Keep in mind that TreeCacheAop only 
supports limited Collection classes API. And values() is not currently supported!

I am working on to provide a more complete set of API to support though. It's planned 
to come out in post-1.1.

So stay tuned.

-Ben

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.207 Build Successful

2004-09-21 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040921035818Lbuild.207
BUILD COMPLETE-build.207Date of build:09/21/2004 03:58:18Time to build:19 minutes 10 secondsLast changed:09/21/2004 03:50:31Last log entry:no message




   Unit Tests: (0)
Modifications since last build:(1)1.17modifiedbelabancache/docs/Changelog.txtno message



[JBoss-dev] [ jboss-Bugs-1031181 ] Lost content after the last HTML entity.

2004-09-21 Thread SourceForge.net
Bugs item #1031181, was opened at 2004-09-20 14:26
Message generated for change (Comment added) made by derfraenkn
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1031181group_id=22866

Category: Nukes
Group: v3.2
Status: Closed
Resolution: None
Priority: 5
Submitted By: derfraenkn (derfraenkn)
Assigned to: Nobody/Anonymous (nobody)
Summary: Lost content after the last HTML entity.

Initial Comment:
In nukes-1.1.0-RC3-src is following problem in the
comman HTML content edit module.

If you use chars like €, ß, á ... all text after the
last replaced HTML entity like euro;, szlig;,
agrave; ... will not be displayed.

The problem is in
org.jboss.nukes.common.util.EntityTable.convertEntities(String).

Fixed class is attached. 

After replace and rebuild, you must put the
nukes-lib.jar from nukes/output/lib/ to your
deploy/nukes.ear/ directory.

--

Comment By: derfraenkn (derfraenkn)
Date: 2004-09-21 10:54

Message:
Logged In: YES 
user_id=1125056

Problem is fixed in CVS too (WFM), see
http://cvs.sourceforge.net/viewcvs.py/jboss/nukes/common/src/main/org/jboss/nukes/common/util/EntityTable.java?r1=1.3r2=1.4

--

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.208 Build Successful

2004-09-21 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040921052510Lbuild.208
BUILD COMPLETE-build.208Date of build:09/21/2004 05:25:10Time to build:15 minutes 13 secondsLast changed:09/21/2004 05:18:39Last log entry:added info on common state transfer format




   Unit Tests: (0)
Modifications since last build:(1)1.7modifiedbelabancache/docs/design/CacheLoader.txtadded info on common state transfer format



[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - JBossCache/Clustering - open tasks

2004-09-21 Thread bela
I have been asked my a number of people whether they could help with development. 
Below are some tasks that I have decided to outsource (if we find the right people).
All tasks require a good knowledege of JBoss, and *excellent* knowledege of JBossCache 
and Clustering.
Anyone tackling one of these tasks has to be self-driven - I don't have much time for 
hand holding.
Successful completion / good work leads to a preferred position when we look to employ 
people...

Here are the tasks (copiedpasted from the roadmap, contact me ([EMAIL PROTECTED]) for 
details):

- DistributedState (clustering) replacement
  - Porting to JBossCache implementation
  - dev1, 4 weeks
  * [Independent of JBossCache development]

- Run JBossCache in WebLogic/Websphere
  - JBossTransactionManagerLookup plugin
  - We can run JBCache under StartupClass in WL
  - Documentation, how-to
  - Dev2, 6 weeks (possible dependecy on JBossMX)
  * [Independent of JBossCache development]

- HAJNDI implementation
  - Dev1, 6 weeks
  [Independent of JBossCache development]


Bela

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [TODO -- DEVELOPMENT] - JBossCache/Clustering tasks available

2004-09-21 Thread bela
I have been asked my a number of people whether they could help with development. 
Below are some tasks that I have decided to outsource (if we find the right people).
All tasks require a good knowledege of JBoss, and *excellent* knowledege of JBossCache 
and Clustering.
Anyone tackling one of these tasks has to be self-driven - I don't have much time for 
hand holding.
Successful completion / good work leads to a preferred position when we look to employ 
people...

Here are the tasks (copiedpasted from the roadmap, contact me ([EMAIL PROTECTED]) for 
details):

- DistributedState (clustering) replacement
  - Porting to JBossCache implementation
  - dev1, 4 weeks
  * [Independent of JBossCache development]

- Run JBossCache in WebLogic/Websphere
  - JBossTransactionManagerLookup plugin
  - We can run JBCache under StartupClass in WL
  - Documentation, how-to
  - Dev2, 6 weeks (possible dependecy on JBossMX)
  * [Independent of JBossCache development]

- HAJNDI implementation
  - Dev1, 6 weeks
  [Independent of JBossCache development]


Bela

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1029232 ] CreateTableDDL for EJBTimerService

2004-09-21 Thread SourceForge.net
Bugs item #1029232, was opened at 2004-09-16 14:38
Message generated for change (Comment added) made by tdiesler
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1029232group_id=22866

Category: JBossServer
Group: v4.0
Status: Closed
Resolution: None
Priority: 5
Submitted By: Juan Martinez (juanmartinez)
Assigned to: Thomas Diesler (tdiesler)
Summary: CreateTableDDL for EJBTimerService

Initial Comment:
Hi. 
 
I don't if should report this as a bug, so feel free to delete this 
report. 
 
I'm using Branch_4_0 with the PostgreSQL as the only datasource 
(requirement). 
 
The EJBTimerService has the CreateTableDDL element defined as 
 
  attribute name=CreateTableDDL 
create table TIMERS ( 
   TIMERID varchar(50) not null, 
   TARGETID varchar(50) not null, 
   INITIALDATE timestamp not null, 
   INTERVAL bigint, 
   INSTANCEPK other, 
   INFO other, 
   constraint timers_pk primary key (TIMERID) 
) 
 /attribute 
 
which is a problem for PostgreSQL since the datatype other isn't 
defined (INSTANCEPK and INFO). 
 
I'm hoping that another (standard) datatype could be used or 
samples for the different database mappings could be provided. 
 
Let me know if I can provide more information. 
 Juan 
 

--

Comment By: Thomas Diesler (tdiesler)
Date: 2004-09-21 12:31

Message:
Logged In: YES 
user_id=423364

Fixed in jboss-head and jboss-4.0.

DatabasePersistencePolicy.createTableIfNotExists
DatabasePersistencePolicy.doInsertTimer
DatabasePersistencePolicy.doSelectTimers

I use the sql-type that maps to java.lang.Object, serialize 
the object internally and write to db using setBytes().


--

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Unable to figure out calledmethod of a caller pointcut

2004-09-21 Thread marciodel
Hi.  I forgot to say that the intercepted class is Connector. All others are not 
intercepted. 

I am using the SystemClassLoader. The pointcuts are being defined using the API and 
not the XML.

Thanks,

Marcio Alves  

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: JBoss Nukes and JBoss 4.0

2004-09-21 Thread jae77
i'm going to try deploying the changes i've made for 3.2.5 compatability into 4.0 to 
see what happens. 

i still have to track down the cause of some exceptions that are being thrown but 
don't seem to be preventing the code from executing. i'm not sure if they were errors 
that were always there and i'm just seeing them now b/c of the level of debug i have 
turned on (i need to go back and check against 3.2.3) or if there is an actual 
problem. 

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0 Build Failed

2004-09-21 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20040921083014
BUILD FAILEDAnt Error Message:file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1Date of build:09/21/2004 08:30:14Time to build:19 minutes 55 secondsLast changed:09/21/2004 08:23:52Last log entry:Dynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.




   Unit Tests: (0)
Modifications since last build:(5)1.4.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.4.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/NoopPersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.4.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/PersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.11.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/TimerServiceImpl.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.7.2.1modifiedtdieslerserver/src/etc/deploy/ejb-deployer.xmlDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.



[JBoss-dev] [Web Services] - Re: deploying web services in JBoss.net

2004-09-21 Thread pbalm
both 3.2.3 and 4.0.0 (and RC1, RC2) seem to support Axis in the (-c) default
server

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - Re: Web Services and Log4j

2004-09-21 Thread pbalm
Have you tried putting a log4j.properties file 
under WEB-INF/classes ?

LOG4J should pick it up, works for me.

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - BBModule, 1.1.0-RC3

2004-09-21 Thread marndt
Hi.
I do not know whether there is a bug tracking system set up for nukes, so I post the 
bug here:

BBModule.java, Revision: 1.67.2.3, line # 2882:

if (posterIcq == null  posterIcq.length()  0)

since the default values ' ' are set to NULL in Oracle the code breaks here.

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: NullPointerException, Map and values().iterator()

2004-09-21 Thread umk
Thanks for the info. Where can I find a list of what API TreeCacheAop supports and 
what it doesn't?

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head Build Failed

2004-09-21 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040921085452
BUILD FAILEDAnt Error Message:file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1Date of build:09/21/2004 08:54:52Time to build:17 minutes 21 secondsLast changed:09/21/2004 08:18:44Last log entry:Use constant column names.




   Unit Tests: (0)
Modifications since last build:(6)1.6modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.javaUse constant column names.1.5modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.1.5modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/NoopPersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.1.5modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/PersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.1.12modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/TimerServiceImpl.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.1.8modifiedtdieslerserver/src/etc/deploy/ejb-deployer.xmlDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.



[JBoss-dev] jboss-head Build Failed

2004-09-21 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040921094928
BUILD FAILEDAnt Error Message:file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1Date of build:09/21/2004 09:49:28Time to build:20 minutes 2 secondsLast changed:09/21/2004 09:26:32Last log entry:set AOP defaults




   Unit Tests: (0)
Modifications since last build:(23)1.2modifiedpatriot1burkeaop/docs/reference/en/styles/fopdf.xslset AOP defaults1.164modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javareduced num bugs found by findbugs1.29modifiedbelabancache/src/main/org/jboss/cache/TreeCacheView.javareduced num bugs found by findbugs1.14modifiedbelabancache/src/main/org/jboss/cache/TreeCacheView2.javareduced num bugs found by findbugs1.4modifiedbelabancache/src/main/org/jboss/cache/tests/BdbjeUnitTestCase.javareduced num bugs found by findbugs1.4modifiedbelabancache/src/main/org/jboss/cache/tests/CacheLoaderTests.javareduced num bugs found by findbugs1.3modifiedbelabancache/src/main/org/jboss/cache/tests/TxCacheLoaderTest.javareduced num bugs found by findbugs1.8modifiedbelabancache/src/main/org/jboss/cache/interceptors/ReplicationInterceptor.javareduced num bugs found by findbugs1.15modifiedbelabancache/src/main/org/jboss/cache/eviction/LRUPolicy.javareduced num bugs found by findbugs1.2modifiedbelabancache/src/main/org/jboss/cache/eviction/AopLRUAlgorithm.javareduced num bugs found by findbugs1.18modifiedbelabancache/src/main/org/jboss/cache/eviction/LRUAlgorithm.javareduced num bugs found by findbugs1.15modifiedbelabancache/src/main/org/jboss/cache/aop/CacheInterceptor.javareduced num bugs found by findbugs1.7modifiedbelabancache/src/main/org/jboss/cache/aop/CachedListInterceptor.javareduced num bugs found by findbugs1.5modifiedbelabancache/src/main/org/jboss/cache/aop/CachedMapInterceptor.javareduced num bugs found by findbugs1.5modifiedbelabancache/src/main/org/jboss/cache/aop/CachedSetInterceptor.javareduced num bugs found by findbugs1.11modifiedbelabancache/src/main/org/jboss/cache/aop/TreeCacheAopView.javareduced num bugs found by findbugs1.41modifiedbelabancache/src/main/org/jboss/cache/Node.javaimplemented Externalizable1.6modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.javaUse constant column names.1.5modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.1.5modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/NoopPersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.1.5modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/PersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.1.12modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/TimerServiceImpl.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.1.8modifiedtdieslerserver/src/etc/deploy/ejb-deployer.xmlDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.



[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Inheritance and AOP

2004-09-21 Thread corby

  | public abstract class MyAbstractClass
  | {
  | @Tx(TxType.REQUIRED)
  | protected abstract void myMethod();
  | }
  | 
  | 
  | public class MySubClass
  | {
  | public void myMethod()
  | {
  | 
  | }
  | }
  | 

Will calls to MySubClass - myMethod() go through the Tranasction Interceptor?

Thanks,
Corby

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Using JCoverage

2004-09-21 Thread marciodel
I am trying to use JCoverage together with JBoss-AOP.  The following error is being 
thrown:

java.lang.VerifyError: (class: br/com/quality/appmenu/action/Action, method: 
br$com$quality$appmenu$action$Action$readObject$aop signature: 
(Ljava/io/DataInput;Lbr/com/quality/appmenu/Properties;)Lbr/com/quality/appmenu/action/Action;)
 Illegal constant pool index

I am using SystemClassLoader of JBossAOP. JCoverage already have its own static 
instrumentation. 

Thanks,

Marcio Alves  

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Order of advice/interceptors - Due to: New JBoss AOP Con

2004-09-21 Thread Andrzej Krzywda
Hi!

nthx wrote : 
  | PS. In AspectJ they did it wrong. They have precedence keyword which must occur 
in one of your concerns. But if you develop few independent AOP libraries and don't 
want to couple them?
  | 
  | E.g. precedence: AOPConcern1, TotallyDifferentConcern2;
  | 

I can't agree that they did it wrong. You can write an aspect which contains only 
precedence rules.  This aspect you can use as a configuration file of your application:


  | public aspect ForumConfiguration {
  |declare precedence: Security, Logging, *;
  | }
  | 


It doesn't couple different concerns.


Andrzej Krzywda

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: nukes api

2004-09-21 Thread jae77
check out the code and execute the appropriate target via the build, but i'm not 100% 
sure what that target is off the top of my head at the moment. 

just as an fyi, not everything is javadoc-ed, so you're best bet is really going to be 
to look at the other modules (preferably starting w/ the simpler ones) and the core 
code itself. 

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - Mapping of types not directly referenced by operations

2004-09-21 Thread igorfie
I am playing with j2ee 1.4 webservice on JBoss 4.0 and I've noticed that  
ServiceDescription only configures WSDl-Java mapping for types directly referenced 
as operation input/output parameters. I wonder what is the reason behind this 
implementation? Should JBoss map all complex types mentioned in the WSDL or in the 
jaxrpc mapping file? This would eliminate need to use  ws4ee-deployment.xml for many 
wsdl/mapping files generated by wscompile from jwsdp.

I think I'll be able to provide a patch if there are no compelling reasons to keep the 
current behaviour.

Regards,
Igor

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Annotate class only and crosscut methods within the clas

2004-09-21 Thread nthx
Yupiii! 

And once more, I reply to my own post :)

So here is the solution with new TYPE_DEF feature:

jboss-aop.xml:
aop
  | typedef name=rootable expr=class(@root) /
  | 
  | bind pointcut=all($typedef{rootable})
  | interceptor class=RootInterceptor/
  | /bind
  | 
  | !-- If you annotated class with @@root you don't need this
  | annotation tag=root class=MyRoot
  | class/
  | /annotation
  | --
  | /aop
  | 

Interceptor:
public class RootInterceptor
  |implements Interceptor
  | {   
  | public Object invoke(Invocation invocation) throws Throwable
  | {
  | if (invocation instanceof ConstructorInvocation)
  | {
  | ...put logic here for Constructor joinpoints..
  |  }
  |   
  | }   
  | } 
  | 

and core code:
/** @@root */
  | public class MyRoot
  | {
  | public void method1(){}
  | public static void main(String[] args)
  | {
  | System.out.println(--START);
  | MyRoot root = new MyRoot();
  | root.method1();
  | System.out.println(--END);
  | }
  | }   
  | 

There is only default constructor here. But the logic from
RootInterceptor will be applied. That's great.

Output:
 [java] --START
  |  [java] ==O==[main] RootInterceptor: 23: [EMAIL PROTECTED]
  |  [java] ==O==[main] RootInterceptor: 25: I'm in ConstructorInterceptor
  |  [java] ==O==[main] RootInterceptor: 23: MyRoot_method1_N4778546224999628736_
  | [EMAIL PROTECTED] 
  |  [java] --END
  | 

--Tomasz



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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: TypeMapping problem

2004-09-21 Thread manica
Thank you!  This is now working perfectly

Darin

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head Build Failed

2004-09-21 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log2004092119
BUILD FAILEDAnt Error Message:file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1Date of build:09/21/2004 12:22:29Time to build:23 minutes 12 secondsLast changed:09/21/2004 11:34:11Last log entry:Updated




   Unit Tests: (0)
Modifications since last build:(24)1.27modifiedbwang00cache/docs/design/todo.txtUpdated1.2modifiedpatriot1burkeaop/docs/reference/en/styles/fopdf.xslset AOP defaults1.164modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javareduced num bugs found by findbugs1.29modifiedbelabancache/src/main/org/jboss/cache/TreeCacheView.javareduced num bugs found by findbugs1.14modifiedbelabancache/src/main/org/jboss/cache/TreeCacheView2.javareduced num bugs found by findbugs1.4modifiedbelabancache/src/main/org/jboss/cache/tests/BdbjeUnitTestCase.javareduced num bugs found by findbugs1.4modifiedbelabancache/src/main/org/jboss/cache/tests/CacheLoaderTests.javareduced num bugs found by findbugs1.3modifiedbelabancache/src/main/org/jboss/cache/tests/TxCacheLoaderTest.javareduced num bugs found by findbugs1.8modifiedbelabancache/src/main/org/jboss/cache/interceptors/ReplicationInterceptor.javareduced num bugs found by findbugs1.15modifiedbelabancache/src/main/org/jboss/cache/eviction/LRUPolicy.javareduced num bugs found by findbugs1.2modifiedbelabancache/src/main/org/jboss/cache/eviction/AopLRUAlgorithm.javareduced num bugs found by findbugs1.18modifiedbelabancache/src/main/org/jboss/cache/eviction/LRUAlgorithm.javareduced num bugs found by findbugs1.15modifiedbelabancache/src/main/org/jboss/cache/aop/CacheInterceptor.javareduced num bugs found by findbugs1.7modifiedbelabancache/src/main/org/jboss/cache/aop/CachedListInterceptor.javareduced num bugs found by findbugs1.5modifiedbelabancache/src/main/org/jboss/cache/aop/CachedMapInterceptor.javareduced num bugs found by findbugs1.5modifiedbelabancache/src/main/org/jboss/cache/aop/CachedSetInterceptor.javareduced num bugs found by findbugs1.11modifiedbelabancache/src/main/org/jboss/cache/aop/TreeCacheAopView.javareduced num bugs found by findbugs1.41modifiedbelabancache/src/main/org/jboss/cache/Node.javaimplemented Externalizable1.6modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.javaUse constant column names.1.5modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.1.5modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/NoopPersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.1.5modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/PersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.1.12modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/TimerServiceImpl.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.1.8modifiedtdieslerserver/src/etc/deploy/ejb-deployer.xmlDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.



[JBoss-dev] [JBossWS] - Secure WS against JAAS domain

2004-09-21 Thread manica
How can I authenticate an EJB endpoint webservice against an existing JAAS realm?  The 
method of the EJB is currently secured and I'm assuming that I can attach the 
authentication info in the SOAP headers, but I'm not sure how.  

I see there is a wiki page placeholder for this, but it is not yet complete.  Thank 
you!

Darin

PS, thank you for the new wiki update with arrays of custom datatypes.  :)

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Patches-1032037 ] NullPointerException in XAManagedConnection

2004-09-21 Thread SourceForge.net
Patches item #1032037, was opened at 2004-09-21 13:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376687aid=1032037group_id=22866

Category: JBossCX
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Igor Fedorenko (igorfie)
Assigned to: Nobody/Anonymous (nobody)
Summary: NullPointerException in XAManagedConnection

Initial Comment:
For the old times sake, attached is a quick
fix/workaround for a NullPointerException in
XAManagedConnection. Although I did not have much time
to investigate the problem, I guess that the exception
is triggered by use of XAManagedConnection from a JCA
adaptor, Hibernate JCA to be specific.

Cheers,
Igor

--

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - Re: Mapping of types not directly referenced by operations

2004-09-21 Thread tdiesler
Ideed, if JBoss could parse the XMLSchema type definitions in the wsdl and the files 
referenced  from it, this would make ws4ee-deployment obsolete.

This is not a trivial tasked, but you are of course welcome to contribute. This is the 
way we want to go with JBossWS anyway.

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - J2EE calling .NET web service for base64Binary element - SAA

2004-09-21 Thread kentsnow
I am trying to save to disk a binary file from a .NET webservice. This service is 
simply a pilot so I wrote the .NET webservice to reply with a base64binary element 
(byte[]) instead of DIME or SWA.

s:element minOccurs=0 maxOccurs=1 name=GetApplicationResult 
type=s:base64Binary / 

However, when I go to get the GetApplicationResult element using SAAJ:

...

Iterator sbes = child.getChildElements(nameApplicationExistsResult);
while(sbes.hasNext()){
child = (SOAPElement)sbes.next();
sLogger.debug(Name:  + sName +  | Value:  + child.getValue());
}

...

I am only returned the binary string data until the first carriage return.


[java] 12:59:54,565 DEBUG [CHL_Appender]

Name: GetApplicationResult
Value: JVBERi0xLjMNJeLjz9MNCjE5OCAwIG9iag08PCANL0xpbmVhcml6ZWQgMSANL08gMjAwIA0vSCBb


Here is the entire serialized response message i was parsing:

?xml version=1.0 encoding=utf-8?
soap:Envelope
xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
soap:Body
lt;GetApplicationResponse xmlns=urn:chl
lt;GetApplicationResultJVBERi0xLjMNJeLjz9MNCjE5OCAwIG9iag08PCANL0xpbmVhcml6ZWQgMSANL08gMjAwIA0vSCBb
 IDEyMDggNTcxIF0gDS9MIDI1MTUxNTMgDS9FIDg3NDQwIA0vTiA2MCANL1QgMjUxMTA3NCANPj4g 
CjAwMDI1MDk0MDYgMDAwMDAgbg0KMDAwMjUwOTU2NSAwMDAwMCBuDQowMDAyNTA5NzI0IDAwMDAw 
IG4NCjAwMDI1MDk5NTAgMDAwMDAgbg0KdHJhaWxlcg08PA0vU2l6ZSAxOTgNL0lEWzxkNWU0MWIx 
YmQ4MzRkYmI1NWQ3NmRhZjNiOGQ0OTQxZj48NWJmMzcxMmU1NjZhYmZkNDhlMGZhNTBmZDNmOGU3
NTg+XQ0+Pg1zdGFydHhyZWYNMTczDSUlRU9GDQ==
lt;/GetApplicationResult
lt;/GetApplicationResponse
/soap:Body
/soap:Envelope

Do I need to make changes on the .NET side? What should I use instead of getValue on 
the SOAP Element to obtain the entire binary data? Note that the Encoding Style is 
initially null, but when I set it to: xs:base64Binary on the JAVA side before I call 
get value it does not help.

Thanks,

Kent  
 

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - J2EE calling .NET web service for base64Binary element SAAJ

2004-09-21 Thread kentsnow
I am trying to save to disk a binary file from a .NET webservice. This service is 
simply a pilot so I wrote the .NET webservice to reply with a base64binary element 
(byte[]) instead of DIME or SWA. 

s:element minOccurs=0 maxOccurs=1 name=GetApplicationResult 
type=s:base64Binary / 

However, when I go to get the GetApplicationResult element using SAAJ: 

... 

Iterator sbes = child.getChildElements(nameApplicationExistsResult); 
while(sbes.hasNext()){ 
child = (SOAPElement)sbes.next(); 
sLogger.debug(Name:  + sName +  | Value:  + child.getValue()); 
} 

... 

I am only returned the binary string data until the first carriage return. 


[java] 12:59:54,565 DEBUG [CHL_Appender] 

Name: GetApplicationResult 
Value: JVBERi0xLjMNJeLjz9MNCjE5OCAwIG9iag08PCANL0xpbmVhcml6ZWQgMSANL08gMjAwIA0vSCBb 


Here is the entire serialized response message i was parsing: 

?xml version=1.0 encoding=utf-8? 
soap:Envelope 
xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
soap:Body 
lt;GetApplicationResponse xmlns=urn:chl 
lt;GetApplicationResultJVBERi0xLjMNJeLjz9MNCjE5OCAwIG9iag08PCANL0xpbmVhcml6ZWQgMSANL08gMjAwIA0vSCBb
 IDEyMDggNTcxIF0gDS9MIDI1MTUxNTMgDS9FIDg3NDQwIA0vTiA2MCANL1QgMjUxMTA3NCANPj4g 
CjAwMDI1MDk0MDYgMDAwMDAgbg0KMDAwMjUwOTU2NSAwMDAwMCBuDQowMDAyNTA5NzI0IDAwMDAw 
IG4NCjAwMDI1MDk5NTAgMDAwMDAgbg0KdHJhaWxlcg08PA0vU2l6ZSAxOTgNL0lEWzxkNWU0MWIx 
YmQ4MzRkYmI1NWQ3NmRhZjNiOGQ0OTQxZj48NWJmMzcxMmU1NjZhYmZkNDhlMGZhNTBmZDNmOGU3 
NTg+XQ0+Pg1zdGFydHhyZWYNMTczDSUlRU9GDQ== 
lt;/GetApplicationResult 
lt;/GetApplicationResponse 
/soap:Body 
/soap:Envelope 

Do I need to make changes on the .NET side? What should I use instead of getValue on 
the SOAP Element to obtain the entire binary data? Note that the Encoding Style is 
initially null, but when I set it to: xs:base64Binary on the JAVA side before I call 
get value it does not help. 

Thanks, 

Kent 

sorry for double posts, this section seems more appropriate.



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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-968759 ] Schedulable interface cannot be inherited

2004-09-21 Thread SourceForge.net
Bugs item #968759, was opened at 2004-06-08 02:54
Message generated for change (Comment added) made by genman
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=968759group_id=22866

Category: JBossServer
Group: v3.2
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: J-F Daune (daune_jf)
Assigned to: Nobody/Anonymous (nobody)
Summary: Schedulable interface cannot be inherited

Initial Comment:
I have developed an abstract class implementing 
Schedulable, and when I try to deploy subclasses of this 
class, I get an error reporting that they do not 
implement Schedulable.

The cause is Scheduler.setSchedulableClass. It checks 
that the given class name implements Schedulable using 
introspection. But it only introspects the class itself, not 
the class' superclasses (in other words, it does not 'visit' 
ancestors). In my case, it is the abstract base class 
that implements Schedulable.

Here is fix:

line 551 (setSchedulableClass):
 boolean lFound = false;
 Class lClass = mSchedulableClass;
 do
 {
Class[] lInterfaces = lClass.getInterfaces();
for (int i = 0; i  lInterfaces.length; i++)
{
   if (lInterfaces[i] == Schedulable.class)
   {
  lFound = true;
  break;
   }
}
lClass = lClass.getSuperclass();
 }
 while(lClass != null  !lFound);



--

Comment By: Elias Ross (genman)
Date: 2004-09-21 12:05

Message:
Logged In: YES 
user_id=556458


I fixed it similar to how you suggested.

Thank you for suggesting a fix!

--

Comment By: stan (sshparker)
Date: 2004-08-06 07:50

Message:
Logged In: YES 
user_id=1098513

Please ignore my other comment;)

--

Comment By: stan (sshparker)
Date: 2004-08-06 06:58

Message:
Logged In: YES 
user_id=1098513

I don't think this is a bug.  Implement your parent class as
an abstract class with an abstract process class to satisfy
the implementation.

--

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - JBoss error...

2004-09-21 Thread mmanske
 Hi all,

   I have a webservice with a stateless session bean running on the folowing 
condition:

 (JBoss + Apache Axis + RedHat 9).

   It works fine, but at least once a day, the server stops. It 
doesnt answer any request. If I call shutdown.sh -S , this error occur:

CMD_START = cd /usr/java/jboss/bin; /usr/java/jboss/bin/run.sh -c default
Exception in thread main javax.naming.CommunicationException [Root exception i
s java.rmi.UnmarshalException: Error unmarshaling return header; nested exceptio
n is:
java.io.EOFException]
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:647)
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: java.rmi.UnmarshalException: Error unmarshaling return header; nested
 exception is:
java.io.EOFException
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:
203)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:528)
... 3 more
Caused by: java.io.EOFException
at java.io.DataInputStream.readByte(DataInputStream.java:333)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:
189)
... 6 more


   I put two machine running the same configuration and the error occurs on 
both. Could anyone tell me what a fucking hell is going on 

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Using JCoverage

2004-09-21 Thread Bill Burke
Is JCoverage free?

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Annotate class only and crosscut methods within the clas

2004-09-21 Thread Bill Burke
Yikes, sorry I missed your post before

This may be a better approach:


  | bind pointcut=execution(@my.root-new(..))
  | interceptor class=RootCreationInterceptor /
  | /bind
  | 

This will bind your interceptor to every constructor of every class tagged as @my.root.

Bill


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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1031568 ] ClassCastException in AttributeChangeNotificationFilter

2004-09-21 Thread SourceForge.net
Bugs item #1031568, was opened at 2004-09-20 23:11
Message generated for change (Comment added) made by ejort
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1031568group_id=22866

Category: JBossMX
Group: v3.2
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Jeff Carpenter (carpentitg)
Assigned to: Adrian Brock (ejort)
Summary: ClassCastException in AttributeChangeNotificationFilter

Initial Comment:
In JBoss 3.2.5, the isNotificationEnabled method of
javax.management.AttributeChangeNotificationFilter
throws a ClassCastException when passed an argument
that is not of type AttributeChangeNotification.  The
JMX 1.2 specification indicates that, as an
implementation of NotificationFilter, it should return
false in this case.

The class
com.itgssi.gatejmx.support.StructureChangeNotification
referenced in the exception trace in the attached
console log is a custom implementation of
javax.management.Notification. The exception occurs
when an application XMBean passes a
StructureChangeNotification to sendNotification.


--

Comment By: Adrian Brock (ejort)
Date: 2004-09-21 19:48

Message:
Logged In: YES 
user_id=9459

Backported the version from jboss4 which includes this fix
and some others.

--

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2 build.56 Build Successful

2004-09-21 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20040921153736Lbuild.56
BUILD COMPLETE-build.56Date of build:09/21/2004 15:37:36Time to build:12 minutes 19 secondsLast changed:09/21/2004 15:31:37Last log entry:A test HttpSessionListener that tracks which sessions have seen create/destory events




   Unit Tests: (0)
Modifications since last build:(31)1.1.4.1modifiedstarksmtestsuite/src/main/org/jboss/test/web/servlets/TestSessionListener.javaA test HttpSessionListener that tracks which sessions have seen create/destory events1.4.2.2modifiedstarksmtestsuite/src/resources/web/html/jbosstest/index.htmlSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.6.2.10modifiedstarksmtestsuite/src/resources/web/WEB-INF/jbosstest-web.xmlSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.17.2.11modifiedstarksmtestsuite/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.javaSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.2.2.1modifiedstarksmtestsuite/src/main/org/jboss/test/web/servlets/APIServlet.javaSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.1.4.3modifiedstarksmtestsuite/src/main/org/jboss/test/web/servlets/ClasspathServlet.javaSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.1.2.2modifiedstarksmtestsuite/src/main/org/jboss/test/web/servlets/SecuredPostServlet.javaSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.1.2.9modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/DeployerConfig.javaSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.1.2.6modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/JvmRouteFilter.javaSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.1.1.1.2.25modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/Tomcat5.javaSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.1.1.1.2.11modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/Tomcat5MBean.javaSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.1.2.21modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.javaSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.1.4.1modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossManagerCMPMBean.javaSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.1.2.7modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/session/SessionBasedClusteredSession.javaSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.1.2.3modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/session/SnapshotManager.javaSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.1.2.8modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/session/AttributeBasedClusteredSession.javaSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.1.2.9modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/session/ClusteredSession.javaSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.2.2.1modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/session/ClusteredSessionCMP.javaSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.1.2.5modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/session/InstantSnapshotManager.javaSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.1.2.5modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/session/IntervalSnapshotManager.javaSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.1.2.10modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheService.javaSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.1.2.11modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossManager.javaSynch with the current 4.0 codebase to use a common interface for the http session replication managers.1.2.2.1modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossManagerCMP.javaSynch with the current 4.0 codebase to use a common interface for the http session replication 

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Which Version Of JGroups?

2004-09-21 Thread jiwils
Which version of JGroups does JBossCache 1.1 include?

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Using JCoverage

2004-09-21 Thread marciodel
Yes.  It uses GPL license.  (www.jcoverage.org)

Thanks

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Which Version Of JGroups?

2004-09-21 Thread bwang00
It's 2.2.7, I think.

-Ben

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1027302 ] JBOSS3.2.5/lib/xercesImpl.jar should be xerces.jar

2004-09-21 Thread SourceForge.net
Bugs item #1027302, was opened at 2004-09-13 08:34
Message generated for change (Comment added) made by genman
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1027302group_id=22866

Category: JBossServer
Group: v3.2
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Amila Norbert (anorbert)
Assigned to: Nobody/Anonymous (nobody)
Summary: JBOSS3.2.5/lib/xercesImpl.jar should be xerces.jar 

Initial Comment:
I am running a web application that loads an XML file 
that is validated against a schema.  This fails with the 
dom4j.jar file that comes with the Jboss3.2.5. The error 
message is:

org.DocumentException: Error on line XX of document. 
Document is invalid: no grammer found.
org.dom4j.io.SaxReader.read(SaxReadre.java 329)

I thisnk this is owing to the fact that the 
SaxReader.class file in dom4j.jar is an old class and it is 
trying to validate aginst a DTD rather than the Schema.

I had to copy the dom4j-full.jar into jboss3.2.5/lib/ and 
rename it to dom4j.jar to get my code to work.

Would it be possible to ship the jboss with the correct 
dom4.jar file in jboss_home/lib.

operating system WINDOWS 2000
JAVA VERSION 1.4.2
thanks

--

Comment By: Elias Ross (genman)
Date: 2004-09-21 13:18

Message:
Logged In: YES 
user_id=556458


JBoss ships with 2.4.2 of xerces, the latest from the web
site.  It is named xercesImpl.jar for compatibility reasons.
 What are you replacing with what?

I updated dom4.jar to 1.5 release.

The question is does JBoss itself need to ship with
dom4j-full.jar?  According to what I could find, the -full
release (used to?) contain a bunch of third party files.  It
seems that SaxReader supports schema.

Please reopen if necessary once testing against JBoss CVS or
a newer release.


--

Comment By: Amila Norbert (anorbert)
Date: 2004-09-14 01:55

Message:
Logged In: YES 
user_id=687254

I also had to replace the xercesImpl.jar with the xerces.jar 
form jdom-b8 and rename this new xerces.jar file to 
xercesImpl.jar for it to work properly.

--

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0 Build Failed

2004-09-21 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20040921160220
BUILD FAILEDAnt Error Message:file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1Date of build:09/21/2004 16:02:20Time to build:19 minutes 1 secondLast changed:09/21/2004 15:34:01Last log entry:Apply patch [1032037] NPE in XAManagedConnection




   Unit Tests: (0)
Modifications since last build:(7)1.14.6.1modifiedejortconnector/src/main/org/jboss/resource/adapter/jdbc/xa/XAManagedConnection.javaApply patch [1032037] NPE in XAManagedConnection1.24.2.1modifiedejorttestsuite/.classpathCompile the webservices tests in eclipse1.4.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.4.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/NoopPersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.4.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/PersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.11.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/TimerServiceImpl.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.7.2.1modifiedtdieslerserver/src/etc/deploy/ejb-deployer.xmlDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.



[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - help w/ interfaces

2004-09-21 Thread Tzuriel
Hey all, 

I'm trying to start using xdoclet but the following session bean is causing me the 
server output problems below, even though they're warnings. Can anyone help?

Any help much appreciated.

--- my session bean ---

/**
 * @ejb.bean
 *  name=comp/RegisterDevice
 *  display-name=Register Device Bean
 *  type=Stateless
 *  jndi-name=ejb/comp/RegisterDevice
 *  primkey-field=id
 *
 * @ejb.home
 *  extends=javax.ejb.EJBHome
 *  local-extends=javax.ejb.EJBLocalHome
 *  remote-class=com.comp.management.ejb.session.RegisterDeviceHome
 *
 * @ejb.interface
 *  extends=javax.ejb.EJBObject
 *  local-extends=javax.ejb.EJBLocalObject
 *  remote-class=com.comp.management.ejb.session.RegisterDevice
 */

public class RegisterDeviceBean implements SessionBean
{
private transient SessionContext context = null;

public void setSessionContext(SessionContext ctx) {
context = ctx;
}

public void unsetSessionContext() throws EJBException {
context = null;
}

/**
 *
 * @throws CreateException
 *
 * @ejb.create-method
 */
 
public void ejbCreate() throws CreateException { }
 
public void ejbPostCreate() { }
public void ejbLoad() throws EJBException { }
public void ejbStore() throws EJBException { }
 
/**
 * @ejb.home-method
 */
 
public void ejbRemove() throws EJBException { }
 
/**
 * @ejb.home-method
 */
 
public void ejbActivate() throws EJBException { }
 
/**
 * @ejb.home-method
 */
 
public void ejbPassivate() throws EJBException { }

/**
 * @ejb.interface-method
 */
 
public boolean register(Device dev) {
  
return true;
}
}

--- server output ---

14:59:00,140 WARN  [verifier] EJB spec violation:
Bean   : comp/RegisterDevice
Section: 7.10.7
Warning: The local interface must extend the javax.ejb.EJBLocalObject interface. 
14:59:00,141 WARN  [verifier] EJB spec violation:
Bean   : comp/RegisterDevice
Method : public abstract boolean register(Device) throws RemoteException
Section: 7.10.7
Warning: The methods in the local interface must not include java.rmi.RemoteException 
in their throws clause.
 
14:59:00,145 WARN  [verifier] EJB spec violation:
Bean   : comp/RegisterDevice
Method : public abstract void remove() throws RemoteException, RemoveException
Section: 7.10.7
Warning: The methods in the local interface must not include java.rmi.RemoteException 
in their throws clause.
 
14:59:00,146 WARN  [verifier] EJB spec violation:
Bean   : comp/RegisterDevice
Method : public abstract Object getPrimaryKey() throws RemoteException
Section: 7.10.7
Warning: The methods in the local interface must not include java.rmi.RemoteException 
in their throws clause.
 
14:59:00,147 WARN  [verifier] EJB spec violation:
Bean   : comp/RegisterDevice
Method : public abstract EJBHome getEJBHome() throws RemoteException
Section: 7.10.7
Warning: The methods in the local interface must not include java.rmi.RemoteException 
in their throws clause.
 
14:59:00,148 WARN  [verifier] EJB spec violation:
Bean   : comp/RegisterDevice
Method : public abstract Handle getHandle() throws RemoteException
Section: 7.10.7
Warning: The methods in the local interface must not include java.rmi.RemoteException 
in their throws clause.
 
14:59:00,149 WARN  [verifier] EJB spec violation:
Bean   : comp/RegisterDevice
Method : public abstract boolean isIdentical(EJBObject) throws RemoteException
Section: 7.10.7
Warning: The methods in the local interface must not include java.rmi.RemoteException 
in their throws clause.
 
14:59:00,149 ERROR [MainDeployer] could not create deployment: 
file:/opt/jboss-3.2.5/server/default/deploy/megs-ejb.jar
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see 
above for error messages.
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:517)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:790)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:644)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608)
at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)



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

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


---
This SF.Net email is sponsored 

[JBoss-dev] [JBossWS] - Re: EJB Service example (using XDoclet)?

2004-09-21 Thread jasong
actually its in xdoclet cvs.see  
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-816



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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Patches-1032151 ] move xdoclet.basedir to property

2004-09-21 Thread SourceForge.net
Patches item #1032151, was opened at 2004-09-21 13:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376687aid=1032151group_id=22866

Category: JBoss-IDE
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Dave Dunkin (fuzz)
Assigned to: Nobody/Anonymous (nobody)
Summary: move xdoclet.basedir to property

Initial Comment:
Moving xdoclet.basedir to an ant property in
xdoclet-build.xml allows the property to be overridden,
getting around the problem of a hardcoded path in the
generated file.

--

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - JMX start() method not working on MDB

2004-09-21 Thread eserrano

I have a MDB that shows up in the JMX console and the stop() method works fine but 
when I invoke (press) the start() method, it thows the following error. I am running 
JBoss 3.0.8 on WinXP. My goal is to be able to make this MDB start and stop delivery 
of the messages on the fly.

Thanks,
Ed

 
15:47:41,399 ERROR [MessageDrivenContainer] Could not set up environment
  | javax.naming.NameAlreadyBoundException; remaining name 'env'
  | at org.jnp.server.NamingServer.createSubcontext(NamingServer.java:451)
  | at org.jnp.interfaces.NamingContext.createSubcontext(NamingContext.java:
  | 829)
  | at org.jnp.interfaces.NamingContext.createSubcontext(NamingContext.java:
  | 815)
  | at org.jboss.ejb.Container.setupEnvironment(Container.java:897)
  | at org.jboss.ejb.Container.start(Container.java:592)
  | at org.jboss.ejb.MessageDrivenContainer.start(MessageDrivenContainer.jav
  | a:197)
  | at org.jboss.ejb.Container.invoke(Container.java:782)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
  | at org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:227)
  | at org.jboss.jmx.adaptor.control.Server.invokeOp(Server.java:196)
  | at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOp(HtmlAdaptorSer
  | vlet.java:183)
  | at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdap
  | torServlet.java:78)
  | at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.doPost(HtmlAdaptorServl
  | et.java:60)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
  | at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:360
  | )
  | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicati
  | onHandler.java:294)
  | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:5
  | 58)
  | at org.mortbay.http.HttpContext.handle(HttpContext.java:1714)
  | at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplication
  | Context.java:505)
  | at org.mortbay.http.HttpContext.handle(HttpContext.java:1664)
  | at org.mortbay.http.HttpServer.service(HttpServer.java:879)
  | at org.jboss.jetty.Jetty.service(Jetty.java:460)
  | at org.mortbay.http.HttpConnection.service(HttpConnection.java:770)
  | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:932)
  | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:787)
  | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:
  | 201)
  | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289)
  | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:454)
  | 15:47:41,409 ERROR [MessageDrivenContainer] root cause
  | 15:47:41,429 WARN  [jbossweb] WARNING: Exception for /jmx-console/HtmlAdaptor
  | MBeanException: Exception in service lifecyle operation: start
  | Cause: org.jboss.deployment.DeploymentException: Could not set up environment; -
  |  nested throwable: (javax.naming.NameAlreadyBoundException; remaining name 'env'
  | )
  | at org.jboss.ejb.Container.invoke(Container.java:801)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
  | at org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:227)
  | at org.jboss.jmx.adaptor.control.Server.invokeOp(Server.java:196)
  | at 
org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOp(HtmlAdaptorSer.

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: nukes api

2004-09-21 Thread thepriz
I would suggest that as we work on different parts of the code to acctually put in the 
java docs in for the code. This would greatly help the learning curve for new 
developers.

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: EJB Service example (using XDoclet)?

2004-09-21 Thread igorfie
I've tried it few days ago it found it rather useless. It has hardcoded WSDL (that's 
it, it always generates the same  WSDL regardless of your EJB). Other files are 
actually generated but not quite usable yet. 

And frankly, I am not quite sure XDocLet is powerfull enough to generate reasonable 
wsdl/mapping file. What it is capable of doing though, is to generate config.xml file 
that can later be fed to wscompile tool from jwsdp. It looks next to trivial to 
implement, but I am not sure when I'll have time for that.

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head Build Failed

2004-09-21 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040921164446
BUILD FAILEDAnt Error Message:file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1Date of build:09/21/2004 16:44:46Time to build:29 minutes 11 secondsLast changed:09/21/2004 16:30:47Last log entry:snmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration




   Unit Tests: (0)
Modifications since last build:(33)1.4modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/trapd/TrapdService.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.4modifiedanddvaria/src/resources/services/snmp/deploy/managers.xmlsnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.5modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapEmitter.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.5modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapFactorySupport.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.2modifiedkabkhanaop/docs/reference/en/modules/annotated.xmlStarted annotations chapter1.3modifiedgenmanthirdparty/dom4j-dom4j/lib/dom4j.jarUpdate to dom4j 1.5 release1.3modifiedgenmanthirdparty/dom4j-dom4j/READMEbranches:  1.3.2;Update to dom4j 1.5 release1.25modifiedejorttestsuite/.classpathCompile the webservices tests under eclipse1.15modifiedejortconnector/src/main/org/jboss/resource/adapter/jdbc/xa/XAManagedConnection.javaApply patch [1032037] NPE in XAManagedConnection1.27modifiedbwang00cache/docs/design/todo.txtUpdated1.2modifiedpatriot1burkeaop/docs/reference/en/styles/fopdf.xslset AOP defaults1.164modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javareduced num bugs found by findbugs1.29modifiedbelabancache/src/main/org/jboss/cache/TreeCacheView.javareduced num bugs found by findbugs1.14modifiedbelabancache/src/main/org/jboss/cache/TreeCacheView2.javareduced num bugs found by findbugs1.4modifiedbelabancache/src/main/org/jboss/cache/tests/BdbjeUnitTestCase.javareduced num bugs found by findbugs1.4modifiedbelabancache/src/main/org/jboss/cache/tests/CacheLoaderTests.javareduced num bugs found by findbugs1.3modifiedbelabancache/src/main/org/jboss/cache/tests/TxCacheLoaderTest.javareduced num bugs found by findbugs1.8modifiedbelabancache/src/main/org/jboss/cache/interceptors/ReplicationInterceptor.javareduced num bugs found by findbugs1.15modifiedbelabancache/src/main/org/jboss/cache/eviction/LRUPolicy.javareduced num bugs found by findbugs1.2modifiedbelabancache/src/main/org/jboss/cache/eviction/AopLRUAlgorithm.javareduced num bugs found by findbugs1.18modifiedbelabancache/src/main/org/jboss/cache/eviction/LRUAlgorithm.javareduced num bugs found by findbugs1.15modifiedbelabancache/src/main/org/jboss/cache/aop/CacheInterceptor.javareduced num bugs found by findbugs1.7modifiedbelabancache/src/main/org/jboss/cache/aop/CachedListInterceptor.javareduced num bugs found by findbugs1.5modifiedbelabancache/src/main/org/jboss/cache/aop/CachedMapInterceptor.javareduced num bugs found by findbugs1.5modifiedbelabancache/src/main/org/jboss/cache/aop/CachedSetInterceptor.javareduced num bugs found by findbugs1.11modifiedbelabancache/src/main/org/jboss/cache/aop/TreeCacheAopView.javareduced num bugs found by findbugs1.41modifiedbelabancache/src/main/org/jboss/cache/Node.javaimplemented Externalizable1.6modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.javaUse constant column names.1.5modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.1.5modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/NoopPersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.1.5modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/PersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.1.12modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/TimerServiceImpl.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.1.8modifiedtdieslerserver/src/etc/deploy/ejb-deployer.xmlDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.



[JBoss-dev] jboss-3.2 build.57 Build Successful

2004-09-21 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20040921173023Lbuild.57
BUILD COMPLETE-build.57Date of build:09/21/2004 17:30:23Time to build:14 minutes 15 secondsLast changed:09/21/2004 16:29:53Last log entry:snmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration




   Unit Tests: (0)
Modifications since last build:(8)1.1.2.4modifiedanddvaria/src/resources/services/snmp/deploy/managers.xmlsnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.1.2.3modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/trapd/TrapdService.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.1.2.5modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapEmitter.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.1.2.5modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapFactorySupport.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.1.8.2modifiedgenmanthirdparty/dom4j/dom4j/lib/dom4j.jarUpgrade to JDom 1.51.3.2.1modifiedgenmanthirdparty/dom4j/dom4j/READMEUpgrade to JDom 1.51.3.4.3modifiedejortjmx/src/main/javax/management/AttributeChangeNotificationFilter.javaBackport AttributeChangeNotificationFilter fixes from jboss41.1.2.11modifiedstarksmtestsuite/imports/server-config.xmlAdd some missing macro attributes descriptions



[JBoss-dev] [TODO -- DEVELOPMENT] - Re: Want to contribute?

2004-09-21 Thread ivelin
Rebuka,

follow this link
http://www.jboss.org/index.html?module=bbop=viewtopict=54356

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: XDoclet

2004-09-21 Thread marshall
Do you see the Run XDoclet... and/or Run Packaging... Menu items when you right 
click on your project?

If not, the plugin probably isn't installed correctly. Try re-installing or giving us 
some more info about your configuration and maybe we can help =).


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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0 Build Failed

2004-09-21 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20040921184103
BUILD FAILEDAnt Error Message:file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1Date of build:09/21/2004 18:41:03Time to build:26 minutes 25 secondsLast changed:09/21/2004 17:52:03Last log entry:Add -noexit option to HypersonicDatabase when running DatabaseManager to prevent exit of the manager app from killing the server.




   Unit Tests: (0)
Modifications since last build:(17)1.30.6.1modifiedstarksmvaria/src/main/org/jboss/jdbc/HypersonicDatabase.javaAdd -noexit option to HypersonicDatabase when running DatabaseManager to prevent exit of the manager app from killing the server.1.12.4.1modifiedstarksmvaria/src/main/org/jboss/varia/scheduler/Scheduler.javaFix 968759 - Schedulable interface cannot be inherited1.2.6.1modifiedstarksmthirdparty/dom4j-dom4j/READMEUpdate to dom4j 1.51.2.6.1modifiedstarksmthirdparty/dom4j-dom4j/lib/dom4j.jarUpdate to dom4j 1.51.6.2.2modifiedstarksmcommon/src/main/org/jboss/util/xml/JBossEntityResolver.javaAdd a "-//JBoss//DTD JBOSS JCA Config 1.5//EN", "jboss-ds_1_5.dtd" entry1.1.2.2modifiedstarksmconnector/src/resources/dtd/jboss-ds_1_0.dtdRevert the jboss-ds_1_0.dtd to that from 3.2 and move the current jca 1.5 based version to jboss-ds_1_5.dtd1.2.6.2modifiedanddvaria/src/resources/services/snmp/deploy/managers.xmlsnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.2.6.2modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/trapd/TrapdService.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.3.6.2modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapEmitter.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.3.6.2modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapFactorySupport.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.14.6.1modifiedejortconnector/src/main/org/jboss/resource/adapter/jdbc/xa/XAManagedConnection.javaApply patch [1032037] NPE in XAManagedConnection1.24.2.1modifiedejorttestsuite/.classpathCompile the webservices tests in eclipse1.4.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.4.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/NoopPersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.4.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/PersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.11.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/TimerServiceImpl.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.7.2.1modifiedtdieslerserver/src/etc/deploy/ejb-deployer.xmlDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.



[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - SubDeployerSupport.java revision 1.25 disallows META-INF

2004-09-21 Thread jasong
I noticed that between 1.24, and 1.25 isDeployable was changed to no longer  allow 
META-INF as a path for sub deployable modules. The original code would only skip 
jboss-service.xml files in META-INF. Was this behavior change intended? 

The reason I ask is because I was testing an application we are currently developing 
against the 3.2.x branch against 4, and one of the problems was that I had used 
META-INF/lib for nested jars. I am sure there are others that have used this 
convention. I wish the specification was more clear on this, because it seems that 
there is no standard way to handle nested jars. 

What should the correct behaivor of sub-deployments in ejb-jar files?

Jason


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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1028012 ] EJB-QL parsing error in JBoss 3.2.5

2004-09-21 Thread SourceForge.net
Bugs item #1028012, was opened at 2004-09-14 18:50
Message generated for change (Comment added) made by loubyansky
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1028012group_id=22866

Category: JBossCMP
Group: v3.2
Status: Closed
Resolution: Out of Date
Priority: 5
Submitted By: Fernando Bellas (fbellas)
Assigned to: Alexey Loubyansky (loubyansky)
Summary: EJB-QL parsing error in JBoss 3.2.5

Initial Comment:
Hi,

I get the following error when I deploy an EJB jar file
in JBoss 3.2.5:

-
 Depends On Me: MBeanException:
org.jboss.deployment.DeploymentException: Error
compiling EJB-QL statement 'SELECT OBJECT(e) FROM
Department d, IN(d.employees) e
WHERE d.departmentIdentifier = ?1 AND
  e.positionIdentifier = ?2'; 
- nested
throwable:
(org.jboss.ejb.plugins.cmp.ejbql.ParseException:
Encountered WHERE at line 2, column 49.
Was expecting one of:
EOF 
, ...
)

-

JBoss seems to detect a parsing error in the following
query (which I specify in the EJB jar file I am trying
to deploy):

query
query-method
   
method-namefindByDepartmentAndPosition/method-name
method-params
   
method-paramjava.lang.String/method-param
   
method-paramjava.lang.String/method-param
/method-params
/query-method
ejb-ql
![CDATA[
SELECT OBJECT(e) FROM Department d,
IN(d.employees) e
WHERE d.departmentIdentifier =
?1 AND
  e.positionIdentifier = ?2
]]
/ejb-ql
/query

However, such a query seems to be correct. Even more, I
can deploy the same EJB jar file in JBoss 3.2.1 (and
works fine).

I send you the ejb-jar.xml where I specify this query.

Thank you very much in advance,
Fernando Bellas.


--

Comment By: Alexey Loubyansky (loubyansky)
Date: 2004-09-21 19:08

Message:
Logged In: YES 
user_id=543482

Duplicate and was fixed.

--

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - active development

2004-09-21 Thread ddunkin
Where is the active development happening? It looks like the source in cvs hasn't been 
touched in a couple months. Are things still on track for a Oct. 1 release of 1.4?

Dave

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head Build Failed

2004-09-21 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040921193710
BUILD FAILEDAnt Error Message:file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1Date of build:09/21/2004 19:37:10Time to build:17 minutes 48 secondsLast changed:09/21/2004 18:42:53Last log entry:branches:  1.1.2;add missing editors




   Unit Tests: (0)
Modifications since last build:(44)1.1addedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/DoubleEditor.javabranches:  1.1.2;add missing editors1.1addedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/FloatEditor.javabranches:  1.1.2;add missing editors1.1addedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/LongEditor.javabranches:  1.1.2;add missing editors1.1addedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/ShortEditor.javabranches:  1.1.2;add missing editors1.1addedstarksmthirdparty/licenses/dom4-license.txtAdd the dom4j license from http://www.dom4j.org/license.html1.8modifiedstarksmcommon/src/main/org/jboss/util/xml/JBossEntityResolver.javaAdd a "-//JBoss//DTD JBOSS JCA Config 1.5//EN", "jboss-ds_1_5.dtd" entry1.3modifiedkabkhanaop/src/jdk15/org/jboss/aop/Mixin.javaOooops, I had made the default for @Mixin.isTransient() false, it is set to true now1.2modifiedstarksmconnector/src/resources/dtd/jboss-ds_1_0.dtdRevert the jboss-ds_1_0.dtd to that from 3.2 and move the current jca 1.5 based version to jboss-ds_1_5.dtd1.1addedstarksmconnector/src/resources/dtd/jboss-ds_1_5.dtdRevert the jboss-ds_1_0.dtd to that from 3.2 and move the current jca 1.5 based version to jboss-ds_1_5.dtd1.13modifiedkabkhanaop/src/main/org/jboss/aop/AspectAnnotationLoader.javaOooops, I had made the default for @Mixin.isTransient() false, it is set to true now1.2modifiedpatriot1burkeaop/docs/reference/en/modules/xml.xmlmore docs1.4modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/trapd/TrapdService.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.4modifiedanddvaria/src/resources/services/snmp/deploy/managers.xmlsnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.5modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapEmitter.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.5modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapFactorySupport.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.2modifiedkabkhanaop/docs/reference/en/modules/annotated.xmlStarted annotations chapter1.3modifiedgenmanthirdparty/dom4j-dom4j/lib/dom4j.jarUpdate to dom4j 1.5 release1.3modifiedgenmanthirdparty/dom4j-dom4j/READMEbranches:  1.3.2;Update to dom4j 1.5 release1.25modifiedejorttestsuite/.classpathCompile the webservices tests under eclipse1.15modifiedejortconnector/src/main/org/jboss/resource/adapter/jdbc/xa/XAManagedConnection.javaApply patch [1032037] NPE in XAManagedConnection1.27modifiedbwang00cache/docs/design/todo.txtUpdated1.2modifiedpatriot1burkeaop/docs/reference/en/styles/fopdf.xslset AOP defaults1.164modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javareduced num bugs found by findbugs1.29modifiedbelabancache/src/main/org/jboss/cache/TreeCacheView.javareduced num bugs found by findbugs1.14modifiedbelabancache/src/main/org/jboss/cache/TreeCacheView2.javareduced num bugs found by findbugs1.4modifiedbelabancache/src/main/org/jboss/cache/tests/BdbjeUnitTestCase.javareduced num bugs found by findbugs1.4modifiedbelabancache/src/main/org/jboss/cache/tests/CacheLoaderTests.javareduced num bugs found by findbugs1.3modifiedbelabancache/src/main/org/jboss/cache/tests/TxCacheLoaderTest.javareduced num bugs found by findbugs1.8modifiedbelabancache/src/main/org/jboss/cache/interceptors/ReplicationInterceptor.javareduced num bugs found by findbugs1.15modifiedbelabancache/src/main/org/jboss/cache/eviction/LRUPolicy.javareduced num bugs found by findbugs1.2modifiedbelabancache/src/main/org/jboss/cache/eviction/AopLRUAlgorithm.javareduced num bugs found by findbugs1.18modifiedbelabancache/src/main/org/jboss/cache/eviction/LRUAlgorithm.javareduced num bugs found by findbugs1.15modifiedbelabancache/src/main/org/jboss/cache/aop/CacheInterceptor.javareduced num bugs found by findbugs1.7modifiedbelabancache/src/main/org/jboss/cache/aop/CachedListInterceptor.javareduced num bugs found by findbugs1.5modifiedbelabancache/src/main/org/jboss/cache/aop/CachedMapInterceptor.javareduced num bugs found by findbugs1.5modifiedbelabancache/src/main/org/jboss/cache/aop/CachedSetInterceptor.javareduced num bugs found by findbugs1.11modifiedbelabancache/src/main/org/jboss/cache/aop/TreeCacheAopView.javareduced num bugs found by 

[JBoss-dev] jboss-4.0 Build Failed

2004-09-21 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20040921202009
BUILD FAILEDAnt Error Message:file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1Date of build:09/21/2004 20:20:09Time to build:24 minutes 27 secondsLast changed:09/21/2004 18:49:46Last log entry:complete primitive types




   Unit Tests: (0)
Modifications since last build:(21)1.1.2.1modifiedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/DoubleEditor.javacomplete primitive types1.1.2.1modifiedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/FloatEditor.javacomplete primitive types1.1.2.1modifiedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/LongEditor.javacomplete primitive types1.1.2.1modifiedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/ShortEditor.javacomplete primitive types1.30.6.1modifiedstarksmvaria/src/main/org/jboss/jdbc/HypersonicDatabase.javaAdd -noexit option to HypersonicDatabase when running DatabaseManager to prevent exit of the manager app from killing the server.1.12.4.1modifiedstarksmvaria/src/main/org/jboss/varia/scheduler/Scheduler.javaFix 968759 - Schedulable interface cannot be inherited1.2.6.1modifiedstarksmthirdparty/dom4j-dom4j/READMEUpdate to dom4j 1.51.2.6.1modifiedstarksmthirdparty/dom4j-dom4j/lib/dom4j.jarUpdate to dom4j 1.51.6.2.2modifiedstarksmcommon/src/main/org/jboss/util/xml/JBossEntityResolver.javaAdd a "-//JBoss//DTD JBOSS JCA Config 1.5//EN", "jboss-ds_1_5.dtd" entry1.1.2.2modifiedstarksmconnector/src/resources/dtd/jboss-ds_1_0.dtdRevert the jboss-ds_1_0.dtd to that from 3.2 and move the current jca 1.5 based version to jboss-ds_1_5.dtd1.2.6.2modifiedanddvaria/src/resources/services/snmp/deploy/managers.xmlsnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.2.6.2modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/trapd/TrapdService.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.3.6.2modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapEmitter.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.3.6.2modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapFactorySupport.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.14.6.1modifiedejortconnector/src/main/org/jboss/resource/adapter/jdbc/xa/XAManagedConnection.javaApply patch [1032037] NPE in XAManagedConnection1.24.2.1modifiedejorttestsuite/.classpathCompile the webservices tests in eclipse1.4.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.4.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/NoopPersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.4.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/PersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.11.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/TimerServiceImpl.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.7.2.1modifiedtdieslerserver/src/etc/deploy/ejb-deployer.xmlDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.



[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Fast iterations on large numbers of cache objects

2004-09-21 Thread kburns
Hi Norbert,

I tried your second suggestion with storing (a reference) to the objects in a Vector.

Just to recap to setup:
- 1000 objects of class A, each storing a Vector containing 10 objects of class B
- Iterate over the 1000 objects (A), for each, calling a method on each of the B's

Case 1:
Store the 1000 objects in a TreeCacheAop
- Query (from the cache) takes about 2.5 seconds

Case 2:
Store the 1000 objects in a Vector only
- Query (from the Vector) takes about 20 ms

Case 3:
Store the 1000 objects in a TreeCacheAop and also add the object to a Vector
- Query (from the Vector, ignoring the cache) takes about 2.5 seconds

Why is Case 3 taking so much time (and also about the same time as Case 1)? I don't 
understand the inner workings of the cache, but is it the CacheInterceptor that is 
slowing things down? To me it appears that all operations on the object are being 
routed through the cache version, no matter if I query the cache or the reference in 
my Vector?

Looks like the only way to handle this fast access is to maintain a seperate copy of 
the object?

Can anyone help?

Regards

Ken



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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Fast iterations on large numbers of cache objects

2004-09-21 Thread bwang00
Ken,

If you are using TreeCacheAop, I am interested to see why it takes this long. Is it 
possible that you can send me your setup? I prefer it in JUnit test case file so I may 
incorporate it into the testsuite later. You will get the credit, of course. :-)

To answer your Case 3 question, yes, if you declare both Class A and B *advisable*, 
then everything you do is intercepted. But the cost of aop is upfront; that is, during 
putObject. Afterwards, it should be relatively quick.

-Ben

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: NullPointerException, Map and values().iterator()

2004-09-21 Thread bwang00
I don't have it except in the source code. But please bear with me. Once I have the 
Collection class API re-implemented in 1.x, I will document it.

Thanks,

-Ben

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: active development

2004-09-21 Thread marshall
Thanks for following the development so closely =).

JBossIDE is now a top priority of JBoss. I am currently in the process of taking over 
leadership for the plugin (as an official resource from JBoss). My efforts for the 
past months have been mostly directed at the AOP Extension to JBossIDE, which is 
scheduled to make a release very soon.. (If you have enough courage: take a look at 
the jboss-aop-eclipse module).

Laurent will still be actively contributing code when he has the time. Max Andersen 
will also be joining our team in early october, and will be working with me heavily on 
the EJB3 extension to JBossIDE.

RE: The 1.4 Release. Currently the JSP Editor/Debugger both have prototypes in CVS, 
but I need to assess their stability. The JSR88 implementation will probably get cut 
off the list for the 1.4 release. We are trying to focus our efforts on the AOP and 
EJB3 extensions, and getting them out before the end of the year. Once I get a handle 
on how well the JSP Editor/Debugger are working, I'll be able to give a better 
estimate of the timetable of JBossIDE 1.4. 

Feel free to direct any new questions about the future of JBossIDE to me =).

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2 build.58 Build Successful

2004-09-21 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20040921214227Lbuild.58
BUILD COMPLETE-build.58Date of build:09/21/2004 21:42:27Time to build:18 minutes 14 secondsLast changed:09/21/2004 20:16:05Last log entry:Update unit test for new prop editors




   Unit Tests: (0)
Modifications since last build:(11)1.2.2.7modifiedgenmantestsuite/src/main/org/jboss/test/util/test/PropertyEditorsUnitTestCase.javaUpdate unit test for new prop editors1.1.4.3modifiedgenmancommon/src/main/org/jboss/util/xml/XmlHelper.javaSmall clean up, remove unused vars, etc.1.4.2.4modifiedgenmancommon/src/main/org/jboss/util/LRUCachePolicy.javaSmall clean up, remove unused vars, etc.1.1.4.1modifiedgenmancommon/src/main/org/jboss/util/WorkerQueue.javaSmall clean up, remove unused vars, etc.1.1.2.1modifiedgenmancommon/src/main/org/jboss/logging/util/LoggerWriter.javaSmall clean up, remove unused vars, etc.1.1.2.2modifiedgenmancommon/src/main/org/jboss/logging/util/OnlyOnceErrorHandler.javaSmall clean up, remove unused vars, etc.1.1.2.1modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/ByteEditor.javaImprove existing property editors  Use Integer.decode instead of parseIntUse JBoss editors over sun ones by defaultAdd IntArrayEditor1.1.2.1modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/IntArrayEditor.javaImprove existing property editors  Use Integer.decode instead of parseIntUse JBoss editors over sun ones by defaultAdd IntArrayEditor1.2.2.1modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/IntegerEditor.javaImprove existing property editors  Use Integer.decode instead of parseIntUse JBoss editors over sun ones by defaultAdd IntArrayEditor1.2.2.6modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/PropertyEditors.javaImprove existing property editors  Use Integer.decode instead of parseIntUse JBoss editors over sun ones by defaultAdd IntArrayEditor1.1.4.1modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/ShortEditor.javaImprove existing property editors  Use Integer.decode instead of parseIntUse JBoss editors over sun ones by defaultAdd IntArrayEditor



[JBoss-dev] jboss-head Build Failed

2004-09-21 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040921221907
BUILD FAILEDAnt Error Message:file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1Date of build:09/21/2004 22:19:07Time to build:15 minutes 41 secondsLast changed:09/21/2004 22:00:44Last log entry:Updated




   Unit Tests: (0)
Modifications since last build:(55)1.6modifiedbwang00cache/src/main/org/jboss/cache/eviction/RegionManager.javaUpdated1.16modifiedbwang00cache/src/main/org/jboss/cache/eviction/LRUPolicy.javaUpdated1.42modifiedbwang00cache/src/main/org/jboss/cache/Node.javaRedundant ctor1.9modifiedbwang00testsuite/src/main/org/jboss/test/cache/test/local/TxUnitTestCase.javagetData is empty instead of null1.165modifiedbwang00cache/src/main/org/jboss/cache/TreeCache.javaUpdated1.2modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/ByteEditor.javaMerge from Branch 3.21.2modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/IntArrayEditor.javaMerge from Branch 3.21.7modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/PropertyEditors.javaMerge from Branch 3.21.2modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/LongEditor.javaUse .decode rather than .valueOf to parse strings1.2modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/ShortEditor.javaUse .decode rather than .valueOf to parse strings1.5modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/IntegerEditor.javaUse .decode rather than .valueOf to parse strings1.1addedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/DoubleEditor.javabranches:  1.1.2;add missing editors1.1addedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/FloatEditor.javabranches:  1.1.2;add missing editors1.1addedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/LongEditor.javabranches:  1.1.2;add missing editors1.1addedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/ShortEditor.javabranches:  1.1.2;  1.1.4;add missing editors1.1addedstarksmthirdparty/licenses/dom4-license.txtAdd the dom4j license from http://www.dom4j.org/license.html1.8modifiedstarksmcommon/src/main/org/jboss/util/xml/JBossEntityResolver.javaAdd a "-//JBoss//DTD JBOSS JCA Config 1.5//EN", "jboss-ds_1_5.dtd" entry1.3modifiedkabkhanaop/src/jdk15/org/jboss/aop/Mixin.javaOooops, I had made the default for @Mixin.isTransient() false, it is set to true now1.2modifiedstarksmconnector/src/resources/dtd/jboss-ds_1_0.dtdRevert the jboss-ds_1_0.dtd to that from 3.2 and move the current jca 1.5 based version to jboss-ds_1_5.dtd1.1addedstarksmconnector/src/resources/dtd/jboss-ds_1_5.dtdRevert the jboss-ds_1_0.dtd to that from 3.2 and move the current jca 1.5 based version to jboss-ds_1_5.dtd1.13modifiedkabkhanaop/src/main/org/jboss/aop/AspectAnnotationLoader.javaOooops, I had made the default for @Mixin.isTransient() false, it is set to true now1.2modifiedpatriot1burkeaop/docs/reference/en/modules/xml.xmlmore docs1.4modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/trapd/TrapdService.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.4modifiedanddvaria/src/resources/services/snmp/deploy/managers.xmlsnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.5modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapEmitter.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.5modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapFactorySupport.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.2modifiedkabkhanaop/docs/reference/en/modules/annotated.xmlStarted annotations chapter1.3modifiedgenmanthirdparty/dom4j-dom4j/lib/dom4j.jarUpdate to dom4j 1.5 release1.3modifiedgenmanthirdparty/dom4j-dom4j/READMEbranches:  1.3.2;Update to dom4j 1.5 release1.25modifiedejorttestsuite/.classpathCompile the webservices tests under eclipse1.15modifiedejortconnector/src/main/org/jboss/resource/adapter/jdbc/xa/XAManagedConnection.javaApply patch [1032037] NPE in XAManagedConnection1.27modifiedbwang00cache/docs/design/todo.txtUpdated1.2modifiedpatriot1burkeaop/docs/reference/en/styles/fopdf.xslset AOP defaults1.164modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javareduced num bugs found by findbugs1.29modifiedbelabancache/src/main/org/jboss/cache/TreeCacheView.javareduced num bugs found by findbugs1.14modifiedbelabancache/src/main/org/jboss/cache/TreeCacheView2.javareduced num bugs found by findbugs1.4modifiedbelabancache/src/main/org/jboss/cache/tests/BdbjeUnitTestCase.javareduced num bugs found by findbugs1.4modifiedbelabancache/src/main/org/jboss/cache/tests/CacheLoaderTests.javareduced num bugs found by 

[JBoss-dev] [Benchmarking] - Re: SpecJappServer 2002 : dies in OrderAuditSesEJB

2004-09-21 Thread c.cremers

It really is a Null Pointer Exception.

Maybe I don't have JBoss connecting to Oracle properly ?  If I do 
JMX Console/Service=JNDIView/List Invoke, Java:Namespace has an OracleDS entry.

but the only thing I see in the JBoss run log is : 

20:25:45,504 INFO  [OracleDS] Bound connection factory for resource adapter for 
ConnectionManager 'jboss.jca:service=LocalTxCM,name=OracleDS to JNDI name 'java:
/OracleDS'

and various of the docs I have seen suggest there ought to be a lot more
messages about connecting to Oracle.  The database is there, it's up, and  I can
do a SPECJAppServer run with WebLogic, so I think that end of it is okay.

Files in jboss-3.2.5-src/build/output/jboss-3.2.5/server :


  jboss32-log4j.xml : 
copied to specj/conf/log4j.xml, no changes
  
  jboss32-mysql-ds.xml :
ignored 

  jboss32-service.xml
copied to specj/conf/jboss-service.xml, no changes

  jboss32-standardjboss.xml
copied to specj/conf/standardjboss.xml
  
jboss32-oracle-ds.xml
copied to specj/deploy/oracle-ds.xml
  
diffs :
 jndi-nameDefaultDS/jndi-name
 jndi-nameOracleDS/jndi-name
 
 connection-urljdbc:oracle:oci:@SPEC/connection-url
 connection-urljdbc:oracle:thin:@carl:1521:wheel/connection-url
 
 user-namespec/user-name
 spec
 user-namespecjb1/user-name
 specjb1
  
  Changes to specj/conf/login-config.xml :
  
( What should principal be ?  I've tried user and SID )

diff login-config.xml login-config.xml.original
47c47
  module-option name = dsJndiNamejava:/OracleDS/module-opt
ion
---
  module-option name = dsJndiNamejava:/DefaultDS/module-op
tion

67,82d66
 
 !-- Security domains for testing new jca framework --
 application-policy name = OracleDbRealm

   login-module code = org.jboss.resource.security.ConfiguredIden
tity
LoginModule
  flag = required
  module-option name = principalspecjb1/module-option
  module-option name = userNamespecjb1/module-option
  module-option name = passwordspecjb1/module-option
  module-option name = managedConnectionFactoryNamejboss.jc
a:se
rvice=LocalTxCM,name=OracleDS/module-option
   /login-module

 /application-policy


  Changes to specj/conf/standardjaws.xml
16,17c16,17
java:/OracleDS
type-mappingOracle9i/type-mapping
---
java:/DefaultDS
type-mappingHypersonic SQL/type-mapping


 Changes to specj/conf/standardjbosscmp-jdbc.xml
  17,18c17,18
 java:/OracleDS
 datasource-mappingOracle9i/datasource-mapping
  ---
 java:/DefaultDS
 datasource-mappingHypersonic SQL/datasource-mapping

  No changes to server/specj/conf/
jboss-minimal.xml
jbossmq-state.xml
jndi.properties
server.policy





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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0 Build Failed

2004-09-21 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20040921224813
BUILD FAILEDAnt Error Message:file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1Date of build:09/21/2004 22:48:13Time to build:17 minutes 31 secondsLast changed:09/21/2004 22:31:32Last log entry:- Add org.jboss.mq.il.uil2.serverAddr system property allows a client tooverride the address to which it attempts to connect to. This is usefulfor networks where NAT is ocurring between the client and jms server.- Add org.jboss.mq.il.uil2.serverPort system property allows a client tooverride the port to which it attempts to connect. This is useful forfor networks where port forwarding is ocurring between the client and jmsserver.- Add org.jboss.mq.il.uil2.retryCount controls the number of attempts toretry connecting to the jms server. Retries are only made for java.net.ConnectException failures. A value = 0 means no retry atemptswill be made.- Add org.jboss.mq.il.uil2.retryDelay controls the delay in millisecondsbetween retries due to ConnectException failures.




   Unit Tests: (0)
Modifications since last build:(22)1.7.2.1modifiedstarksmmessaging/src/main/org/jboss/mq/il/uil2/UILServerIL.java- Add org.jboss.mq.il.uil2.serverAddr system property allows a client tooverride the address to which it attempts to connect to. This is usefulfor networks where NAT is ocurring between the client and jms server.- Add org.jboss.mq.il.uil2.serverPort system property allows a client tooverride the port to which it attempts to connect. This is useful forfor networks where port forwarding is ocurring between the client and jmsserver.- Add org.jboss.mq.il.uil2.retryCount controls the number of attempts toretry connecting to the jms server. Retries are only made for java.net.ConnectException failures. A value = 0 means no retry atemptswill be made.- Add org.jboss.mq.il.uil2.retryDelay controls the delay in millisecondsbetween retries due to ConnectException failures.1.1.2.1modifiedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/DoubleEditor.javacomplete primitive types1.1.2.1modifiedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/FloatEditor.javacomplete primitive types1.1.2.1modifiedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/LongEditor.javacomplete primitive types1.1.2.1modifiedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/ShortEditor.javacomplete primitive types1.30.6.1modifiedstarksmvaria/src/main/org/jboss/jdbc/HypersonicDatabase.javaAdd -noexit option to HypersonicDatabase when running DatabaseManager to prevent exit of the manager app from killing the server.1.12.4.1modifiedstarksmvaria/src/main/org/jboss/varia/scheduler/Scheduler.javaFix 968759 - Schedulable interface cannot be inherited1.2.6.1modifiedstarksmthirdparty/dom4j-dom4j/READMEUpdate to dom4j 1.51.2.6.1modifiedstarksmthirdparty/dom4j-dom4j/lib/dom4j.jarUpdate to dom4j 1.51.6.2.2modifiedstarksmcommon/src/main/org/jboss/util/xml/JBossEntityResolver.javaAdd a "-//JBoss//DTD JBOSS JCA Config 1.5//EN", "jboss-ds_1_5.dtd" entry1.1.2.2modifiedstarksmconnector/src/resources/dtd/jboss-ds_1_0.dtdRevert the jboss-ds_1_0.dtd to that from 3.2 and move the current jca 1.5 based version to jboss-ds_1_5.dtd1.2.6.2modifiedanddvaria/src/resources/services/snmp/deploy/managers.xmlsnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.2.6.2modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/trapd/TrapdService.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.3.6.2modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapEmitter.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.3.6.2modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapFactorySupport.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.14.6.1modifiedejortconnector/src/main/org/jboss/resource/adapter/jdbc/xa/XAManagedConnection.javaApply patch [1032037] NPE in XAManagedConnection1.24.2.1modifiedejorttestsuite/.classpathCompile the webservices tests in eclipse1.4.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.4.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/NoopPersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column 

[JBoss-dev] jboss-4.0 Build Failed

2004-09-21 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20040922001744
BUILD FAILEDAnt Error Message:file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1Date of build:09/22/2004 00:17:44Time to build:16 minutes 58 secondsLast changed:09/22/2004 00:07:29Last log entry:Add a ClientAddress attribute that can be used to expose an address the a client that is different from the actual server address. This is useful if a client has to connect through a NAT firewall.




   Unit Tests: (0)
Modifications since last build:(23)1.5.6.1modifiedstarksmmessaging/src/main/org/jboss/mq/il/uil2/UILServerILService.javaAdd a ClientAddress attribute that can be used to expose an address the a client that is different from the actual server address. This is useful if a client has to connect through a NAT firewall.1.7.2.1modifiedstarksmmessaging/src/main/org/jboss/mq/il/uil2/UILServerIL.java- Add org.jboss.mq.il.uil2.serverAddr system property allows a client tooverride the address to which it attempts to connect to. This is usefulfor networks where NAT is ocurring between the client and jms server.- Add org.jboss.mq.il.uil2.serverPort system property allows a client tooverride the port to which it attempts to connect. This is useful forfor networks where port forwarding is ocurring between the client and jmsserver.- Add org.jboss.mq.il.uil2.retryCount controls the number of attempts toretry connecting to the jms server. Retries are only made for java.net.ConnectException failures. A value = 0 means no retry atemptswill be made.- Add org.jboss.mq.il.uil2.retryDelay controls the delay in millisecondsbetween retries due to ConnectException failures.1.1.2.1modifiedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/DoubleEditor.javacomplete primitive types1.1.2.1modifiedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/FloatEditor.javacomplete primitive types1.1.2.1modifiedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/LongEditor.javacomplete primitive types1.1.2.1modifiedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/ShortEditor.javacomplete primitive types1.30.6.1modifiedstarksmvaria/src/main/org/jboss/jdbc/HypersonicDatabase.javaAdd -noexit option to HypersonicDatabase when running DatabaseManager to prevent exit of the manager app from killing the server.1.12.4.1modifiedstarksmvaria/src/main/org/jboss/varia/scheduler/Scheduler.javaFix 968759 - Schedulable interface cannot be inherited1.2.6.1modifiedstarksmthirdparty/dom4j-dom4j/READMEUpdate to dom4j 1.51.2.6.1modifiedstarksmthirdparty/dom4j-dom4j/lib/dom4j.jarUpdate to dom4j 1.51.6.2.2modifiedstarksmcommon/src/main/org/jboss/util/xml/JBossEntityResolver.javaAdd a "-//JBoss//DTD JBOSS JCA Config 1.5//EN", "jboss-ds_1_5.dtd" entry1.1.2.2modifiedstarksmconnector/src/resources/dtd/jboss-ds_1_0.dtdRevert the jboss-ds_1_0.dtd to that from 3.2 and move the current jca 1.5 based version to jboss-ds_1_5.dtd1.2.6.2modifiedanddvaria/src/resources/services/snmp/deploy/managers.xmlsnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.2.6.2modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/trapd/TrapdService.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.3.6.2modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapEmitter.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.3.6.2modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapFactorySupport.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.14.6.1modifiedejortconnector/src/main/org/jboss/resource/adapter/jdbc/xa/XAManagedConnection.javaApply patch [1032037] NPE in XAManagedConnection1.24.2.1modifiedejorttestsuite/.classpathCompile the webservices tests in eclipse1.4.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.4.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/NoopPersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.4.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/PersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names.1.11.2.1modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/TimerServiceImpl.javaDynamically construct ctrate table DDL from 

[JBoss-dev] [ jboss-Bugs-1014079 ] Creation of element failed: javax.xml.rpc.encoding.TypeMappi

2004-09-21 Thread SourceForge.net
Bugs item #1014079, was opened at 2004-08-23 07:51
Message generated for change (Comment added) made by scharrenberg
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1014079group_id=22866

Category: JBoss-IDE
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Jean-Noel Colin (jncolin)
Assigned to: Nobody/Anonymous (nobody)
Summary: Creation of element failed: javax.xml.rpc.encoding.TypeMappi

Initial Comment:
I am using jboss-ide 1.3.0 with eclipse 3.0 on a
windows XP Pro machine.
JDK is 1.4.2_05

I created a new J2EE1.3 project, then a package inside
the project, and I try to create a new Web Services Client.

I fill in the form by providing the wsdl file name,
source folder and package.
I leave the default parameters (version to use: 1.1)
and additional behaviour:
Process WSDL imports
Unwrapped/elements literals

When I click finish, I always get an error saying:
Creation of element failed:
javax.xml.rpc.encoding.TypeMapping

Looking at the error log, it seems that eclipse can't
find that class.

I installed jboss-ide following the install/update
procedure in eclipse, without problem.

Can anyone help me fixing this?

Thanks in advance,

Jean-Noel Colin

Error aout 20, 2004 14:23:29.734 Internal Error
java.lang.reflect.InvocationTargetException
at
org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:316)
at
org.eclipse.jface.operation.ModalContext.run(ModalContext.java:253)
at
org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:752)
...
Caused by: java.lang.NoClassDefFoundError:
javax/xml/rpc/encoding/TypeMapping
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)


--

Comment By: Patrick Scharrenberg (scharrenberg)
Date: 2004-09-22 06:52

Message:
Logged In: YES 
user_id=180199

Hi!

exact the same problem here, running linux, fresh eclipse 3, 
jboss-ide 1.3 and doing the same steps jean-noel did.
Didn't got it working.

Patrick

--

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head Build Failed

2004-09-21 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040922004756
BUILD FAILEDAnt Error Message:file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1Date of build:09/22/2004 00:47:56Time to build:16 minutes 6 secondsLast changed:09/22/2004 00:37:26Last log entry:add missing editors




   Unit Tests: (0)
Modifications since last build:(59)1.3modifiedpatriot1burkeaop/docs/reference/en/modules/implementing.xmladd missing editors1.3modifiedpatriot1burkeaop/docs/reference/en/modules/xml.xmladd missing editors1.6modifiedstarksmmessaging/src/main/org/jboss/mq/il/uil2/UILServerILService.javaAdd a ClientAddress attribute that can be used to expose an address the a client that is different from the actual server address. This is useful if a client has to connect through a NAT firewall.1.8modifiedstarksmmessaging/src/main/org/jboss/mq/il/uil2/UILServerIL.java- Add org.jboss.mq.il.uil2.serverAddr system property allows a client to  override the address to which it attempts to connect to. This is useful  for networks where NAT is ocurring between the client and jms server.  - Add org.jboss.mq.il.uil2.serverPort system property allows a client to  override the port to which it attempts to connect. This is useful for  for networks where port forwarding is ocurring between the client and jms  server.  - Add org.jboss.mq.il.uil2.retryCount controls the number of attempts to  retry connecting to the jms server. Retries are only made for   java.net.ConnectException failures. A value = 0 means no retry atempts  will be made.  - Add org.jboss.mq.il.uil2.retryDelay controls the delay in milliseconds  between retries due to ConnectException failures.1.6modifiedbwang00cache/src/main/org/jboss/cache/eviction/RegionManager.javaUpdated1.16modifiedbwang00cache/src/main/org/jboss/cache/eviction/LRUPolicy.javaUpdated1.42modifiedbwang00cache/src/main/org/jboss/cache/Node.javaRedundant ctor1.9modifiedbwang00testsuite/src/main/org/jboss/test/cache/test/local/TxUnitTestCase.javagetData is empty instead of null1.165modifiedbwang00cache/src/main/org/jboss/cache/TreeCache.javaUpdated1.2modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/ByteEditor.javaMerge from Branch 3.21.2modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/IntArrayEditor.javaMerge from Branch 3.21.7modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/PropertyEditors.javaMerge from Branch 3.21.2modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/LongEditor.javaUse .decode rather than .valueOf to parse strings1.2modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/ShortEditor.javaUse .decode rather than .valueOf to parse strings1.5modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/IntegerEditor.javaUse .decode rather than .valueOf to parse strings1.1addedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/DoubleEditor.javabranches:  1.1.2;add missing editors1.1addedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/FloatEditor.javabranches:  1.1.2;add missing editors1.1addedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/LongEditor.javabranches:  1.1.2;add missing editors1.1addedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/ShortEditor.javabranches:  1.1.2;  1.1.4;add missing editors1.1addedstarksmthirdparty/licenses/dom4-license.txtAdd the dom4j license from http://www.dom4j.org/license.html1.8modifiedstarksmcommon/src/main/org/jboss/util/xml/JBossEntityResolver.javaAdd a "-//JBoss//DTD JBOSS JCA Config 1.5//EN", "jboss-ds_1_5.dtd" entry1.3modifiedkabkhanaop/src/jdk15/org/jboss/aop/Mixin.javaOooops, I had made the default for @Mixin.isTransient() false, it is set to true now1.2modifiedstarksmconnector/src/resources/dtd/jboss-ds_1_0.dtdRevert the jboss-ds_1_0.dtd to that from 3.2 and move the current jca 1.5 based version to jboss-ds_1_5.dtd1.1addedstarksmconnector/src/resources/dtd/jboss-ds_1_5.dtdRevert the jboss-ds_1_0.dtd to that from 3.2 and move the current jca 1.5 based version to jboss-ds_1_5.dtd1.13modifiedkabkhanaop/src/main/org/jboss/aop/AspectAnnotationLoader.javaOooops, I had made the default for @Mixin.isTransient() false, it is set to true now1.2modifiedpatriot1burkeaop/docs/reference/en/modules/xml.xmlmore docs1.4modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/trapd/TrapdService.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.4modifiedanddvaria/src/resources/services/snmp/deploy/managers.xmlsnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration1.5modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapEmitter.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit 

[JBoss-dev] [Nukes Development] - render page preview?

2004-09-21 Thread jemrusalem07
hello sir/madam: 

i'm looking for a content management software that is capable of 'RENDERING PAGE 
PREVIEW' . 

Does Nukes have this feature set? thanks alot, i really need your help. 

Thanks.

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development