[JBoss-dev] [Design of JBoss Portal] - The example of web.xml

2005-02-06 Thread SShinder
For the HelloWorldPortlet does anyone have an example of web.xml and may be jboss-web.xml? Do we need jboss-web.xml? What xml files do I need to deploy my portlet? This is very unclear from the guides. The guides suppose I am already a JBoss Guru but I am not, and the most of the users aren't.

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

2005-02-06 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050207012517Lbuild.359 BUILD COMPLETE - build.359Date of build: 02/07/2005 01:25:17Time to build: 24 minutes 38 secondsLast changed: 02/06/2005 23:39:45Last log entry: JBAS-1294 - adding comm

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

2005-02-06 Thread ArturasB
Hello Julien. anonymous wrote : I have integrated your work in the codebase today. Thanks for the contrib. You're welcome ;). anonymous wrote : I think that now we need an interceptor that is going to select the portlet according that mime type. Each portlet advertise the mime types it can ser

[JBoss-dev] [Design of JBoss Portal] - Hmm, a few errors after update - needed wurfl library

2005-02-06 Thread kgelner
I just re-updated and re-ran build. After the update, I was seeing compile errors, this time missing stuff from net.sourceforge.wurfl - an example: | [execmodules] /Volumes/Ash/Users/kgelner/project/jboss-portal/jboss-portal-2.0/core/src/main/org/jboss/portal/core/invocation/ContentTypeInter

[JBoss-dev] [JBossCache] - Re: Session Replication using JBossCache

2005-02-06 Thread [EMAIL PROTECTED]
Are you running the -c all configuration with JBoss 3.2.6 and later? It says you don't the MBean service deployed. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865509#3865509 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - WebEx ????

2005-02-06 Thread elkner
Hi, on the IDE "home" page there is a link "EJB3 Tools Demo (inside Webinar)". Are there somewhere any instructions, how to get a client for it? All a get, when clicking on this link is "your is not supported". Is this stuff supported for windooze, only? I'm using Linux + Mozilla. Or bet

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

2005-02-06 Thread [EMAIL PROTECTED]
I have implemented this with a small change. The problem I ran into in the jmx module is that resources were rooted in src/resources instead of some subdirectory. | | | To accomodate this, I needed a resource path of id ".", which didn't look right from a usability perspective,

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

2005-02-06 Thread Ryan Campbell (JIRA)
Add ResourceDefinition -- Key: JBBUILD-8 URL: http://jira.jboss.com/jira/browse/JBBUILD-8 Project: JBoss Build System Type: Feature Request Reporter: Ryan Campbell Priority: Critical Allow resources to be defined like source. A componen

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1384) HTTPServerILService disables pinging

2005-02-06 Thread Adrian Brock (JIRA)
HTTPServerILService disables pinging Key: JBAS-1384 URL: http://jira.jboss.com/jira/browse/JBAS-1384 Project: JBoss Application Server Type: Bug Components: JMS service Versions: JBossAS-4.0.1 Final, JBossAS-3.2.7 Final

[JBoss-dev] [JBoss JIRA] Resolved: (JBREM-53) Problem during classloading on certain classloaders

2005-02-06 Thread Jeff Haynie (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-53?page=history ] Jeff Haynie resolved JBREM-53: -- Resolution: Done committed to Branch_3_2 > Problem during classloading on certain classloaders > --- > >

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

2005-02-06 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050206224528Lbuild.82 BUILD COMPLETE - build.82Date of build: 02/06/2005 22:45:28Time to build: 25 minutes 11 secondsLast changed: 02/05/2005 23:12:47Last log entry: JBAS-1294 - re

[JBoss-dev] [JBoss JIRA] Commented: (EJBTHREE-39) Composite Key field in JoinColumn causes Repeated column in mapping

2005-02-06 Thread Grayson Pierce (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-39?page=comments#action_12315191 ] Grayson Pierce commented on EJBTHREE-39: I'd like to understand how this was fixed. I've been following the development of 5.0alpha release and still have a proble

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1383) findByPrimaryKey error

2005-02-06 Thread Willy Ong (JIRA)
findByPrimaryKey error -- Key: JBAS-1383 URL: http://jira.jboss.com/jira/browse/JBAS-1383 Project: JBoss Application Server Type: Bug Components: CMP service Versions: JBossAS-4.0.1 Final Environment: Linux, postgres Reporter: Wil

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

2005-02-06 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050206174238Lbuild.780 BUILD COMPLETE - build.780Date of build: 02/06/2005 17:42:38Time to build: 30 minutes 18 secondsLast changed: 02/06/2005 17:23:09Last log entry: view and controller la

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

