[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: [testing with AOP]

2005-04-13 Thread ifrit
yes it works, for the story, it was just a space beetwen String and [ that was the cause of the error, but if there is no space it works perfectly. maybe something to say in the doc. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873700#3873700 Reply to the

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1646) Define OTS-like interfaces for the DTM

2005-04-13 Thread Francisco Reverbel (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1646?page=history ] Francisco Reverbel closed JBAS-1646: > Define OTS-like interfaces for the DTM > -- > > Key: JBAS-1646 > URL: http://jira.jboss.com/jir

[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: ordered (re) delivery etc.. / ebMS

2005-04-13 Thread kukeltje
anonymous wrote : JBossMQ already has redelivery delay/count I know, the specs (and comment in the jboss code) specifically state however that ordered delivery of redelivered messages is not gueranteed. This would be a first addition I think. Bea also does this and mentiones this as a unique se

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: JBossIDE 1.5 Milestone 1 Released

2005-04-13 Thread Masoud_Omidvar
With small modification, it properly works with Eclipse 3.1M6 too. see http://www.jboss.org/index.html?module=bb&op=viewtopic&t=62570 cheers, Masoud[/url] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873536#3873536 Reply to the post : http://www.jboss.org

[JBoss-dev] [JBoss JIRA] Resolved: (JBREM-101) Fix serialization versioning between releases of remoting

2005-04-13 Thread Tom Elrod (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-101?page=history ] Tom Elrod resolved JBREM-101: -- Resolution: Done Should be up to date and in sync with remoting release in JBossAS 4 series (based on 4.0.1 and 4.0.2 release). > Fix serialization versionin

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - JBoss 4.0.1sp1, EJB-3.0 and Eclipse 3.1M6 Integration

2005-04-13 Thread Masoud_Omidvar
If you try to install jboss-EJB-3.0_Preview_5.zip over JBoss 4.0.1sp1 based on http://docs.jboss.org/ejb3/tutorial/installing.html, you can build and run all tutorial examples. But, if you try to run and debug these examples within Eclipse, there is a small problem. Both JBossIDE-1.5-Preview-E

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-136) Blob Example don't work with Oracle9.2.0.6.0

2005-04-13 Thread ouafaa choufane (JIRA)
Blob Example don't work with Oracle9.2.0.6.0 Key: EJBTHREE-136 URL: http://jira.jboss.com/jira/browse/EJBTHREE-136 Project: EJB 3.0 Type: Bug Versions: Preview 5 Reporter: ouafaa choufane The blob example in

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1673) ClassCastException in JmsActivation in setupQueueConnection

2005-04-13 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1673?page=history ] Adrian Brock reassigned JBAS-1673: -- Assign To: Adrian Brock > ClassCastException in JmsActivation in setupQueueConnection > --- > >

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: Which AS to use

2005-04-13 Thread [EMAIL PROTECTED]
Good question to ask in the JBoss forums. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873693#3873693 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873693 --- SF

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1673) ClassCastException in JmsActivation in setupQueueConnection

2005-04-13 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1673?page=history ] Adrian Brock closed JBAS-1673: -- Resolution: Done This obviously worked with JBossMQ because the CF implements both interfaces. > ClassCastException in JmsActivation in setupQueueConnection >

[JBoss-dev] [Design of JBoss IIOP on JBoss] - Re: IIOP initializing error of JBoss 4.0

2005-04-13 Thread garu
Running 4_0_2_RC1 with JDK 1.5.0_02 i'm getting a sligthly different problem: | 2005-04-12 08:52:57,278 DEBUG [org.jboss.iiop.CorbaORBService] Ignoring sunJDK14IsLocalBugFix=true due to inability to load org.jboss.iiop.SunJDK14IsLocalBugFix | java.lang.ClassNotFoundException: Unexpected err

[JBoss-dev] [Design of XDoclet Tags on JBoss (XDoclet/JBoss)] - Re: Is String in EJB and inet in database possible with Xdoc

