[JBoss-dev] [Design of JBoss Portal] - Re: Setting up environment (Eclipse) for the development of

2005-02-02 Thread lnhf
Hi, Yes i have copies the 2 jars (jgroups and jboss-cache) from server/all/lib to server/standard/lib, but i have always my errors : | | configure: | | configure-libraries: | | configure-modules: | | configure-defaults: | | configure-tools: | |

[JBoss-dev] [Design of JBoss Portal] - Re: Setting up environment (Eclipse) for the development of

2005-02-02 Thread [EMAIL PROTECTED]
You need to build from the 'build' directory first. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3864781#3864781 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3864781

[JBoss-dev] [Design of JBoss Portal] - Re: Setting up environment (Eclipse) for the development of

2005-02-02 Thread lnhf
Ok, Always error ... build failed, my log : Executing C:\JavaSoft\eclipse\workspace\jboss-portal\build\..\tools\bin\ant.bat | -logger org.apache.tools.ant.NoBannerLogger | Buildfile: build.xml | | _buildmagic:init: | Trying to override old definition of task property | |

[JBoss-dev] [Design of JBoss Portal] - Re: Setting up environment (Eclipse) for the development of

2005-02-02 Thread lnhf
At this line 110 of the build.xml : javacc | buildparser=true | buildtokenmanager=true | target=${source.java}/org/jboss/portal/format/template/TemplateAnalyzer.jj | outputdirectory=${build.gen.classes}/org/jboss/portal/format/template |

[JBoss-dev] [Design of JBoss Portal] - Re: Setting up environment (Eclipse) for the development of

2005-02-02 Thread [EMAIL PROTECTED]
Check that the following directory exists: C:/JavaSoft/eclipse/workspace/jboss-portal/thirdparty/sun-javacc/lib If not, you didn't checkout correctly View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3864783#3864783 Reply to the post :

[JBoss-dev] [Design of JBoss Portal] - Re: Setting up environment (Eclipse) for the development of

2005-02-02 Thread lnhf
No I haven't this directory ... But I don't understand : I have opened HEAD/ and I have checked out jboss-portal. And that's all. I tried to deploy ... What have I missed ... ? lnhf View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3864785#3864785 Reply to the

[JBoss-dev] [Design of JBoss Portal] - Re: Setting up environment (Eclipse) for the development of

2005-02-02 Thread [EMAIL PROTECTED]
The module name is jboss-portal-2.0 It's in the doc View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3864786#3864786 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3864786

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

2005-02-02 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050202034238Lbuild.45 BUILD COMPLETE-build.45Date of build:02/02/2005 03:42:38Time to build:37 minutes 26 secondsLast changed:02/01/2005 21:08:31Last log entry:Include the client

[JBoss-dev] [Design of JBoss Portal] - Re: Setting up environment (Eclipse) for the development of

2005-02-02 Thread lnhf
I don't understand ... With CVS, I am connected to pserver:[EMAIL PROTECTED]:/cvsroot/jboss ... I have a lot od repertories in HEAD, and I have downloaded jboss-portal ... lnhf View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3864789#3864789 Reply to the post :

[JBoss-dev] [Design of JBoss Portal] - Portal isn't started, errors

2005-02-02 Thread ArturasB
Hi everyone. Can someone comment on this ? 11:58:39,853 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | MBeans waiting for other MBeans: | ObjectName: portal:service=Module,type=User | state: CREATED | I Depend On: jboss.har:service=Hibernate | | Depends On Me: |

[JBoss-dev] [Design of JBoss Portal] - Re: Setting up environment (Eclipse) for the development of

2005-02-02 Thread [EMAIL PROTECTED]
jboss-portal is different than jboss-portal-2.0 If you check out jboss-portal you will miss some files (thirdparty stuff at least). It is just the way the CVS is organized. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3864792#3864792 Reply to the post :

[JBoss-dev] [Design of JBoss Portal] - Re: Portal isn't started, errors

2005-02-02 Thread [EMAIL PROTECTED]
java.lang.NoClassDefFoundError: org/jboss/cache/TransactionManagerLookup You are missing jboss-cache.jar in the lib directory, you will also miss jgroups.jar. Please refer to the user guide. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3864796#3864796 Reply

