[JBoss-dev] [Design of JCA on JBoss] - Re: DataSource failover

2005-03-23 Thread [EMAIL PROTECTED]
Now URLs are selected with sticky round-robin algorithm. This is done in 
URLSelector which is an inner class of HALocalManagedConnectionFactory.

Should I be warried about thread-safeness of the whole implementation?

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss's Web Services Implementation] - Re: Root tag of WSDL 2.0 document definition/ or descript

2005-03-23 Thread [EMAIL PROTECTED]
I would wait for

http://www.w3.org/TR/wsdl20/

to become final. It is in 

W3C Working Draft 3 August 2004



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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: Using the platform MBeanServer in jdk5 environments

2005-03-23 Thread [EMAIL PROTECTED]
And you will want to check the performance of that thing.
That was the main reason for having to rewrite it.


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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBPM-47) hibernate persistence of the jbpm domain model

2005-03-23 Thread Tom Baeyens (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-47?page=history ]
 
Tom Baeyens closed JBPM-47:
---

Resolution: Done

 hibernate persistence of the jbpm domain model
 --

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



 basically this task is to create hibernate mappings for the jbpm domain 
 model.  also a DbSession should be created that adds jbpm-model knowledge to 
 the hibernate session.  'adding model knowledge' means e.g. 
 saveProcessDefinition, findProcessDefinitions methods instead of the 
 non-typed hibernate interface ones.  a large part of the domain knowledge 
 will be hibernate queries.

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2005-03-23 Thread Tom Baeyens (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-10?page=history ]

Tom Baeyens updated JBPM-10:


Description: 
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.

  was:
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.

Environment: 
  Component: Core Engine

 add support for the synchronisation pattern
 ---

  Key: JBPM-10
  URL: http://jira.jboss.com/jira/browse/JBPM-10
  Project: JBoss jBPM
 Type: Sub-task
   Components: Core Engine
 Reporter: Tom Baeyens
 Assignee: 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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPM-67) add support for process-local variable-type-determination

2005-03-23 Thread Tom Baeyens (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-67?page=history ]

Tom Baeyens updated JBPM-67:


Component: Core Engine

 add support for process-local variable-type-determination
 -

  Key: JBPM-67
  URL: http://jira.jboss.com/jira/browse/JBPM-67
  Project: JBoss jBPM
 Type: Feature Request
   Components: Core Engine
 Reporter: Tom Baeyens
 Assignee: Tom Baeyens
 Priority: Optional



 now, the way that a process variable is persisted, is configured in the 
 jbpm.types.properties.
 one set of all types determinations for the whole jbpm installation.
 we should allow users to overwrite this mechanism on a process definition 
 level.
 in the process definition, the same information can be given for process 
 variable names.
 variable name=myvar tranformer= variable-instance= /
 or 
 variable java-type=org.MyType tranformer= variable-instance= /

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1449) Update the ServerInfo memory ops to use the jdk 5 mbeans

2005-03-23 Thread Dimitris Andreadis (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1449?page=history ]

Dimitris Andreadis reassigned JBAS-1449:


Assign To: Dimitris Andreadis

 Update the ServerInfo memory ops to use the jdk 5 mbeans
 

  Key: JBAS-1449
  URL: http://jira.jboss.com/jira/browse/JBAS-1449
  Project: JBoss Application Server
 Type: Feature Request
   Components: JMX, MicroContainer bus
 Versions: JBossAS-4.0.1 Final,  JBossAS-3.2.7 Final
 Reporter: Scott M Stark
 Assignee: Dimitris Andreadis
  Fix For: JBossAS-4.0.2 Final,  JBossAS-3.2.8 Final


 Original Estimate: 4 hours
 Remaining: 4 hours

 The memory related ops of the org.jboss.system.server.ServerInfo need to be 
 updated to use the jdk 5 memory mbeans.
 http://java.sun.com/j2se/1.5.0/docs/guide/management/mxbeans.html

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1448) Update the ServerInfo listThreadDump to use the jdk 5 stack traces

2005-03-23 Thread Dimitris Andreadis (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1448?page=history ]

Dimitris Andreadis reassigned JBAS-1448:


Assign To: Dimitris Andreadis

 Update the ServerInfo listThreadDump to use the jdk 5 stack traces
 --

  Key: JBAS-1448
  URL: http://jira.jboss.com/jira/browse/JBAS-1448
  Project: JBoss Application Server
 Type: Feature Request
   Components: MicroContainer bus
 Versions: JBossAS-4.0.1 Final,  JBossAS-3.2.7 Final
 Reporter: Scott M Stark
 Assignee: Dimitris Andreadis
  Fix For: JBossAS-4.0.2 Final,  JBossAS-3.2.8 Final


 Original Estimate: 2 hours
 Remaining: 2 hours

 The org.jboss.system.server.ServerInfo mbean's listThreadDump operation which 
 display a tree of the system threads should be updated to use the jdk 5 
 mbeans which provides stack trace information when the bean that uses the 
 java.lang.management.ThreadMXBean
 http://java.sun.com/j2se/1.5.0/docs/api/java/lang/management/ThreadMXBean.html

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-23 Thread iwadasn

Of course I'm no fun, that's what users are for. :-)

Thank you for the instructions on making the scripts, I did miss that point. I 
still have to wonder why you guys didn't just generate ddl scripts for the more 
common databases and include them in the binary package, considering that you 
went through the effort to compile everything else. 



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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - IllegalAccessError when intercepting using

2005-03-23 Thread mikeg123
hello.

using jboss-3.2.6 and jboss-aop_1.0.0-FINAL

i'm trying to to intercept a call to the protected method in the superclass 
from the concrete class, so here is my call

bind pointcut=call( * com.com1.com2.BaseClass-method1(..))
 advice name=method aspect=MyAspect/
   /bind

first of this doesn't insert any interceptors on the calling concrete class, so 
I have to change to something like

bind pointcut=call( * com.com1.*-method1(..))
 advice name=adviceMethod aspect=MyAspect/
   /bind

then when I run it I get inside of the advice adviceMethod, but then when it 
calls invocation.invokeNext(), I get the following exception 
(IllegalAccessError) 

stack trace:


//
2005-03-22 16:58:22,439 ERROR [org.jboss.ejb.plugins.LogInterceptor] 
TransactionRolledbackLocalException in method: public abstract void 
com.crossbeamsys.nms.status.DeviceStatusManagerLocal.clearDeviceAlarms(com.crossbeamsys.nms.device.DeviceDO)
 throws com.crossbeamsys.nms.NMSException, causedBy:
javax.ejb.EJBException: Unexpected Error

java.lang.IllegalAccessError: tried to access method 
com.crossbeamsys.nms.support.SessionBeanBase.checkDeviceAccess(JJ)V from class 
com.crossbeamsys.nms.status.DeviceStatusManagerBean_4_MByMInvocation
at 
com.crossbeamsys.nms.status.DeviceStatusManagerBean_4_MByMInvocation.invokeNext(DeviceStatusManagerBean_4_MByMInvocation.java)
at 
com.crossbeamsys.nms.aop.AuditAspect.auditMethod(AuditAspect.java:125)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.aop.advice.PerInstanceAdvice.invoke(PerInstanceAdvice.java:58)
at 
com.crossbeamsys.nms.status.DeviceStatusManagerBean_4_MByMInvocation.invokeNext(DeviceStatusManagerBean_4_MByMInvocation.java)
at 
com.crossbeamsys.nms.status.DeviceStatusManagerBean.clearDeviceAlarms(DeviceStatusManagerBean.java:737)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:683)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:186)
at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:72)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:315)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:148)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:111)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
at 
org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessionContainer.java:331)
at org.jboss.ejb.Container.invoke(Container.java:709)
at 
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:419)
at 
org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:83)
at $Proxy87.clearDeviceAlarms(Unknown Source)
at 
com.crossbeamsys.nms.device.DeviceManagerBean.deleteDeviceImpl(DeviceManagerBean.java:2304)
at 
com.crossbeamsys.nms.device.DeviceManagerBean.deleteDevice(DeviceManagerBean.java:304)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:683)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:186)
at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:72)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:315)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:148)
at 

[JBoss-dev] [JBoss JIRA] Updated: (JBIDE-18) AOP IDE QA / Unit Tests

2005-03-23 Thread Marshall Culpepper (JIRA)
 [ http://jira.jboss.com/jira/browse/JBIDE-18?page=history ]

Marshall Culpepper updated JBIDE-18:


Description: 
Environment: 
Fix Version: 1.5 Milestone 2
 (was: 1.5 Milestone 1)

 AOP IDE QA / Unit Tests
 ---

  Key: JBIDE-18
  URL: http://jira.jboss.com/jira/browse/JBIDE-18
  Project: JBoss IDE
 Type: Sub-task
   Components: AOP Plugin
 Reporter: Marshall Culpepper
 Assignee: Marshall Culpepper
  Fix For: 1.5 Milestone 2





-- 
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://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2005-03-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050322124214Lbuild.449
BUILD COMPLETE-build.449Date of build:03/22/2005 12:42:14Time to build:141 minutes 59 secondsLast changed:03/22/2005 09:41:27Last log entry:added '.' and '-' to subdeployer suffixes, deprecate static suffix order




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(28)1.15.2.3modifiedanddsystem/src/main/org/jboss/deployment/DeploymentSorter.javaadded '.' and '-' to subdeployer suffixes, deprecate static suffix order1.1.2.2modifiedanddsystem/src/main/org/jboss/deployment/SuffixOrderHelper.javaadded '.' and '-' to subdeployer suffixes1.2.2.3modifiedanddhibernate/src/main/org/jboss/hibernate/har/HARDeployer.javaadded '.' and '-' to subdeployer suffixes1.5.6.2modifiedanddvaria/src/main/org/jboss/varia/deployment/BeanShellSubDeployer.javaadded '.' and '-' to subdeployer suffixes1.20.2.6modifiedtdieslerwebservice/src/main/org/jboss/webservice/server/InvokerProvider.javaFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/WEB-INF/wsdl/schemas/show/Show.xsdFix: JBWS-153 invalid schemaLocation generated for imported schema1.12.2.6modifiedtdieslerwebservice/src/main/org/jboss/webservice/ServiceDeployerJSE.javaFix: JBWS-153 invalid schemaLocation generated for imported schema1.6.2.8modifiedtdieslerwebservice/src/main/org/jboss/webservice/WSDLFilePublisher.javaFix: JBWS-153 invalid schemaLocation generated for imported schema1.40.2.18modifiedtdieslerwebservice/src/main/org/jboss/webservice/deployment/ServiceDescription.javaFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/WEB-INF/wsdl/OrderSOAP.wsdlFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/WEB-INF/wsdl/schemas/get/Get.xsdFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/WEB-INF/jaxrpc-mapping.xmlFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/WEB-INF/web.xmlFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/WEB-INF/webservices.xmlFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/WEB-INF/ws4ee-deployment.xmlFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/META-INF/application-client.xmlFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/META-INF/jboss-client.xmlFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/config.xmlFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/jbws153/JBWS153TestCase.javaFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/jbws153/Order.javaFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/jbws153/OrderJavaBean.javaFix: JBWS-153 invalid schemaLocation generated for imported schema1.9.2.58modifiedtdieslertestsuite/imports/test-jars.xmlFix: JBWS-153 invalid schemaLocation generated for imported schema1.2.6.1modifiedtdieslervaria/src/main/org/jboss/services/binding/ServiceConfig.javaFix toString() to show output in jmx-console1.13.6.3modifiedtdieslervaria/src/resources/services/binding/sample-bindings.xmlAdd BindingMangerSupport for jboss-ws4ee service1.117.2.8modifiedtdieslerserver/src/etc/conf/default/jboss-service.xmlRead sample-bindings.xml from ${jboss.home.url}1.1.1.1.4.1modifiedtdieslerdeployment/src/main/org/jboss/deployment/spi/DeploymentManagerImpl.javaAdd JBossEntityResolver to SAXReader1.24.2.3modifiedtdieslerjmx/src/main/javax/management/modelmbean/DescriptorSupport.javaAdd JBossEntityResolver to SAXReader1.1.6.1modifiedtdieslercommon/src/main/org/jboss/util/state/xml/StateMachineParser.javaAdd JBossEntityResolver to SAXReader



[JBoss-dev] [JBoss JIRA] Assigned: (JBIDE-157) Aspect Manager view is empty

2005-03-23 Thread Marshall Culpepper (JIRA)
 [ http://jira.jboss.com/jira/browse/JBIDE-157?page=history ]

Marshall Culpepper reassigned JBIDE-157:


Assign To: Robert Stryker  (was: Marshall Culpepper)

 Aspect Manager view is empty
 

  Key: JBIDE-157
  URL: http://jira.jboss.com/jira/browse/JBIDE-157
  Project: JBoss IDE
 Type: Bug
   Components: AOP Plugin
 Reporter: Marshall Culpepper
 Assignee: Robert Stryker
 Priority: Minor
  Fix For: 1.5 Milestone 1



 After initially creating a new AOP project, the Aspect Manager View is empty.

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBIDE-157) Aspect Manager view is empty

2005-03-23 Thread Robert Stryker (JIRA)
 [ http://jira.jboss.com/jira/browse/JBIDE-157?page=history ]
 
Robert Stryker resolved JBIDE-157:
--

Resolution: Done

The view now defaults to showing the four main categories (Aspects, Bindings, 
Interceptors, Pointcuts), even if they are empty.

 Aspect Manager view is empty
 

  Key: JBIDE-157
  URL: http://jira.jboss.com/jira/browse/JBIDE-157
  Project: JBoss IDE
 Type: Bug
   Components: AOP Plugin
 Reporter: Marshall Culpepper
 Assignee: Robert Stryker
 Priority: Minor
  Fix For: 1.5 Milestone 1



 After initially creating a new AOP project, the Aspect Manager View is empty.

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: How to turn off caching

2005-03-23 Thread jimmyed2001
From your description is sounds like the problem is that the browser is 
caching the entire page. You can change this behavior by either

a) setting the 'expires' header in the theme jsp
b) setting the 'expires' property for the response objhect in the portlet

