[JBoss-dev] jboss-head Build Failed

2005-02-07 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050207015742 BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line:

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1385) ClassCastException in execution of EJB-QL finder

2005-02-07 Thread nicolas cazottes (JIRA)
ClassCastException in execution of EJB-QL finder Key: JBAS-1385 URL: http://jira.jboss.com/jira/browse/JBAS-1385 Project: JBoss Application Server Type: Bug Components: CMP service Versions: JBossAS-4.0.1

[JBoss-dev] [Design of JBoss Portal] - Re: Help - wierd

2005-02-07 Thread [EMAIL PROTECTED]
I updated things related to hibernate, so you should do a fresh checkout from CVS. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865523#3865523 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865523

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1385) ClassCastException in execution of EJB-QL finder

2005-02-07 Thread Alexey Loubyansky (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1385?page=history ] Alexey Loubyansky closed JBAS-1385: --- Resolution: Rejected Finder's are not allowed to return field values. Use SELECT OBJECT(p)... ClassCastException in execution of EJB-QL finder

[JBoss-dev] [Design of JBoss Portal] - Re: Trouble - hadcoded MIME type and restrictions

2005-02-07 Thread [EMAIL PROTECTED]
yes, you should work on that I think. This should be done as a an interceptor placed after the ViewInterceptor. It needs to iterate all the windows selected for this request and retain only those who can produce the selected content type. On the Window object you can get the Instance and on

[JBoss-dev] [JBoss JIRA] Created: (JGRP-32) UnicastTest too slow

2005-02-07 Thread Bela Ban (JIRA)
UnicastTest too slow Key: JGRP-32 URL: http://jira.jboss.com/jira/browse/JGRP-32 Project: JGroups Type: Task Reporter: Bela Ban Assigned to: Bela Ban Fix For: 2.2.8 -- This message is automatically generated by JIRA. - If you

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-31) Problem with MERGE2 when not using multicast

2005-02-07 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-31?page=history ] Bela Ban updated JGRP-31: - Fix Version: 2.2.8 (was: 2.2.9) Problem with MERGE2 when not using multicast Key: JGRP-31

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-27) UNICAST: use cases that test window_size and min_threshold

2005-02-07 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-27?page=history ] Bela Ban updated JGRP-27: - Fix Version: 2.2.8 (was: 2.2.9) UNICAST: use cases that test window_size and min_threshold --

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - top-down entity modelling support

2005-02-07 Thread sgodden
I've looked at the notes from the recent conference call. One extra thing I would like to see is top-down modelling support from diagrams, as well as middlegen-style bottom-up reverse engineering from existing databases. For 'clean-room' projects, top-down is an important ability, to let the

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: top-down entity modelling support

2005-02-07 Thread sgodden
Bah! Clicked on Submit not Preview. Let me rewrite the latter part of that post: anonymous wrote : | Components would be something like: |UML class diagram editor, maintaining 2.0-compliant XMI |Transformation to selected persistence technology (start with Hibernate, then EJB3,

[JBoss-dev] [Design of JBoss Portal] - Re: Trouble - hadcoded MIME type and restrictions

2005-02-07 Thread ArturasB
anonymous wrote : This should be done as a an interceptor placed after the ViewInterceptor. It needs to iterate all the windows selected for this request and retain only those who can produce the selected content type. | | On the Window object you can get the Instance and on the Instance

[JBoss-dev] [JBossCache] - Re: NullPointerException: TreeCache.put

2005-02-07 Thread hari_sujathan
Hi Ben, Exception got fixed after anonymous wrote : cache usage=transactional/ tag in one of the hibernate class was removed from hibernate mapping file . and after application was deploed in tomcat 5.0: Also please not that, if

[JBoss-dev] [Design of JBoss Portal] - Re: Trouble - hadcoded MIME type and restrictions

2005-02-07 Thread ArturasB
anonymous wrote : On that Component object you have a method getContentTypes() which returns a plugin of the component responsible for managing the associations between component and content types. In addition also I would like to set the preferred markup for the portal together with the MIME

[JBoss-dev] [Design of JBoss Portal] - Re: Trouble - hadcoded MIME type and restrictions

2005-02-07 Thread ArturasB
[EMAIL PROTECTED] wrote : actually portlet has to use the request.getResponseContentType() to know which mime type has been decided for that request. | Truth, but markup!=MIME. For example: Markup MIME -- html text/html chtml

[JBoss-dev] [Design of JBoss Portal] - Re: Trouble - hadcoded MIME type and restrictions

2005-02-07 Thread ArturasB
anonymous wrote : | This meens, we have the same MIME for different markups. In fact, portlet would like to know what markup is expected by the current User Agent and it would form the corresponding content. | We have the br tag. It's rendered in different way in WML and cHTML/xHTML. There

[JBoss-dev] [JBossCache] - TreeCache Security

2005-02-07 Thread ralf.siedow
Hello, we are using multiple tree cache instance which successfully connect to each other. If I want to prevent that I will use different cluster names. I've read the FAQ and the TreeCache HTML documentation and still have some questions unanswered: - TreeCaches use multicast to announce them

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Metadata not getting picked up for all invocations.

2005-02-07 Thread [EMAIL PROTECTED]
Hi, Sorry, but caller side metadata is not yet implemented. I have added it as a task to our JIRA: http://jira.jboss.com/jira/browse/JBAOP-74 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865552#3865552 Reply to the post :

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-74) Add metadata for caller invocations

