[JBoss-dev] [JBossWS] - Re: Problem with Deserialzing Arrays by Axis

2004-12-01 Thread aagmon
the cause of the error 
is that one end of the service(client||server) recieve the soap elements  not 
in the order he expected them , 

refer to the wiki , you can find there a detail explanation about how
to order the elements before/after serialization,





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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: ERROR [MainDeployer] could not create deployment

2004-12-01 Thread cabral
I have the same problem, do you solved it? how?

thank's

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: ERROR [MainDeployer] could not create deployment

2004-12-01 Thread cabral
cabral wrote : I have the same problem. do you solver it?
  | 
  | 
  | thank's

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBCACHE-1) EvictionLocalStressTestCase consistently failing on MT system

2004-12-01 Thread Bela Ban (JIRA)
 [ http://jira.jboss.com/jira/browse/JBCACHE-1?page=history ]

Bela Ban reassigned JBCACHE-1:
--

Assign To: Ben Wang  (was: Bela Ban)

Looks like this only occurs on multi-CPU or hyperthreaded machines. Can you 
take a look ?

 EvictionLocalStressTestCase consistently failing on MT system
 -

  Key: JBCACHE-1
  URL: http://jira.jboss.com/jira/browse/JBCACHE-1
  Project: JBoss Cache
 Type: Bug
  Environment: [EMAIL PROTECTED] testsuite]$ $JAVA_HOME/bin/java -version
 java version 1.4.2_06
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
 Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
 [EMAIL PROTECTED] testsuite]$ cat /etc/redhat-release 
 Red Hat Enterprise Linux WS release 3 (Taroon)
 Reporter: Scott M Stark
 Assignee: Ben Wang



 Running this 3 times on a dual proc redhat system results in 2 failures:
 [EMAIL PROTECTED] testsuite]$ run_tests.sh 
 Buildfile: build.xml
 Overriding previous definition of reference to xdoclet.task.classpath
 one-test:
 [mkdir] Created dir: /cvs/JBoss4.0/jboss-4.0/testsuite/output/log
 [junit] Running org.jboss.test.cache.stress.EvictionLocalStressTestCase
 [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 55.674 sec
 [junit] Test org.jboss.test.cache.stress.EvictionLocalStressTestCase 
 FAILED
 BUILD SUCCESSFUL
 Total time: 59 seconds
 [EMAIL PROTECTED] testsuite]$ run_tests.sh 
 Buildfile: build.xml
 Overriding previous definition of reference to xdoclet.task.classpath
 one-test:
 [mkdir] Created dir: /cvs/JBoss4.0/jboss-4.0/testsuite/output/log
 [junit] Running org.jboss.test.cache.stress.EvictionLocalStressTestCase
 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 67.995 sec
 BUILD SUCCESSFUL
 Total time: 1 minute 12 seconds
 [EMAIL PROTECTED] testsuite]$ run_tests.sh 
 Buildfile: build.xml
 Overriding previous definition of reference to xdoclet.task.classpath
 one-test:
 [mkdir] Created dir: /cvs/JBoss4.0/jboss-4.0/testsuite/output/log
 [junit] Running org.jboss.test.cache.stress.EvictionLocalStressTestCase
 [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 55.566 sec
 [junit] Test org.jboss.test.cache.stress.EvictionLocalStressTestCase 
 FAILED
 BUILD SUCCESSFUL
 Total time: 59 seconds
 The exception from the last run is:
 lock could not be acquired after 15000 ms. Lock map ownership Read lock 
 owners: [null:52]
 Write lock owner: null
 ; - nested throwable: (org.jboss.cache.lock.TimeoutException: lock could not 
 be acquired after 15000 ms. Lock map ownership Read lock owners: [null:52]
 Write lock owner: null
 )
 org.jboss.util.NestedRuntimeException: lock could not be acquired after 15000 
 ms. Lock map ownership Read lock owners: [null:52]
 Write lock owner: null
 ; - nested throwable: (org.jboss.cache.lock.TimeoutException: lock could not 
 be acquired after 15000 ms. Lock map ownership Read lock owners: [null:52]
 Write lock owner: null
 )
 at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3266)
 at org.jboss.cache.TreeCache.put(TreeCache.java:1767)
 at org.jboss.cache.TreeCache.put(TreeCache.java:1750)
 at 
 org.jboss.test.cache.stress.EvictionLocalStressTestCase$RunThread.op3(EvictionLocalStressTestCase.java:231)
 at 
 org.jboss.test.cache.stress.EvictionLocalStressTestCase$RunThread._run(EvictionLocalStressTestCase.java:188)
 at 
 org.jboss.test.cache.stress.EvictionLocalStressTestCase$RunThread.run(EvictionLocalStressTestCase.java:169)
 Caused by: org.jboss.cache.lock.TimeoutException: lock could not be acquired 
 after 15000 ms. Lock map ownership Read lock owners: [null:52]
 Write lock owner: null
 at 
 org.jboss.cache.lock.IdentityLock.acquireWriteLock(IdentityLock.java:146)
 at org.jboss.cache.Node.acquireWriteLock(Node.java:422)
 at org.jboss.cache.Node.acquire(Node.java:388)
 at org.jboss.cache.TreeCache.findNode(TreeCache.java:3377)
 at org.jboss.cache.TreeCache._put(TreeCache.java:2367)
 at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 I see the similar failures on a single proc winxp system with a pentium 4 
 with hyperthreading. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 

[JBoss-dev] [JBossCache] - Re: YACL (Yet Another CacheLoader) question

2004-12-01 Thread nine_mirrors
[EMAIL PROTECTED] wrote : This may be a bug in 1.1, but it is definitely 
calling the CacheLoader in 1.2:
  |public Node get(Fqn fqn) throws CacheException {
  |   |   MethodCall m=new MethodCall(getNodeMethodLocal, new 
Object[]{fqn});
  |   |   return (Node)invokeMethod(m);
  |   |}
  | 
  | The invokeMethod() passes the call through the interceptor chain, one of 
the interceptors is the CacheLoader.
  | Can you try with 1.2 (either from CVS head, or wait until mid December) ?
  | 
  | 
  | Bela

I've checked out jboss-head and rebuilt it. Calling the cache loader is now 
done from the interceptor. 
However, is calling TreeCache.get(Fqn) supposed to result in a call to 
CacheLoader.get(Fqn) if the node doesn't exist or the map empty?

If invoke is called with the source method GetNodeMethodLocal then 
load_attributes is NOT set to true. 

/Erik
ps somehthing seems to be screwed with this forum (behaviour-wise). I tried to 
pm you byt that doesn't work.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2 Build Failed

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041201052157
BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/Date of build:12/01/2004 05:21:57Time to build:11 minutes 34 secondsLast changed:12/01/2004 05:12:06Last log entry:Remove dependency on jdk-1.4




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(5)1.2.6.5modifiedtdieslerjboss.net/src/main/org/jboss/net/axis/jaf/XMLDataContentHandler.javaRemove dependency on jdk-1.41.1.4.3modifiedtdieslerjboss.net/src/main/org/jboss/net/axis/message/addressing/handler/AddressingHandler.javaRemove dependency on jdk-1.41.27.2.19modifiedtdieslerjboss.net/build.xmlRemove dependency on jdk-1.41.1.2.26modifiedtdieslertools/etc/buildmagic/libraries.entResurect xerces in Branch_3_2 as it is needed for compile with jsdk-1.31.1.2.7modifiedtdieslertools/etc/buildmagic/libraries.xmlResurect xerces in Branch_3_2 as it is needed for compile with jsdk-1.3



[JBoss-dev] [JBoss JIRA] Created: (JBPM-9) Support for Workflow Patterns

2004-12-01 Thread Tom Baeyens (JIRA)
Support for Workflow Patterns
-

 Key: JBPM-9
 URL: http://jira.jboss.com/jira/browse/JBPM-9
 Project: JBoss jBPM
Type: Task
  Components: Core Engine  
Reporter: Tom Baeyens
 Assigned to: Tom Baeyens 




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: SAAJ