2005-02-06 Thread [EMAIL PROTECTED]
I think that we need something to shield the theme from internal changes (i.e a contract). Today if I change some stuff in the portal server, that will break the themes. I think that the first step would be a jsp tag library, any other ideas ? View the original post : http://www.jboss.org/inde

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

2005-02-06 Thread [EMAIL PROTECTED]
I have integrated your work in the codebase today. Thanks for the contrib. I think that now we need an interceptor that is going to select the portlet according that mime type. Each portlet advertise the mime types it can server, so at the end the portlet on the page are those that support the m

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

2005-02-06 Thread [EMAIL PROTECTED]
I fixed the bug today View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865491#3865491 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865491 --- This SF.Net email is sp

[JBoss-dev] [Design of JBoss Portal] - Which is the right tool, JBoss Portal or OpenCMS?

2005-02-06 Thread sverker
For quite some time I've been looking at using OpenCMS as a content management frontend in which I would run an application where today the web frontend is developed with struts and tiles. However, OpenCMS would require a big work to adapt it to running smothly on JBoss. There are several issue

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

2005-02-06 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050206144911Lbuild.779 BUILD COMPLETE - build.779Date of build: 02/06/2005 14:49:11Time to build: 22 minutes 53 secondsLast changed: 02/06/2005 14:28:19Last log entry: Support discovery of a

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

2005-02-06 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050206141600Lbuild.49 BUILD COMPLETE - build.49Date of build: 02/06/2005 14:16:00Time to build: 23 minutes 52 secondsLast changed: 02/05/2005 21:49:17Last log entry: Replace all us

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

2005-02-06 Thread [EMAIL PROTECTED]
I guess your point is to have 1 JSP but N images + CSS. It is good but not enough (can be a first step though) I think we need to leverage the flexibility offered by JBoss Portal. You can define regions + windows. One should be able to define the design of a region and a window easily. We shou

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

2005-02-06 Thread [EMAIL PROTECTED]
Another thing that would be interesting is to see the server logging on the client. But only the logging relevent to that client's invocations. i.e. we don't want to see the whole server log. There is already a prototype of this aspect in the jboss codebase where a thread local appender is const

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

2005-02-06 Thread [EMAIL PROTECTED]
I also want to look at what might be done for the microcontainer project. i.e. annotate a bean with microcontainer config and install it (similar to jboss-aop). I can see this being a very visible thing. i.e. Take bean classes from a pallete and link them together to define depencies. This can t

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

2005-02-06 Thread [EMAIL PROTECTED]
I think for most of the projects there would be a requirement to implement JSR77 and JSR88 clients. This also needs to be considered within the context of the admin console. This would encourage those projects to expose relevent information via these standard interfaces. View the original post :

[JBoss-dev] [Design the new POJO MicroContainer] - Boston meeting notes: START HERE - Executive overview (Repost)

2005-02-06 Thread [EMAIL PROTECTED]
AOP Container overview Assumptions and descisions ClassData model Descriptions of classes JoinPoint model How to dispatch invocations Two phase container construction Work out what a container requires then create it when dependencies are satisfied Annotations We will use annotations as our metada

[JBoss-dev] [Design the new POJO MicroContainer] - Boston meeting notes: START HERE

2005-02-06 Thread [EMAIL PROTECTED]
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=59853 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865470#3865470 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865470 --

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

2005-02-06 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20050206105319Lbuild.65 BUILD COMPLETE - build.65Date of build: 02/06/2005 10:53:19Time to build: 75 minutes 20 secondsLast changed: 02/05/2005 21:49:17Last log entry: Replace all use

[JBoss-dev] [Design the new POJO MicroContainer] - Boston meeting notes: Sundry tasks

2005-02-06 Thread [EMAIL PROTECTED]
Other tasks identified * AOP should work in applet. If it does not, FIX IT * jdk1.4/java5 interopability - classloading annotationc -> java5 and serialization between versions * create a glossary of terms - one of the major causes of confusion this week was different understandings of terms - WE

[JBoss-dev] [Design the new POJO MicroContainer] - Boston meeting notes: aspects module

2005-02-06 Thread [EMAIL PROTECTED]
The following changes need to be made to the aspects module for AOP/MicroContainer integration. These may be better placed in some other module??? * AOP implementation of ClassAdaptor spi * AOP implementation of JoinPointFactory spi * Add @Depends annotations to relevent annotations * GenericAspec

[JBoss-dev] [Design the new POJO MicroContainer] - Boston meeting notes: System module