2005-02-07 Thread Kabir Khan (JIRA)
Add metadata for caller invocations --- Key: JBAOP-74 URL: http://jira.jboss.com/jira/browse/JBAOP-74 Project: JBoss AOP Type: Feature Request Versions: 1.1 Reporter: Kabir Khan Assigned to: Bill Burke

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1386) commit option B does not work with CMP 1.x

2005-02-07 Thread Peter Doornbosch (JIRA)
commit option B does not work with CMP 1.x -- Key: JBAS-1386 URL: http://jira.jboss.com/jira/browse/JBAS-1386 Project: JBoss Application Server Type: Bug Components: CMP service Versions: JBossAS-4.0.1 Final

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1386) commit option B does not work with CMP 1.x

2005-02-07 Thread Peter Doornbosch (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1386?page=history ] Peter Doornbosch updated JBAS-1386: --- Attachment: employee-ejb.jar The jar file contains my test case: a very simple entity bean. It uses a (non-standard) configuration named Standard CMP

[JBoss-dev] [JBossCache] - Re: TreeCache Security

2005-02-07 Thread [EMAIL PROTECTED]
ralf.siedow wrote : Hello, | | we are using multiple tree cache instance which successfully connect to each other. If I want to prevent that I will use different cluster names. | | I've read the FAQ and the TreeCache HTML documentation and still have some questions unanswered: | -

[JBoss-dev] [JBoss JIRA] Assigned: (JBBUILD-8) Add ResourceDefinition

2005-02-07 Thread Ryan Campbell (JIRA)
[ http://jira.jboss.com/jira/browse/JBBUILD-8?page=history ] Ryan Campbell reassigned JBBUILD-8: --- Assign To: Ryan Campbell Add ResourceDefinition -- Key: JBBUILD-8 URL:

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

2005-02-07 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050207065007Lbuild.781 BUILD COMPLETE-build.781Date of build:02/07/2005 06:50:07Time to build:30 minutes 44 secondsLast changed:02/07/2005 05:43:45Last log entry:Remove trailing bracket

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1386) commit option B does not work with CMP 1.x

2005-02-07 Thread Peter Doornbosch (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1386?page=comments#action_12315200 ] Peter Doornbosch commented on JBAS-1386: My previous remark that 'new FieldState(jdbcCtx)' effectively does nothing should have been: does not reset the field flags.

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - VerifyError in JBossIDE-1.4.1's JSP editor

2005-02-07 Thread bartvh
After updating to the 1.4.1 version, the Jsp editor no longer works. When I try to open a jsp file, I get a failure 'could not create part'. The eclipse .log file contains : java.lang.VerifyError: class org.jboss.ide.eclipse.jdt.j2ee.jsp.ui.assist.JSPResultCollector overrides final method

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: JBossIDE New Extension Wishlists

2005-02-07 Thread [EMAIL PROTECTED]
I would like to see good support for the web services client/server programming model. Server This involves adding annotations to the service endpoint interface (SEI) and generate the required WS4EE deployment artifacts. These are WSDL, XML Schema, jaxrpc-mapping.xml Client

[JBoss-dev] [Design of JBoss Portal] - Re: Trouble - hadcoded MIME type and restrictions

2005-02-07 Thread [EMAIL PROTECTED]
what are the differences between CHTML and others (HTML and XHTML) ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865574#3865574 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865574

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1386) commit option B does not work with CMP 1.x