I'm not sure if b will work well, so try adding this as the first line after % 
at the top of portal-core.sar\portal-core.war\nodesk\index.jsp

response.setHeader( expires, 0 );

This will cause the browser to make a call to the server every time a page is 
requested.

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2-jdk-matrix build.82 Build Successful

2005-03-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050322210302Lbuild.82
BUILD COMPLETE-build.82Date of build:03/22/2005 21:03:02Time to build:29 minutes 53 seconds




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(0)



[JBoss-dev] [Design of JCA on JBoss] - Re: DataSource failover

2005-03-23 Thread [EMAIL PROTECTED]
It seems to be logical to be able to specify user/password per URL instead of 
using the same user/pwd for every url in the list?

Then, as for me, it would make sense to still configure the ha datasource as a 
collection of datasources. Not using all the elements that are usually used to 
configure a local datasource but a subset (since, e.g. jndi-name would be 
specified only for the ha one).

The same for XA. If I am going to specify properties per connection, I would 
collect them under a single parent element.

What do you think?

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1607) Absence of optional 'transaction-timeout' element throws NumberFormatException

2005-03-23 Thread Peter Doornbosch (JIRA)
Absence of optional 'transaction-timeout' element throws NumberFormatException
--

 Key: JBAS-1607
 URL: http://jira.jboss.com/jira/browse/JBAS-1607
 Project: JBoss Application Server
Type: Bug
Versions: JBossAS-4.0.1 Final
Reporter: Peter Doornbosch
Priority: Minor


When the optional element transaction-timeout is not set in the jboss.xml, a 
(debug) message is logged with the text Ignoring transaction-timeout 'null' - 
stange message for an optional element that is not there ;-).
What is even worse is that a stacktrace is printed of the NumberFormatException 
that occurred when trying to parse this null value. These stacktraces clutter 
the server.log, for example in my case these stacktraces are responsible for 
50% of the size of the (debug) log file.

This behaviour is caused by the following fragment from BeanMetaData:

String txTimeout = getOptionalChildContent(maNode, 
transaction-timeout);
try
{
   ma.txTimeout = Integer.parseInt(txTimeout);
}
catch (Exception ignore)
{
   log.debug(Ignoring transaction-timeout ' + txTimeout + ', 
ignore);
}

Of course, this should be: if (txTimeout != null) a.txTimeout = 
Integer.parseInt(txTimeout);


-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBIDE-156) 1.4 Annotation Support

2005-03-23 Thread Robert Stryker (JIRA)
 [ http://jira.jboss.com/jira/browse/JBIDE-156?page=history ]
 
Robert Stryker resolved JBIDE-156:
--

Resolution: Done

 1.4 Annotation Support
 --

  Key: JBIDE-156
  URL: http://jira.jboss.com/jira/browse/JBIDE-156
  Project: JBoss IDE
 Type: Task
   Components: AOP Plugin
 Reporter: Marshall Culpepper
 Assignee: Robert Stryker
  Fix For: 1.5 Milestone 1



 JBossAOP Developer needs support for 1.4 style annotations in the pointcut 
 parser.

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPM-93) add the organisation component

2005-03-23 Thread Tom Baeyens (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-93?page=history ]

Tom Baeyens updated JBPM-93:


Fix Version: jBPM 3.0 alpha 3

 add the organisation component
 --

  Key: JBPM-93
  URL: http://jira.jboss.com/jira/browse/JBPM-93
  Project: JBoss jBPM
 Type: Task
   Components: Core Engine
 Reporter: Tom Baeyens
 Assignee: Tom Baeyens
 Priority: Minor
  Fix For: jBPM 3.0 alpha 3



 as an extension, a simple organisation component should be created.
 the initial ideas are in module jbpm.organisation in the jbpm cvs.  the idea 
 is that a single interface is specified for accessing the user-roles 
 relation.  then we can create different implementations for different storage 
 technologies e.g. a relational database, an LDAP system, the 
 tomcat-users.xml, the jboss users-roles property files, ...
 then assignment handlers and authorization extensions could be written 
 against this simple interface.

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Concurrency Question

2005-03-23 Thread Bill Bejeck
Hi,

I have a question concerning transaction isolation levels.  Using the 
Serilizable level no write or read locks will be granted to TXN2 until TXN1 
releases them.  Will the same hold for  n number of TreeCache instances in 
cluster of n machines? In other words, Will TXN1 on node a/b/c  on server 1 
block TXN1 on node a/b/c on server2?  My undertanding of transactions is that 
it will not prevent read/writes on different machines in a cluster.

Thanks,
Bill

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: IllegalAccessError when intercepting using

2005-03-23 Thread mikeg123
Hello,
thank you for the reply,

I tried instanceof and typedef(Base.class) with no success. (what is the best 
setup (jboss-aop.xml) whould you recommend for the following scenario)

here the set up:

public class Base { 
protected void method1() {} 
 } 

  public class Concrete extends Base { 

   public void myMethod() { 
   method1(); 
} 
   }

   public MyAspect {
  
   public Object auditMethod (MethodCalledByMethodInvocation 
invocation) throws Throwable {
   //do some loogging

 return invocation.invokeNext();
}
 }


 so when method1 is being called from the Concrete.class I get inside 
of the auditMethod in MyAspect.class and then when it calls invokeNext() I 
expect to be in the method1 of the Base.class instead I get 
IllegalAccessError exception.


Thank you, Michael


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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1595) Integrate EJB3 stable into JBoss 4.x