[JBoss-dev] [Design of JBoss Portal] - Re: Setting up environment (Eclipse) for the development of

2005-02-02 Thread lnhf
Okay, I'm very sorry ... I think that directories where ordered by name ... Thank you for all ... lnhf View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3864794#3864794 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3864794

[JBoss-dev] [Design of JBoss Portal] - Re: Portal isn't started, errors

2005-02-02 Thread ArturasB
anonymous wrote : You are missing jboss-cache.jar in the lib directory, you will also miss jgroups.jar. | | Please refer to the user guide. Thanks, Thomas. I thought the wiki article is enough ;).. Arturas View the original post :

[JBoss-dev] [Design of JBoss Profiler] - outofmemory exception when multiple clients hit server

2005-02-02 Thread jieshengz
I used jbossprofile to prfoile my jboss server. When I gave a light loading the server, everything works fine. However, when I start to hit the server heavily, for example 10 clients at the same time. There are a lot of outmemory exception. However, without Jboss-profiler, my system can handle

[JBoss-dev] [Design of JBoss Portal] - Re: Setting up environment (Eclipse) for the development of

2005-02-02 Thread lnhf
Hello, I have deployed with success build/. I 'm deploying core/ but i have a problem with accees refused ... can i copy by myself the file portal-cor e.sar in the reportory ? | Executing C:\JavaSoft\eclipse\workspace\jboss-portal-2.0\core\..\tools\bin\ant.b | at -logger

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

2005-02-02 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050202051331Lbuild.351 BUILD COMPLETE-build.351Date of build:02/02/2005 05:13:31Time to build:26 minutes 56 secondsLast changed:02/02/2005 00:22:12Last log entry:When a service fails to bind

[JBoss-dev] [Design of JBoss Profiler] - Re: outofmemory exception when multiple clients hit server

2005-02-02 Thread jieshengz
It turns out if application exception is throwed in my application(which is caught and ahndled by my applicaiton ), the outmemory error occurs. Therefore I suspect that this is a jboss profiler bug which can not handle the exception event correctly View the original post :

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: Class not found on 'tutorial.ejb.FiboBean' error

2005-02-02 Thread karsteno
@jbossUser1 If you have checked the jar, war and ear-files and one file is missed, check whether you copied some charakters to much or to less from the tutorial to the properties of your project-configuration. Project - Properties - Packaging Configurations and Project - Properties - XDoclet

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: JBossIDE 1.4.1 and JBossIDE 1.5 Preview released

2005-02-02 Thread [EMAIL PROTECTED]
Oops! Forgot to post links to the download areas. JBossIDE 1.4.1 Download Area: http://sourceforge.net/project/showfiles.php?group_id=22866package_id=72248release_id=300969 JBossIDE 1.5 Preview Download Area:

[JBoss-dev] jboss-4.0-testsuite Build Failed

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

[JBoss-dev] [Design of JBoss Portal] - Re: Setting up environment (Eclipse) for the development of

2005-02-02 Thread lnhf
I'm perhaps not clear ... When i want to deploy core/, i have a build failed by access refused, but the file portal-core.sar is in the core/output/lib/, so I want to know if i can copy the portal-core.sar in the standard/deploy/ ... ? I have the same problem with forums ... thanks for your

[JBoss-dev] [Design of JBoss Portal] - Re: Portal isn't started, errors

2005-02-02 Thread [EMAIL PROTECTED]
bah! I didn't put that in the wiki obviously! I'll fix it today. Thanks Arturas. We'll be moving to a new wiki-on-steroids soon enough. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3864824#3864824 Reply to the post :

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

2005-02-02 Thread ArturasB
Hi. I want to share my experience related to the portal. Today I finally joined to the portal's development process and I changed the ContentTypeInterceptor to the one which is more sofisticated. It takes into account User Agent. With the Firefox+UserAgentSwitcher I changed user agent to the

[JBoss-dev] [Design of JBoss Portal] - Re: startup with an exception