2005-04-13 Thread askesis
To answer my own question: use the folowing tags in the getter: /** * Getter for CMP Field ipAddress * * * @ejb.persistent-field * @ejb.interface-method view-type="both" * @jboss.jdbc-type VARCHAR * @jboss.sql-type INET

[JBoss-dev] [JBoss JIRA] Updated: (JBBUILD-16) Use component-info to determine source repository information

2005-04-13 Thread Ryan Campbell (JIRA)
[ http://jira.jboss.com/jira/browse/JBBUILD-16?page=history ] Ryan Campbell updated JBBUILD-16: - Description: Allow a component to expose its exports via a component-info.xml which other components will import as dependencies. The cvs repo location, mo

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1655) Add to TransactionImpl a method that enlists a DTM Resource...

2005-04-13 Thread Francisco Reverbel (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1655?page=history ] Francisco Reverbel closed JBAS-1655: Resolution: Done > Add to TransactionImpl a method that enlists a DTM Resource... > --

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: JBoss 4.0.1sp1, EJB-3.0 and Eclipse 3.1M6 Integration

2005-04-13 Thread [EMAIL PROTECTED]
Nice catch Masoud =). I will be updating the jboss-aspect-library-jdk50.jar in 1.5 Milestone 2 which is slated for the 22nd. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873674#3873674 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-dev] [Design the new POJO MicroContainer] - Re: KernelControllerState

2005-04-13 Thread [EMAIL PROTECTED]
The 4.x lifecycle has not been done yet since it requires support from the aop integation. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=59865 or the associated JIRA task: http://jira.jboss.com/jira/browse/JBMICROCONT-23 Please, please, please. It is not my job to continually tell peopl

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

2005-04-13 Thread larsheger
I use the the JBoss AS 4.0.1, MYSQL 4.1 and the Portal 2.0 beta1. I want to use in this system the JBPM 1.0.1 Can I do this? regards Lars View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873756#3873756 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: Which AS to use

2005-04-13 Thread [EMAIL PROTECTED]
You should definitely use JBoss. It is free and the market leader View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873611#3873611 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873611 ---

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1552) JBoss use wrong version of javax.resource.ResourceException class file

2005-04-13 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1552?page=comments#action_12316879 ] Scott M Stark commented on JBAS-1552: - A testJ2EERI141Compatibility has been added to the org.jboss.test.compatibility.test.SerialVersionUIDUnitTestCase to validate the

[JBoss-dev] [Design of JBoss IIOP on JBoss] - Re: IIOP initializing error of JBoss 4.0

2005-04-13 Thread [EMAIL PROTECTED]
Dimitris, please stop answering user questions in the dev forums, especially FAQs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873604#3873604 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873604 --

[JBoss-dev] [JBoss JIRA] Created: (JBREM-101) Fix serialization versioning between releases of remoting

2005-04-13 Thread Tom Elrod (JIRA)
Fix serialization versioning between releases of remoting - Key: JBREM-101 URL: http://jira.jboss.com/jira/browse/JBREM-101 Project: JBoss Remoting Type: Task Components: general Versions: 1.0.2 final

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: [testing with AOP]

2005-04-13 Thread ifrit
well, it may be some malfunction with eclipse, now i can do the interception. it works fine, but i still got a question, is it possible to intercept public static void main(String [] args), for the moment by me it appears as it doesn't work. I'd like to do that to initialize some variables at th

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1319) redeploy causes OutOfMemoryError

2005-04-13 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1319?page=comments#action_12316877 ] Clebert Suconic commented on JBAS-1319: --- Scott wrote: Ok, then no. Is there an example other than the spec ear which demonstrates the issue? > -Original Message-

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1654) Extend TransactionImpl

2005-04-13 Thread Francisco Reverbel (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1654?page=history ] Francisco Reverbel closed JBAS-1654: Resolution: Done > Extend TransactionImpl > -- > > Key: JBAS-1654 > URL: http://jira.jboss.com/jira/browse/JB

[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal + JBoss AS 4.0.1 sp1 bundle

2005-04-13 Thread samfra
Thanks, I can not delete a post in a forum, why ? I've created a message... then I delete it... it says 0 message in the forum, but when I go into this forum, my message is still there... and if I delete it once again the total number of messages is -1 ! does I do something wrong ? View t

[JBoss-dev] [JBoss JIRA] Created: (JGRP-54) Remove flow control from UNICAST (provided by FC)

2005-04-13 Thread Bela Ban (JIRA)
Remove flow control from UNICAST (provided by FC) - Key: JGRP-54 URL: http://jira.jboss.com/jira/browse/JGRP-54 Project: JGroups Type: Task Reporter: Bela Ban Assigned to: Bela Ban Fix For: 2.2.8 Flow contr

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

2005-04-13 Thread [EMAIL PROTECTED]
As i am working on the portal AND jBPM I am interested about what you want to do. My second question is why do you want to use jBPM 1 ? As it is outdated you should use jBPM 2 for production or 3 if you are starting a development. View the original post : http://www.jboss.org/index.html?module

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1676) Exception java.lang.IllegalStateException: clusteredSession.getAttribute.ise when using invalidation/reusing session too often

2005-04-13 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1676?page=history ] Clebert Suconic updated JBAS-1676: -- Summary: Exception java.lang.IllegalStateException: clusteredSession.getAttribute.ise when using invalidation/reusing session too often (was: Exception ja

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

2005-04-13 Thread larsheger
I want to use the jbpm 1, because this version is supported by the gpd regards Lars View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873765#3873765 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873765 ---

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

2005-04-13 Thread [EMAIL PROTECTED]
If you are using the new gpd, you need to go with jBPM 3 and that's what is recommended for new developments AFAIK, there is no gpd for jBPM 2 API. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873769#3873769 Reply to the post : http://www.jboss.org/index.h

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

2005-04-13 Thread [EMAIL PROTECTED]
You should use the new gpd made by Koen for jBPM 3 as an Eclipse plugin if you are doing new development. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873767#3873767 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873

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

2005-04-13 Thread larsheger
I download this file: JBossIDE-1.5M1-jre15-win32.zip Windows Platform. This zip contains a completely self-contained distribution of JBossIDE 1.5 Milestone 1. Eclipse is bundled with this release. This bundle requires a 1.5 JRE and includes our EJB3 Tools. Contains this package not the corr

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

2005-04-13 Thread larsheger
yes, i am doing a new development. this is my plugin in eclpise: org.jbpm.ide.designer_3.0.0 I can use the jBPM 2 regards lars View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873768#3873768 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-dev] [Design of JBoss Portal] - ¿you know?

2005-04-13 Thread porrael
hello i from bogota, colombia i am new in this of jboss portal, congratulations for this porduct. Already installs all the environment for portal, i read JSR-168 document and i understand the structure of portlets. But i have two questions for you: 1. Âyou know some site that this making in jb

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Basic question about WS in jboss

2005-04-13 Thread balteo
Hello, I noticed in the source that there are three top directories related to web services in jboss: -webservice -jboss.net -jaxrpc Can anyone tell me how they relate (or how they differ) to each other?? Thanks in advance, Julien. View the original post : http://www.jboss.org/index.html?module=

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Re: Basic question about WS in jboss

2005-04-13 Thread [EMAIL PROTECTED]
webservice: contains the WS4EE implementation(s) jboss.net: contains the legacy JBoss.NET jaxrpc: is the axis derivative that is shared by both View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873797#3873797 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Re: JBossWS Streaming Implementation Proposal

2005-04-13 Thread [EMAIL PROTECTED]
Jason Greene has brought in a Stax implementation into JBoss HEAD as shown by the following JIRA task: http://jira.jboss.com/jira/browse/JBWS-158 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873801#3873801 Reply to the post : http://www.jboss.org/index.htm

[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: ordered (re) delivery etc.. / ebMS

2005-04-13 Thread [EMAIL PROTECTED]
anonymous wrote : Besides that, I have no idea how the TreeSet would be passed this new comparator, let alone a comnfigurable comparator. | Look at how ReceiversImpl is configured. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873802#3873802 Reply to the

[JBoss-dev] [Design of JBoss Portal] - Re: CMS portlet : 404 error

2005-04-13 Thread jjustice
Sorry I didn't have time to follow up on this yesterday, but here is a little background and what is happening: I am using a non default configuration 'je-default' in a shared installation of JBoss. I am installing from jboss-portal-2.0-beta1-src. I have unzipped cms-content.zip to the data di

[JBoss-dev] [Design of Mail Services] - JBoss Mail Server field reports/case studies

2005-04-13 Thread [EMAIL PROTECTED]
This topic/thread is for users to report their successful uses and use cases of JBoss Mail Server. It is not a topic to post your questions or complaints on (do that in another thread). Good questions to answer What does your JBoss Mail Server-based system do? What does your network/hardware t

[JBoss-dev] [Design of Mail Services] - JBoss Mail Server read this first

2005-04-13 Thread [EMAIL PROTECTED]
This forum is for JBoss Mail Server. It is not for the "server/default/deploy/mail-services.xml" JBossMail client. It is okay to ask user questions about JBoss Mail Server, it is not the place to ask general non-JBoss Mail Server user questions. Because JBMS is still in an early milestone (a

[JBoss-dev] [Design of JBoss Portal] - Re: CMS portlet : 404 error

2005-04-13 Thread [EMAIL PROTECTED]
jjustice, Thanks for the info. The problem may lie in the authorization piece. We haven't tested on Orcale yet, and I don't have a local install handy. After you login, go to the admin page. Tell me what you see there. If you don't see AdminCMS, you aren't really logged in and the problem lies

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Editor doesn't refresh modified file

2005-04-13 Thread mikek753
Hello, Eclipse M5 + jboss-ide M1 When file was modified on disk the editor doesn't refresh / reload file. What I'm missing here? Is it Eclipse M5 related issue? or? thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873821#3873821 Reply to the post :

[JBoss-dev] [Design of JBoss Portal] - hibernate3

2005-04-13 Thread patrickdalla
Does jboss-portal support hibernate3? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873822#3873822 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873822 --- SF em

[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Progress on JMS Facade and questions on tx handling

2005-04-13 Thread timfox
Hi All- I've been working my way through the implementation of JBossMessageProducer, JBossMessageConsumer and JBossSession and have pretty much completed all the "easy stuff" - i.e. implementing the Publish-subscribe and point-to-point interfaces. I've also created quite a few more unit tests

[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Progress on JMS Facade and questions on tx handling

2005-04-13 Thread [EMAIL PROTECTED]
"timfox" wrote : | Looking at the messaging core code I couldn't see any way of telling a Receiver to deliver a bunch of messages as an atomic unit. My knowledge of the messaging core is approaching zero so I could be missing a trick here. | The receive is not a part of the transaction sta

[JBoss-dev] [Design of JBoss Build System] - Re: New Build - Standalone module - multiple builds

2005-04-13 Thread [EMAIL PROTECTED]
One result of not importing a toplevel build is that attributes which were previously set on the toplevel build element now must be set elsewhere. Examples of this are the thirdparty location, implTitle, targetdefs, repository location, etc. For most of these, I have created properties, store

[JBoss-dev] [Design of JBoss Build System] - Re: New Build - Standalone module - multiple builds

2005-04-13 Thread [EMAIL PROTECTED]
Ok. So the problem now is that we need somewhere to specify project defaults, like the repository location and top level release id/version. In some circumstances, you probably wouldn't want the top level defining the version, e.g. aop-1.1 in 3.2.x or 4.0.x is still aop-1.1 You probably still wan

[JBoss-dev] [Design of JBoss Portal] - Re: hibernate3

2005-04-13 Thread [EMAIL PROTECTED]
It uses hibernate 2 bundled with JBoss AS. Hibernate 3 integration within JBoss AS is in progress and as soon as JBoss uses hibernate 3, we will use it. Now if you want to use hibernate 3 with current JBoss Portal there are some things not compatible : the way to get the hibernate session. As we

[JBoss-dev] [Design of JBoss's Web Services Implementation] - XML Schema capabilities

2005-04-13 Thread [EMAIL PROTECTED]
JbossWS Tools project depends on XML Schema immensely. There are two subsystems- JavaToWSDL and WSDLToJava. JavaToWSDL takes in a Service Endpoint Interface(SEI) and generates a WSDL file that can incude one or more XML schema elements. WSDLToJava will read a wsdl document (that includes on

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Re: XML Schema capabilities

2005-04-13 Thread [EMAIL PROTECTED]
Thanks to Jason Greene for pointing this out to me. There is a Eclipse project going on that provides an object graph to create a schema graph and serialize it into a file. http://download.eclipse.org/technology/xsd/scripts/home.php This brings us to a good question: JavaToWSDL uses the Eclip

[JBoss-dev] [Design of JBoss Portal] - Re: CMS portlet : 404 error

2005-04-13 Thread jjustice
Right, after I log in and follow the Admin link, it says I don't have access, so it doesn't appear that I'm actually getting logged in. I suspected this, and that's why I sent you the log fragment, as that would at least confirm that the JBoss Portal code is retrieving the key from the database

[JBoss-dev] [Design of JBoss Portal] - CMS Features

2005-04-13 Thread diyWarrior
Hi, I am searching for an open source CMS and come upon JBOSS but was not able to locate the CMS product features. Could you please point me to the right URL and answer the following questions or any comments would be appreciated. Is JBOSS CMS able to serve the following: send mass email, ad c

[JBoss-dev] [Design of JBoss Portal] - Scheme persistence

2005-04-13 Thread [EMAIL PROTECTED]
I have added persistence for permission scheme. For now they are persisted in the directory data of the application server into serialized objects but this is temporary, it will either move to the database or more probably would be stored into the CMS and serialized in the XML format identical t

[JBoss-dev] [Design of JBoss Portal] - Re: Scheme persistence

2005-04-13 Thread [EMAIL PROTECTED]
Some implementation details : It is heavily based on JBoss Cache which buys replication and persistence. For now persistence is done on the filesystem and the data are stored as serialized objects. I don't like it much because the format for that should be XML. Also storing that on the filesyst

[JBoss-dev] [Design of JBoss Portal] - Re: CMS Features

2005-04-13 Thread [EMAIL PROTECTED]
"diyWarrior" wrote : We are using Websphere Portal and would like to look for a CMS system that could intergrate with Websphere. | Currently, JBoss Portal only runs on JBoss AS. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873849#3873849 Reply to the po

[JBoss-dev] [Design of JBoss Portal] - Re: Scheme persistence

2005-04-13 Thread [EMAIL PROTECTED]
So now we have permissions persistence, but not in a clustered environment? I believe it would be a better idea to store permission configs in the DB, rather than slide. Some people will not implement the CMS or slide at all with the portal, but will still need permissions. View the original p

[JBoss-dev] [Design of JBoss Portal] - Re: CMS portlet : 404 error

2005-04-13 Thread [EMAIL PROTECTED]
Yes, you aren't getting authenticated. Same thing that happened to me. A quick look at your sql brings up something odd. When I look at the md5 hash on mysql, it is not what you are entering. Did you change the passwords? This is what I have for my inserts for both default users: | insert in

[JBoss-dev] jboss-4.0 build.499 Build Fixed

2005-04-13 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050413203755Lbuild.499 BUILD COMPLETE - build.499Date of build: 04/13/2005 20:37:55Time to build: 23 minutes 44 seconds  Unit Tests: (0)  Total Errors

[JBoss-dev] [Design of JBoss Portal] - Re: CMS portlet : 404 error

2005-04-13 Thread jjustice
Aha! Thank you -- now we are making progress. I wondered whether I had used md5sum correctly. Obviously, I didn't. Now I can login, but the CMS Admin Portlet is still empty, and I see the following in the log: 2005-04-13 19:05:26,852 DEBUG [org.jboss.portal.core.impl.preferences.MappedPrefer

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: Editor doesn't refresh modified file

2005-04-13 Thread [EMAIL PROTECTED]
known bug - will be fixed when we start using WTP editors instead. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873861#3873861 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873861 --

[JBoss-dev] [Design of Clustering on JBoss (Clusters/JBoss)] - JBoss Clustering roadmap

2005-04-13 Thread [EMAIL PROTECTED]
I have created under Jira various of tasks that are trying to cpature the current state of the JBoss Clustering. It is still evolving but please take a look. http://jira.jboss.com/jira/secure/BrowseProject.jspa Since clustering is cross-cutting different projects, e.g., ejb3, AS, Hibernate, a

[JBoss-dev] [Design of JBoss/Tomcat Integration] - Re: tomcat 5 + jboss 3.2 problem

2005-04-13 Thread ivylimps
I've got the same exceptions...but with slightly different deployment. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873869#3873869 I simply drag the ear file into the deploy directory. It works wonderfullybut it gave me this exceptions all of a sudden. View the original post :