2005-03-23 Thread Ivelin Ivanov (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBAS-1595?page=comments#action_12316345 ]
 
Ivelin Ivanov commented on JBAS-1595:
-

Not yet, but I guess Scott is saying let's setup a build for it. I'll include 
Ryan to keep this moving.

 Integrate EJB3 stable into JBoss 4.x
 

  Key: JBAS-1595
  URL: http://jira.jboss.com/jira/browse/JBAS-1595
  Project: JBoss Application Server
 Type: Feature Request
   Components: EJBs
 Reporter: Ivelin Ivanov
 Assignee: Bill Burke
 Priority: Critical



 Stabilize the EJB3 implementation of spec DR2 and include it in the standard 
 JBoss AS 4.x distribution.

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Can we start writing jms test clients to check complianc

2005-03-23 Thread rajdeep_dua
Adrian,

My sourceforge id is: rajdeep_dua

My mail id is [EMAIL PROTECTED]



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

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


---
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://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPM-72) required variable declaration

2005-03-23 Thread Tom Baeyens (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-72?page=history ]

Tom Baeyens updated JBPM-72:


Description: 
we could add support for a configuration that requires all variables to be 
declared (including the type) before they are used.  this creates a bit of 
'type safety', although it is only checkable at runtime...

this should be done on the level of the task.  maybe tasks should be able to 
extract data from the process and completion of the task should update the 
variables in the context. 

  was:we could add support for a configuration that requires all variables to 
be declared (including the type) before they are used.  this creates a bit of 
'type safety', although it is only checkable at runtime...


 required variable declaration
 -

  Key: JBPM-72
  URL: http://jira.jboss.com/jira/browse/JBPM-72
  Project: JBoss jBPM
 Type: Feature Request
 Reporter: Tom Baeyens
 Assignee: Tom Baeyens



 we could add support for a configuration that requires all variables to be 
 declared (including the type) before they are used.  this creates a bit of 
 'type safety', although it is only checkable at runtime...
 this should be done on the level of the task.  maybe tasks should be able to 
 extract data from the process and completion of the task should update the 
 variables in the context. 

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2-testsuite build.95 Build Fixed

2005-03-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20050322193202Lbuild.95
BUILD COMPLETE-build.95Date of build:03/22/2005 19:32:02Time to build:72 minutes 57 secondsLast changed:03/18/2005 15:46:11Last log entry:Added serialVersionUID




   Unit Tests: (1967)   Total Errors and Failures: (10)testAllTx_RWLockorg.jboss.test.cache.stress.EvictionLocalStressTestCasetestNoClassDefFoundErrororg.jboss.test.classloader.test.BasicLoaderUnitTestCasetestSessionHandleNoDefaultJNDIorg.jboss.test.cts.test.StatefulSessionUnitTestCasetestBMTSessionHandleNoDefaultJNDIorg.jboss.test.cts.test.StatefulSessionUnitTestCasetestMDBDeepRunAsorg.jboss.test.security.test.EJBSpecUnitTestCasetestSessionHandleNoDefaultJNDIorg.jboss.test.securitymgr.test.StatefulSessionUnitTestCasetestBMTSessionHandleNoDefaultJNDIorg.jboss.test.securitymgr.test.StatefulSessionUnitTestCasetestStatefulPassiviationExpirationorg.jboss.test.testbeancluster.test.BeanUnitTestCasetestSessionTimeoutorg.jboss.test.cluster.test.SimpleTestCasetestSRPLoginWithAuxChallengeorg.jboss.test.security.test.SRPLoginModuleUnitTestCase
Modifications since last build:(17)1.1.2.2modifiedanddvaria/src/main/org/jboss/services/deployment/metadata/ConfigInfo.javaAdded serialVersionUID1.1.2.2modifiedanddvaria/src/main/org/jboss/services/deployment/metadata/PropertyInfo.javaAdded serialVersionUID1.1.2.2modifiedanddvaria/src/main/org/jboss/services/deployment/metadata/TemplateInfo.javaAdded serialVersionUID1.1.2.4modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/ManagerRecord.javaDoesn't need to be Serializable1.1.2.6modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/SnmpAgentService.javaintroduced DynamicSubscriptions attribute1.1.2.5modifiedanddvaria/src/resources/services/snmp/deploy/META-INF/jboss-service.xmlintroduced DynamicSubscriptions attribute1.1.2.8modifiedanddsystem/src/main/org/jboss/system/ListenerServiceMBeanSupport.javareduce debug-trace for receiving baseclass jmx.mbean.registered notifs1.2.8.2modifiedejortmessaging/src/main/org/jboss/mq/pm/TxManager.java[JBAS-1589] - Typo in TxManager1.2.2.6modifiedanddsystem/src/main/org/jboss/system/ServiceMBean.javaJBAS-1577: white-space in ServiceMBean EVENT types, removed1.1.4.1modifiedanddsystem/src/main/org/jboss/system/filterfactory/AttributeChangeNotificationFilterFactory.javaNew Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary filters, using dynamic filter factory pluginsimplementing the NotificationFilterFactory interface.Three filter factories corresponding to the "standard" jmxnotification filters are supplied by default in packageorg.jboss.system.filterfactory.1.1.4.1modifiedanddsystem/src/main/org/jboss/system/filterfactory/MBeanServerNotificationFilterFactory.javaNew Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary filters, using dynamic filter factory pluginsimplementing the NotificationFilterFactory interface.Three filter factories corresponding to the "standard" jmxnotification filters are supplied by default in packageorg.jboss.system.filterfactory.1.1.4.1modifiedanddsystem/src/main/org/jboss/system/filterfactory/NotificationFilterSupportFactory.javaNew Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary filters, using dynamic filter factory pluginsimplementing the NotificationFilterFactory interface.Three filter factories corresponding to the "standard" jmxnotification filters are supplied by default in packageorg.jboss.system.filterfactory.1.1.2.3modifiedanddsystem/src/main/org/jboss/system/ListenerServiceMBean.javaNew Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary filters, using dynamic filter factory pluginsimplementing the NotificationFilterFactory interface.Three filter factories corresponding to the "standard" jmxnotification filters are supplied by default in packageorg.jboss.system.filterfactory.1.1.2.7modifiedanddsystem/src/main/org/jboss/system/ListenerServiceMBeanSupport.javaNew Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary filters, using dynamic filter factory pluginsimplementing the NotificationFilterFactory interface.Three filter factories corresponding to the "standard" jmxnotification filters are supplied by default in packageorg.jboss.system.filterfactory.1.1.4.1modifiedanddsystem/src/main/org/jboss/system/NotificationFilterFactory.javaNew Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary 

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

2005-03-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050323073107Lbuild.451
BUILD COMPLETE-build.451Date of build:03/23/2005 07:31:07Time to build:46 minutes 38 secondsLast changed:03/23/2005 06:53:53Last log entry:Fix invalid overwrite of resourcePath




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(5)1.1.2.2modifiedtdieslerwebservice/src/main/org/jboss/webservice/server/WSDLRequestHandler.javaFix invalid overwrite of resourcePath1.6.4.2modifiedtdieslerwebservice/src/main/org/jboss/webservice/util/WSDLUtilities.javaRefactor handling of WSDL request for reuse in JBossWS1.20.2.7modifiedtdieslerwebservice/src/main/org/jboss/webservice/server/InvokerProvider.javaRefactor handling of WSDL request for reuse in JBossWS1.1.2.1modifiedtdieslerwebservice/src/main/org/jboss/webservice/server/WSDLRequestHandler.javaRefactor handling of WSDL request for reuse in JBossWS1.3.18.1modifiedanddcommon/src/main/org/jboss/util/platform/Java.javaadd jdk1.5 detection ability (check for presence of java.lang.Enum)



[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Messaging interceptors for facade

2005-03-23 Thread spiritualmechanic
Hey Ovidiu,

I'm looking at the interceptors for EJB3 and they seem based on Hibernate3 
stuff. I doubt you're going to be using the same exact interceptors for the 
Facade (since it's using onLoad, etc and Messaging doesn't really need the 
exact same events).

I notice your interceptors in the core stuff uses the aop interceptors. Which 
events are you going to use in your JMS Facade interceptors?

I hope these questions aren't too basic. I'm just trying to figure out what's 
similar and what's unique between different containers (EJB container vs. JMS 
container).

Thanks,

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPM-94) created database compatibility package

2005-03-23 Thread Tom Baeyens (JIRA)
created database compatibility package
--

 Key: JBPM-94
 URL: http://jira.jboss.com/jira/browse/JBPM-94
 Project: JBoss jBPM
Type: Task
  Components: Core Engine  
Reporter: Tom Baeyens
 Assigned to: Tom Baeyens 
 Fix For: jBPM 3.0 alpha 2


created a separate database compatibility project as an extension to the core 
jbpm 3.0 download.  the database compatibility contains the setup and scripts 
for generation of jBPM database schema's and for testing jBPM with the 
supported databases.

in this initial release, there is support for hypersonic and postgresql.

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBIDE-162) Update AOP/IDE Documentation

2005-03-23 Thread Marshall Culpepper (JIRA)
Update AOP/IDE Documentation


 Key: JBIDE-162
 URL: http://jira.jboss.com/jira/browse/JBIDE-162
 Project: JBoss IDE
Type: Feature Request
  Components: AOP Plugin  
Reporter: Marshall Culpepper
 Assigned to: Robert Stryker 
Priority: Minor
 Fix For: 1.5 Milestone 2


Update the AOP tutorial to show the new pointcut wizard and 1.4 annotations.

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: Using the platform MBeanServer in jdk5 environments

2005-03-23 Thread [EMAIL PROTECTED]
It works :-)


  | JMImplementation 
  |   name=Default,service=LoaderRepository 
  |   type=MBeanRegistry 
  |   type=MBeanServerDelegate
  | 
  | java.lang 
  |   name=Code Cache,type=MemoryPool 
  |   name=CodeCacheManager,type=MemoryManager 
  |   name=Copy,type=GarbageCollector 
  |   name=Eden Space,type=MemoryPool 
  |   name=MarkSweepCompact,type=GarbageCollector 
  |   name=Perm Gen,type=MemoryPool 
  |   name=Survivor Space,type=MemoryPool 
  |   name=Tenured Gen,type=MemoryPool 
  |   type=ClassLoading 
  |   type=Compilation 
  |   type=Memory 
  |   type=OperatingSystem 
  |   type=Runtime 
  |   type=Threading 
  | 
  | java.util.logging 
  |   type=Logging 
  | 
  | jboss 
  |   database=localDB,service=Hypersonic 
  |   name=PropertyEditorManager,type=Service 
  |   ...
  | 

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBPM-87) remove bidirectional relations management

2005-03-23 Thread Tom Baeyens (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-87?page=history ]
 
Tom Baeyens closed JBPM-87:
---


 remove bidirectional relations management
 -

  Key: JBPM-87
  URL: http://jira.jboss.com/jira/browse/JBPM-87
  Project: JBoss jBPM
 Type: Task
 Reporter: Tom Baeyens
 Assignee: Tom Baeyens
  Fix For: jBPM 3.0 alpha 2


 Original Estimate: 1 day
 Remaining: 1 day

 removed the automatic supermagical bidirectional relations management.  now 
 bidirectional relations management is done on the many-side of many-to-one 
 relations. (much easier to understand)

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2005-03-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050322230220Lbuild.450
BUILD COMPLETE-build.450Date of build:03/22/2005 23:02:20Time to build:26 minutes 6 secondsLast changed:03/22/2005 21:51:49Last log entry:Test for JSF integration.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(3)1.9.2.59modifiedssilverttestsuite/imports/test-jars.xmlTest for JSF integration.1.1.2.1modifiedssilverttestsuite/src/main/org/jboss/test/web/test/JSFIntegrationUnitTestCase.javaTest for JSF integration.1.1.2.1modifiedssilverttestsuite/src/resources/web/WEB-INF/jsftest-web.xmlTest for JSF integration.



[JBoss-dev] [JBossCache] - Re: JBoss and JDK 1.5

2005-03-23 Thread DashV
JBoss what? App server? JBoss cache?

If you are refering to the appserver JBoss 4.0.X works with java 1.5 anything 
early does not.

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

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


---
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://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design the new POJO MicroContainer] - Re: Kernel XML format

2005-03-23 Thread [EMAIL PROTECTED]
This looks like what XMLBeans do, i.e. the object model contains data and XML 
binding info.

I thought about looking at the value type, i.e. its package and class name. And 
based on that information choose a schema to marshal the value with. Of course, 
it implies that there is at least many-to-one (for marshalling) association 
between the value type and the schema. Is this approach acceptable?

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBIDE-13) Documentation

2005-03-23 Thread Marshall Culpepper (JIRA)
 [ http://jira.jboss.com/jira/browse/JBIDE-13?page=history ]

Marshall Culpepper updated JBIDE-13:


Description: 
Environment: 
Fix Version: 1.5 Milestone 2
 (was: 1.5 Milestone 1)

 Documentation
 -

  Key: JBIDE-13
  URL: http://jira.jboss.com/jira/browse/JBIDE-13
  Project: JBoss IDE
 Type: Feature Request
 Reporter: Marshall Culpepper
 Assignee: Marshall Culpepper
  Fix For: 1.5 Milestone 2





-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-224) Forum user's preferences

2005-03-23 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-224?page=history ]

Julien Viet updated JBPORTAL-224:
-

Assign To: Roy Russo  (was: Julien Viet)

 Forum user's preferences
 

  Key: JBPORTAL-224
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-224
  Project: JBoss Portal
 Type: Task
   Components: Forums
 Versions: 2.0 Final, 2.0 Beta 2
 Reporter: Julien Viet
 Assignee: Roy Russo





-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss's Web Services Implementation] - URL rewriting of wsdl includes

2005-03-23 Thread [EMAIL PROTECTED]
Hi folks,

this thread is about the URLs that we rewrite in the wsdl for wsdl imports and 
schema includes. Lets look at JIRA issue JBWS-153 for this discussion

The wsdl uses 


  |   wsdl:types
  | xsd:schema xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
targetNamespace=http://www.dis-corp.com/xml/2005/ebiz;
  | xsd:include schemaLocation=schemas/get/Get.xsd/
  | /xsd:schema
  |   /wsdl:types
  | 

The wsdl is obtained through URL

http://satellite:8080/ws4ee-jbws153/Order?wsdl

and the include is rewritten as


  |   wsdl:types
  | xsd:schema targetNamespace=http://www.dis-corp.com/xml/2005/ebiz; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
  | xsd:include 