2005-02-02 Thread [EMAIL PROTECTED]
Sounds like you grabbed the alpha binary or source release. I fixed the paths to our JSP lib one day later, unfortunately. You should see a trace in your logs about PortalJSP-lib not found, or someting to that effect. If you check out from HEAD, you're fine. Otherwise, you have to change the

[JBoss-dev] [Design of JBoss Portal] - Re: Portal isn't started, errors

2005-02-02 Thread ArturasB
anonymous wrote : Thanks Arturas. You're wellcome ;). It's the community ;). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3864828#3864828 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3864828

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

2005-02-02 Thread [EMAIL PROTECTED]
1. What content-type is your user agent expecting? text/wml, or something to that effect? 2. The cms portlet should be able to serve non text/html, text, but doesn't presently. Note, it does not serve binaries. Those have to be served from the servlet level. 3. To serve wap content, we'd

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

2005-02-02 Thread [EMAIL PROTECTED]
Great job Arturas, indeed you are right, for now we have focused on text/html so far. We have to add other mime types to the portlets we have currently. First we have to add your code and add support for portlets in the portal-2.0/portlet stuff. Then once it works we add it to the core. View

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

2005-02-02 Thread ArturasB
anonymous wrote : 1. What content-type is your user agent expecting? text/wml, or something to that effect? The content type for the WML is text/vnd.wap.wml. anonymous wrote : 2. The cms portlet should be able to serve non text/html, text, but doesn't presently. Note, it does not serve

[JBoss-dev] [Design of JBoss Portal] - Re: nukes/portal user domain separation

2005-02-02 Thread [EMAIL PROTECTED]
Moved View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3864841#3864841 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3864841 --- This SF.Net email is sponsored by:

[JBoss-dev] [JBoss JIRA] Created: (JBJMX-82) MBean attribute classes not loaded with deployment classloader

2005-02-02 Thread Tomas Carlsson (JIRA)
MBean attribute classes not loaded with deployment classloader -- Key: JBJMX-82 URL: http://jira.jboss.com/jira/browse/JBJMX-82 Project: JBoss JMX Type: Bug Versions: JBossAS-3.2.6 Environment:

[JBoss-dev] [JBoss JIRA] Updated: (JBJMX-82) MBean attribute classes not loaded with deployment classloader

2005-02-02 Thread Tomas Carlsson (JIRA)
[ http://jira.jboss.com/jira/browse/JBJMX-82?page=history ] Tomas Carlsson updated JBJMX-82: Attachment: jmxbug.ear This ear includes a sar that contains both .class and .java files to demonstrate the problem. Try to deploy the ear = fails Try to

[JBoss-dev] [JBoss JIRA] Created: (JBPM-66) add collections support to process variables

2005-02-02 Thread Tom Baeyens (JIRA)
add collections support to process variables Key: JBPM-66 URL: http://jira.jboss.com/jira/browse/JBPM-66 Project: JBoss jBPM Type: Feature Request Components: Core Engine Reporter: Tom Baeyens Assigned to: Tom

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

2005-02-02 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050202075801Lbuild.762 BUILD COMPLETE-build.762Date of build:02/02/2005 07:58:01Time to build:41 minutes 16 secondsLast changed:02/02/2005 07:29:00Last log entry:Add standard namespace

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

2005-02-02 Thread Tom Baeyens (JIRA)
add support for process-local variable-type-determination - Key: JBPM-67 URL: http://jira.jboss.com/jira/browse/JBPM-67 Project: JBoss jBPM Type: Feature Request Reporter: Tom Baeyens Assigned to: Tom

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

2005-02-02 Thread Tom Baeyens (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-67?page=history ] Tom Baeyens updated JBPM-67: Priority: Optional (was: Major) add support for process-local variable-type-determination - Key:

[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JMS Facade: delegates and containers

2005-02-02 Thread [EMAIL PROTECTED]
That implementation was incomplete. It was also based on an older version of Bill's interceptors/proxy. 1) JMSException and log interceptors can be perVM in current aspect speak they hold not state. CloseInterceptor needs to be perInstance since it holds the flag as to whether the object is

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

2005-02-02 Thread ArturasB
anonymous wrote : We have to add other mime types to the portlets we have currently. First we have to add your code and add support for portlets in the portal-2.0/portlet stuff. Then once it works we add it to the core. Can you tell me what parts belongs to the portal's core ? I can try to

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

2005-02-02 Thread [EMAIL PROTECTED]
arturas, you are right on all points and this is actually what the spec says. 1. yes the portal decides the mime type and this is what the content type interceptor does. 2. show only the portlet that can produce this mime type and declare it. it is done in portlet.xml in the support tag 3.

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

2005-02-02 Thread [EMAIL PROTECTED]
jboss-portal-2.0/server and jboss-portal-2.0/portlet is the implementation of JSR-168 jboss-portal-2.0/core is core View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3864856#3864856 Reply to the post :

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1372) HIbernateContext does not work well with CachedConnectionManager

2005-02-02 Thread janssk1 (JIRA)
HIbernateContext does not work well with CachedConnectionManager Key: JBAS-1372 URL: http://jira.jboss.com/jira/browse/JBAS-1372 Project: JBoss Application Server Type: Bug Components: JCA service,

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1372) HIbernateContext does not work well with CachedConnectionManager