2004-12-01 Thread DaveyS
Cheers Scott.

Ta,

Dave.


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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041201053634Lbuild.512
BUILD COMPLETE-build.512Date of build:12/01/2004 05:36:34Time to build:18 minutes 13 secondsLast changed:12/01/2004 04:56:24Last log entry:removed




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(2)1.4deletedbelabancache/src/etc/xmbeancache-service.xmlremoved1.190modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javaremoved myProps



[JBoss-dev] [JBoss JIRA] Created: (JBPM-10) add support for the synchronisation pattern

2004-12-01 Thread Tom Baeyens (JIRA)
add support for the synchronisation pattern
---

 Key: JBPM-10
 URL: http://jira.jboss.com/jira/browse/JBPM-10
 Project: JBoss jBPM
Type: Sub-task
Reporter: Tom Baeyens
 Assigned to: Tom Baeyens 


the jbpm default join does not synchronize as the pattern 'synchronization' 
describes.

the jbpm default join synchronizes based on the brother-and-sister-tokens.  
meaning the join takes the parent token of the token that arrives in a join.  
then all active the children of that token are considered.

the workflow pattern sync is based on process model information. meaning that 
exactly one token has to arrive in the join over each distinct arriving 
transition.  this implies a set of restrictions on the runtime execution but 
that is not the issue.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPM-11) rework the defferred choice

2004-12-01 Thread Tom Baeyens (JIRA)
rework the defferred choice
---

 Key: JBPM-11
 URL: http://jira.jboss.com/jira/browse/JBPM-11
 Project: JBoss jBPM
Type: Sub-task
Reporter: Tom Baeyens
 Assigned to: Tom Baeyens 


my interpretation of the deffered choice pattern was not exact.

now it is modelled as a state with 2 leaving transitions.

tasks should be added that show that two persons see a task in the task list.  
when one of the persons 'start's the task, the other related tasks should be 
removed from the tasklist.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPM-12) add xml parsing and serialization of a process definition

2004-12-01 Thread Tom Baeyens (JIRA)
add xml parsing and serialization of a process definition
-

 Key: JBPM-12
 URL: http://jira.jboss.com/jira/browse/JBPM-12
 Project: JBoss jBPM
Type: Task
Reporter: Tom Baeyens
 Assigned to: Tom Baeyens 




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPM-9) add support for workflow patterns

2004-12-01 Thread Tom Baeyens (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-9?page=history ]

Tom Baeyens updated JBPM-9:
---

Summary: add support for workflow patterns  (was: Support for Workflow 
Patterns)

 add support for workflow patterns
 -

  Key: JBPM-9
  URL: http://jira.jboss.com/jira/browse/JBPM-9
  Project: JBoss jBPM
 Type: Task
   Components: Core Engine
 Reporter: Tom Baeyens
 Assignee: Tom Baeyens





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPM-2) Provide information on how processes are doing

2004-12-01 Thread Tom Baeyens (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-2?page=history ]

Tom Baeyens updated JBPM-2:
---

Assign To: (was: Ronald van Kuijk)
Component: Core Engine

 Provide information on how processes are doing
 --

  Key: JBPM-2
  URL: http://jira.jboss.com/jira/browse/JBPM-2
  Project: JBoss jBPM
 Type: Feature Request
   Components: Core Engine
 Versions: 3.0 alpha 1
  Environment: N/A
 Reporter: Ronald van Kuijk
 Priority: Minor



 JBoss jBPM should provide information on how processes are or have been 
 running. Some people would call this BAM (Business Activity Monitoring), some 
 call it BI (Business Intelligence) Some info can be found on 
 http://www.javareport.com/article.asp?id=9238 and 
 http://bizintelligencepipeline.com/howto/showArticle.jhtml?articleId=49900689

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPM-12) add xml parsing and serialization of a process definition

2004-12-01 Thread Tom Baeyens (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-12?page=history ]

Tom Baeyens updated JBPM-12:


Component: Core Engine

 add xml parsing and serialization of a process definition
 -

  Key: JBPM-12
  URL: http://jira.jboss.com/jira/browse/JBPM-12
  Project: JBoss jBPM
 Type: Task
   Components: Core Engine
 Reporter: Tom Baeyens
 Assignee: Tom Baeyens





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPM-13) bpel xml parsing and process translation

2004-12-01 Thread Tom Baeyens (JIRA)
bpel xml parsing and process translation


 Key: JBPM-13
 URL: http://jira.jboss.com/jira/browse/JBPM-13
 Project: JBoss jBPM
Type: Task
  Components: BPEL  
Reporter: Tom Baeyens
 Assigned to: Tom Baeyens 


involves parsing the bpel process xml information and creating a jbpm process 
object graph for it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPM-14) bpel data handling and expression evaluation

2004-12-01 Thread Tom Baeyens (JIRA)
bpel data handling and expression evaluation


 Key: JBPM-14
 URL: http://jira.jboss.com/jira/browse/JBPM-14
 Project: JBoss jBPM
Type: Task
  Components: BPEL  
Reporter: Tom Baeyens
 Assigned to: Tom Baeyens 




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPM-15) create jbpm training

2004-12-01 Thread Tom Baeyens (JIRA)
create jbpm training


 Key: JBPM-15
 URL: http://jira.jboss.com/jira/browse/JBPM-15
 Project: JBoss jBPM
Type: Task
Reporter: Tom Baeyens
 Assigned to: Tom Baeyens 




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: YACL (Yet Another CacheLoader) question

2004-12-01 Thread [EMAIL PROTECTED]
nine_mirrors wrote : 
  | I've checked out jboss-head and rebuilt it. Calling the cache loader is now 
done from the interceptor. 
  | However, is calling TreeCache.get(Fqn) supposed to result in a call to 
CacheLoader.get(Fqn) if the node doesn't exist or the map empty?
  | 

Yes, because the node might have been evicted, and we need to ask the 
CacheLoader whether it has the node and its attrs in store.

anonymous wrote : 
  | If invoke is called with the source method GetNodeMethodLocal then 
load_attributes is NOT set to true. 
  | 

Good question. The reason I don't load attributes here is that get(FQN) returns 
a Node, and is used for traversal of the tree. If you just want to traverse, 
then each node's attributes along the traversal will be loaded, which is bad. 
If you want to load attrs as well, use either preload(FQN) for a subtree, or 
access any key (the attrs will be loaded just-in-time then).

So Node get(FQN) just loads the Node into memory, but *not* the attributes.

Bela

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0 build.239 Build Successful

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041201065729Lbuild.239
BUILD COMPLETE-build.239Date of build:12/01/2004 06:57:29Time to build:23 minutes 11 secondsLast changed:12/01/2004 06:46:00Last log entry:Include exception sorter element




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(5)1.3.2.1modifiedschroufconnector/src/etc/example-config/mysql-ds.xmlInclude exception sorter element1.4.2.2modifiedschroufconnector/src/etc/example-config/informix-xa-ds.xmlInclude exception sorter element1.3.2.1modifiedschroufconnector/src/etc/example-config/informix-ds.xmlInclude exception sorter element1.1.4.1modifiedschroufconnector/src/main/org/jboss/resource/adapter/jdbc/vendor/MySQLExceptionSorter.javaMySQL 4.x RDBMS exception sorter1.1.4.1modifiedschroufconnector/src/main/org/jboss/resource/adapter/jdbc/vendor/InformixExceptionSorter.javaINFORMIX 9.4 RDBMS exception sorter



[JBoss-dev] [JTA on JBoss] - I have trouble on JBoss JTA with OracleXADs and JMSQueue

2004-12-01 Thread giantgone
I have trouble on JBoss JTA with OracleXADs and JMSQueue
(I think that OracleDriver is not available prepare phase of 2PC)

Env.
JBOSS: 3.2.7RC1
JMS: Jboss Default  JmsXA
ORACLE: 8i
JdbcDriver: Oracle10g Driver



hi. 
I am poor at English.
 
My Program is 2 DbConnections and 1 JmsSession on Controled?Transaction by JTA .
When Commiting , the problem occurred.