2005-02-07 Thread Alexey Loubyansky (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1386?page=history ] Alexey Loubyansky reassigned JBAS-1386: --- Assign To: Alexey Loubyansky (was: Scott M Stark) commit option B does not work with CMP 1.x --

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1386) commit option B does not work with CMP 1.x

2005-02-07 Thread Alexey Loubyansky (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1386?page=comments#action_12315202 ] Alexey Loubyansky commented on JBAS-1386: - Not really. CMP1 has its own FieldState which has no connection to EntityState, though, perhaps, it should. commit

[JBoss-dev] [Design of JBoss Portal] - Re: Trouble - hadcoded MIME type and restrictions

2005-02-07 Thread ArturasB
anonymous wrote : what are the differences between CHTML and others (HTML and XHTML) ? Most of those differences are related to markup tags and their attributes - it depends how device renders certain tag and it's attributes. Some devices simply ignores the rest part of content if unsupported

[JBoss-dev] [Design of JBoss Portal] - Re: Trouble - hadcoded MIME type and restrictions

2005-02-07 Thread [EMAIL PROTECTED]
so the best place would be the request properties under a specific key View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865580#3865580 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865580

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

2005-02-07 Thread SShinder
Are there any known limitations for JBoss Portal to work with applets? We having a problem - our web application uses applets and it works fine with other portals. It only fails on JBoss Portal. Any known issues? View the original post :

[JBoss-dev] [JBoss JIRA] Created: (JGRP-33) JGroups throws OutOfMemoryError after running for a few hours

2005-02-07 Thread B.S.Navin (JIRA)
JGroups throws OutOfMemoryError after running for a few hours - Key: JGRP-33 URL: http://jira.jboss.com/jira/browse/JGRP-33 Project: JGroups Type: Bug Versions: 2.2.8 Environment: SUN JDK 1.4.2_05

[JBoss-dev] [Design of JBoss Portal] - Re: Trouble - hadcoded MIME type and restrictions

2005-02-07 Thread ArturasB
anonymous wrote : so the best place would be the request properties under a specific key Where can I look for an example ? I mean, the existing portal's code. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865582#3865582 Reply to the post :

[JBoss-dev] [JBoss JIRA] Commented: (JGRP-33) JGroups throws OutOfMemoryError after running for a few hours

2005-02-07 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-33?page=comments#action_12315203 ] B.S.Navin commented on JGRP-33: --- Have tried reproduced this issue with the JGroups 2.2.7 release as well as the latest JGroups HEAD. JGroups throws OutOfMemoryError after

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-33) JGroups throws OutOfMemoryError after running for a few hours

2005-02-07 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-33?page=history ] B.S.Navin updated JGRP-33: -- Attachment: PublishThread2.java JGroupsMemTest.java runj10.sh The sample programs execution script for the reproducing the issue JGroups

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-33) JGroups throws OutOfMemoryError after running for a few hours

2005-02-07 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-33?page=history ] B.S.Navin updated JGRP-33: -- Attachment: fc-fast-udp.xml fc-fast-udp-tcpping.xml Configuration files used for UDP/PING UDP/TCPPING JGroups throws OutOfMemoryError after running for a

[JBoss-dev] [Design of JBoss Portal] - Re: javax.servlet.ServletException: no main

2005-02-07 Thread mholzner
the context name doesn't seem to make the difference. I checked it over several times, tried to deploy as an EAR and as a WAR with no success. Looks like something's missing in the doc. Perhaps a web.xml entry (Servlet, listener)? I started to debug the issue, but haven't figured it out yet

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-33) JGroups throws OutOfMemoryError after running for a few hours

2005-02-07 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-33?page=history ] Bela Ban updated JGRP-33: - Fix Version: 2.2.8 JGroups throws OutOfMemoryError after running for a few hours - Key: JGRP-33

[JBoss-dev] [JBossCache] - Invalidation / Lazy Replication

