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

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

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

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

[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

[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

[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

[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

[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

[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

[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

[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

[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

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

[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

[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

[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

[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

[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

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

[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

[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

[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

[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

[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

[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

[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

[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

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

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

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

[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

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

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

[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

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

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

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

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

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

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

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

[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

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

[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

[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

[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

[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

[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

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

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

[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

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

[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

[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

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

[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

[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

[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

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

[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

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

[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

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

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

[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

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

[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

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

[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

[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

[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

[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

[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

[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

[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

[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

[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

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

[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

[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

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

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

[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

[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

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

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

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

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

[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

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

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

[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

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

[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

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

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

[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

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

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

  1   2   >