[jboss-user] [JBoss Portal] - Accessing portal content with bookmarkable URLs+Parameters

2008-02-27 Thread jvence
I know that this topic has been addressed in the past but it seems that most 
threads deal with older versions of JBoss and Portal.

I want to: Allow users to bookmark pages URL with parameters

So for example: 
http://localhost:8080/portal/portal/default/Community?topic=2323

Will load the Community page showing content related to topic 2323.

My questions is how do I pass these parameters to a portlet residing on the 
'Community' page. 

Websphere seems to have developed a custom-made URI resolver (see 
http://www.ibm.com/developerworks/websphere/library/techarticles/0710_koeth/0710_koeth.html)
which also simplifies the bookmarkable URL.

Anything like that exists for JBoss+Portal

Thanks,

Jean

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4132733#4132733

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132733
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - CMS does not support some foreign languages?

2008-02-25 Thread jvence
I am trying to create an arabic version of a CMS content file but every time I 
try to save it, all arabic letters are converted to '?'. It pastes it fine but 
once saved, everything is converted to questions marks.

My db characterset is utf8 and I am able to manually insert records with arabic 
data.  

I thought that Tiny MCE was to blame but the problem even occurs when I don't 
use the WYSIWYG editor. Also tried it with different browser where I force it 
to use Arabic character encoding.

You can test it by trying to paste some content from this site 
http://news.bbc.co.uk/hi/arabic/news/
and you will see what I mean.

Anyone have any idea on why this is happening?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4131911#4131911

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131911
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: CMS does not support some foreign languages?

2008-02-25 Thread jvence
[EMAIL PROTECTED] wrote : jvence-
  | 
  | What OS is your Portal server running on?
  | 
  | If you are running Portal on a Windows Box try the following:
  | -Dfile.encoding=UTF-8 as a JVM parameter to the application server
  | 
  | On Windows JVM the default encoding is not UTF-8. On Linux everything works 
just fine out-of-the-box
  | 
  | Also see here for any clues: http://jira.jboss.com/jira/browse/JBPORTAL-1727
  | 
  | Thanks

You are right it works fine on Linux. Must be a Mac issue. I will play with the 
 file.encoding param. Thanks for your help

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4131931#4131931

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131931
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: CMS does not support some foreign languages?

2008-02-25 Thread jvence
[EMAIL PROTECTED] wrote : jvence-
  | 
  | What OS is your Portal server running on?
  | 
  | If you are running Portal on a Windows Box try the following:
  | -Dfile.encoding=UTF-8 as a JVM parameter to the application server
  | 
  | On Windows JVM the default encoding is not UTF-8. On Linux everything works 
just fine out-of-the-box
  | 
  | Also see here for any clues: http://jira.jboss.com/jira/browse/JBPORTAL-1727
  | 
  | Thanks

Thanks Sohil, 

I am running it on Mac OS 10.5.2 with JVM 1.5.0 - 
Tried specifying -Dfile.encoding=UTF-8  with no success.
Any ideas,

Thank you,

Jean

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4131927#4131927

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131927
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: HOW to change Locale in Program?

2008-02-22 Thread jvence
zaza wrote : Thx for your reply. 
  | 
  | But could you tell me how to adapt or change the class LocaleInterceptor?
  | (if i want to store it in session)
  | 
  | 
  | Thx 

Did you ever to get this working? Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4131538#4131538

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131538
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Localization bug in 2.6.x?

2008-02-21 Thread jvence
I've been trying everything to localize Jboss portal in different languages but 
have come across a weird problems where some language are not supported 
properly. I have posted and reported the bug with no success...

I tried looking at http://portal.demo.jboss.com/ (which is running 2.6.4), 
selected Portuguese Brazilian for the 'user' locale but everything appears in 
English (the source code indicates that a localized Resource_pt_BR resource 
file does exist and that it has been declared as a supported language). 

As I said some languages work but others (like arabic) do not. And yes I did 
add   supported-localear/supported-locale to the correct section within 
the portlet.xml file.

Has anyone else have problems with localization?

Thanks

Jean

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4131102#4131102

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131102
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Localization bug in 2.6.x?

2008-02-21 Thread jvence
I have spent hours trying to figure this out and there really seem to be a 
problem. Is there a guide somewhere?

If you have 5 minutes, look at http://jira.jboss.com/jira/browse/JBPORTAL-1895
and try to reproduce it. You will see that something is wrong.

It's very simple to reproduce:

1. Addsupported-localear/supported-locale  to portlet.xml
2. Identity_fr.properties to Identity_ar.properties (use fr just to test 
obviously)
3. Recompile and deploy

You will see that if you select Arabic, the UserIdentityPortlet is displayed in 
English rather then French. Is it possible that this has to do with the JVM not 
supporting ALL languages. I noticed that UserIdentityPortlet displays a list of 
all languages in the user's specified locale. 

I'm at a complete loss. Any help would be greatly appreciated...
Jean





[EMAIL PROTECTED] wrote : I don't think we provide pt_BR localization for 
some parts, the most translated parts are in french and Italian thanks to 
contributors.
  | 
  | For pt_BR we have the previous UserPortlet which is translated partly, but 
that's about it.
  | 
  | All the localization is the same mechanism for all languages. There is just 
no translations for every languages and every parts.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4131156#4131156

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131156
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Localization bug in 2.6.x?

2008-02-21 Thread jvence
That solved it. Thank you for looking into this and solving the issue. You guys 
have done a tremendous job providing a great product.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4131260#4131260

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131260
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Forwarding specific URL to different jBoss portals instances

2008-01-10 Thread jvence
Is there anyway to customize jboss portal to forward different URLs to specific 
 subportals. The idea is to create different websites (portals) all running on 
the same instance of jboss Portal. So mysite1.com would point to portal named: 
mysite1 and mysite2.com would point to portal mysite2.

The most important thing is that this is propagated while the user navigates 
the portal.

Many thanks for a great product,

Jean

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4118587#4118587

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118587
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: IdentityUserPortlet not picking up localized resource fi

2007-11-27 Thread jvence
emuckenhuber wrote : I tried that again, but unfortunately could not 
reproduce your problem.
  | 
  | All i did was creating the new bundle file, re-deployed the 
core-identity.sar, changed the users Locale, Logout, Log in again and it was 
working as expected.

I got it working with french but for some reason Arabic doesn't work. It simply 
doesn't pick up the resource file. If you copy the Identity.properties to 
Identity_ar.properties, modify a few pairs (to make sure it's picking up the 
right properties file), make the necessary config changes and redeploy. It 
won't pick it up. 

I have feeling it has to do with the country list not available in Arabic; 
perhaps it is not supported by the JVM? Any ideas?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4108078#4108078

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108078
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: IdentityUserPortlet not picking up localized resource fi

2007-11-22 Thread jvence
emuckenhuber wrote : Basically not all portlets are translated in every 
language. And only adding supported-localefr/supported-locale does not help 
much if no French translation is present ;) 
  | 
  | Anyway - as far as i can remember someone from the community provided some 