2005-02-02 Thread janssk1 (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1372?page=comments#action_12315118 ] janssk1 commented on JBAS-1372: --- 2005-02-02 14:07:56,287 TRACE [org.jboss.ejb.plugins.TxInterceptorCMT] Current transaction in MI is null 2005-02-02 14:07:56,287 TRACE

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-69) InvocationResponse should catch/wrap exceptions

2005-02-02 Thread Bill Burke (JIRA)
InvocationResponse should catch/wrap exceptions --- Key: JBAOP-69 URL: http://jira.jboss.com/jira/browse/JBAOP-69 Project: JBoss AOP Type: Feature Request Versions: 2.0 Reporter: Bill Burke Assigned to: Bill

[JBoss-dev] [Design of JBoss Profiler] - Re: outofmemory exception when multiple clients hit server

2005-02-02 Thread [EMAIL PROTECTED]
How are you using it? Are you using a separate server to analyze the log files? If you are using a separate instance, the only things I can think about is: - The profiler (actually any profiler) slows down your application when the profiler is activated. Maybe you have queues in your code, and

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

2005-02-02 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050202093621Lbuild.78 BUILD COMPLETE-build.78Date of build:02/02/2005 09:36:21Time to build:50 minutes 57 secondsLast changed:02/02/2005 00:22:12Last log entry:When a service

[JBoss-dev] [JBoss JIRA] Resolved: (JBPM-25) bpel activities xml parsing

2005-02-02 Thread Juan Cantu (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-25?page=history ] Juan Cantu resolved JBPM-25: Resolution: Done activity parsers where modified to deal with DOM objects bpel activities xml parsing --- Key: JBPM-25

[JBoss-dev] [JBossCache] - eviction policy and setEvictionPolicyConfig

2005-02-02 Thread acervi_01
does anybody have a sample on how to call setEvictionPolicyConfig? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3864865#3864865 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3864865

[JBoss-dev] [JBoss JIRA] Resolved: (JBPM-26) bpel archives parsing

2005-02-02 Thread Juan Cantu (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-26?page=history ] Juan Cantu resolved JBPM-26: Resolution: Done Bpel parser was modified in order to load processes using DOM objects bpel archives parsing - Key: JBPM-26

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

2005-02-02 Thread [EMAIL PROTECTED]
I don't know webwork at all and i don't know much about velocity, so i can't really help on this. I am giving you hints, i have no clue about your project. No you should not extend the portletContainer but the component. For sure you need to work on it, this won't be straightforward. I can't

[JBoss-dev] [Design of Management Features on JBoss] - Re: no ManagedConnections after timeouts

2005-02-02 Thread aviananta
I have this error too: No ManagedConnections available within configured blocking timeout ( 5000 [ms] );. I try to add .remove() after I have done with the ejb.create(), and the error message disappear. :) . Here my code: Object ref = jndiContext.lookup (remoteDelivery); remoteDeliveryHome