The problem is that ORACLE does not lock SELECT Query, although the prepare 
stage has finished.

Although MDB runs in the middle of a commitment, the query in the inside of it 
returns the result before committing.
In this case, ORACLE should block SELECT Query until COMMIT finishes.

please advice to me.

log here .
http://www.geocities.jp/giantgone2001/log.html






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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2 build.201 Build Fixed

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041201074243Lbuild.201
BUILD COMPLETE-build.201Date of build:12/01/2004 07:42:43Time to build:12 minutes 48 secondsLast changed:12/01/2004 06:39:19Last log entry:Include exception sorter element




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(15)1.1.2.2modifiedschroufconnector/src/etc/example-config/informix-xa-ds.xmlInclude exception sorter element1.1.2.2modifiedschroufconnector/src/etc/example-config/informix-ds.xmlInclude exception sorter element1.1.2.2modifiedschroufconnector/src/etc/example-config/mysql-ds.xmlInclude exception sorter element1.1.2.1modifiedschroufconnector/src/main/org/jboss/resource/adapter/jdbc/vendor/MySQLExceptionSorter.javaMySQL 4.x RDBMS exception sorter1.1.2.1modifiedschroufconnector/src/main/org/jboss/resource/adapter/jdbc/vendor/InformixExceptionSorter.javaINFORMIX 9.4 RDBMS exception sorter1.2.6.5modifiedtdieslerjboss.net/src/main/org/jboss/net/axis/jaf/XMLDataContentHandler.javaRemove dependency on jdk-1.41.1.4.3modifiedtdieslerjboss.net/src/main/org/jboss/net/axis/message/addressing/handler/AddressingHandler.javaRemove dependency on jdk-1.41.27.2.19modifiedtdieslerjboss.net/build.xmlRemove dependency on jdk-1.41.1.2.26modifiedtdieslertools/etc/buildmagic/libraries.entResurect xerces in Branch_3_2 as it is needed for compile with jsdk-1.31.1.2.7modifiedtdieslertools/etc/buildmagic/libraries.xmlResurect xerces in Branch_3_2 as it is needed for compile with jsdk-1.31.1.10.1modifiedtdieslerthirdparty/apache/xerces/lib/xml-apis.jarResurect xerces in Branch_3_2 as it is needed for compile with jsdk-1.31.5.10.1modifiedtdieslerthirdparty/apache/xerces/lib/xercesImpl.jarResurect xerces in Branch_3_2 as it is needed for compile with jsdk-1.31.1.10.1modifiedtdieslerthirdparty/apache/xerces/lib/resolver.jarResurect xerces in Branch_3_2 as it is needed for compile with jsdk-1.31.1.10.1modifiedtdieslerthirdparty/apache/xerces/LICENSEResurect xerces in Branch_3_2 as it is needed for compile with jsdk-1.31.4.10.1modifiedtdieslerthirdparty/apache/xerces/READMEResurect xerces in Branch_3_2 as it is needed for compile with jsdk-1.3



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

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041201075925Lbuild.513
BUILD COMPLETE-build.513Date of build:12/01/2004 07:59:25Time to build:18 minutes 7 secondsLast changed:12/01/2004 07:43:36Last log entry:Add rpclit marshalling test




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(29)1.1addedtdieslerwebservice/test/resources/marshall-rpclit/WEB-INF/wsdl/TestService.wsdlAdd rpclit marshalling test1.1addedtdieslerwebservice/test/resources/marshall-rpclit/config.xmlAdd rpclit marshalling test1.1addedtdieslerwebservice/test/resources/marshall-rpclit/WEB-INF/jaxrpc-mapping.xmlAdd rpclit marshalling test1.1addedtdieslerwebservice/test/resources/marshall-rpclit/WEB-INF/web.xmlAdd rpclit marshalling test1.1addedtdieslerwebservice/test/resources/marshall-rpclit/WEB-INF/webservices.xmlAdd rpclit marshalling test1.1addedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/javax/xml/namespace/QNameArray.javaAdd rpclit marshalling test1.1addedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/org/jboss/test/ws/marshall/rpclit/types/JavaBeanArray.javaAdd rpclit marshalling test1.2modifiedtdieslerwebservice/test/resources/jaxrpc/config.xmlAdd rpclit marshalling test1.1addedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/java/lang/StringArray.javaAdd rpclit marshalling test1.1addedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/java/math/BigDecimalArray.javaAdd rpclit marshalling test1.1addedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/java/math/BigIntegerArray.javaAdd rpclit marshalling test1.1addedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/java/util/CalendarArray.javaAdd rpclit marshalling test1.1addedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/JavaBean.javaAdd rpclit marshalling test1.1addedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/JavaBean2.javaAdd rpclit marshalling test1.1addedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/BooleanArray.javaAdd rpclit marshalling test1.1addedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/DoubleArray.javaAdd rpclit marshalling test1.1addedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/FloatArray.javaAdd rpclit marshalling test1.1addedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/IntArray.javaAdd rpclit marshalling test1.1addedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/LongArray.javaAdd rpclit marshalling test1.1addedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/ShortArray.javaAdd rpclit marshalling test1.1addedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/StandardTypesService.javaAdd rpclit marshalling test1.1addedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/StandardTypesServiceBean.javaAdd rpclit marshalling test1.11modifiedtdieslerwebservice/test/java/org/jboss/test/ws/binding/SOAP12BindingTestCase.javaAdd rpclit marshalling test1.14modifiedtdieslerwebservice/test/build.xmlAdd rpclit marshalling test1.17modifiedloubyanskycommon/src/main/org/jboss/xml/binding/Unmarshaller.javaremove unmarshal method that takes sax's InputSource1.3modifiedloubyanskytestsuite/src/resources/xml/book/book-dtd.xmlcirrected dtd location1.7modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/RARTestCase.javapass url as a systemId to unmarshaller instead of SAX's InputSource1.7modifiedloubyanskysystem/src/main/org/jboss/deployment/SimpleSubDeployerSupport.javapass url as a systemId to unmarshaller instead of SAX's InputSource1.6modifiedbwang00testsuite/src/main/org/jboss/test/cache/stress/ReadWriteLockWithUpgradeStressTestCase.javaFixed couple test bugs itself



[JBoss-dev] [JBoss Portal Development] - Re: Such Speed

2004-12-01 Thread [EMAIL PROTECTED]
Unfortunately, this site is still running on Nukes1.1. The site is very fast, 
even with the load of 3400+ users on at one time. JBoss Portal will have the 
same attention given to performance, benchmarking, and QA that we had for Nukes 
1.x.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Class not found error when deploying with JBoss401

2004-12-01 Thread Joselu
Hi,

I am trying to deploy an application (JBoss401RC1) based on servlet+ejb but it 
shows the following errors (Class not found):

16:36:54,972 INFO  [EARDeployer] Init J2EE application: 
file:/C:/NM/JBoss/jboss-4.0.1RC1/jboss-4.0.1RC1/server/default/deploy/HelloService4.ear

16:36:55,914 INFO  [TomcatDeployer] deploy, ctxPath=/HelloService, 
warUrl=file:/C:/NM/JBoss/jboss-4.0.1RC1/jboss-4.0.1RC1/server/default/tmp/deploy/tmp13496HelloService4.
ts/helloService4-exp.war/

16:36:56,434 INFO  [WSDLFilePublisher] WSDL published to: 
file:/C:/NM/JBoss/jboss-4.0.1RC1/jboss-4.0.1RC1/server/default/data/wsdl/helloService4.war/MyHelloService.wsdl

16:36:56,845 WARN  [TypeMappingDescription] Class not found: 
helloservice3Web.HelloIF_createSubscriber_RequestStruct

16:36:56,855 WARN  [TypeMappingDescription] Class not found: 
helloservice3Web.HelloIF_createSubscriber_ResponseStruct

16:36:56,855 WARN  [TypeMappingDescription] Class not found: 
helloservice3Web.HelloIF_deleteSubscriber_RequestStruct

(...)