translations for the IdentityPortlets and therefore a French translation will 
be available in the next release of JBoss Portal.
  | 
  | Emanuel

Thanks for your answer but I failed to mention that I did create an 
Identity_fr.properties files containing all necessary translations... The 
portlet is just not showing any of the translated strings (instead it it 
defaulting to English). It's a rather strange problem.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4106978#4106978

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106978
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: IdentityUserPortlet not picking up localized resource fi

2007-11-22 Thread jvence
[EMAIL PROTECTED] wrote : Next time, please think about contributing, it 
would have save Luc some time to do the translation as well, he could have work 
on another portlet and everybody could have benefit from that.
  | 
  | Anyway, Luc's contribution is already integrated and will be part of 2.6.3

You're not addressing the issue here. Firstly, this was just done and secondly 
the issue is about IdentityUserPortlet not loading the appropriate resource 
file.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4107075#4107075

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4107075
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Creating a page that is not displayed in Portal Tabs

2007-11-21 Thread jvence
[EMAIL PROTECTED] wrote : What is the use case?

Use case is that we want to create a public profile page (that receives a user 
id parameter) and displays a public profile of a user. It will contains a bunch 
of portlets displaying info related to that user.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4106661#4106661

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106661
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Localizing Tab that has spaces in its name

2007-11-21 Thread jvence
I know how to localize a tab by modifying the Resource_xx.properties file as 
such:
PAGENAME_News=News 

but how do I do it with a tab that has a space in its name such as My Account

Tried all possible combination and it did not work
PAGENAME_My Account=My Account
PAGENAME_My_Account=My Account 
PAGENAME_MyAccount=My Account 

Any ideas?

Thanks