2005-02-07 Thread sdanig
Hi, We are currently developing a client/server application. The server uses Hibernate for persistence, with TreeCache for the second-level cache. The clients need local data caches, and we were thinking that an easy way of implementing these local client caches might be to replicate the

[JBoss-dev] [JBossCache] - Re: Caches being combined

2005-02-07 Thread mjessee
How about just changing the ClusterName? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865592#3865592 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865592 --- This

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1115) bad path to included xsd gets built in WSDLFilePublisher

2005-02-07 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1115?page=comments#action_12315208 ] Thomas Diesler commented on JBAS-1115: -- Thanks for the good feedback bad path to included xsd gets built in WSDLFilePublisher

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1381) Clustering with CrossContext Enabled generates exception

2005-02-07 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1381?page=comments#action_12315209 ] Scott M Stark commented on JBAS-1381: - A testcase for this needs to be added to the existing clustering unit tests. Clustering with CrossContext Enabled generates

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1387) Config of jboss.deployment mbean does not work as specified

2005-02-07 Thread Yevgeny Shakhnovich (JIRA)
Config of jboss.deployment mbean does not work as specified --- Key: JBAS-1387 URL: http://jira.jboss.com/jira/browse/JBAS-1387 Project: JBoss Application Server Type: Bug Versions: JBossAS-3.2.6 Final

[JBoss-dev] [Design of JBoss Portal] - Re: Theme development

2005-02-07 Thread wdimac
My idea could be implemented on top of the 'theme' idea you are grappling with. I think for now, I'll plan on implementing it as a 'Skinnable' theme after we sort out the more general theme idea. So I guess my first thought is can we separate the UI (the 'Theme') into a separately deployable

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1388) Create property for deployment directory

2005-02-07 Thread Yevgeny Shakhnovich (JIRA)
Create property for deployment directory Key: JBAS-1388 URL: http://jira.jboss.com/jira/browse/JBAS-1388 Project: JBoss Application Server Type: Feature Request Reporter: Yevgeny Shakhnovich Assigned to: Scott M Stark

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Packaging configurations option not available in JBOSS IDE 1

2005-02-07 Thread cmpuser
Hi I am trying JBossIDE-1.5-Preview-jre1.5 for EJB3.0 features I got a HelloWorld session bean done, and I am looking to package and deploy. I saw there was package configuations option in the project properties (shown in JBoss Webinar for JBoss IDE 1.5), but that doesn't seem to be available

[JBoss-dev] jboss-head-jdk-matrix build.76 Build Successful

2005-02-07 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20050207105542Lbuild.76 BUILD COMPLETE-build.76Date of build:02/07/2005 10:55:42Time to build:57 minutes 13 secondsLast changed:02/07/2005 10:44:18Last log entry:javadoc update

[JBoss-dev] [JBoss JIRA] Resolved: (JBREM-61) Possible RMI exception semantic regression

2005-02-07 Thread Tom Elrod (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-61?page=history ] Tom Elrod resolved JBREM-61: - Resolution: Done Fix Version: 1.0.1 final Changed UnifiedInvokerProxy to catch AccessException and rethrow wrapped as ServerException.

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-75) @Service

2005-02-07 Thread Bill Burke (JIRA)
@Service Key: JBAOP-75 URL: http://jira.jboss.com/jira/browse/JBAOP-75 Project: JBoss AOP Type: Feature Request Components: Aspect Library Versions: 2.0 Reporter: Bill Burke Assigned to: Kabir Khan Fix For: 2.0 As stated in Aspect

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-76) @Local/@Remote with deployment

2005-02-07 Thread Bill Burke (JIRA)
@Local/@Remote with deployment -- Key: JBAOP-76 URL: http://jira.jboss.com/jira/browse/JBAOP-76 Project: JBoss AOP Type: Sub-task Versions: 2.0 Reporter: Bill Burke Assigned to: Kabir Khan Fix For: 2.0 Get the service

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-77) @Management interface support

2005-02-07 Thread Bill Burke (JIRA)
@Management interface support - Key: JBAOP-77 URL: http://jira.jboss.com/jira/browse/JBAOP-77 Project: JBoss AOP Type: Sub-task Components: Aspect Library Versions: 2.0 Reporter: Bill Burke Assigned to: Kabir Khan