16:36:56,975 INFO  [AxisService] WSDD published to: 
C:\NM\JBoss\jboss-4.0.1RC1\jboss-4.0.1RC1\server\default\data\wsdl\helloService4.war\MyHelloService.wsdd

16:36:56,995 INFO  [AxisService] Web Service deployed: 
http://localhost:8080/HelloService/JoseluService

16:36:57,065 INFO  [EARDeployer] Started J2EE application: 
file:/C:/NM/JBoss/jboss-4.0.1RC1/jboss-4.0.1RC1/server/default/deploy/HelloService4.ear



Any hint about how to solve it?

Thanks in advance


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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head Build Failed

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041201101652
BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/Date of build:12/01/2004 10:16:52Time to build:23 minutes 39 secondsLast changed:12/01/2004 09:15:06Last log entry:added methods getNumNodes()/getNumAttrs()




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(1)1.191modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javaadded methods getNumNodes()/getNumAttrs()



[JBoss-dev] [IIOP on JBoss] - Re: Out of the box init error - JBoss 4.0.0

2004-12-01 Thread EPiXNiCROS
I recieved the same error message in JBoss 4.0 on Redhat Linux.   I simply 
removed the iiop-service.xml file from the deploy directory.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0 build.240 Build Successful

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041201110505Lbuild.240
BUILD COMPLETE-build.240Date of build:12/01/2004 11:05:05Time to build:17 minutes 25 secondsLast changed:12/01/2004 10:42:00Last log entry:Remove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(25)1.24.4.2modifiedtdieslertestsuite/src/main/org/jboss/test/JBossTestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.29.4.1modifiedtdieslertestsuite/src/main/org/jboss/test/JBossTestServices.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.14.4.1modifiedtdieslertestsuite/src/main/org/jboss/test/JBossTestSetup.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.2.6modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/wsdlimport/AbsoluteImportTestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.1.1.4.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/ws4eesimple/SimpleClientTestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.1.1.4.4modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/ws4eesimple/SimpleEJBTestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.1.1.4.4modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/ws4eesimple/SimpleJSETestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/message/MessageEndpointTestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/ws4eesimple/ClientStubTestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.1.1.4.4modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/marshalltest/MarshallDocLiteralTestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/header/HeaderEndpointTestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.2.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/marshalltest/AbstractRpcTestBase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/encstyle/EncStyleTestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.3.2.4modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/exception/ExceptionTestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.2.4modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentDIITestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentProxyTestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.2.4modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentSAAJTestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/contextroot/ContextRootTestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.2.3modifiedtdieslertestsuite/src/main/org/jboss/test/jbossnet/JBossNetTestBase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/admindevel/ExampleTestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.1.1.6.4modifiedtdieslertestsuite/src/main/org/jboss/test/jbossnet/external/ExternalUnitTestCase.javaRemove dependency on 'localhost'.Add 

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

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041201114314Lbuild.202
BUILD COMPLETE-build.202Date of build:12/01/2004 11:43:14Time to build:11 minutes 21 secondsLast changed:12/01/2004 11:37:27Last log entry:Remove dependency on jdk-1.4




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(4)1.1.6.4deletedtdieslerj2ee/src/main/javax/xml/soap/SOAPException.javaRemove dependency on jdk-1.41.2.6.4deletedtdieslerj2ee/src/main/javax/xml/rpc/JAXRPCException.javaRemove dependency on jdk-1.41.2.6.4deletedtdieslerj2ee/src/main/javax/xml/rpc/ServiceException.javaRemove dependency on jdk-1.41.18.4.7modifiedtdieslerj2ee/build.xmlRemove dependency on jdk-1.4



[JBoss-dev] jboss-4.0 build.241 Build Successful

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041201122813Lbuild.241
BUILD COMPLETE-build.241Date of build:12/01/2004 12:28:13Time to build:15 minutes 43 secondsLast changed:12/01/2004 11:55:56Last log entry:Setup log4j logfile properly for jbossnet




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(4)1.2.2.7modifiedtdieslertestsuite/imports/code-generation.xmlSetup log4j logfile properly for jbossnet1.1.2.5modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentDIITestCase.javaRemove dependency on graphical UI installation.1.1.2.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentProxyTestCase.javaRemove dependency on graphical UI installation.1.1.2.5modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentSAAJTestCase.javaRemove dependency on graphical UI installation.



[JBoss-dev] [ jboss-Bugs-1076950 ] TimedObject id persistence fails on restart

2004-12-01 Thread SourceForge.net
Bugs item #1076950, was opened at 2004-12-01 12:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1076950group_id=22866

Category: JBossCMP
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Christopher G. Stach II (cstach)
Assigned to: Nobody/Anonymous (nobody)
Summary: TimedObject id persistence fails on restart

Initial Comment:
Upon restarting JBoss, persisted timers throw this SQL 
exception because it seems that the entity bean that 
implements the TimedObject had its primary key (Long) 
converted into a byte array.