2005-02-06 Thread [EMAIL PROTECTED]
Need to annotate the jmx lifecycle for MicroContainer usage: | public interface Service | { |@CreateLifecycle |void create() throws Exception; | // etc. | } | Also the default annotation semantics need to be expanded to take into account interfaces/inheritance on methods

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

2005-02-06 Thread prax
Sounds good. Would love to see you mock up's. Prax View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865465#3865465 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865465 -

[JBoss-dev] [Design the new POJO MicroContainer] - Boston meeting notes: MicroContainer module

2005-02-06 Thread [EMAIL PROTECTED]
The following changes have been identified in the MC module * Reflection based implementation of ClassData spi where AOP/javassist spi is not being used??? * BeanInfo model that serves as a wrapper for ClassData to provide java bean semantics, e.g. AttributeSetterJoinPoint("XXX") maps to MethodJo

[JBoss-dev] [Design the new POJO MicroContainer] - Boston meeting notes: AOP module

2005-02-06 Thread [EMAIL PROTECTED]
The following changes are required in the aop module * javassist implementation of ClassData spi * pointcut expression matcher uses ClassData spi * AOP exposes itself through the JoinPointFactory spi * InstanceAdvisor needs all the features of ClassAdvisor * Load time AOP should store ClassData st

[JBoss-dev] [Design the new POJO MicroContainer] - Boston meeting notes: Container module changes

2005-02-06 Thread [EMAIL PROTECTED]
Bill thinks a better name for this module is JoinPoint This module will contain the following packages org.jboss.reflect - the ClassData spi a concrete implementation of immutable classes that are filled in by the ClassDataFactory implementation org.jboss.joinpoint - the joinpoint model includin

[JBoss-dev] [Design the new POJO MicroContainer] - Boston meeting notes: Advices and AspectFactory

2005-02-06 Thread [EMAIL PROTECTED]
The integration point for Advices (one implementation is Interceptors) are the AspectFactories. The AspectFactories construct the advices/interceptors To better enable the integration this style of configuration (one object constructs another) the following artifacts will be added: AOP A Generic

[JBoss-dev] [Design the new POJO MicroContainer] - Boston meeting notes: Annotations

2005-02-06 Thread [EMAIL PROTECTED]
Annotations will be used as the metadata model. We know how to do annotations in jdk1.4 Some things that need changing/accounting for: * The annotations need to be processed *BEFORE* the class is loaded (hence ClassData Model) * The ClassData model needs to include annotation overrides from the

[JBoss-dev] [Design of JBoss Portal] - Re: where is hellowworld portlet

2005-02-06 Thread louie171
ok thanks for clearing that up for me Thomas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865459#3865459 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865459 ---

[JBoss-dev] [Design the new POJO MicroContainer] - Boston meeting notes: Two phase join point factory construct

2005-02-06 Thread [EMAIL PROTECTED]
We need to satisfy the needs of * dynamic classloading (hot deployment of classes), * "hot" dependency injection (hot deployment of dependent beans) * AOP bytecode engineering * dynamic pointcut resultion (including from jboss-aop xml or MicroContainer configuration) * annotation overrides (incl

[JBoss-dev] [Design of JBoss Portal] - Re: where is hellowworld portlet

2005-02-06 Thread [EMAIL PROTECTED]
It just shows you how you can deploy your own portlet. Yes it supposed you already have such a portlet View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865457#3865457 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865457

[JBoss-dev] [Design of JBoss Portal] - where is hellowworld portlet

2005-02-06 Thread louie171
hi, I'm reading portal reference guide and want to deploy the helloworld portlet. It says in chapter 5 'You already have a portlet named helloworld.war' but i cannot find it. Do you have to write the portlet yourself and then use the instructions given to deploy it? Or is this portlet availabl

[JBoss-dev] [Design of JBoss Portal] - Re: Unable to create a new directory in Portal 2.0 alpha

2005-02-06 Thread [EMAIL PROTECTED]
It has been fixed in the CVS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865454#3865454 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865454 --- This SF.Net emai

[JBoss-dev] [Design of JBoss Portal] - Unable to create a new directory in Portal 2.0 alpha

2005-02-06 Thread ${bb.Guest}
Hi, I am using Portal 2.0 alpha with JBoss 4.0.0. In the CMS creating a directory doesn't seem to work. I think copy to and/or remove didn't work as well if I remember correctly. At least in my version I found that the reason was a wrong pointer in the following JSP pages: | .. portal-core

[JBoss-dev] [Design the new POJO MicroContainer] - Boston meeting notes: JoinPoint model

2005-02-06 Thread [EMAIL PROTECTED]
The JoinPoint model is the abstraction/integration point of the container. Other modules like the MicroContainer use the JoinPointFactory (JPF) to obtain Constructor/Method/Field JoinPoints Depending upon the usecase and configuration the JPF may be the AOP advisor or a simple implementation that

[JBoss-dev] [Design the new POJO MicroContainer] - Boston meeting notes: ClassData model

2005-02-06 Thread [EMAIL PROTECTED]
The BeanInfo model will be replaced with a more appropriate abstraction. * The ClassData model defines the class * The BeanInfo model moves the MicroContainer module ClassData The ClassData provides information about a Class/Field/Method/Parameter and their annotations, etc. The ClassData will b

[JBoss-dev] [Design of JBoss Portal] - READ ME BEFORE POSTING

2005-02-06 Thread [EMAIL PROTECTED]
Here is the way to ask for help the good way: 1) describe your environment: -> What JBoss version are you using -> What JBoss Portal version are you using (and if it's from CVS, sources, binaries) -> What database you are using with version number -> What JDBC connector you are using

[JBoss-dev] [Design the new POJO MicroContainer] - Boston meeting notes: AOP container integration

2005-02-06 Thread [EMAIL PROTECTED]
The following are the assumptions and decisions taken about the aop container integration. Since container is an overloaded word, in this context it means the advisor in jboss-aop language. Assumptions/Decisions: Interceptor SPI - JBoss AOP model will be the only container integration By this we

[JBoss-dev] [JBossCache] - Re: Session Replication using JBossCache

2005-02-06 Thread corey_mao
Hi everyone, I configured JBoss by following the instruction in the link:http://www.jboss.org/developers/projects/jboss/tc5-clustering.html But I got following error message when I started the JBoss: [JBossCacheService] jboss.cache:service=TomcatClusteringCache service to Tomcat clustering no

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - cannot compile - reference to DataChoiceDialog.getPackaginDa

2005-02-06 Thread sgodden
Checked out the latest cvs, and there is an error in plugin 'packaging.ui'. At line 325 of ConfigurationViewer.java, there is a reference to the undefined method DataChoiceDialog.getPackagingData. Yet the ant build works Can someone explain? In addition, there seem to be a few problems wit

[JBoss-dev] [Design of JBoss Portal] - How can I deploy JSR 168 portlet?

2005-02-06 Thread SShinder
Hi all, I am having a problem. I am trying to deploy my portlet application ang get errors. I have the following xml files: jboss-web.xml web.xml portlet.xml portlet-instances.xml jsrpatrolportlet-pages.xml The content of these files is as follows: web.xml: anonymous wrote : | | http

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

2005-02-06 Thread [EMAIL PROTECTED]
Those are not related, can you show the lines saying that there is a null pointer exception ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865437#3865437 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865437 --

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: Unable to build EclipseIDE

2005-02-06 Thread sgodden
I found that the name and version were not set in the imported plugin projects for emf and xsd. I filled them in manually and then everything built fine. Did I do something wrong, or does this need to go on the WIKI? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: Unable to build EclipseIDE

2005-02-06 Thread sgodden
Nope. I've started from scratch and installed the EMF 2.0.1 release, and I still get the same error. How do I get around this? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865429#3865429 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: Unable to build EclipseIDE

2005-02-06 Thread sgodden
I think it might be because I have installed too recent dev builds. Sorry, I'll check it out properly and post if still a problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865428#3865428 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Unable to build EclipseIDE

2005-02-06 Thread sgodden
Running Eclipse 3.0.1 200409161125 Used the .psd to chcek out all the sources. Installed all the EMF / XSD plugins. Imported binary projects from the target platform, which made e.g. org.eclipse.xsd appear in the workspace. Tried to run 'Create Ant file' on the feature.xml and got the message

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

2005-02-06 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20050206044954Lbuild.75 BUILD COMPLETE - build.75Date of build: 02/06/2005 04:49:54Time to build: 28 minutes 52 secondsLast changed: 02/05/2005 22:00:00Last log entry: Remove the sy

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

2005-02-06 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-testsuite?log=log20050206012201Lbuild.16 BUILD COMPLETE - build.16Date of build: 02/06/2005 01:22:01Time to build: 148 minutes 41 secondsLast changed: 02/05/2005 22:00:00Last log entry: Remove the sy

[JBoss-dev] [Design of JBoss Portal] - Help - wierd "No Child" error in portal MBean on startup.

2005-02-06 Thread kgelner
I have just ran into a weird situation. First I updated fresh from CVS, including new directories. Then I compiled and deployed the "forums" module, along with the DB schema - I could run the portal, but when I selected the forums link I got an error saying that no main method was found in the