[JBoss-dev] [JBoss JIRA] Moved: (EJBTHREE-63) @Local/@Remote with deployment

2005-02-07 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-63?page=history ] Bill Burke moved JBAOP-76 to EJBTHREE-63: - Project: EJB 3.0 (was: JBoss AOP) Key: EJBTHREE-63 (was: JBAOP-76) Version: (was: 2.0) Fix Version:

[JBoss-dev] [JBoss JIRA] Moved: (EJBTHREE-62) @Service

2005-02-07 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-62?page=history ] Bill Burke moved JBAOP-75 to EJBTHREE-62: - Project: EJB 3.0 (was: JBoss AOP) Key: EJBTHREE-62 (was: JBAOP-75) Issue Type: Task (was: Feature Request)

[JBoss-dev] [JBoss JIRA] Moved: (EJBTHREE-64) @Management interface support

2005-02-07 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-64?page=history ] Bill Burke moved JBAOP-77 to EJBTHREE-64: - Project: EJB 3.0 (was: JBoss AOP) Key: EJBTHREE-64 (was: JBAOP-77) Component: (was: Aspect Library)

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-65) @Management interface support

2005-02-07 Thread Bill Burke (JIRA)
@Management interface support - Key: EJBTHREE-65 URL: http://jira.jboss.com/jira/browse/EJBTHREE-65 Project: EJB 3.0 Type: Sub-task Components: EJB3 Extensions Versions: Preview 4 Reporter: Bill Burke Assigned to: Kabir

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-65) @Management interface support

2005-02-07 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-65?page=history ] Bill Burke updated EJBTHREE-65: --- Description: @Management defines a JMX management interface for the component. Create a Model MBean with the metadata defined by the @Management interfaces of

[JBoss-dev] [JBoss JIRA] Deleted: (EJBTHREE-64) @Management interface support

2005-02-07 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-64?page=history ] Bill Burke deleted EJBTHREE-64: --- @Management interface support - Key: EJBTHREE-64 URL: http://jira.jboss.com/jira/browse/EJBTHREE-64

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-66) Asynchronous interface for all EJB types

2005-02-07 Thread Bill Burke (JIRA)
Asynchronous interface for all EJB types Key: EJBTHREE-66 URL: http://jira.jboss.com/jira/browse/EJBTHREE-66 Project: EJB 3.0 Type: Feature Request Components: EJB3 Extensions Versions: Preview 4 Reporter:

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1389) run-as-principal only propogates one level

2005-02-07 Thread Randy Ott (JIRA)
run-as-principal only propogates one level -- Key: JBAS-1389 URL: http://jira.jboss.com/jira/browse/JBAS-1389 Project: JBoss Application Server Type: Bug Components: JMS service, Security, EJBs Versions: JBossAS-4.0.1

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1389) run-as-principal only propogates one level

2005-02-07 Thread Randy Ott (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1389?page=history ] Randy Ott updated JBAS-1389: Attachment: JBossTest.zip Example attached. run-as-principal only propogates one level -- Key: JBAS-1389

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

2005-02-07 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050207130338Lbuild.360 BUILD COMPLETE-build.360Date of build:02/07/2005 13:03:38Time to build:133 minutes 34 secondsLast changed:02/07/2005 12:00:12Last log entry:Re-added as binary

[JBoss-dev] [Design of JBoss Portal] - default views on login/logout

2005-02-07 Thread eztrip
When a user logs in or out of a portal, how do I let the portlets know that this has happened and trigger them to update their views with default views. Currently in my portal if I log out, the portlet's views are still in the state they were in. For example if I am logged in and click the

[JBoss-dev] [JBoss JIRA] Commented: (JBREM-61) Possible RMI exception semantic regression

2005-02-07 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-61?page=comments#action_12315213 ] Scott M Stark commented on JBREM-61: It should either be rethrowing all java.rmi.RemoteExceptions in a ServerException or only conditionally wrapping all

[JBoss-dev] [Design of JBoss Build System] - Re: Adding Resources To Artifacts