java.sql.SQLException: Cannot convert class [B to SQL 
type requested due to java.lang.ClassCastException - 
null
at 
com.mysql.jdbc.PreparedStatement.setObject
(PreparedStatement.java:922)
at 
com.mysql.jdbc.PreparedStatement.setObject
(PreparedStatement.java:944)
at 
org.jboss.resource.adapter.jdbc.WrappedPreparedStatem
ent.setObject(WrappedPreparedStatement.java:615)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCParameterSetter$5.se
tNotNull(JDBCParameterSetter.java:130)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCParameterSetter$JDB
CAbstractParameterSetter.set
(JDBCParameterSetter.java:56)
at 
org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCAbstractCMPFi
eldBridge.setArgumentParameters
(JDBCAbstractCMPFieldBridge.java:354)
at 
org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCAbstractCMPFi
eldBridge.setPrimaryKeyParameters
(JDBCAbstractCMPFieldBridge.java:343)
at 
org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCEntityBridge.se
tPrimaryKeyParameters(JDBCEntityBridge.java:770)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCLoadEntityCommand.e
xecute(JDBCLoadEntityCommand.java:157)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCLoadEntityCommand.e
xecute(JDBCLoadEntityCommand.java:72)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.loadEnt
ity(JDBCStoreManager.java:631)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.loadEnt
ity(JDBCStoreManager.java:613)
at 
org.jboss.ejb.plugins.CMPPersistenceManager.loadEntity
(CMPPersistenceManager.java:391)
at 
org.jboss.resource.connectionmanager.CachedConnection
Interceptor.loadEntity
(CachedConnectionInterceptor.java:351)
at 
org.jboss.ejb.plugins.EntitySynchronizationInterceptor.inv
oke(EntitySynchronizationInterceptor.java:232)
at 
org.jboss.resource.connectionmanager.CachedConnection
Interceptor.invoke
(CachedConnectionInterceptor.java:185)
at 
org.jboss.ejb.plugins.EntityReentranceInterceptor.invoke
(EntityReentranceInterceptor.java:111)
at 
org.jboss.ejb.plugins.EntityInstanceInterceptor.invoke
(EntityInstanceInterceptor.java:211)
at 
org.jboss.ejb.plugins.EntityLockInterceptor.invoke
(EntityLockInterceptor.java:89)
at 
org.jboss.ejb.plugins.EntityCreationInterceptor.invoke
(EntityCreationInterceptor.java:53)
at 
org.jboss.ejb.plugins.CallValidationInterceptor.invoke
(CallValidationInterceptor.java:48)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext
(AbstractTxInterceptor.java:105)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransacti
ons(TxInterceptorCMT.java:283)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke
(TxInterceptorCMT.java:149)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke
(SecurityInterceptor.java:128)
at org.jboss.ejb.plugins.LogInterceptor.invoke
(LogInterceptor.java:191)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invok
e(ProxyFactoryFinderInterceptor.java:122)
at org.jboss.ejb.EntityContainer.internalInvoke
(EntityContainer.java:514)
at org.jboss.ejb.Container.invoke
(Container.java:854)
at 
org.jboss.ejb.txtimer.TimedObjectInvokerImpl.callTimeout
(TimedObjectInvokerImpl.java:63)
at 
org.jboss.ejb.txtimer.TimerImpl$TimerTaskImpl.run
(TimerImpl.java:472)
at java.util.TimerThread.mainLoop
(Timer.java:432)
at java.util.TimerThread.run(Timer.java:382)



11:44:21,750 ERROR [TimerImpl] Error invoking 
ejbTimeout: javax.ejb.EJBException: Internal error 
setting parameters for field id; CausedByException is:
Cannot convert class [B to SQL type requested 
due to java.lang.ClassCastException - null



11:44:21,750 WARN  [TimerImpl] Timer was not 
registered with Tx, reseting state: [id=1target=
[target=jboss.j2ee:jndiName=ejb/mdf/Campaign,service=E
JB,[EMAIL PROTECTED],remaining=-
59694750,periode=0,in_timeout]



11:44:21,859 ERROR [LogInterceptor] EJBException in 
method: public abstract void 
javax.ejb.TimedObject.ejbTimeout(javax.ejb.Timer), 
causedBy:
java.sql.SQLException: Cannot convert class [B to SQL 
type requested due to java.lang.ClassCastException - 
null
at 
com.mysql.jdbc.PreparedStatement.setObject
(PreparedStatement.java:922)
at 
com.mysql.jdbc.PreparedStatement.setObject
(PreparedStatement.java:944)

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

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041201124823Lbuild.203
BUILD COMPLETE-build.203Date of build:12/01/2004 12:48:23Time to build:29 minutes 52 secondsLast changed:12/01/2004 12:12:36Last log entry:Remove dependencies on jdk-1.4




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(2)1.1.1.1.2.5modifiedtdieslerjaxrpc/build.xmlRemove dependencies on jdk-1.41.16.2.13modifiedtdiesleriiop/build.xmlRemove dependencies on jdk-1.4



[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-1) EvictionLocalStressTestCase consistently failing on MT system

2004-12-01 Thread Scott M Stark (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBCACHE-1?page=comments#action_12310695 ]
 
Scott M Stark commented on JBCACHE-1:
-

I have run the test against the current jboss-head version several times 
without seeing the same failure so this version needs to be merged to jboss-4.0.

 EvictionLocalStressTestCase consistently failing on MT system
 -

  Key: JBCACHE-1
  URL: http://jira.jboss.com/jira/browse/JBCACHE-1
  Project: JBoss Cache
 Type: Bug
  Environment: [EMAIL PROTECTED] testsuite]$ $JAVA_HOME/bin/java -version
 java version 1.4.2_06
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
 Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
 [EMAIL PROTECTED] testsuite]$ cat /etc/redhat-release 
 Red Hat Enterprise Linux WS release 3 (Taroon)
 Reporter: Scott M Stark
 Assignee: Ben Wang



 Running this 3 times on a dual proc redhat system results in 2 failures:
 [EMAIL PROTECTED] testsuite]$ run_tests.sh 
 Buildfile: build.xml
 Overriding previous definition of reference to xdoclet.task.classpath
 one-test:
 [mkdir] Created dir: /cvs/JBoss4.0/jboss-4.0/testsuite/output/log
 [junit] Running org.jboss.test.cache.stress.EvictionLocalStressTestCase
 [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 55.674 sec
 [junit] Test org.jboss.test.cache.stress.EvictionLocalStressTestCase 
 FAILED
 BUILD SUCCESSFUL
 Total time: 59 seconds
 [EMAIL PROTECTED] testsuite]$ run_tests.sh 
 Buildfile: build.xml
 Overriding previous definition of reference to xdoclet.task.classpath
 one-test:
 [mkdir] Created dir: /cvs/JBoss4.0/jboss-4.0/testsuite/output/log
 [junit] Running org.jboss.test.cache.stress.EvictionLocalStressTestCase
 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 67.995 sec
 BUILD SUCCESSFUL
 Total time: 1 minute 12 seconds
 [EMAIL PROTECTED] testsuite]$ run_tests.sh 
 Buildfile: build.xml
 Overriding previous definition of reference to xdoclet.task.classpath
 one-test:
 [mkdir] Created dir: /cvs/JBoss4.0/jboss-4.0/testsuite/output/log
 [junit] Running org.jboss.test.cache.stress.EvictionLocalStressTestCase
 [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 55.566 sec
 [junit] Test org.jboss.test.cache.stress.EvictionLocalStressTestCase 
 FAILED
 BUILD SUCCESSFUL
 Total time: 59 seconds
 The exception from the last run is:
 lock could not be acquired after 15000 ms. Lock map ownership Read lock 
 owners: [null:52]
 Write lock owner: null
 ; - nested throwable: (org.jboss.cache.lock.TimeoutException: lock could not 
 be acquired after 15000 ms. Lock map ownership Read lock owners: [null:52]
 Write lock owner: null
 )
 org.jboss.util.NestedRuntimeException: lock could not be acquired after 15000 
 ms. Lock map ownership Read lock owners: [null:52]
 Write lock owner: null
 ; - nested throwable: (org.jboss.cache.lock.TimeoutException: lock could not 
 be acquired after 15000 ms. Lock map ownership Read lock owners: [null:52]
 Write lock owner: null
 )
 at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3266)
 at org.jboss.cache.TreeCache.put(TreeCache.java:1767)
 at org.jboss.cache.TreeCache.put(TreeCache.java:1750)
 at 
 org.jboss.test.cache.stress.EvictionLocalStressTestCase$RunThread.op3(EvictionLocalStressTestCase.java:231)
 at 
 org.jboss.test.cache.stress.EvictionLocalStressTestCase$RunThread._run(EvictionLocalStressTestCase.java:188)
 at 
 org.jboss.test.cache.stress.EvictionLocalStressTestCase$RunThread.run(EvictionLocalStressTestCase.java:169)
 Caused by: org.jboss.cache.lock.TimeoutException: lock could not be acquired 
 after 15000 ms. Lock map ownership Read lock owners: [null:52]
 Write lock owner: null
 at 
 org.jboss.cache.lock.IdentityLock.acquireWriteLock(IdentityLock.java:146)
 at org.jboss.cache.Node.acquireWriteLock(Node.java:422)
 at org.jboss.cache.Node.acquire(Node.java:388)
 at org.jboss.cache.TreeCache.findNode(TreeCache.java:3377)
 at org.jboss.cache.TreeCache._put(TreeCache.java:2367)
 at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 I see the similar failures on a single proc winxp system with a pentium 4 
 with hyperthreading. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to 

[JBoss-dev] jboss-3.2-testsuite build.16 Build Successful

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20041201133134Lbuild.16
BUILD COMPLETE-build.16Date of build:12/01/2004 13:31:34Time to build:62 minutes 17 secondsLast changed:12/01/2004 12:12:36Last log entry:Remove dependencies on jdk-1.4




   Unit Tests: (1881)   Total Errors and Failures: (29)unknownorg.jboss.test.jbossmq.test.LargeMessageUnitTestCaseunknownorg.jboss.test.jbossmq.test.OILConnectionUnitTestCasetestQueueMessageOrderorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestRequestReplyQueueorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTemporaryQueueDeleteorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTemporaryTopicDeleteorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestInvalidDestinationQueueSendorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestInvalidDestinationQueueBrowseorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestInvalidDestinationTopicPublishorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestErrorsTopicSubscribeorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestCreateQueueorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestMessageListenerorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestApplicationServerStufforg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTopicsorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTopicNoLocalorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTopicNoLocalBounceorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTopicSelectorChangeorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTopicSelectorNullOrEmptyorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestSendReceiveOutdatedorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestSendListenOutdatedorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestEvictionorg.jboss.test.cache.test.eviction.ReplicatedLRUPolicyUnitTestCasetestEvictionReplicationorg.jboss.test.cache.test.eviction.ReplicatedLRUPolicyUnitTestCasetestThreadedAccess_SimpleLockorg.jboss.test.cache.test.generic.IdentityLockUnitTestCasetestStateTransferorg.jboss.test.cache.test.replicated.AsyncUnitTestCasetestSyncReplorg.jboss.test.cache.test.replicated.AsyncUnitTestCasetestSyncReplorg.jboss.test.cache.test.replicated.SyncTxUnitTestCasetestASyncReplorg.jboss.test.cache.test.replicated.SyncTxUnitTestCasetestPutorg.jboss.test.cache.test.replicated.SyncTxUnitTestCasetestPutTxorg.jboss.test.cache.test.replicated.SyncTxUnitTestCase
Modifications since last build:(16)1.1.1.1.2.5modifiedtdieslerjaxrpc/build.xmlRemove dependencies on jdk-1.41.16.2.13modifiedtdiesleriiop/build.xmlRemove dependencies on jdk-1.41.1.6.4deletedtdieslerj2ee/src/main/javax/xml/soap/SOAPException.javaRemove dependency on jdk-1.41.2.6.4deletedtdieslerj2ee/src/main/javax/xml/rpc/JAXRPCException.javaRemove dependency on jdk-1.41.2.6.4deletedtdieslerj2ee/src/main/javax/xml/rpc/ServiceException.javaRemove dependency on jdk-1.41.18.4.7modifiedtdieslerj2ee/build.xmlRemove dependency on jdk-1.41.1.2.2modifiedschroufconnector/src/etc/example-config/informix-xa-ds.xmlInclude exception sorter element1.1.2.2modifiedschroufconnector/src/etc/example-config/informix-ds.xmlInclude exception sorter element1.1.2.2modifiedschroufconnector/src/etc/example-config/mysql-ds.xmlInclude exception sorter element1.1.2.1modifiedschroufconnector/src/main/org/jboss/resource/adapter/jdbc/vendor/MySQLExceptionSorter.javaMySQL 4.x RDBMS exception sorter1.1.2.1modifiedschroufconnector/src/main/org/jboss/resource/adapter/jdbc/vendor/InformixExceptionSorter.javaINFORMIX 9.4 RDBMS exception sorter1.2.6.5modifiedtdieslerjboss.net/src/main/org/jboss/net/axis/jaf/XMLDataContentHandler.javaRemove dependency on jdk-1.41.1.4.3modifiedtdieslerjboss.net/src/main/org/jboss/net/axis/message/addressing/handler/AddressingHandler.javaRemove dependency on jdk-1.41.27.2.19modifiedtdieslerjboss.net/build.xmlRemove dependency on jdk-1.41.1.2.26modifiedtdieslertools/etc/buildmagic/libraries.entResurect xerces in Branch_3_2 as it is needed for compile with jsdk-1.31.1.2.7modifiedtdieslertools/etc/buildmagic/libraries.xmlResurect xerces in Branch_3_2 as it is needed for compile with jsdk-1.3



[JBoss-dev] [JBoss Portal Development] - Post subject: Re: ukes-2.0-DR Build Failed

2004-12-01 Thread abisong
Since I could not reply to the previous thread due to issue on this forum with 
the postreply button I decided to start a new thread.

Your question was:
I think it's because of us, what version of tomcat is in your jboss application 
server directory ?

I am using the jboss-4.0.0.zip (Platform-Independent)  downloaded from 
http://sourceforge.net/project/showfiles.php?group_id=22866package_id=16942release_id=254646

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Question on Invocation Type in an Interceptor.

2004-12-01 Thread [EMAIL PROTECTED]
'instanceof' springs to mind ;-)

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.514 Build Fixed

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041201154224Lbuild.514
BUILD COMPLETE-build.514Date of build:12/01/2004 15:42:24Time to build:37 minutes 2 secondsLast changed:12/01/2004 15:07:04Last log entry:Fixes and examples for JBossMicrocontainer M1 release




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(53)1.27modifiedejorttools/etc/buildmagic/buildmagic.entFixes and examples for JBossMicrocontainer M1 release1.3modifiedejortcommon/src/main/org/jboss/xml/binding/parser/sax/SaxJBossXBParser.javaFixes and examples for JBossMicrocontainer M1 release1.8modifiedejortcommon/src/main/org/jboss/xml/binding/MappingObjectModelFactory.javaFixes and examples for JBossMicrocontainer M1 release1.18modifiedejortcommon/src/main/org/jboss/xml/binding/Unmarshaller.javaFixes and examples for JBossMicrocontainer M1 release1.2modifiedejortcommon/src/main/org/jboss/xml/binding/TypeBinding.javaFixes and examples for JBossMicrocontainer M1 release1.4modifiedejortcommon/src/main/org/jboss/xml/binding/parser/xni/XniJBossXBParser.javaFixes and examples for JBossMicrocontainer M1 release1.18modifiedejortcommon/.classpathFixes and examples for JBossMicrocontainer M1 release1.20modifiedpatriot1burkeejb3/build-test.xmlrefactor package structure and classnames1.3modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/cache/SimpleStatefulBean.javarefactor package structure and classnames1.3modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/cache/StatefulBean.javarefactor package structure and classnames1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/cache/Tester.javarefactor package structure and classnames1.3modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/initial/InterceptedSFTestBean.javarefactor package structure and classnames1.6modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/initial/unit/RemoteUnitTestCase.javarefactor package structure and classnames1.2deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/PersistenceManager.javarefactor package structure and classnames1.3deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/SimpleCacheConfig.javarefactor package structure and classnames1.9deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/SimpleStatefulCache.javarefactor package structure and classnames1.7deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulCache.javarefactor package structure and classnames1.14modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.javarefactor package structure and classnames1.6deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulSessionFilePersistenceManager.javarefactor package structure and classnames1.5deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulSessionPersistenceManager.javarefactor package structure and classnames1.9modifiedpatriot1burkeejb3/src/resources/ejb3-interceptors-aop.xmlrefactor package structure and classnames1.2modifiedpatriot1burkeejb3/src/resources/test/cache/testejb3-cache-service.xmlrefactor package structure and classnames1.2modifiedpatriot1burkeejb3/src/resources/test/cache/testejb3-statefulcache-service.xmlrefactor package structure and classnames1.1addedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/Cache.javarefactor package structure and classnames1.1addedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/ClusteredStatefulCache.javarefactor package structure and classnames1.1addedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/Optimized.javarefactor package structure and classnames1.2deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/PassivationCacheLoader.javarefactor package structure and classnames1.3deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/PassivationEvictionPolicy.javarefactor package structure and classnames1.2deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/PassivationTreeCache.javarefactor package structure and classnames1.1addedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/StatefulCache.javarefactor package structure and classnames1.2deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/StatefulCacheLoader.javarefactor package structure and classnames1.3deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/StatefulEvictionPolicy.javarefactor package structure and classnames1.1addedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/StatefulReplicationInterceptor.javarefactor package structure and classnames1.3deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/StatefulTreeCache.javarefactor package structure and classnames1.2deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/TreeCacheConfig.javarefactor package structure and classnames1.2deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/Cache.javarefactor package structure and 