schemaLocation=/ws4ee-jbws153/Order?wsdlamp;resource=schemas/get/Get.xsd/
  | /xsd:schema
  |   /wsdl:types
  | 

which VB.net does not understand.

The issue is that the schemaLocation cannot be simply treated as relative URL 
because it results in 

http://satellite:8080/ws4ee-jbws153/schemas/get/Get.xsd

which is obviously invalid.

A solution recently suggested on the forums uses a predefined URL path to 
obtain the wsdl and its included artifacts, like this:

http://satellite:8080/ws4ee-jbws153/Order/wsdl

for the wsdl, and hence

http://satellite:8080/ws4ee-jbws153/Order/schemas/get/Get.xsd

for the included schema.

The problem with this is that the web.xml defines the servlet mapping as 


  |   servlet-mapping
  | servlet-nameOrder/servlet-name
  | url-pattern/Order/url-pattern
  |   /servlet-mapping
  | 

and not as


  |   servlet-mapping
  | servlet-nameOrder/servlet-name
  | url-pattern/Order/*/url-pattern
  |   /servlet-mapping
  | 

which BTW is disallowed by the WS4EE spec. 

The URL

http://satellite:8080/ws4ee-jbws153/Order/schemas/get/Get.xsd

is invalid and will not be redirected to the ServiceEndpointServlet for schema 
delivery to the client.

Ok, we rewrite the web.xml anyway and might want to append the missing /*. 
Changeing .../Order?wsdl to .../Order/wsdl would break all clients which should 
not be done lilght heartedly.

I seek your feedback on this rewrite issue. Is there any possible way of 
avoiding complex parameter lists, which are not supported by .NET? How do other 
stacks do it?

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: IllegalAccessError when intercepting using

2005-03-23 Thread mikeg123
Hello
are you using jboss-common.jar and concurrent.jar that come with 3.2.6 or you 
are using it from aop-1.1.1 because jboss-common.jar files are different?

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPM-81) document jpdl schema for exception handlers

2005-03-23 Thread Tom Baeyens (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-81?page=history ]

Tom Baeyens updated JBPM-81:


Fix Version: jBPM 3.0 alpha 3
 (was: jBPM 3.0 alpha 2)

 document jpdl schema for exception handlers
 ---

  Key: JBPM-81
  URL: http://jira.jboss.com/jira/browse/JBPM-81
  Project: JBoss jBPM
 Type: Task
   Components: Core Engine
 Reporter: Tom Baeyens
 Assignee: Tom Baeyens
  Fix For: jBPM 3.0 alpha 3



 summary says it all.

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: TimeoutExceptions from TreeCache.callRemoteMethods()

2005-03-23 Thread [EMAIL PROTECTED]
Boy, this is not a simple use case. :-)

What I'd suggest is to build a standalone test outside of the servlet context 
first. That is, don't even use the cache aop MBean service. Try it to see if 
that works first.

-Ben

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2005-03-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050322180626Lbuild.113
BUILD COMPLETE-build.113Date of build:03/22/2005 18:06:26Time to build:53 minutes 35 secondsLast changed:03/22/2005 09:41:27Last log entry:added '.' and '-' to subdeployer suffixes, deprecate static suffix order




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(40)1.15.2.3modifiedanddsystem/src/main/org/jboss/deployment/DeploymentSorter.javaadded '.' and '-' to subdeployer suffixes, deprecate static suffix order1.1.2.2modifiedanddsystem/src/main/org/jboss/deployment/SuffixOrderHelper.javaadded '.' and '-' to subdeployer suffixes1.2.2.3modifiedanddhibernate/src/main/org/jboss/hibernate/har/HARDeployer.javaadded '.' and '-' to subdeployer suffixes1.5.6.2modifiedanddvaria/src/main/org/jboss/varia/deployment/BeanShellSubDeployer.javaadded '.' and '-' to subdeployer suffixes1.20.2.6modifiedtdieslerwebservice/src/main/org/jboss/webservice/server/InvokerProvider.javaFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/WEB-INF/wsdl/schemas/show/Show.xsdFix: JBWS-153 invalid schemaLocation generated for imported schema1.12.2.6modifiedtdieslerwebservice/src/main/org/jboss/webservice/ServiceDeployerJSE.javaFix: JBWS-153 invalid schemaLocation generated for imported schema1.6.2.8modifiedtdieslerwebservice/src/main/org/jboss/webservice/WSDLFilePublisher.javaFix: JBWS-153 invalid schemaLocation generated for imported schema1.40.2.18modifiedtdieslerwebservice/src/main/org/jboss/webservice/deployment/ServiceDescription.javaFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/WEB-INF/wsdl/OrderSOAP.wsdlFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/WEB-INF/wsdl/schemas/get/Get.xsdFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/WEB-INF/jaxrpc-mapping.xmlFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/WEB-INF/web.xmlFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/WEB-INF/webservices.xmlFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/WEB-INF/ws4ee-deployment.xmlFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/META-INF/application-client.xmlFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/META-INF/jboss-client.xmlFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/resources/webservice/jbws153/config.xmlFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/jbws153/JBWS153TestCase.javaFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/jbws153/Order.javaFix: JBWS-153 invalid schemaLocation generated for imported schema1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/jbws153/OrderJavaBean.javaFix: JBWS-153 invalid schemaLocation generated for imported schema1.9.2.58modifiedtdieslertestsuite/imports/test-jars.xmlFix: JBWS-153 invalid schemaLocation generated for imported schema1.2.6.1modifiedtdieslervaria/src/main/org/jboss/services/binding/ServiceConfig.javaFix toString() to show output in jmx-console1.13.6.3modifiedtdieslervaria/src/resources/services/binding/sample-bindings.xmlAdd BindingMangerSupport for jboss-ws4ee service1.117.2.8modifiedtdieslerserver/src/etc/conf/default/jboss-service.xmlRead sample-bindings.xml from ${jboss.home.url}1.1.1.1.4.1modifiedtdieslerdeployment/src/main/org/jboss/deployment/spi/DeploymentManagerImpl.javaAdd JBossEntityResolver to SAXReader1.24.2.3modifiedtdieslerjmx/src/main/javax/management/modelmbean/DescriptorSupport.javaAdd JBossEntityResolver to SAXReader1.1.6.1modifiedtdieslercommon/src/main/org/jboss/util/state/xml/StateMachineParser.javaAdd JBossEntityResolver to SAXReader1.25.2.2modifiedanddsystem/src/main/org/jboss/deployment/SubDeployerSupport.javaported improvements from HEAD1.24.4.1modifiedstarksmserver/src/main/org/jboss/ejb/plugins/StatelessSessionInstanceInterceptor.javaObtain an instance from the session pool during the home invocation even though its not used to ensure a failure in an ejbCreate is correctly propagated back to the caller. 

[JBoss-dev] [JBoss JIRA] Resolved: (JBIDE-9) Entity Property View

2005-03-23 Thread Marshall Culpepper (JIRA)
 [ http://jira.jboss.com/jira/browse/JBIDE-9?page=history ]
 
Marshall Culpepper resolved JBIDE-9:


 Resolution: Done
Fix Version: 1.5 Milestone 1

The property view has been implemented for reading. Writing will be supported 
soon.

 Entity Property View
 

  Key: JBIDE-9
  URL: http://jira.jboss.com/jira/browse/JBIDE-9
  Project: JBoss IDE
 Type: Sub-task
   Components: EJB3 plugin
  Environment: all
 Reporter: Marshall Culpepper
 Assignee: Marshall Culpepper
  Fix For: 1.5 Milestone 1


 Original Estimate: 2 weeks
 Remaining: 2 weeks

 Using the Eclipse Properties view, shows the named properties of the selected 
 entity, and their corresponding values. values are editable.

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: TimeoutExceptions from TreeCache.callRemoteMethods()

2005-03-23 Thread monocongo
When I add 

[attribute name=DeadlockDetection]true[/attribute]

to the configuration of the TreeCacheAop MBean I get the following error when 
starting JBoss:

10:18:42,795 INFO  [ServiceConfigurator] Problem configuring service 
jboss.cache:service=TreeCacheAop
  | org.jboss.deployment.DeploymentException: No Attribute found with name: 
DeadlockDetection
  | at 
org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:263)
  | at 
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:164)
  | at 
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:118)
  | at 
org.jboss.system.ServiceController.install(ServiceController.java:200)
  | at sun.reflect.GeneratedMethodAccessor43.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | 
  | etc
  | 

It looks like it should work, according to the TreeCache API, so why the 
DeploymentException ?


--James

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2005-03-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050323085936Lbuild.316
BUILD COMPLETE-build.316Date of build:03/23/2005 08:59:36Time to build:60 minutes 37 secondsLast changed:03/23/2005 05:57:17Last log entry:add jdk1.5 detection ability (check for presence of java.lang.Enum)




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(1)1.3.2.1modifiedanddcommon/src/main/org/jboss/util/platform/Java.javaadd jdk1.5 detection ability (check for presence of java.lang.Enum)



[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: IllegalAccessError when intercepting using

2005-03-23 Thread mikeg123
all I did was copied jar files from jboss-32-install dir (4 files)

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBIDE-161) JSR88 Documentation

2005-03-23 Thread Marshall Culpepper (JIRA)
JSR88 Documentation
---

 Key: JBIDE-161
 URL: http://jira.jboss.com/jira/browse/JBIDE-161
 Project: JBoss IDE
Type: Feature Request
  Components: JSR88 plugin  
Reporter: Marshall Culpepper
 Assigned to: Marshall Culpepper 
 Fix For: 1.5 Milestone 4


Documentation for the JSR88 Plugin

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: Using the platform MBeanServer in jdk5 environments

2005-03-23 Thread [EMAIL PROTECTED]
You mean the MBeanServer? We use our MX implementation so there is no issue 
there.

Now, what overhead those MXBeans impose that I don't know, but they must be 
integrated with the underlying JVM in a native way probably.

A couple of glitches I noticed:

To activate/integrate with this, you need to let them 
(ManagementFactory.getPlatformMBeanServer()) create the MBeanServer (they'll 
use the initial 'builder' setting so we still get our own JMX impl), and then 
we use this as our main MBeanServer.

It doesn't work the other way around i.e. provide them with an existing 
MBeanServer to use (which is stupid). Also, while the docs say it'll use 
DefaultDomain for this MBeanServer, apparently 'null' is used as the default 
domain (this must be a bug). Again, this should be settable.

So we loose jboss being the default domain, but that's not too bad, with a 
little twiking of the MBeanServerLocator.locateJBoss() (as Adrian noted) we can 
locate the main jboss MBeanServer not necessarily by name (well, we could look 
for 'null') but instead store a reference to it at instantiation time, which is 
probably more correct, since we could have many jboss MBeanServers...

Another strange thing, although it instantiates you own JMX MBeanServer 
implementation, it hijacks the javax.management.MBeanServerDelegate to show 
'Sun' as being the ImplementationVendor, generating it's own MBeanServerId (did 
we have some code that depended on the id format/uniqueness???)

But wait! I just checked, this happens anyway it you run under jdk5, I hadn't 
noticed it before...

In any case, it looks pretty cool on the jmx-console to get all this metrics 
about the garbage collector, etc. and it opens up new possibilities for setting 
up all sorts of monitors.

I think I'll commit this to head so you can have look (the change is pretty 
minor), so when jboss starts under jdk5 it'll instantiate those MXBeans, and 
I'll use also a system property to turn off this, if needed (or the ther way 
round? :)

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Portal and security

2005-03-23 Thread roberto
I have a ear with a war module.
In the war module i have security contraint to all jsp. (i'm using FORM based 
login)

This works fine usually.

Now i try to deploy the same ear in a portal.

I have create a new GenericPortlet class
public class ABSolutionPortlet extends GenericPortlet
{
   public void init(PortletConfig portletConfig) throws UnavailableException, 
PortletException
   {
  System.out.println(*** ABSolutionPortlet init);
  super.init(portletConfig);
   }


   public void doView(RenderRequest request, RenderResponse response) throws 
PortletException, IOException
   {
  System.out.println(*** ABSolutionPortlet doView);
  response.setContentType(text/html);
  PortletContext context = getPortletConfig().getPortletContext();
  
//context.getRequestDispatcher(/GenericProcess.abs?rXMLFile=com/dat/abs/run/ABSUserDefSession.xml).include(request,
 response);
  context.getRequestDispatcher(/Main.jsp).include(request, response);
   }

}

My portlet redirect to a jsp (Main.jsp).

Now if i connect to the portal and link to my portlet , i can see the Main.jsp 
but the login for is bypassed...

Why?

Main.jsp in under security and i haven't done any login...
If i connect to main.jsp outsite the portal all work fine.

Thank You




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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of Mail Services] - Configuring your mail client to use authentication

2005-03-23 Thread laughtonjackson
New to JBoss.
I have mail-services.xml defined properly, but getting error...

class javax.mail.SendFailedException: 550 Please configure your mail client to 
use authentication.

Is there a configuration setting that I'm missing?

Laughton

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: IllegalAccessError when intercepting using

2005-03-23 Thread mikeg123
I'm sorry for writing in a separate window, but yes I did follow the 
instructions to setup jboss-service.xml and etc.

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBPM-91) fixed SerializableSerializer

2005-03-23 Thread Tom Baeyens (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-91?page=history ]
 
Tom Baeyens closed JBPM-91:
---

Resolution: Done

 fixed SerializableSerializer
 

  Key: JBPM-91
  URL: http://jira.jboss.com/jira/browse/JBPM-91
  Project: JBoss jBPM
 Type: Bug
   Components: Core Engine
 Versions: jBPM 2.0
 Reporter: Tom Baeyens
 Assignee: Tom Baeyens
  Fix For: jBPM 2.0.1



 the serializable serializer used the wrong string to text conversion 
 (String.getBytes() and new String(byte[]))
 this was replaced with Base64 encoding provided by the apache commons codec 
 library.

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-23 Thread iwadasn
[tward3:[EMAIL PROTECTED] 
/proj/vus/tward3/portal/jboss-portal-2.0-beta1-src/jboss-portal-2.0-beta1-src/build]$
 sh ./build.sh ddl
build.sh: *WARNING* Ignoring environment value for $ANT_HOME
build.sh: Executing: 
/proj/vus/tward3/portal/jboss-portal-2.0-beta1-src/jboss-portal-2.0-beta1-src/tools/bin/ant
 -logger org.apache.tools.ant.NoBannerLogger ddl
Buildfile: build.xml

BUILD FAILED
Target `ddl' does not exist in this project. 

Total time: 1 second
[tward3:[EMAIL PROTECTED] 
/proj/vus/tward3/portal/jboss-portal-2.0-beta1-src/jboss-portal-2.0-beta1-src/build]$
 


I'm not sure what else there is to say. 



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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-23 Thread [EMAIL PROTECTED]
you need to be in: 
/proj/vus/tward3/portal/jboss-portal-2.0-beta1-src/jboss-portal-2.0-beta1-src/core

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0-testsuite build.66 Build Successful

2005-03-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20050323024613Lbuild.66
BUILD COMPLETE-build.66Date of build:03/23/2005 02:46:13Time to build:130 minutes 0 secondsLast changed:03/22/2005 21:51:49Last log entry:Test for JSF integration.




   Unit Tests: (2381)   Total Errors and Failures: (62)testStateReplicationorg.jboss.test.cluster.test.DistributedStateTestCase(SyncModeNUseJvm)testMDBRunAsorg.jboss.test.jacc.test.EJBSpecUnitTestCase(JACC+SecurityMgr)testMDBDeepRunAsorg.jboss.test.jacc.test.EJBSpecUnitTestCase(JACC+SecurityMgr)testRunAsWithRolesorg.jboss.test.jacc.test.EJBSpecUnitTestCase(JACC+SecurityMgr)testHandleorg.jboss.test.jacc.test.EJBSpecUnitTestCase(JACC+SecurityMgr)testStressNoJaasCacheorg.jboss.test.jacc.test.EJBSpecUnitTestCase(JACC+SecurityMgr)unknownorg.jboss.test.jacc.test.EJBSpecUnitTestCase(JACC+SecurityMgr)testHaParitionNameorg.jboss.test.naming.test.SimpleUnitTestCasetestDiscoveryPortorg.jboss.test.naming.test.SimpleUnitTestCasetestEjbCreateorg.jboss.test.securitymgr.test.BMPUnitTestCasetestEjbFinderorg.jboss.test.securitymgr.test.BMPUnitTestCasetestEjbRemoveorg.jboss.test.securitymgr.test.BMPUnitTestCasetestEjbLifeCycleorg.jboss.test.securitymgr.test.BMPUnitTestCasetestPrimaryKeyObjectIdentityorg.jboss.test.securitymgr.test.BMPUnitTestCasetestEjbRemoteIForg.jboss.test.securitymgr.test.BMPUnitTestCasetestEntityHandleorg.jboss.test.securitymgr.test.BMPUnitTestCasetestSessionHandleNoDefaultJNDIorg.jboss.test.securitymgr.test.BMPUnitTestCasetestProbeContainerCallbacksorg.jboss.test.securitymgr.test.BMPUnitTestCasetestContainerObjectsorg.jboss.test.securitymgr.test.BMPUnitTestCasetestUserTransactionorg.jboss.test.securitymgr.test.BMPUnitTestCasetestServerFoundorg.jboss.test.securitymgr.test.BMPUnitTestCaseunknownorg.jboss.test.securitymgr.test.BMPUnitTestCasetestStatefulPassiviationExpirationorg.jboss.test.testbeancluster.test.BeanUnitTestCase(Default)testStatefulBeanFailoverorg.jboss.test.testbeancluster.test.BeanUnitTestCase(SyncModeNUseJvm)testEndpointOneorg.jboss.test.webservice.jbws79.JBWS79TestCasetestEndpointTwoorg.jboss.test.webservice.jbws79.JBWS79TestCasetestStateReplicationorg.jboss.test.cluster.test.DRMTestCase(SyncModeNUseJvm)testNonPrimitiveGetorg.jboss.test.cluster.test.ScopedAttrBasedTestCase(SyncModeNUseJvm)testNonPrimitiveModifyorg.jboss.test.cluster.test.ScopedAttrBasedTestCase(SyncModeNUseJvm)testNonPrimitiveModifyorg.jboss.test.cluster.test.ScopedSetAttributeTestCase(SyncModeNUseJvm)testNonPrimitiveGetorg.jboss.test.cluster.test.ScopedSetAttributeTestCase(SyncModeNUseJvm)testNonPrimitiveModifyorg.jboss.test.cluster.test.ScopedSetTriggerTestCase(SyncModeNUseJvm)testNonPrimitiveGetorg.jboss.test.cluster.test.ScopedSetTriggerTestCase(SyncModeNUseJvm)testNonPrimitiveModifyorg.jboss.test.cluster.test.ScopedTestCase(Default)testNonPrimitiveGetorg.jboss.test.cluster.test.ScopedTestCase(SyncModeNUseJvm)testNonPrimitiveModifyorg.jboss.test.cluster.test.ScopedTestCase(SyncModeNUseJvm)testConcurrentPutorg.jboss.test.cluster.test.SessionBasedConcurrentTestCase(SyncModeNUseJvm)testHttpSessionReplicationorg.jboss.test.cluster.test.SimpleTestCase(Default)testSessionTimeoutorg.jboss.test.cluster.test.SimpleTestCase(Default)testHttpSessionReplicationorg.jboss.test.cluster.test.SimpleTestCase(SyncModeNUseJvm)testSessionTimeoutorg.jboss.test.cluster.test.SimpleTestCase(SyncModeNUseJvm)testServletSessionFailoverorg.jboss.test.cluster.test.WebSessionTestCase(Default)testServletSessionLoadBalancingorg.jboss.test.cluster.test.WebSessionTestCase(Default)testServletSessionFailoverorg.jboss.test.cluster.test.WebSessionTestCase(SyncModeNUseJvm)testServletSessionLoadBalancingorg.jboss.test.cluster.test.WebSessionTestCase(SyncModeNUseJvm)testStressorg.jboss.test.jacc.test.EJBSpecUnitTestCase(JACC+SecurityMgr)testUserInRoleServletorg.jboss.test.jacc.test.WebIntegrationUnitTestCasetestSRPLoginWithAuxChallengeorg.jboss.test.security.test.SRPLoginModuleUnitTestCasetestStatelessBeanLoadBalancingorg.jboss.test.testbeancluster.test.BeanUnitTestCase(SyncModeNUseJvm)testStatelessBeanColocationorg.jboss.test.testbeancluster.test.BeanUnitTestCase(SyncModeNUseJvm)testCacheInvalidationorg.jboss.test.testbeancluster.test.CacheInvalidationUnitTestCase(SyncModeNUseJvm)testJBossEditorsorg.jboss.test.util.test.PropertyEditorsUnitTestCase
Modifications since last build:(19)1.9.2.59modifiedssilverttestsuite/imports/test-jars.xmlTest for JSF integration.1.1.2.1modifiedssilverttestsuite/src/main/org/jboss/test/web/test/JSFIntegrationUnitTestCase.javaTest for JSF integration.1.1.2.1modifiedssilverttestsuite/src/resources/web/WEB-INF/jsftest-web.xmlTest for JSF integration.1.15.2.3modifiedanddsystem/src/main/org/jboss/deployment/DeploymentSorter.javaadded '.' and '-' to subdeployer suffixes, deprecate static suffix 

[JBoss-dev] [JBoss JIRA] Closed: (JBPM-94) created database compatibility package

2005-03-23 Thread Tom Baeyens (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-94?page=history ]
 
Tom Baeyens closed JBPM-94:
---

Resolution: Done

 created database compatibility package
 --

  Key: JBPM-94
  URL: http://jira.jboss.com/jira/browse/JBPM-94
  Project: JBoss jBPM
 Type: Task
   Components: Core Engine
 Reporter: Tom Baeyens
 Assignee: Tom Baeyens
  Fix For: jBPM 3.0 alpha 2



 created a separate database compatibility project as an extension to the core 
 jbpm 3.0 download.  the database compatibility contains the setup and scripts 
 for generation of jBPM database schema's and for testing jBPM with the 
 supported databases.
 in this initial release, there is support for hypersonic and postgresql.

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2005-03-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050323060551Lbuild.900
BUILD COMPLETE-build.900Date of build:03/23/2005 06:05:51Time to build:41 minutes 53 secondsLast changed:03/23/2005 05:58:29Last log entry:add jdk1.5 detection ability (check for presence of java.lang.Enum)




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(2)1.4modifiedanddcommon/src/main/org/jboss/util/platform/Java.javaadd jdk1.5 detection ability (check for presence of java.lang.Enum)1.2modifiedloubyanskyconnector/src/main/org/jboss/resource/adapter/jdbc/local/HALocalManagedConnectionFactory.javasticky round-robin url selection



[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: IllegalAccessError when intercepting using

2005-03-23 Thread mikeg123
here is what I get running with 1.1.1

005-03-23 11:04:42,843 DEBUG [net.sf.hibernate.engine.CacheSynchronization] 
transaction after completion callback, status: 4
2005-03-23 11:04:42,843 DEBUG [net.sf.hibernate.impl.SessionImpl] transaction 
completion
2005-03-23 11:04:42,843 ERROR [org.jboss.ejb.plugins.LogInterceptor] Unexpected 
Error in method: public abstract void 
com.crossbeamsys.nms.device.DeviceManager.deleteGroup(java.lang.String) throws 
com.crossbeamsys.nms.NMSException,java.rmi.RemoteException

java.lang.NoSuchMethodError: 
org.jboss.aop.joinpoint.MethodCalledByMethodInvocation.([Lorg/jboss/aop/advice/Interceptor;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Class;J)V
at 
com.crossbeamsys.nms.device.DeviceManagerBean_3_MByMInvocation.(DeviceManagerBean_3_MByMInvocation.java)
at 
com.crossbeamsys.nms.device.DeviceManagerBean.deleteGroup(DeviceManagerBean.java:1075)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:683)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:186)
at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:72)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:315)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:148)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:111)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
at 
org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessionContainer.java:331)
at org.jboss.ejb.Container.invoke(Container.java:709)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:197)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at 
org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:360)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
at sun.rmi.transport.Transport$1.run(Transport.java:148)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
at 
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
at java.lang.Thread.run(Thread.java:534)
2005-03-23 11:04:50,687 DEBUG [com.crossbeamsys.nms.config.ConfigManagerBean] 
ConfigManagerBean.ejbCreate()
2005-03-23 11:04:50,687 DEBUG 
[net.sf.hibernate.impl.SessionFactoryObjectFactory] JNDI lookup: 
hibernate/NMSSessionFactory
2005-03-23 11:04:50,687 DEBUG 
[net.sf.hibernate.impl.SessionFactoryObjectFactory] lookup: 
uid=8a81817002d027d60102d027de0e
2005-03-23 11:04:50,687 DEBUG [net.sf.hibernate.impl.SessionImpl] opened session

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

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


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 

[JBoss-dev] [Design of JBoss Portal] - Re: i need a suggestion how to build a new portal

2005-03-23 Thread roberto
Hi Julien,

org.jboss.portal.impl.invocation package don't exists (in the source 
distribution).

i found like similar package:

org.jboss.portal.server.impl.invocation
org.jboss.portal.server.plugin.invocation
org.jboss.portal.server.invocation

org.jboss.portal.core.invocation
org.jboss.portal.portlet.invocation

org.jboss.portal.junit.invocation

what i must look?

An example is very appreciate.

Thank You
Bye
Roberto

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JCA on JBoss] - Re: DataSource failover

2005-03-23 Thread [EMAIL PROTECTED]
What about the introduction of the new ha-local-tx-datasource element?
We could probably do some XSL tricks (like check whether url-delimeter is 
present and connection-url actually contains more than one url) and avoid the 
introduction of a new element.

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1595) Integrate EJB3 stable into JBoss 4.x

2005-03-23 Thread Bill Burke (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBAS-1595?page=comments#action_12316349 ]
 
Bill Burke commented on JBAS-1595:
--

I already have EJB 3.0 integrated with the jboss-head build.  What is missing 
is automatically running the testsuite as EJB 3's testsuite is not under the 
main testsuite/ module.  (On purpose, BTW, because the testsuite module is too 
slow to build and run).

 Integrate EJB3 stable into JBoss 4.x
 

  Key: JBAS-1595
  URL: http://jira.jboss.com/jira/browse/JBAS-1595
  Project: JBoss Application Server
 Type: Feature Request
   Components: EJBs
 Reporter: Ivelin Ivanov
 Assignee: Bill Burke
 Priority: Critical



 Stabilize the EJB3 implementation of spec DR2 and include it in the standard 
 JBoss AS 4.x distribution.

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1609) Backport latest JBossCache (1.2.1)

2005-03-23 Thread Ben Wang (JIRA)
Backport latest JBossCache (1.2.1)
--

 Key: JBAS-1609
 URL: http://jira.jboss.com/jira/browse/JBAS-1609
 Project: JBoss Application Server
Type: Task
  Components: JBoss Cache service  
Versions:  JBossAS-4.0.2RC1
Reporter: Ben Wang
 Fix For: JBossAS-4.0.2 Final


We need to backport JBossCache1.2.1 to 4.0.2 release. However, there is one or 
two bugs that Bela had to fix after the release in head though.

-- 
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



---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2005-03-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050323020259Lbuild.899
BUILD COMPLETE-build.899Date of build:03/23/2005 02:02:59Time to build:19 minutes 27 secondsLast changed:03/23/2005 01:30:39Last log entry:get Javassist - ClassInfo working




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(11)1.4modifiedpatriot1burkecontainer/src/main/org/jboss/reflect/plugins/EnumInfoImpl.javaget Javassist - ClassInfo working1.4modifiedpatriot1burkecontainer/src/main/org/jboss/reflect/plugins/InheritableAnnotationHolder.javaget Javassist - ClassInfo working1.5modifiedpatriot1burkecontainer/src/main/org/jboss/reflect/plugins/InterfaceInfoImpl.javaget Javassist - ClassInfo working1.4modifiedpatriot1burkecontainer/src/main/org/jboss/reflect/plugins/AnnotationHolder.javaget Javassist - ClassInfo working1.4modifiedpatriot1burkecontainer/src/main/org/jboss/reflect/plugins/AnnotationInfoImpl.javaget Javassist - ClassInfo working1.6modifiedpatriot1burkecontainer/src/main/org/jboss/reflect/plugins/ClassInfoImpl.javaget Javassist - ClassInfo working1.5modifiedpatriot1burkeaop/src/main/org/jboss/aop/reflect/ClassInfoPool.javaget Javassist - ClassInfo working1.4modifiedpatriot1burkeaop/src/main/org/jboss/aop/reflect/MemberValueMapper.javaget Javassist - ClassInfo working1.3modifiedovidiufjms/src/bin/runclientadded j2se in the classpath1.2modifiedovidiufjms/src/bin/runclientfixed a typo1.2modifiedovidiufjms/src/bin/runserveradded j2se in the classpath



[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1609) Backport latest JBossCache (1.2.1)

2005-03-23 Thread Ben Wang (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1609?page=history ]

Ben Wang reassigned JBAS-1609:
--

Assign To: Ben Wang

 Backport latest JBossCache (1.2.1)
 --

  Key: JBAS-1609
  URL: http://jira.jboss.com/jira/browse/JBAS-1609
  Project: JBoss Application Server
 Type: Task
   Components: JBoss Cache service
 Versions:  JBossAS-4.0.2RC1
 Reporter: Ben Wang
 Assignee: Ben Wang
  Fix For: JBossAS-4.0.2 Final


 Original Estimate: 2 hours
 Remaining: 2 hours

 We need to backport JBossCache1.2.1 to 4.0.2 release. However, there is one 
 or two bugs that Bela had to fix after the release in head though.

-- 
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



---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: IllegalAccessError when intercepting using

2005-03-23 Thread mikeg123
absolutely, I did all of the menitoned steps!
so I guess I don't need to care about the jboss-common.jar, correct?

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

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


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: IllegalAccessError when intercepting using

2005-03-23 Thread [EMAIL PROTECTED]
if you could put together a small test using AOPC, AOP 1.1.1 and JBoss 3.2.6 
that reproduces the problem that would be cool.  Otherwise, you'll have to wait 
until I've got the time.

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

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


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: IllegalAccessError when intercepting using

2005-03-23 Thread [EMAIL PROTECTED]
you are using AOPC correct?

Did you remove all classfiles, recomple, and re-aopc before trying out AOP 
1.1.1?

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

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


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: IllegalAccessError when intercepting using

2005-03-23 Thread mikeg123
Hi

1.1.1 and 1.1.0 don't work with 3.2.6, when you use Aspect and it's trying to 
load a class from one of the aop jar files that class calls a method on a super 
class from jboss package and this method doesn't exists, also you can not use 
VM or CLASS scope because RepositoryClassLoader.class is not in the 
jboss-jmx.jar

   Thank you, Michael

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPM-50) support versioned class loading

2005-03-23 Thread Tom Baeyens (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-50?page=history ]

Tom Baeyens updated JBPM-50:


Fix Version: jBPM 3.0 alpha 3

 support versioned class loading
 ---

  Key: JBPM-50
  URL: http://jira.jboss.com/jira/browse/JBPM-50
  Project: JBoss jBPM
 Type: Task
   Components: Core Engine
 Reporter: Tom Baeyens
 Assignee: Tom Baeyens
 Priority: Minor
  Fix For: jBPM 3.0 alpha 3





-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Portal and security

2005-03-23 Thread roberto
Thank You Julien, it's very clear.

But what about if Main.jsp contains 2 hyperlink.
One is for all authenticathed user and one only for user with admin role.

In a standard web container all user see links, but if a non admin user try 
to access to the page authorized only to admin, a std web security exception 
occurs.

In this case, if i must check in the portlet the roles of the user, i should 
forward to different pages, otherwise a standard user can access to the admin 
page too! and this is not correct.



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

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


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-221) Post attachments

2005-03-23 Thread Julien Viet (JIRA)
Post attachments


 Key: JBPORTAL-221
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-221
 Project: JBoss Portal
Type: Task
  Components: Forums  
Versions: 2.0 Final, 2.0 Beta 2
Reporter: Julien Viet
 Assigned to: Roy Russo 




-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Portal and security

2005-03-23 Thread [EMAIL PROTECTED]
it is because you need to secure your portlet.

when you access the portal, you are either authenticated or not against the 
portal. in both case if you access the portal then you can hit any servlet in 
the server, servlet container security will not apply.

the security you set a the war level only applies when you direcly hit the web 
app using its context.

so you should probably use isUserInRole in your portlet before dispatching to 
the portlet and force users to be authenticated against the portal to reach the 
jsp.

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1609) Backport latest JBossCache (1.2.1)

2005-03-23 Thread Ben Wang (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1609?page=history ]

Ben Wang reassigned JBAS-1609:
--

Assign To: Bela Ban  (was: Ben Wang)

Blea, I didn't know that you have the hibernate/cache integration issue open. 
So do you want to take this as well?

 Backport latest JBossCache (1.2.1)
 --

  Key: JBAS-1609
  URL: http://jira.jboss.com/jira/browse/JBAS-1609
  Project: JBoss Application Server
 Type: Task
   Components: JBoss Cache service
 Versions:  JBossAS-4.0.2RC1
 Reporter: Ben Wang
 Assignee: Bela Ban
  Fix For: JBossAS-4.0.2 Final


 Original Estimate: 2 hours
 Remaining: 2 hours

 We need to backport JBossCache1.2.1 to 4.0.2 release. However, there is one 
 or two bugs that Bela had to fix after the release in head though.

-- 
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



---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPM-72) required variable declaration

2005-03-23 Thread Tom Baeyens (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-72?page=history ]

Tom Baeyens updated JBPM-72:


Component: Core Engine

 required variable declaration
 -

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



 we could add support for a configuration that requires all variables to be 
 declared (including the type) before they are used.  this creates a bit of 
 'type safety', although it is only checkable at runtime...
 this should be done on the level of the task.  maybe tasks should be able to 
 extract data from the process and completion of the task should update the 
 variables in the context. 

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: i need a suggestion how to build a new portal

2005-03-23 Thread [EMAIL PROTECTED]
really ? that must be  a mistake done by us.

you can fetch the original distribution from cvs, either HEAD or jboss portal 
2.0 beta tag.


  | cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss login
  | cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss co jboss-portal-2.0
  | cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss logout
  | 


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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2005-03-23 Thread Tom Baeyens (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-15?page=history ]
 
Tom Baeyens closed JBPM-15:
---

Resolution: Done

 create jbpm training
 

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


 Original Estimate: 5 weeks
 Remaining: 5 weeks



-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1292) SFSB session replication

2005-03-23 Thread Ben Wang (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBAS-1292?page=comments#action_12316365 ]
 
Ben Wang commented on JBAS-1292:


To obtain SFSB fine-grain replication in ejb3, we can create an aspect that is 
annotated. When a user annotates it on their SFSB as @clustered and 
@fine_grain_replication, we will use cache aop to do the replication. If only 
@clustered, then plain cache is used that will replication the whoe SFSB.

This can be used for pojo server as well.

 SFSB session replication
 

  Key: JBAS-1292
  URL: http://jira.jboss.com/jira/browse/JBAS-1292
  Project: JBoss Application Server
 Type: Feature Request
   Components: Clustering
 Reporter: Bela Ban
 Assignee: Ben Wang


 Original Estimate: 10 weeks
 Remaining: 10 weeks

   - Issues: who instrument the user-specified object? Can it be done 
 transparently?
   - SFSB has states defined already and user declared it as clusterable, 
 can we
 declare the fields object as advisable at runtime. Meaning, deployer 
 will know
 this bean is clusterable and it will delegate it to JBossAop to declare 
 all
 the bean state classes to be advisable. Then JBossCacheAop will add the 
 interceptor
 at run time. Check with Bill on this feature.
   - Check modified field and do fine-grained replication only

-- 
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



---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBIDE-156) 1.4 Annotation Support

2005-03-23 Thread Marshall Culpepper (JIRA)
1.4 Annotation Support
--

 Key: JBIDE-156
 URL: http://jira.jboss.com/jira/browse/JBIDE-156
 Project: JBoss IDE
Type: Task
  Components: AOP Plugin  
Reporter: Marshall Culpepper
 Assigned to: Marshall Culpepper 
 Fix For: 1.5 Milestone 1


JBossAOP Developer needs support for 1.4 style annotations in the pointcut 
parser.

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBIDE-16) QA/Testing

2005-03-23 Thread Marshall Culpepper (JIRA)
 [ http://jira.jboss.com/jira/browse/JBIDE-16?page=history ]

Marshall Culpepper updated JBIDE-16:


Description: 
Environment: 
Fix Version: 1.5 Milestone 2
 (was: 1.5 Milestone 1)

 QA/Testing
 --

  Key: JBIDE-16
  URL: http://jira.jboss.com/jira/browse/JBIDE-16
  Project: JBoss IDE
 Type: Feature Request
 Reporter: Marshall Culpepper
 Assignee: Marshall Culpepper
  Fix For: 1.5 Milestone 2





-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1606) Invoking a remote Session Bean results in call to locally registered Session Bean.

2005-03-23 Thread Dann Martens (JIRA)
Invoking a remote Session Bean results in call to locally registered Session 
Bean. 
---

 Key: JBAS-1606
 URL: http://jira.jboss.com/jira/browse/JBAS-1606
 Project: JBoss Application Server
Type: Bug
  Components: EJBs, Naming  
Versions:  JBossAS-4.0.1 SP1
Reporter: Dann Martens
Priority: Minor


This bug sounds similar to those already reported under [JBAS-1443] and 
[JBAS-1495].

Using two JBoss instances in a peer-to-peer set-up, the same EJB packages are 
deployed on both. In this case, both instances will show the same Session Bean, 
bound by the same name in their respective JNDI namespace. Invoking the remote 
Session Bean from one instance, results in the call being 'rerouted' to the 
local Session Bean. The problem disappears if the Beans are given different 
names. This could to be a side effect of some optimization mechanism, to 
accelerate operations confined within the same VM. 

Please elaborate on this issue, as it would appear that the previous bug 
reports were closed. In that case, kindly confirm if this behaviour will or 
will not be changed.

A demonstration project is available on request.

-- 
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://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JGRP-47) Support for IPv6

2005-03-23 Thread Bela Ban (JIRA)
Support for IPv6


 Key: JGRP-47
 URL: http://jira.jboss.com/jira/browse/JGRP-47
 Project: JGroups
Type: Feature Request
Reporter: Bela Ban
 Assigned to: Bela Ban 
 Fix For: 2.3


Requires changes to IpAddress, maybe Ipv6Address (subclass of IpAddress)

-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBPORTAL-70) Enable/disable account

2005-03-23 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-70?page=history ]

Julien Viet reassigned JBPORTAL-70:
---

Assign To: Roy Russo  (was: Thomas Heute)

 Enable/disable account
 --

  Key: JBPORTAL-70
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-70
  Project: JBoss Portal
 Type: Sub-task
   Components: Portal Core
 Versions: 2.0 Alpha
 Reporter: Thomas Heute
 Assignee: Roy Russo
  Fix For: 2.0 Beta 2





-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBPORTAL-71) Last login date

2005-03-23 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-71?page=history ]

Julien Viet reassigned JBPORTAL-71:
---

Assign To: Roy Russo  (was: Thomas Heute)

 Last login date
 ---

  Key: JBPORTAL-71
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-71
  Project: JBoss Portal
 Type: Sub-task
   Components: Portal Core
 Versions: 2.0 Alpha
 Reporter: Thomas Heute
 Assignee: Roy Russo
  Fix For: 2.0 Final





-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: IllegalAccessError when intercepting using

2005-03-23 Thread [EMAIL PROTECTED]
you should be using $instanceof{com.com1.com2.BaseClass}-method1(..).

I need more help diagnosing this problem.

So auditMethod() calls a protected method of its superclass?

public class Base {
   protected void method1() {}
}

public class Concrete extends Base {
   
   public void auditMethod() {
   method1(); /** THIS DOESNT WORK??? /
   }
}

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-224) Forum user's preferences

2005-03-23 Thread Julien Viet (JIRA)
Forum user's preferences


 Key: JBPORTAL-224
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-224
 Project: JBoss Portal
Type: Task
  Components: Forums  
Versions: 2.0 Final, 2.0 Beta 2
Reporter: Julien Viet
 Assigned to: Julien Viet 




-- 
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



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Using JBossPortal 2.0 with existing Framework (webwork)

2005-03-23 Thread roberto
Any news about this request?
i have the same problem of Hurzeler... i want to wrap my web application in a 
portal.

Where i can find an example?

Thank You

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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - setup.ddl for MS SQL

2005-03-23 Thread glarenzie
Does anyone have a setup.ddl for MS SQL?  I am attempting to convert the MySQL 
one that comes with jboss, however I do not feel real confident about some 
parts.

Thanks,
Grant

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

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


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head Build Failed

2005-03-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050323103418
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:03/23/2005 10:34:18Time to build:44 minutes 58 secondsLast changed:03/23/2005 08:57:58Last log entry:added a unit testcase for the pojo server work




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(12)1.1addedloubyanskytestsuite/src/main/org/jboss/test/xml/PojoServerUnitTestCase.javaadded a unit testcase for the pojo server work1.3modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/SundayUnitTestCase.javaadded a unit testcase for the pojo server work1.7modifiedloubyanskytestsuite/src/resources/xml/pojoserver/xml-deployer_1_0.xsdadded 'property' and 'parameter' elements to valueGroup. This is based on testGenericBeanFactory.xml1.6modifiedloubyanskytestsuite/src/resources/xml/pojoserver/xml-deployer_1_0.xsdsome fixes to make the xsd valid1.12modifiedtdieslerwebservice/src/main/org/jboss/ws/wsdl/WSDLDefinitionsFactory.javaFix SchemaBuilder - cannot handle xsd:import namespace='someNS' /Add support for URL rewriting in wsdl imported artifacts.1.8modifiedtdieslerwebservice/src/main/org/jboss/ws/tools/SchemaBuilder.javaFix SchemaBuilder - cannot handle xsd:import namespace='someNS' /Add support for URL rewriting in wsdl imported artifacts.1.11modifiedtdieslerwebservice/src/main/org/jboss/ws/server/ServiceEndpoint.javaFix SchemaBuilder - cannot handle xsd:import namespace='someNS' /Add support for URL rewriting in wsdl imported artifacts.1.7modifiedtdieslerwebservice/src/main/org/jboss/ws/server/ServiceEndpointServlet.javaFix SchemaBuilder - cannot handle xsd:import namespace='someNS' /Add support for URL rewriting in wsdl imported artifacts.1.1addedtdieslerwebservice/src/main/org/jboss/ws/server/WSDLRequestHandler.javaFix SchemaBuilder - cannot handle xsd:import namespace='someNS' /Add support for URL rewriting in wsdl imported artifacts.1.2modifiedloubyanskytestsuite/src/resources/jca/ha/test-ha-ds.xmladded broken url to the list1.2modifiedloubyanskytestsuite/src/main/org/jboss/test/jca/test/HAConnectionFactoryUnitTestCase.javaadded a test for URLSelector implementing sticky round-robin1.3modifiedloubyanskyconnector/src/main/org/jboss/resource/adapter/jdbc/local/HALocalManagedConnectionFactory.javamade URLSelector static



[JBoss-dev] [Design of JBoss's Web Services Implementation] - Re: URL rewriting of wsdl includes

2005-03-23 Thread [EMAIL PROTECTED]
Thomas,
   thanks for posting this issue.  I spent few hours on Monday thinking over 
this(when I hacked something in ServiceEndpointServlet).   

I support the idea of not tinkering the schemaLocation in the published wsdl. 
It should be the way the author intended it to be.


  | http://satellite:8080/ws4ee-jbws153/schemas/get/Get.xsd 
  | 

will be routed to the ServiceEndpointServlet and the following code can capture 
that it is a xsd request  (code is not perfect)


  | protected void doGet(HttpServletRequest req, HttpServletResponse res) 
throws ServletException, IOException
  |{
  |   String pathInfo = req.getPathInfo();
  |   if (pathInfo != null  (pathInfo.endsWith(xsd) || 
pathInfo.endsWith(XSD)))
  |   {
  |  ServiceEndpointInfo sepInfo = wsEndpoint.getServiceEndpointInfo();
  |  DeploymentInfo di = sepInfo.getDeploymentInfo();
  |  URL warURL = di.localUrl != null ? di.localUrl : di.url;
  |  String warUrl = warURL.toString();
  |  String pathToResource = wsdl + pathInfo;
  |  //TODO: Assumption is that the xsd files are relative to 
WEB-INF/wsdl
  |  URL xsdURL = new URL(warUrl + WEB-INF/ + pathToResource);
  |  res.setContentType(text/xml);
  |  ServletOutputStream outputStream = res.getOutputStream();
  |  IOUtils.copyStream(outputStream, xsdURL.openStream());
  |  outputStream.close();
  |   }
  | 

Just the way, we intercept  ?wsdl  requests in the servlet and copy the wsdl 
content, we should provide a way to intercept xsd and included wsdl in the 
servlet.

The only warning is that this approach has to be tested with multiple testcases.




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

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


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: TimeoutExceptions from TreeCache.callRemoteMethods()

2005-03-23 Thread monocongo
I have modified my codes so that all transactions are being started and 
commited within the UserActivityManager MBean which is using the TreeCacheAop 
service to cache all user activity.  Any EJB methods which access this 
UserActivityManager are marked with a NotSupported trans-attribute in the 
ejb-jar.xml in order to get around any potential nested transaction problems.  
My hope was that this would solve the deadlock problems that I was 
experiencing, but alas no such luck.  I have no problems with the replication, 
but the deadlocks are still occurring with some frequency.  Fortunately my 
application can handle these without failing, and no data seems to be corrupted 
in the TreeCacheAop.  In other words after the TimeoutException is caught my 
application just hums right along as if nothing happened.  Unfortunately it 
does cause an error to appear to users, and the user then needs to reinvoke the 
command which  was unsuccessful, and this is something I'd really like to 
avoid, so I need to minimize or eliminate these deadlocks.

Is there anything in the below stack trace which points to anything out of the 
ordinary with my configuration which might be causing this to happen ?  Below 
the stack trace I list the jboss-service.xml which is being included in the 
SAR.  Thanks for any insight.


--James


12:05:54,012 INFO  [STDOUT] org.jboss.cache.lock.TimeoutException: 
rsp=sender=10.10.10.23:39435, retval=null, received=false, suspected=false
  | 12:05:54,013 INFO  [STDOUT] at 
org.jboss.cache.TreeCache.callRemoteMethods(TreeCache.java:2169)
  | 12:05:54,014 INFO  [STDOUT] at 
org.jboss.cache.TreeCache.callRemoteMethods(TreeCache.java:2191)
  | 12:05:54,014 INFO  [STDOUT] at 
org.jboss.cache.interceptors.ReplicationInterceptor.handleReplicatedMethod(ReplicationInterceptor.java:117)
  | 12:05:54,014 INFO  [STDOUT] at 
org.jboss.cache.interceptors.ReplicationInterceptor.invoke(ReplicationInterceptor.java:82)
  | 12:05:54,014 INFO  [STDOUT] at 
org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3085)
  | 12:05:54,014 INFO  [STDOUT] at 
org.jboss.cache.TreeCache.put(TreeCache.java:1728)
  | 12:05:54,014 INFO  [STDOUT] at 
org.jboss.cache.aop.TreeCacheAop.getObject(TreeCacheAop.java:642)
  | 12:05:54,014 INFO  [STDOUT] at 
org.jboss.cache.aop.CachedMapInterceptor.get(CachedMapInterceptor.java:67)
  | 12:05:54,014 INFO  [STDOUT] at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 12:05:54,014 INFO  [STDOUT] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 12:05:54,015 INFO  [STDOUT] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 12:05:54,015 INFO  [STDOUT] at 
java.lang.reflect.Method.invoke(Method.java:585)
  | 12:05:54,015 INFO  [STDOUT] at 
org.jboss.cache.aop.CollectionInterceptorUtil.invoke(CollectionInterceptorUtil.java:101)
  | 12:05:54,015 INFO  [STDOUT] at 
org.jboss.cache.aop.CachedMapInterceptor.invoke(CachedMapInterceptor.java:47)
  | 12:05:54,015 INFO  [STDOUT] at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:66)
  | 12:05:54,015 INFO  [STDOUT] at AOPClassProxy$1.get(AOPClassProxy$1.java)
  | 12:05:54,015 INFO  [STDOUT] at 
com.harborsideplus.grover.bean.UserActivity.getLoginTime(UserActivity.java:306)
  | 12:05:54,015 INFO  [STDOUT] at 
com.harborsideplus.grover.mbean.UserActivityManager.displayAllUserActivity(UserActivityManager.java:625)
  | 12:05:54,015 INFO  [STDOUT] at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 12:05:54,016 INFO  [STDOUT] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 12:05:54,016 INFO  [STDOUT] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 12:05:54,016 INFO  [STDOUT] at 
java.lang.reflect.Method.invoke(Method.java:585)
  | 12:05:54,016 INFO  [STDOUT] at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
  | 12:05:54,016 INFO  [STDOUT] at 
org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | 12:05:54,016 INFO  [STDOUT] at 
org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | 12:05:54,016 INFO  [STDOUT] at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
  | 12:05:54,016 INFO  [STDOUT] at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
  | 12:05:54,016 INFO  [STDOUT] at 
org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:236)
  | 12:05:54,017 INFO  [STDOUT] at 
org.jboss.jmx.adaptor.control.Server.invokeOp(Server.java:202)
  | 12:05:54,017 INFO  [STDOUT] at 
org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOp(HtmlAdaptorServlet.java:241)
  | 12:05:54,017 INFO  [STDOUT] at 
org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdaptorServlet.java:79)
  | 12:05:54,017 INFO  [STDOUT] 

[JBoss-dev] [Design of JBoss Build System] - Re: javacc support

2005-03-23 Thread [EMAIL PROTECTED]
I have implemented this, with some slight changes to the syntax (for future 
reference):

  generatedsource id=jboss-ql-parser 
  |  srcdir=main
  |  javacc=org/jboss/ejb/plugins/cmp/ejbql/JBossQLParser.jjt/
  |  
  |   generatedsource id=ejb-ql-parser 
  |  srcdir=main
  |  path=jboss-ql-parser
  |  javacc=org/jboss/ejb/plugins/cmp/ejbql/EJBQLParser.jjt/
  | 
  |   source id=main
  |  include input=jboss-ql-parser/
  | 
  |  include input=commons/

In this case, the ejb-ql-parser needs to output to the jboss-ql-parser output 
directory (output/gen-src/jboss-ql-parser), so you only need to include one as 
input to the source node.  The source files from the generated code will be 
included in the javac call for the main source.


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

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


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design the new POJO MicroContainer] - AOP XML Requirements

2005-03-23 Thread [EMAIL PROTECTED]
Here's some requirements AOP has for kernel XML parsing:

* I need ability to parse XML fragments.  This is because I have my own aspect 
definition XML that I want to keep backward compatible and I do not want to 
have to rewrite it.


  | aspect class=org.Aspect scope=PER_JOINPOINT
  |properties
  |   property name=TMref name=TransactionManager//property
  |/properties
  | /aspect
  | 



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

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


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBBUILD-55) JavaCC Support

2005-03-23 Thread Ryan Campbell (JIRA)
JavaCC Support
--

 Key: JBBUILD-55
 URL: http://jira.jboss.com/jira/browse/JBBUILD-55
 Project: JBoss Build System
Type: Feature Request
Reporter: Ryan Campbell
 Assigned to: Ryan Campbell 
 Fix For: milestone-1


Allow a project to generate parsers using javacc/jtree.  The syntax should look 
like this:


  generatedsource id=jboss-ql-parser 
 srcdir=main
 javacc=org/jboss/ejb/plugins/cmp/ejbql/JBossQLParser.jjt/
 
  generatedsource id=ejb-ql-parser 
 srcdir=main
 path=jboss-ql-parser
 javacc=org/jboss/ejb/plugins/cmp/ejbql/EJBQLParser.jjt/

  source id=main
 include input=jboss-ql-parser/
...

This will put the output from javacc in output/gen-src/jboss-ql-parser.  This 
directory will then be included in the compilation of the main source.

-- 
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



---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: IllegalAccessError when intercepting using

2005-03-23 Thread mikeg123
Hi,
I'll try to do it at some point, but I was able to get going with 1.1.1, the 
problem was that in was picking up the older version of jboss-aop.jar in the 
eclipse plugin, but still when running, I  get IllegalAccessError, it almost 
seems like byte code some how gets out of sync:

RemoteException occurred in server thread; nested exception is: 
java.rmi.ServerError: Unexpected Error:; nested exception is: 
java.lang.IllegalAccessError: tried to access method 
com.crossbeamsys.nms.support.SessionBeanBase.getCurrentUser()Lcom/crossbeamsys/nms/user/UserDO;
 from class com.crossbeamsys.nms.device.DeviceManagerBean_3_MByMInvocation

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

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


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: IllegalAccessError when intercepting using

2005-03-23 Thread [EMAIL PROTECTED]
can you try outside of eclipse?

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

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


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - before evicted event handler

2005-03-23 Thread zhe
the TreeCacheListener can only handle the after the fqn has been evicted event. 
would u please tell me how to handle the event before the fqn has been evicted. 
for example. I want to do some clean up job just before the cached object is 
evicted from the cache. thanks.

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

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


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JCA on JBoss] - Re: DataSource failover

2005-03-23 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : 
  | Should I be warried about thread-safeness of the whole implementation?

Yes, the pool allows multiple threads to be dealing with connection 
construction/validation
at the same time, upto the max-size which is the basis for the semaphore.

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

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


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JCA on JBoss] - Re: DataSource failover

2005-03-23 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : It seems to be logical to be able to specify 
user/password per URL instead of using the same user/pwd for every url in the 
list?
  | 
  | Then, as for me, it would make sense to still configure the ha datasource 
as a collection of datasources. Not using all the elements that are usually 
used to configure a local datasource but a subset (since, e.g. jndi-name would 
be specified only for the ha one).
  | 
  | The same for XA. If I am going to specify properties per connection, I 
would collect them under a single parent element.
  | 
  | What do you think?

Unfortunatley, the JCA spec does not allow for complicated javabean construction
anonymous wrote : 
  | 
  | !-- 
  | The element config-property-type contains the fully qualified Java
  | type of a configuration property as required by ManagedConnection-
  | Factory instance.
  | 
  | The following are the legal values of config-property-type:
  |java.lang.Boolean, java.lang.String, java.lang.Integer,
  |java.lang.Double, java.lang.Byte, java.lang.Short,
  |java.lang.Long, java.lang.Float, java.lang.Character
  | 
  | Example: config-property-typejava.lang.String/config-property-type
  | --
  | !ELEMENT config-property-type (#PCDATA)
  | 

Like I said before, perhaps a better approach is to plugin a strategy/policy
where this could be better defined?

Don't forget the user/password are only used when there is no Subject,
i.e. the admin has configured JAAS for the logins
In fact, this whole issue is very complicated and ill defined/supported in the 
spec.

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

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


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: IllegalAccessError when intercepting using

2005-03-23 Thread [EMAIL PROTECTED]
so your'e still seeing the problem with AOP 1.1.1?  Again, I did a regression 
test on this and could not reproduce the problem.  I did not test with 3.2.6 
though, but if you're using precompilation a.k.a. AOPC, then there really 
shouldn't be much of a different.

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

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


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: IllegalAccessError when intercepting using

2005-03-23 Thread mikeg123
I tried it, I'm pretty sure now, that the jboss-aop.jar used for compiling and 
at run time is the same. Again, it only happens when the interceptor needs to 
invokeNext on a protected method. it works for private and public

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

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


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


  1   2   >