2005-02-07 Thread [EMAIL PROTECTED]
Ok. It is only used internally anyway so we don't need to worry about whether it is relative to a source or binary build. In general, it would probably be an idea to fix these such that we know what the resources relate to, i.e. those files would be better moved to src/resources/jboss-jmx It

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1387) Config of jboss.deployment mbean does not work as specified

2005-02-07 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1387?page=history ] Adrian Brock closed JBAS-1387: -- Resolution: Rejected deploy/http-invoker.sar/ means to deploy all the files in that directory when what you really want todo is deploy that directory as a

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1387) Config of jboss.deployment mbean does not work as specified

2005-02-07 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1387?page=comments#action_12315215 ] Adrian Brock commented on JBAS-1387: The most likely reason why you don't get answers in the forums is because it is an FAQ that people are bored of answering. Config

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1387) Config of jboss.deployment mbean does not work as specified

2005-02-07 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1387?page=comments#action_12315216 ] Adrian Brock commented on JBAS-1387: AND you should always test the latest version (3.2.7 at time of writing) before reporting bugs. Although in this case it is

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1363) JACC DelegatingPolicy will not work with a SecurityManager installed

2005-02-07 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1363?page=history ] Scott M Stark updated JBAS-1363: Fix Version: JBossAS-4.0.1 SP1 JBossAS-4.0.2 Final JBossAS-5.0 Alpha JACC DelegatingPolicy will not work with a

[JBoss-dev] [JBoss JIRA] Commented: (JBIDE-116) Conflict between JBoss-IDE plugin and Rational ClearCase SCM

2005-02-07 Thread ericeberry (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-116?page=comments#action_12315217 ] ericeberry commented on JBIDE-116: -- I just downloaded 1.4.1 and it has the same problem. From reading other bug entries, it looks like this is a problem with multiple

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1389) run-as-principal only propogates one level

2005-02-07 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1389?page=history ] Scott M Stark resolved JBAS-1389: - Resolution: Cannot Reproduce Bug This appears to be the same as JBAS-1113 which was fixed in 4.0.1: http://jira.jboss.com/jira/browse/JBAS-1113 Runn

[JBoss-dev] [JBoss JIRA] Commented: (JBREM-61) Possible RMI exception semantic regression

2005-02-07 Thread Tom Elrod (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-61?page=comments#action_12315220 ] Tom Elrod commented on JBREM-61: - Have changed from AccessException to java.rmi.RemoteException. Don't see any need to make this conditional, as is doing this only within

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1388) Create property for deployment directory

2005-02-07 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1388?page=history ] Scott M Stark resolved JBAS-1388: - Resolution: Done Fix Version: JBossAS-4.0.1 Final JBossAS-3.2.7 Final This is already supported. If you set the URLs attribute to

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

2005-02-07 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050207163618Lbuild.782 BUILD COMPLETE-build.782Date of build:02/07/2005 16:36:18Time to build:31 minutes 15 secondsLast changed:02/07/2005 14:50:48Last log entry:Feature Matrix between

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1294) commons-logging.jar should be in default/lib

2005-02-07 Thread Ryan Campbell (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1294?page=history ] Ryan Campbell updated JBAS-1294: Fix Version: JBossAS-4.0.2RC1 commons-logging.jar should be in default/lib Key: JBAS-1294

[JBoss-dev] [JBoss JIRA] Created: (JBMICROCONT-12) ClassData spi

2005-02-07 Thread Adrian Brock (JIRA)
ClassData spi - Key: JBMICROCONT-12 URL: http://jira.jboss.com/jira/browse/JBMICROCONT-12 Project: JBoss MicroContainer Type: Task Components: BeanInfo Reporter: Adrian Brock Assigned to: Bill Burke Define the ClassData spi. This is a

[JBoss-dev] [JBoss JIRA] Created: (JBMICROCONT-13) Create Joinpoint spi

2005-02-07 Thread Adrian Brock (JIRA)
Create Joinpoint spi Key: JBMICROCONT-13 URL: http://jira.jboss.com/jira/browse/JBMICROCONT-13 Project: JBoss MicroContainer Type: Task Components: Container Reporter: Adrian Brock Assigned to: Bill Burke This is a set of interfaces

[JBoss-dev] [JBoss JIRA] Created: (JBMICROCONT-14) Create ClassAdaptor spi