[JBoss-dev] [JBossWeb] - Clustered Sessions

2004-12-01 Thread dfisher
I'm having a problem with session replication in jboss 3.2.6.
Specifically I see these types of errors in my log:

16:27:27,992 ERROR [JBossCacheManager] processSessionRepl: failed with 
exception: java.lang.NullPointerException
16:46:55,062 ERROR [JBossCacheManager] processExpires: failed with exception: 
java.lang.NullPointerException

I'm guessing the object that is null is the session and that replication is 
broken.
Can anyone point me in the right direction for fixing this?
I don't see any packets being blocked by the firewall and tcpdump doesn't show 
anything unusual.


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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0 build.242 Build Successful

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041201164053Lbuild.242
BUILD COMPLETE-build.242Date of build:12/01/2004 16:40:53Time to build:29 minutes 20 secondsLast changed:12/01/2004 16:34:51Last log entry:Restore the original war name after expanding




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(8)1.89.4.1modifiedtdieslerserver/src/main/org/jboss/web/AbstractWebContainer.javaRestore the original war name after expanding1.6.2.5modifiednihilitywebservice/src/main/org/jboss/webservice/encoding/ser/MetaDataTypeDesc.javaAdd itemXmlType attribute to elementDesc in typeMapping, which allows youto specify the xml type of an array element during literal arrayserialization.Fix MarshallDocLiteralTestCase and jdk1.5 compatibility by using thisnew attribute.1.1.2.2modifiednihilitywebservice/src/main/org/jboss/webservice/deployment/BeanXMLMetaData.javaAdd itemXmlType attribute to elementDesc in typeMapping, which allows youto specify the xml type of an array element during literal arrayserialization.Fix MarshallDocLiteralTestCase and jdk1.5 compatibility by using thisnew attribute.1.1.1.1.4.3modifiednihilitytestsuite/src/resources/webservice/marshalltest-doclit/META-INF/ws4ee-deployment.xmlAdd itemXmlType attribute to elementDesc in typeMapping, which allows youto specify the xml type of an array element during literal arrayserialization.Fix MarshallDocLiteralTestCase and jdk1.5 compatibility by using thisnew attribute.1.1.1.1.4.6modifiednihilityjaxrpc/src/main/org/apache/axis/encoding/ser/BeanDeserializer.javaAdd itemXmlType attribute to elementDesc in typeMapping, which allows youto specify the xml type of an array element during literal arrayserialization.Fix MarshallDocLiteralTestCase and jdk1.5 compatibility by using thisnew attribute.1.1.1.1.4.3modifiednihilityjaxrpc/src/main/org/apache/axis/encoding/ser/BeanSerializer.javaAdd itemXmlType attribute to elementDesc in typeMapping, which allows youto specify the xml type of an array element during literal arrayserialization.Fix MarshallDocLiteralTestCase and jdk1.5 compatibility by using thisnew attribute.1.1.1.1.4.1modifiednihilityjaxrpc/src/main/org/apache/axis/description/ElementDesc.javaAdd itemXmlType attribute to elementDesc in typeMapping, which allows youto specify the xml type of an array element during literal arrayserialization.Fix MarshallDocLiteralTestCase and jdk1.5 compatibility by using thisnew attribute.1.3.4.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/ws4eesimple/HelloWsClientServlet.javaImprove error handling



