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 :
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
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
--
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
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
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
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
"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
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
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
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
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
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
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
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
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
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
"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
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
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
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 :
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
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
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
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
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
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
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
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=
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
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
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
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
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
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
---
[ 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
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
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
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
[ 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
[
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-
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
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
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
--
[
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
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
---
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
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
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
[ 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...
> --
[ 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
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
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
[ 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
>
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
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
[ http://jira.jboss.com/jira/browse/JBAS-1673?page=history ]
Adrian Brock reassigned JBAS-1673:
--
Assign To: Adrian Brock
> ClassCastException in JmsActivation in setupQueueConnection
> ---
>
>
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
[ 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
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
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
[ 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
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
63 matches
Mail list logo