2005-02-07 Thread Adrian Brock (JIRA)
Create ClassAdaptor spi --- Key: JBMICROCONT-14 URL: http://jira.jboss.com/jira/browse/JBMICROCONT-14 Project: JBoss MicroContainer Type: Task Reporter: Adrian Brock Assigned to: Bill Burke The ClassAdaptor spi is a set of interfaces that

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-78) javassist implementation of ClassData spi

2005-02-07 Thread Adrian Brock (JIRA)
javassist implementation of ClassData spi - Key: JBAOP-78 URL: http://jira.jboss.com/jira/browse/JBAOP-78 Project: JBoss AOP Type: Task Reporter: Adrian Brock Assigned to: Bill Burke Write a javassist implementation of

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-79) pointcut expressions should use the ClassData spi

2005-02-07 Thread Adrian Brock (JIRA)
pointcut expressions should use the ClassData spi - Key: JBAOP-79 URL: http://jira.jboss.com/jira/browse/JBAOP-79 Project: JBoss AOP Type: Task Reporter: Adrian Brock Assigned to: Bill Burke The pointcut

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-80) AOP JoinPointFactory

2005-02-07 Thread Adrian Brock (JIRA)
AOP JoinPointFactory Key: JBAOP-80 URL: http://jira.jboss.com/jira/browse/JBAOP-80 Project: JBoss AOP Type: Task Reporter: Adrian Brock Assigned to: Bill Burke AOP should expose itself through the JoinPointFactory in particular the

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-81) InstanceAdvisor needs all the features of the ClassAdvisor

2005-02-07 Thread Adrian Brock (JIRA)
InstanceAdvisor needs all the features of the ClassAdvisor -- Key: JBAOP-81 URL: http://jira.jboss.com/jira/browse/JBAOP-81 Project: JBoss AOP Type: Task Reporter: Adrian Brock Assigned to: Bill Burke

[JBoss-dev] [JBoss JIRA] Commented: (JBAOP-78) javassist implementation of ClassData spi

2005-02-07 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-78?page=comments#action_12315223 ] Adrian Brock commented on JBAOP-78: --- Load time aop should store the ClassData structures and dump the javassist internal structures that consume a lot of memory. javassist

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-82) Generic ProxyAdvisor

2005-02-07 Thread Adrian Brock (JIRA)
Generic ProxyAdvisor Key: JBAOP-82 URL: http://jira.jboss.com/jira/browse/JBAOP-82 Project: JBoss AOP Type: Task Reporter: Adrian Brock Assigned to: Bill Burke There should be a Generic ProxyAdvisor like the EJB3 Container

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-83) Serialization issues

2005-02-07 Thread Adrian Brock (JIRA)
Serialization issues Key: JBAOP-83 URL: http://jira.jboss.com/jira/browse/JBAOP-83 Project: JBoss AOP Type: Task Reporter: Adrian Brock Assigned to: Bill Burke Need changes to properly support serialization/proxying of generated classes

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-84) Layered aspects

2005-02-07 Thread Adrian Brock (JIRA)
Layered aspects --- Key: JBAOP-84 URL: http://jira.jboss.com/jira/browse/JBAOP-84 Project: JBoss AOP Type: Task Reporter: Adrian Brock Assigned to: Bill Burke AOP should support layered aspects where an advice can directly implement the methods

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

2005-02-07 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050207213856Lbuild.361 BUILD COMPLETE-build.361Date of build:02/07/2005 21:38:56Time to build:29 minutes 56 secondsLast changed:02/07/2005 21:04:49Last log entry:When run with a security

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-85) Annotation compiler should support imports

2005-02-07 Thread Adrian Brock (JIRA)
Annotation compiler should support imports -- Key: JBAOP-85 URL: http://jira.jboss.com/jira/browse/JBAOP-85 Project: JBoss AOP Type: Task Reporter: Adrian Brock Assigned to: Bill Burke The annotation should process

[JBoss-dev] [JBoss JIRA] Created: (JBMICROCONT-15) Reflection based implementation of classdata spi

2005-02-07 Thread Adrian Brock (JIRA)
Reflection based implementation of classdata spi Key: JBMICROCONT-15 URL: http://jira.jboss.com/jira/browse/JBMICROCONT-15 Project: JBoss MicroContainer Type: Task Components: BeanInfo Reporter: Adrian Brock