[JBoss-dev] [JBoss JIRA] Closed: (JBMICROCONT-1) 1_0_0M1 release

2004-12-01 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBMICROCONT-1?page=history ]
 
Adrian Brock closed JBMICROCONT-1:
--

Resolution: Done

 1_0_0M1 release
 ---

  Key: JBMICROCONT-1
  URL: http://jira.jboss.com/jira/browse/JBMICROCONT-1
  Project: JBoss MicroContainer
 Type: Task
 Versions: JBossMC_1_0_0M1
 Reporter: Adrian Brock
 Assignee: Adrian Brock
  Fix For: JBossMC_1_0_0M1



 Initial milestone release of JBoss Microcontainer
 RoadMap
 ---
 The first milestone reproduces the core features of JMX Microkernel in a POJO 
 environment.
 Registry - provides the ability to access beans and services using a name. 
 The registry is expanded to include other registry implementations using 
 KernelRegistryFactorys, e.g. JNDI
 Bus - provides name/detyped invocations using JoinPoints. 
 Configurator - allows beans to be instantiated and configured from metadata. 
 Bean Info - provides a self description of the bean. 
 Bean Metadata - used to configure the bean deployment. 
 Controller - configures and registers beans when dependencies are satisfied. 
 Classloading - allows the construction of nontrivial classloading domains. 
 Bootstrap - allows a simple mechanism to construct the kernel. 
 Events - an event notification mechanism. 
 Container - a mechanism to allow aspects to enhance the beans.
 Installation:
 unzip microcontainer-M1.zip or tar -xzf microcontainer-M1.tgz
 Test (make sure ant1.6 and java 1.4 is in the classpath)
 
 cd microcontainer-M1/examples/bootstrap
 ant
 You should see the output described in 
 microcontainer-M1/examples/bootstrap/readme.txt
 Other examples are described in examples/readme.txt
 Documentation
 -
 The subfolders api and docs contain documentation for the release.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBMICROCONT-1) 1_0_0M1 release

2004-12-01 Thread Adrian Brock (JIRA)
1_0_0M1 release
---

 Key: JBMICROCONT-1
 URL: http://jira.jboss.com/jira/browse/JBMICROCONT-1
 Project: JBoss MicroContainer
Type: Task
Versions: JBossMC_1_0_0M1
Reporter: Adrian Brock
 Assigned to: Adrian Brock 
 Fix For: JBossMC_1_0_0M1


Initial milestone release of JBoss Microcontainer

RoadMap
---

The first milestone reproduces the core features of JMX Microkernel in a POJO 
environment.

Registry - provides the ability to access beans and services using a name. The 
registry is expanded to include other registry implementations using 
KernelRegistryFactorys, e.g. JNDI

Bus - provides name/detyped invocations using JoinPoints. 

Configurator - allows beans to be instantiated and configured from metadata. 

Bean Info - provides a self description of the bean. 

Bean Metadata - used to configure the bean deployment. 

Controller - configures and registers beans when dependencies are satisfied. 

Classloading - allows the construction of nontrivial classloading domains. 

Bootstrap - allows a simple mechanism to construct the kernel. 

Events - an event notification mechanism. 

Container - a mechanism to allow aspects to enhance the beans.

Installation:

unzip microcontainer-M1.zip or tar -xzf microcontainer-M1.tgz

Test (make sure ant1.6 and java 1.4 is in the classpath)


cd microcontainer-M1/examples/bootstrap
ant

You should see the output described in 
microcontainer-M1/examples/bootstrap/readme.txt

Other examples are described in examples/readme.txt

Documentation
-
The subfolders api and docs contain documentation for the release.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0-jdk-matrix build.29 Build Successful

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20041201174930Lbuild.29
BUILD COMPLETE-build.29Date of build:12/01/2004 17:49:30Time to build:24 minutes 49 secondsLast changed:12/01/2004 17:19:43Last log entry:Use the DeploymentInfo.localURL.Expanded directory URL must end with a '/'




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(52)1.6.2.3modifiedtdieslerwebservice/src/main/org/jboss/webservice/client/ServiceReferenceable.javaUse the DeploymentInfo.localURL.Expanded directory URL must end with a '/'1.89.4.1modifiedtdieslerserver/src/main/org/jboss/web/AbstractWebContainer.javaRestore the original war name after expanding1.6.2.5modifiednihilitywebservice/src/main/org/jboss/webservice/encoding/ser/MetaDataTypeDesc.javaAdd itemXmlType attribute to elementDesc in typeMapping, which allows youto specify the xml type of an array element during literal arrayserialization.Fix MarshallDocLiteralTestCase and jdk1.5 compatibility by using thisnew attribute.1.1.2.2modifiednihilitywebservice/src/main/org/jboss/webservice/deployment/BeanXMLMetaData.javaAdd itemXmlType attribute to elementDesc in typeMapping, which allows youto specify the xml type of an array element during literal arrayserialization.Fix MarshallDocLiteralTestCase and jdk1.5 compatibility by using thisnew attribute.1.1.1.1.4.3modifiednihilitytestsuite/src/resources/webservice/marshalltest-doclit/META-INF/ws4ee-deployment.xmlAdd itemXmlType attribute to elementDesc in typeMapping, which allows youto specify the xml type of an array element during literal arrayserialization.Fix MarshallDocLiteralTestCase and jdk1.5 compatibility by using thisnew attribute.1.1.1.1.4.6modifiednihilityjaxrpc/src/main/org/apache/axis/encoding/ser/BeanDeserializer.javaAdd itemXmlType attribute to elementDesc in typeMapping, which allows youto specify the xml type of an array element during literal arrayserialization.Fix MarshallDocLiteralTestCase and jdk1.5 compatibility by using thisnew attribute.1.1.1.1.4.3modifiednihilityjaxrpc/src/main/org/apache/axis/encoding/ser/BeanSerializer.javaAdd itemXmlType attribute to elementDesc in typeMapping, which allows youto specify the xml type of an array element during literal arrayserialization.Fix MarshallDocLiteralTestCase and jdk1.5 compatibility by using thisnew attribute.1.1.1.1.4.1modifiednihilityjaxrpc/src/main/org/apache/axis/description/ElementDesc.javaAdd itemXmlType attribute to elementDesc in typeMapping, which allows youto specify the xml type of an array element during literal arrayserialization.Fix MarshallDocLiteralTestCase and jdk1.5 compatibility by using thisnew attribute.1.3.4.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/ws4eesimple/HelloWsClientServlet.javaImprove error handling1.2.2.7modifiedtdieslertestsuite/imports/code-generation.xmlSetup log4j logfile properly for jbossnet1.1.2.5modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentDIITestCase.javaRemove dependency on graphical UI installation.1.1.2.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentProxyTestCase.javaRemove dependency on graphical UI installation.1.1.2.5modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentSAAJTestCase.javaRemove dependency on graphical UI installation.1.24.4.2modifiedtdieslertestsuite/src/main/org/jboss/test/JBossTestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.29.4.1modifiedtdieslertestsuite/src/main/org/jboss/test/JBossTestServices.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.14.4.1modifiedtdieslertestsuite/src/main/org/jboss/test/JBossTestSetup.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.2.6modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/wsdlimport/AbsoluteImportTestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.1.1.4.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/ws4eesimple/SimpleClientTestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.1.1.4.4modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/ws4eesimple/SimpleEJBTestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI installation.1.1.1.1.4.4modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/ws4eesimple/SimpleJSETestCase.javaRemove dependency on 'localhost'.Add JBossTestCase.getServerHost()Remove dependency on graphical UI 