Jean

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4106683#4106683

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106683
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - IdentityUserPortlet not picking up localized resource file

2007-11-21 Thread jvence
I've added the following to the correct section defining IdentityUserPortlet in 
portlet.xml:

supported-localeen/supported-locale
supported-localefr/supported-locale
resource-bundleIdentity/resource-bundle

When I click on IdentityUserPortlet in the Portlet Definition section, I can 
see that it supports both en and fr...

but when I log in with a user that has set his locale to 'fr' everything is 
translated (tabs, etc) except the IdentityUserPortlet.

Is this a bug?

Thanks
Jean

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4106779#4106779

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106779
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Creating a page that is not displayed in Portal Tabs

2007-11-20 Thread jvence
Is it possible to create a page containing different portlets but that is not 
displayed as one of the tabs but still accessible directly through a URL? 

I tried using an empty parent-ref/ but JBoss portal didn't like that.

Thanks

Jean

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4106268#4106268

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106268
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Creating a page that is not displayed in Portal Tabs

2007-11-20 Thread jvence
Thanks for your reply I will give it a try. You would think that there's an 
easy way to do this. Another approach, would be to create a different portal 
and create a page in that portal and then load that page whenever necessary. 
THe problem with this approach is that when the page is loaded the Tabs are 
different from the ones from the main portal.

Anyone else has any idea?

Jean

Soon5 wrote : Hy,
  | 
  | I have a kind of hack idea, but it should work.
  | 
  | Go to the $PORTAL-WAR\portal-core.war\WEB-INF\jsp\header Folder and open 
the tabs.jsp File. That File renders the Tabs. You will find some loops over 
iterators there. You could compare the name of the Page with your hidden one, 
and ignore the render process.
  | 
  | Greetings
  | Soon5

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4106601#4106601

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106601
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: javascript in html files

2007-10-28 Thread jvence
Any answer to this? I'm also trying to put JSP code within a CMS file but it 
gets converted:
%out.println(session=+session); %

becomes

lt;%out.println(quot;session=quot;+session); %gt;


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4099643#4099643

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099643
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Forcing locale

2007-10-23 Thread jvence
Is there anyway to force a specific locale to load when a user first enters the 
portal. Something like http://localhost:8080/portal?locale=fr would force the 
French locale to be used.

Also, is there anyway to dynamically change the locale by setting some variable 
so that the user does not have to go in his profile to specify the locale  . 
For example; the way this would work is that we would have an entry page with 
flags, when the user click on a specific country flag, the locale is set 
automatically for that user.

Many thanks,

Jean

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4097710#4097710

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4097710
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Problems with upgrade to jboss-portal-2.6.2

2007-10-23 Thread jvence
It seems that there are some missing classes such as:

java.lang.NoClassDefFoundError: org/jboss/portal/search/SearchFederated
(Could not find SearchFederated under 2.6.2 while it is found under 2.6.1)

10:51:54,147 ERROR [[/portal-admin]] 
org/jboss/portal/bridge/JBossServletContextProvider
java.lang.NoClassDefFoundError: 
org/jboss/portal/bridge/JBossServletContextProvider

Any ideas?

Jean



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4097724#4097724

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4097724
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - No such portlet /portal-cms.CMSPortlet

2007-10-23 Thread jvence
I am getting an error when trying to add CMS content to a page in 
jboss-portal-2.6.2.GA:

14:08:29,620 ERROR [STDERR] org.jboss.portal.portlet.NoSuchPortletException: No 
such portlet /portal-cms.CMSPortlet
14:08:29,621 ERROR [STDERR] at 
org.jboss.portal.portlet.container.PortletContainerInvoker.getPortlet(PortletContainerInvoker.java:179)
14:08:29,621 ERROR [STDERR] at 
org.jboss.portal.portlet.state.producer.ProducerPortletInvoker.getPortlet(ProducerPortletInvoker.java:186)

I tried did clean rebuild (as I was using jboss-portal-2.6.1) - Is there 
anything else that I need to do?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4097817#4097817

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4097817
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: JBoss Portal why not support chinese?

2007-10-23 Thread jvence
[EMAIL PROTECTED] wrote : Do you mind providing a patch that would help the 
others ? 
  | AFAIK, the CMS is now fully supporting any language (after several bug 
fixes) maybe we left something out.

I'm having the same problem. Create an arabic file using CMS. And when I paste 
arabic letters they look good, but once saved everything is converted in to 
?

Try with the following:

_ASREGISTERED=??  ? ??? ? ? ?
_BLOCKNICKNAME=??? 
_BLOCKPASSWORD=
 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4097911#4097911

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4097911
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Portal in Arabic

2007-10-21 Thread jvence
Does anyone know if the JBoss portal has been localized in Arabic. If not, is 
it possible to translate it into Arabic (given that the text is written from 
right to left).
Many thanks.

Jean

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4097264#4097264

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4097264
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Roller Blog

2007-09-14 Thread jvence
Has anyone managed to get roller working under Jboss? I would appreciate any 
info on this matter as I am struggling with it myself.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4084630#4084630

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084630
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Blog Portlet

2007-09-13 Thread jvence
Has anyone successfully deployed the Blog portlet with JBP 2.6.1? I'm having 
some problems with missing JSF support jars and was wondering where can I read 
documentation or get help?
Thanks
Jean

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4083990#4083990

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4083990
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Cannot install Blogs

2007-08-31 Thread jvence
I keep getting this error when trying to deploy jboss-blog-preview (by copying 
the sar folder to the deploy directory. I have also installed forums and 
suspect that there's a conflict. 

21:39:09,669 ERROR [MainDeployer] Could not create deployment: 
file:/Applications/dev/java/jboss-4.2.1.GA/server/default/deploy/jboss-blog.sar/
org.jboss.deployment.DeploymentException: Trying to install an already 
registered mbean: 
org.jboss.security.acl.AclKernelFactory:service=aclKernelFactory
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:103)
at 
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:449)
at 
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
at 
org.jboss.system.ServiceController.install(ServiceController.java:226)
at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.install(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:249)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy9.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)

Try to comment out the mbean declaration in jboss-service.xml but that gave:
22:21:21,161 ERROR [[/jboss-blog]] Error configuring application listener of 
class org.apache.myfaces.webapp.StartupServletContextListener
java.lang.ClassNotFoundException: 
org.apache.myfaces.webapp.StartupServletContextListener

Anyone has a solution?

Many thanks

Jean

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4080185#4080185

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080185
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Cannot build jboss-portal-2.6.1.GA-src

2007-08-29 Thread jvence
I am following the instructions in the reference guide. I go to [src]/core
and when I run build, I get the following error:

Buildfile: build.xml
/Users/me/dev/project/jboss/trunk/jboss-portal-2.6.1.GA-src/tools/etc/buildfragments/tools.ent
 could not be found

BUILD FAILED
java.io.FileNotFoundException: 
/Users/me/dev/project/jboss/trunk/jboss-portal-2.6.1.GA-src/tools/etc/buildfragments/tools.ent
 (No such file or directory)

Indeed the file in question is not where it's suppose to be. Anyone else having 
problems?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4079192#4079192

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4079192
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Cannot deploy HelloWorldIPC sample demo

2007-08-28 Thread jvence
Trying to deploy HelloWorldIPC demo and I get this error - I'm running a 
standard edition of JBoss Portal 2.6 + JBoss:

19:23:41,874 INFO  [TomcatDeployer] deploy, ctxPath=/helloworldipcportlet, 
warUrl=.../tmp/deploy/tmp21032helloworldipcportlet.sar-contents/helloworldipcportlet-exp.war/
19:23:50,200 INFO  [STDOUT] [EMAIL PROTECTED]:[EMAIL PROTECTED]
19:23:50,205 INFO  [STDOUT] [EMAIL PROTECTED]:[EMAIL PROTECTED]
19:23:50,212 INFO  [STDOUT] [EMAIL PROTECTED]:[EMAIL PROTECTED]
19:23:50,236 ERROR [PortalPermissionCollection] Permission check against the 
repository failed
org.hibernate.HibernateException: Unable to locate current JTA transaction
at 
org.hibernate.context.JTASessionContext.currentSession(JTASessionContext.java:61)
at 
org.hibernate.impl.SessionFactoryImpl.getCurrentSession(SessionFactoryImpl.java:544)
at 
org.jboss.portal.core.impl.model.portal.PersistentPortalObjectContainer.getObjectNode(PersistentPortalObjectContainer.java:242)

Cannot anyone provide assistance with getting this demo working. Thanks.

Jean


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4078960#4078960

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078960
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Release

2007-08-26 Thread jvence
Where can I found the JBoss Portal API? Looked everywhere on the site for it.
Thanks


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4078205#4078205

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078205
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user