[JBoss-dev] [JBoss JIRA] Created: (JBMICROCONT-17) BeanJoinPointFactory

2005-02-07 Thread Adrian Brock (JIRA)
BeanJoinPointFactory Key: JBMICROCONT-17 URL: http://jira.jboss.com/jira/browse/JBMICROCONT-17 Project: JBoss MicroContainer Type: Task Reporter: Adrian Brock Create a BeanJoinPointFactory, a reflection based JoinPointFactory for when aop

[JBoss-dev] [JBoss JIRA] Created: (JBMICROCONT-16) BeanInfo model

2005-02-07 Thread Adrian Brock (JIRA)
BeanInfo model -- Key: JBMICROCONT-16 URL: http://jira.jboss.com/jira/browse/JBMICROCONT-16 Project: JBoss MicroContainer Type: Task Reporter: Adrian Brock The BeanInfo model needs moving back into MicroContainer module. It provides javabean

[JBoss-dev] [JBoss JIRA] Commented: (JBMICROCONT-17) BeanJoinPointFactory

2005-02-07 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBMICROCONT-17?page=comments#action_12315224 ] Adrian Brock commented on JBMICROCONT-17: - Also, implement the rest of the ClassAdaptor spi for the same reason. BeanJoinPointFactory

[JBoss-dev] [JBoss JIRA] Updated: (JBMICROCONT-17) BeanJoinPointFactory

2005-02-07 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBMICROCONT-17?page=history ] Adrian Brock updated JBMICROCONT-17: Component: Container BeanJoinPointFactory Key: JBMICROCONT-17 URL:

[JBoss-dev] [JBoss JIRA] Created: (JBMICROCONT-18) Annotation metadata

2005-02-07 Thread Adrian Brock (JIRA)
Annotation metadata --- Key: JBMICROCONT-18 URL: http://jira.jboss.com/jira/browse/JBMICROCONT-18 Project: JBoss MicroContainer Type: Task Reporter: Adrian Brock Add annotation metadata to the BeanMetaData classes for overriding class values at

[JBoss-dev] [JBoss JIRA] Created: (JBMICROCONT-19) Controller should use the ClassAdaptor

2005-02-07 Thread Adrian Brock (JIRA)
Controller should use the ClassAdaptor -- Key: JBMICROCONT-19 URL: http://jira.jboss.com/jira/browse/JBMICROCONT-19 Project: JBoss MicroContainer Type: Task Components: Dependency Reporter: Adrian Brock Modify the

[JBoss-dev] [JBoss JIRA] Updated: (JBMICROCONT-18) Annotation metadata

2005-02-07 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBMICROCONT-18?page=history ] Adrian Brock updated JBMICROCONT-18: Component: MetaData Annotation metadata --- Key: JBMICROCONT-18 URL:

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

2005-02-07 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20050207184523Lbuild.66 BUILD COMPLETE-build.66Date of build:02/07/2005 18:45:23Time to build:81 minutes 47 seconds Unit Tests: (1936) Total

[JBoss-dev] [JBoss JIRA] Created: (JBMICROCONT-21) GenericBeanFactory

2005-02-07 Thread Adrian Brock (JIRA)
GenericBeanFactory -- Key: JBMICROCONT-21 URL: http://jira.jboss.com/jira/browse/JBMICROCONT-21 Project: JBoss MicroContainer Type: Task Components: Deployment Reporter: Adrian Brock Implement a GenericBeanFactory that provides for an

[JBoss-dev] [JBoss JIRA] Updated: (JBMICROCONT-21) GenericBeanFactory

2005-02-07 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBMICROCONT-21?page=history ] Adrian Brock updated JBMICROCONT-21: Component: Deployment GenericBeanFactory -- Key: JBMICROCONT-21 URL:

[JBoss-dev] [JBoss JIRA] Created: (JBMICROCONT-20) Collections MetaData

2005-02-07 Thread Adrian Brock (JIRA)
Collections MetaData Key: JBMICROCONT-20 URL: http://jira.jboss.com/jira/browse/JBMICROCONT-20 Project: JBoss MicroContainer Type: Task Components: MetaData Reporter: Adrian Brock Add support for collections (arrays[], collection, set,

  1   2   >