[JBoss-dev] [IIOP on JBoss] - Re: java.lang.ClassCastException while using RMI-IIOP in tes

2004-12-01 Thread ivanneto
Hi Joeri.
I had a similar problem with the narrow of the Home interface. Try run rmic 
-iiop over the your home and remote interfaces, and make sure that the 
generated files are in the client classpath. Doing just this worked for me, I 
don't know why this step is necessary, I thought that the Jboss hot deployment 
would take care of everything.

Good luck.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: Step debugging JSP pages

2004-12-01 Thread mikek753
JSP support doesn't work for me

Do I need to install any extra plugins to be able use JSP with coding support 
as it work in java files (Ctrl-mouse and etc.) and tag support? What else I 
need to be able step debuggin JSP?

thanks.

Michael

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041201181845Lbuild.515
BUILD COMPLETE-build.515Date of build:12/01/2004 18:18:45Time to build:31 minutes 16 secondsLast changed:12/01/2004 16:14:35Last log entry:support for replicated SFSBs




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(9)1.21modifiedpatriot1burkeejb3/build-test.xmlsupport for replicated SFSBs1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/simplecluster/StatefulBean.javasupport for replicated SFSBs1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/simplecluster/StatefulRemote.javasupport for replicated SFSBs1.2deletedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/simplecluster/unit/SimpleUnitTestCase.javasupport for replicated SFSBs1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/simplecluster/unit/StatefulRun.javasupport for replicated SFSBs1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/simplecluster/unit/StatelessRun.javasupport for replicated SFSBs1.1addedpatriot1burkeejb3/src/resources/ejb3-clustered-sfsbcache-service.xmlsupport for replicated SFSBs1.2modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/tree/StatefulTreeCache.javasupport for replicated SFSBs1.19modifiedejortcommon/src/main/org/jboss/xml/binding/Unmarshaller.javaI temporarily reverted to SAX for the microntainer M1release because XNI was beingnoisy with some warnings I need to figure out.I also reinstated the InputSource unmarhall which I was using it.I need to figure out what is the alternative.



[JBoss-dev] jboss-4.0 build.243 Build Successful

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041201192614Lbuild.243
BUILD COMPLETE-build.243Date of build:12/01/2004 19:26:14Time to build:18 minutes 35 secondsLast changed:12/01/2004 17:19:43Last log entry:Use the DeploymentInfo.localURL.Expanded directory URL must end with a '/'




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(1)1.6.2.3modifiedtdieslerwebservice/src/main/org/jboss/webservice/client/ServiceReferenceable.javaUse the DeploymentInfo.localURL.Expanded directory URL must end with a '/'



[JBoss-dev] jboss-4.0 build.244 Build Successful

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041201202601Lbuild.244
BUILD COMPLETE-build.244Date of build:12/01/2004 20:26:01Time to build:15 minutes 52 secondsLast changed:12/01/2004 20:06:58Last log entry:Onto 4.0.1RC3




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(2)1.3.2.7modifiedstarksmtools/etc/buildmagic/version-info.xmlOnto 4.0.1RC31.18.2.11modifiedstarksmtools/etc/buildmagic/buildmagic.entOnto 4.0.1RC3



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

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041201231756Lbuild.516
BUILD COMPLETE-build.516Date of build:12/01/2004 23:17:56Time to build:15 minutes 13 secondsLast changed:12/01/2004 23:05:54Last log entry:Test programatic use of the JRMPProxyFactory to expose an IProxy interface from an xmbean.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(4)1.3modifiedstarksmtestsuite/src/main/org/jboss/test/jmx/test/JMXInvokerProxyUnitTestCase.javaTest programatic use of the JRMPProxyFactory to expose an IProxy interface from an xmbean.1.3modifiedstarksmtestsuite/src/resources/jmx/invokerproxy/META-INF/jboss-service.xmlAdd a POJO XMBean service that uses the JRMPProxyFactory programatically to expose an IProxy interface to this services echoDate method.1.1addedstarksmtestsuite/src/main/org/jboss/test/jmx/invokerproxy/IProxy.javaA POJO XMBean service that uses the JRMPProxyFactory programatically to expose an IProxy interface to this services echoDate method.1.1addedstarksmtestsuite/src/main/org/jboss/test/jmx/invokerproxy/ProgramaticProxySetup.javaA POJO XMBean service that uses the JRMPProxyFactory programatically to expose an IProxy interface to this services echoDate method.



[JBoss-dev] [JBossWS] - Re: migrate IIS to tomcat, then migrate the whole .net archi

2004-12-01 Thread qbsu21th
Hello thomas:

thanks for the help. can you help with the other questions when you are 
available? otherwise, can you direct me to the right direction for some help on 
these? these questions hold me for a while and i cannot move further if they 
cannot be solved.

thanks and regards!
David



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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0 build.245 Build Successful

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041201233942Lbuild.245
BUILD COMPLETE-build.245Date of build:12/01/2004 23:39:42Time to build:18 minutes 32 secondsLast changed:12/01/2004 23:18:50Last log entry:Test programatic use of the JRMPProxyFactory to expose an IProxy interface from an xmbean.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(2)1.1.4.2modifiedstarksmtestsuite/src/main/org/jboss/test/jmx/test/JMXInvokerProxyUnitTestCase.javaTest programatic use of the JRMPProxyFactory to expose an IProxy interface from an xmbean.1.1.4.2modifiedstarksmtestsuite/src/resources/jmx/invokerproxy/META-INF/jboss-service.xmlAdd a POJO XMBean service that uses the JRMPProxyFactory programatically to expose an IProxy interface to this services echoDate method.



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

2004-12-01 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041202001721Lbuild.517
BUILD COMPLETE-build.517Date of build:12/02/2004 00:17:21Time to build:14 minutes 43 secondsLast changed:12/01/2004 23:23:40Last log entry:Move the setting of the thread local subject copy read only mode into the copy priviledged action since the Subject.setReadOnly call requires a permission




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(2)1.43modifiedstarksmsecurity/src/main/org/jboss/security/plugins/JaasSecurityManager.javaMove the setting of the thread local subject copy read only mode into the copy priviledged action since the Subject.setReadOnly call requires a permission1.5modifiedstarksmsecurity/src/main/org/jboss/security/plugins/SubjectActions.javaMove the setting of the thread local subject copy read only mode into the copy priviledged action since the Subject.setReadOnly call requires a permission