[jboss-user] [JBoss jBPM] - Re: Eclipse 3.2 and jBPM

2007-02-21 Thread Pavan Kumar
I dont have an idea whats the difference in 3.1 and 3.2. But the following worked for me to use the process designer plugin in eclipse. Eclipse Version used - eclipse-3.2 jBPM Process Designer plugin - jbpm-jpdl-designer-3.1.0alpha2 I have just copied the features and plugins from the jbpm-jpdl

[jboss-user] [JBossWS] - Re: WebService response problem

2007-02-21 Thread omatzura
Hi, hmm... maybe this is happening because you are using jdk 1.6.. can you try running jboss under jdk 1.5 instead? regards again, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020430#4020430 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: Setting a

2007-02-21 Thread [EMAIL PROTECTED]
Everbody has different requirements what "currently logged in user" means in their application. The Seam identity component handles two very well defined concerns: principal and subjects. If you want a "displayName", and I want a "my.User" available after login, we should outject it into the SE

[jboss-user] [J2EE Design Patterns] - Creation of userdefind portlet container

2007-02-21 Thread chandanmohanty
Hi All, I could able to run a simple "HelloWorldPortlet" portlet example shown in http://www.caucho.com/resin-3.0/portlet/tutorial/basic.xtp I first copied the "HelloWorldPortlet.zip" in the JBOSS_HOME\server\default\deploy directory , then run as http:\\localhost:8080\portlal. It's now showing

[jboss-user] [JNDI/Naming/Network] - Re: JNDI look up of remote interface is not working

2007-02-21 Thread [EMAIL PROTECTED]
Hi Peter Johnson, I would like to share the solution to get around the problem which i have mentioned in my post. You also need to add /usr/local/jboss-4.0.4.CR2/client/jboss-ejb3-client.jar apart from other necessary jar in your client class path. Cheers !!

[jboss-user] [JBoss Seam] - Re: Error while doing: seam generate-entities

2007-02-21 Thread [EMAIL PROTECTED]
This was already solved in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020425#4020425 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020425 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: Server Configuration for none database

2007-02-21 Thread jwenting
no, it's not. A database is REQUIRED for JMS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020422#4020422 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020422 ___ jboss-use

[jboss-user] [JBossWS] - NoSuchMethodError on TypeBinding.setBeforeMarshallingCallbac

2007-02-21 Thread joshlam
Hi, I have created a web service using jbossws and hosted on jboss-4.0.5.GA on WinXP and with the wstool generated the client artifacts. No problem invoking the web service using SOAPUI tool. But when I tried to execute the client code, upon call Service service = serviceFactory.createServic

[jboss-user] [Installation, Configuration & Deployment] - classloader differences from 4.0.3.SP1 to 4.0.5.GA

2007-02-21 Thread paulsson
Hello, I have noticed a difference between 4.0.3.SP1 and 4.0.5.GA classloaders for EARs that have WARs packaged inside of them. The problem affects where the classloader for the WAR looks for its classes. Under 4.0.3.SP1 I can package an EAR w/ the following structure (which works fine):

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging 1.2.0.CR1 Released

2007-02-21 Thread [EMAIL PROTECTED]
Thanks I will add this observation to the GA release notes. We have this http://jira.jboss.org/jira/browse/JBMESSAGING-725, which will insure the build process fails quicky and with a self-explanatory message if ant is too old. Better yet, we should ship our own embedded ant. I don't know if t

[jboss-user] [JBoss Seam] - Error while doing: seam generate-entities

2007-02-21 Thread eeckmann
[hibernate] 2. task: generic exportertemplate: view/list.xhtml.ftl [hibernate] Feb 22, 2007 12:06:17 AM freemarker.log.JDK14LoggerFactory$JDK14Logger error [hibernate] SEVERE: [hibernate] Expression property.value.typeName is undefined on line 30, column 6 in view/list.xhtml.f [hibernate] The pr

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging 1.2.0.CR1 Released

2007-02-21 Thread bander
Just a quick note to mention the installation process now requires Ant 1.6.3 or higher. Our project is using Ant 1.6.2 and I received the following error: C:\jboss-messaging-1.2.0.CR1\util\release-admin.xml:45: The following error occurred while executing this line: C:\jboss-messaging-1.2.0.CR1

[jboss-user] [JBoss Seam] - Load messages from Database example

2007-02-21 Thread supernovasoftware.com
I decided that I would like to store my application messages in the database and I came up with the code shown below. I extended org.jboss.seam.core.ResourceBundle and override protected java.util.ResourceBundle loadBundle(String bundleName) ApplicationMessage is just an entity I created tha

[jboss-user] [JBoss Seam] - Re: Setting a

2007-02-21 Thread MikeDougherty
"[EMAIL PROTECTED]" wrote : Identity is the wrong place for this, it is purely concerned with authentication and only contains principals it needs to authenticate. Using a session-scoped component is perfectly valid for displaying the user's full name. The authenticator is what is concerned ab

[jboss-user] [JBoss Messaging] - Re: Connecting to two JBoss messaging servers causes interfe

2007-02-21 Thread bander
After some re-testing of this issue I can confirm it is still present. I've developed a new test case that creates a message producer and consumer on two separate JBoss Messaging servers. By continually shutting down and restarting each JBoss Messaging server I can eventually cause the shutting

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-21 Thread [EMAIL PROTECTED]
Seam uses Log4J for logging. It is kinda tough to get Log4J working in Glassfish. Maybe this thread would help: https://glassfish.dev.java.net/servlets/ReadMsg?list=users&msgNo=590 As for your original problem, have you tried the "examples/glassfish" example app? Does it display the messages in

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-21 Thread trouby
Which should be located where? Does Seam use Jboss's log facilities? under GF I cant see any seam logs files, nor any seam logging via server logs. thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020390#4020390 Reply to the post : http://www.jboss

[jboss-user] [JBoss Portal] - Not login in admin page

2007-02-21 Thread works
hi there. I set the users and roles using my database(MSQLSERVER). I use DatabaseServerLoginModule. I create roles: Admin JBossAdmin Administrators others... i create a user where his login is 'root' and password is 'senha1', with A

[jboss-user] [JBoss jBPM] - Re: Invoke an external web service

2007-02-21 Thread [EMAIL PROTECTED]
Apparently you did not define a < serviceCatalogs > element in your bpel-application.xml. In order to invoke an external service you need to point to its WSDL document from the service catalog. See the user guide for examples. View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Beginners Corner] - Re: Server Configuration for none database

2007-02-21 Thread okashita
"PeterJ" wrote : If you plan to use JMS, you have to use a database, whether the embedded HSQLDB (not recommended) or an external database (such as MySQL). Thank you for your comment. but I guess it's remove hsqldb-ds.xml and delete related datasource definition line for ejb from *.xml and I use

[jboss-user] [JBoss jBPM] - Re: Help: BPEL: Invoke external web service

2007-02-21 Thread [EMAIL PROTECTED]
Invoking a web service deployed in a different host is no different than invoking one deployed in the local host. It is just a matter of referencing the remote WSDL document from your service catalog instead of referencing a local document. That said, here is what I would do: Save the external

[jboss-user] [EJB 3.0] - Re: -Error installing to Instantiated: name=jms-rar-Deployme

2007-02-21 Thread [EMAIL PROTECTED]
solved it OMG... Forget about the changes in jboss-jms-beans.xml above. I thought there is a failure like the "xAConnectionJNDIRef"-property in ALPHA_8 and this could be the cause for the NPE. I use JUnit 4.1 and JBoss_Embeddable_ALPHA_9 with /conf and the jars in /lib in the classpath. I only

[jboss-user] [JBoss Seam] - Re: EL in pages.xml (i18n)

2007-02-21 Thread monkeyden
sweet, thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020362#4020362 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020362 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [JBoss Portal] - Re: IPC WindowActionEvent getParameters()

2007-02-21 Thread jonnydscott
Thanks for your response Thomas. I give up! But better things will follow - I'm sure! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020361#4020361 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020361

[jboss-user] [JBoss Seam] - Re: EL in pages.xml (i18n)

2007-02-21 Thread [EMAIL PROTECTED]
Excuse me. What he said, of course. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020356#4020356 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020356 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: EL in pages.xml (i18n)

2007-02-21 Thread fernando_jmt
Sure, there is a way. | | | | #{messages['Security.accessDenied']} | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020355#4020355 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Entities Get Updated--Screen Doesn't (Usually)

2007-02-21 Thread gzoller
I'm having a strange problem where particular entity changes are not (usually) being reflected on my screens. I start with a vanilla seam-gen application that generates these artifacts: | DepartmentList.xhtml (main application screen) | DepartmentList.page.xml | ProjectList.xhmtl (List

[jboss-user] [JBoss Portal] - Re: IPC WindowActionEvent getParameters()

2007-02-21 Thread jonnydscott
OK - going to sleep ;_-) Broken View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020352#4020352 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020352 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Re: EL in pages.xml (i18n)

2007-02-21 Thread [EMAIL PROTECTED]
The code you just wrote will work, AFAIK. Did you try it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020350#4020350 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020350 _

[jboss-user] [JBoss Portal] - Re: IPC WindowActionEvent getParameters()

2007-02-21 Thread jonnydscott
omg - forget it. I am stubborn and willful. No wonder people get nervous when they offer me projects. ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020349#4020349 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020

[jboss-user] [JBoss Seam] - EL in pages.xml (i18n)

2007-02-21 Thread monkeyden
It would be nice to be able to get a message from messages_en.properties (possibly by EL) when an exception occurs, as in the following example: | | | | The docs have hardcoded messages and I didn't see anything in the DTD that would allow it. Does this feature of

[jboss-user] [JBoss and NetBeans] - Re: NamingException: Could not dereference object - EJB 3.0

2007-02-21 Thread htran_888
Hi, I managed to overcome this issue by carrying out the the following changes which worked on Sun System Java Application Server PE 9.0 only: ( i ) Re-create a single titan ejb project to include all 3 session beans (TravelAgent, TransactionPersistenceContext, ExtendedPersistenceContext) & 1

[jboss-user] [JBoss Portal] - Re: IPC WindowActionEvent getParameters()

2007-02-21 Thread jonnydscott
Yeah - I understand I'm flogging a dead horse - but we have a heavily used production server and the idea of upgrading is scary - so many things could go wrong. Any chance you could have a word with Roy? Just want an interim - for the next month or two. Till we get our stupid arses together. Hel

[jboss-user] [EJB 3.0] - Re: NamingException: Could not dereference object - EJB 3.0

2007-02-21 Thread htran_888
Hi, I managed to overcome this issue by carrying out the the following changes which worked on Sun System Java Application Server PE 9.0 only: ( i ) Re-create a single titan ejb project to include all 3 session beans (TravelAgent, TransactionPersistenceContext, ExtendedPersistenceContext) & 1

[jboss-user] [JBoss Seam] - Re: Feature request - @InOut

2007-02-21 Thread monkeyden
Where do I sign up for the hot @Bi action? (@Bidirectional or @Bijected if you prefer) +1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020340#4020340 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020340 __

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-02-21 Thread [EMAIL PROTECTED]
I didn't follow the whole thread, i just fixed the quote in td typo. It will be part of the nightly build, and of course in the coming Beta release. You can update from SVN as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020339#4020339 Reply to the p

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-02-21 Thread freeportpa
Great thanks! Will I need to fix it manually until the next release or will the release be patched? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020337#4020337 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020337 _

[jboss-user] [JBoss Seam] - Re: Feature request - @InOut

2007-02-21 Thread patrick_ibg
How about one of the following: @Contextual @Scoped @ContextVariable @ScopedVariable @SeamVariable Or replace *Variable with *Value or *Object or *Bean View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020336#4020336 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-02-21 Thread [EMAIL PROTECTED]
Just fixed, thanks ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020333#4020333 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020333 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Seam] - Re: Identity.login adds a hardcoded message

2007-02-21 Thread tarantula
Hey guys, When you say configurable does this mean the Identity.instance().login() message can be disabled? If so, how? I would like to stick to the Identity API for security but not if it adds a Faces message when one is not needed and leaves me no option to suppress it. Since the message is

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-02-21 Thread woxster
I have just downloaded the Portal 2.6-APLHA2 version and experienced the same problem as described here. The problem was related to a faulty td tag surrounding the Description field in the create.jsp file. | ${n:i18n("CMS_DESCRIPTION")}: | Correcting the tag in create.jsp solved the pr

[jboss-user] [JBossWS] - Re: WebService response problem

2007-02-21 Thread nean
all kind of request do this kind of error, a simple SOAP one like a client one. But for exemple with the SAOPUI view i created from the wsdl link this request : http://schemas.xmlsoap.org/soap/envelope/"; xmlns:urn="urn:ejb"> | | | | this is me | |

[jboss-user] [JBoss Seam] - Seam Security demo on GlassFish

2007-02-21 Thread wstrange
After some tweaking, I managed to get the Seam security stuff working with GlassFish. You can download the sample project from http://blogs.sun.com/warren/. The major changes: # Your web.xml needs a ejb-ref definition to the new Authenticator bean # Seam security requires a drools securtyRule

[jboss-user] [JBoss Seam] - Re: Are the el-*.jars still needed under Glassfish?

2007-02-21 Thread wstrange
Hi Gavin The examples/glassfish demo does not work with the new Seam security model. In my quest to figure out what the heck was wrong, I tried to trim back the included jar files (OK, maybe a bad strategy - but I thought there might be some conflicts with the GlassFish jars). Anyways - afte

[jboss-user] [JBossWS] - Re: WebService response problem

2007-02-21 Thread omatzura
Hi! hmm.. can you show one of the requests that results in this error? regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020320#4020320 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020320 ___

[jboss-user] [JBossWS] - WebService response problem

2007-02-21 Thread nean
Hello First my configuration is like : - jbossIDE 2 beta 2 bundle (eclipse) - jboss 4.0.5 - jdk 1.6 I'm trying to complete a EJB/web service project, but to test W.S i tried this tutorial : http://www.soapui.org/jbossws/annotations_example.html i did all well normaly, i obtain the wsdl file .

[jboss-user] [JBoss Seam] - Re: ResourceServlet with injection

2007-02-21 Thread dilator
Yeah i quite agree, I was just poking around really which made me think :) I was only really interested in injection because it looks neat... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020309#4020309 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [Management, JMX/JBoss] - Re: Connect to jmx server of JBoss 5.0 beta

2007-02-21 Thread genman
What are the exceptions? Did JConsole (JMX client) not work for you? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020301#4020301 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020301 _

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Message is redelivered more than once if MDB takes too l

2007-02-21 Thread genman
I would try using container-managed transactions. What is the behavior then? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020300#4020300 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020300 __

[jboss-user] [Beginners Corner] - Re: JBOSS SEAM and JavaScript

2007-02-21 Thread genman
Have you checked "view source" on your browser? Use the JavaScript console to see if your function is registered or not. Could be an HTML issue... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020298#4020298 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [Beginners Corner] - Re: Cannot start jboss on windows

2007-02-21 Thread genman
Is your log4j.xml file the same as in the distribution? What is in jboss/default/log/server.log ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020295#4020295 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020295

[jboss-user] [Messaging, JMS & JBossMQ] - Re: unable to receive message from queue in a MDB

2007-02-21 Thread genman
Are you connecting remotely? It seems your client is having difficultly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020294#4020294 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020294 __

[jboss-user] [JBoss Portal] - Re: IPC WindowActionEvent getParameters()

2007-02-21 Thread [EMAIL PROTECTED]
Sorry i don't know the status of our IPC solution, it will change once the portlet 2.0 spec that implements it is done. You should get some sleep anyway ;) me too actually :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020291#4020291 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jpdl-3.2.Beta2: how to access variable from task form in

2007-02-21 Thread avbentem
"kukeltje" wrote : I somehow in the back of my mind knew about this table not being used anymore. Well, in fact this is documented in the release notes, which even state that one could remove that table altogether when also cleaning up the Hibernate definitions. However, the lines of code to all

[jboss-user] [JBoss Seam] - Re: Are the el-*.jars still needed under Glassfish?

2007-02-21 Thread [EMAIL PROTECTED]
Why didn't you just run examples/glassfish, instead of hacking? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020289#4020289 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020289 ___

[jboss-user] [JBoss Portal] - Re: IPC WindowActionEvent getParameters()

2007-02-21 Thread jonnydscott
Not that I've gone mad and am talking to myself or anything. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020287#4020287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020287 __

[jboss-user] [JBoss Portal] - Re: IPC WindowActionEvent getParameters()

2007-02-21 Thread jonnydscott
btw - I'm not doing this out of stubborness. The reason I'm doing it is because we have an app in the portal with a menu on the left that determines what gets displayed in the centre. But when it comes to people clicking on reports I want the centre portlet in a maximized window state - and it'

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Validation Exception caused by @Length and @Enumerated

2007-02-21 Thread gzoller
Hello, I'm having problems with an entity field of enum type: | @Entity | @Table(name = "project") | public class Project implements java.io.Serializable { | | public static enum PROJ_STATUS { Requested, Rejected, Approved, Paused, Canceled, Working, D | one }; | |

[jboss-user] [JBoss Portal] - Re: IPC WindowActionEvent getParameters()

2007-02-21 Thread jonnydscott
All I can think is that this is a compatiblity issue between the jboss server and portal that we're using, in terms of IPC. Either that or I'm doing something really stupid, which is not unheard of. Please help if you can. Just tell me I'm stupid so I can give up and go to sleep. View the origina

[jboss-user] [EJB 3.0] - Custom LoginModule and ClassCastException

2007-02-21 Thread edek5472
Hi, I wrote my own login module for operating on user accounts as beans. After JBoss restart everything is fine, but after I reload my EAR the following appears java.lang.ClassCastException: $Proxy94 | at ms.gpw.login.impl.LoginPasswordLoginModule.login(LoginPasswordLoginModule.java:70)

[jboss-user] [JBoss Portal] - Configuring JBoss Portal with JBPM

2007-02-21 Thread barroww
Hello, I am working on a project where we want to use the latest version of JBoss Portal (currently 2.6-ALPHA2) along with the latest version of JBoss JBPM (currently 3.2-Beta2). I have create a JBoss app-server configuration which includes JBoss Portal and a simple WAR file application which

[jboss-user] [EJB 3.0] - Re: Strange enum-related transaction exception

2007-02-21 Thread gzoller
Update: I traced this to a failed validation in Hibernate. I'll post details on that forum instead. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020278#4020278 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020278

[jboss-user] [EJB 3.0] - Re: Annotations with interceptor behavior

2007-02-21 Thread [EMAIL PROTECTED]
did you add it to your ejb-jar.xml? Bill's book has examples on how you add them to your XML descriptor. I use this custom interceptor stuff with JBoss EJB3 and it works wonderfully :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020276#4020276 Reply to

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

2007-02-21 Thread [EMAIL PROTECTED]
Pretty please open a new thread for new issues. I would say that you could opoen a Jira issue for the blog portlet, but in the issue you should reference the forum topic so that we keep the context. Here the thread is way too long to be usable. View the original post : http://www.jboss.com/ind

[jboss-user] [Clustering/JBoss] - Re: Clustering / Multicast routing

2007-02-21 Thread [EMAIL PROTECTED]
If the IP passed to -b is not the one you want JGroups to use, specifying it in cluster-service.xml will not work unless you are using JGroups 2.2.8 or later and you pass a special 'ignore.bind.address' system property to java. So, you have two choices: 1) Use JGroups 2.2.8 or later (which is

[jboss-user] [Installation, Configuration & Deployment] - Re: DST upgrade download Please!!!!

2007-02-21 Thread [EMAIL PROTECTED]
Got it , thanks a lot Peter for your timely help. Really apprecaite your quickness. -Sonali View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020273#4020273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020273 _

[jboss-user] [JBoss Portal] - Re: Sub-roles

2007-02-21 Thread Oberiko
I can't tell as I don't see it in the documentation and I can't figure out how to do it in the portal itself. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020271#4020271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Portal] - Sub-roles

2007-02-21 Thread Oberiko
Hello, Does JBoss Portal allows roles to be assigned to roles? My apologies if I'm overlooking something, but I can't tell if I don't see it in the documentation and I can't figure out how to do it in the portal itself. This would be a very useful feature for me, especially with multiple por

[jboss-user] [JBoss Seam] - Re: Seam Authenticator and GlassFish

2007-02-21 Thread wstrange
Finally got this working It appears as if the changes discussed are not yet in cvs. The problem with the null reference to identity turned out to be missing the drools security configuration stuff. In a nutshell, you need a drools security config, and all the drools jars and dependencie

[jboss-user] [Installation, Configuration & Deployment] - Re: DST upgrade download Please!!!!

2007-02-21 Thread PeterJ
Look at the table for question 23. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020267#4020267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020267 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Re: Are the el-*.jars still needed under Glassfish?

2007-02-21 Thread wstrange
Answering my own question: After much hacking, I finally got the SEAM booking demo (with seam security) working under glassfish. I removed the el-* jars, and it appears to work OK - so it looks like these are not needed. View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: Feature request - @InOut

2007-02-21 Thread atzbert
"mariuszs" wrote : Maybe @Bi is better ;) +1 :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020265#4020265 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020265 ___ jboss-

[jboss-user] [JBoss Seam] - Re: Feature request - @InOut

2007-02-21 Thread monkeyden
good stuff View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020263#4020263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020263 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [Installation, Configuration & Deployment] - Re: DST upgrade download Please!!!!

2007-02-21 Thread [EMAIL PROTECTED]
Thanks a lot Peter, I was just looking at the url you sent me, just need a suggestion. We are currently using: java version "1.5.0_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08) Java HotSpot(TM) Server VM (build 1.5.0_01-b08, mixed mode) And the linux box details: $

[jboss-user] [Clustering/JBoss] - Re: Clustering / Multicast routing

2007-02-21 Thread lludlow2
Here is my base config Server1 bond0 172.25.1.13 bond0:1 172.25.1.16 bond1 172.25.2.13 Server2 bond0 172.25.1.14 bond0:1 172.25.1.52 bond1 172.25.2.14 and so on for all 3 nodes. I am going to be running around 50 instances all together per node, all on separate partitions. View the original po

[jboss-user] [JBoss Portal] - Re: Installed JbossAS+Portal 2.4.1 Bundle what to convert to

2007-02-21 Thread [EMAIL PROTECTED]
nataleja- restart the portal again after deleting the "data" directory in your server configuration. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020259#4020259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [Clustering/JBoss] - Re: Clustering / Multicast routing

2007-02-21 Thread lludlow2
I have the bind address set in the cluster-service.xml do I need this to be different for each instance?? or can they all bind to the same address?? | | I see talking on this interface here is a portion of the tcpdump | 16:09:55.374354 IP 172.25.2.14.34585 > 224.10.10.10.45566: UDP,

[jboss-user] [JBoss Portal] - Is there a way to unregister a namespace for portalcms

2007-02-21 Thread nataleja
I have bolded the first part of the error in the text below. 2007-02-21 17:14:47,464 DEBUG [org.hibernate.jdbc.ConnectionManager] opening JDBC connection 2007-02-21 17:14:47,469 DEBUG [org.hibernate.SQL] select 1 as col_0_0_ from jbp_cms_cmsentry cmsentry0_ where FSENTRY_PATH=? and FSENTRY_NAME=

[jboss-user] [Clustering/JBoss] - Re: Clustering / Multicast routing

2007-02-21 Thread [EMAIL PROTECTED]
Is 172.25.1.52 associated with bondl? If not, start JBoss like this: su -l jboss -c '/apps/jboss/bin/run.sh -c foo.bar.com -b 172.25.1.52 -Dbind.address=w.x.y.z -Djboss.partition.name=foo.bar.com --udp=224.10.10.10 > /dev/null 2> /dev/null &' where w.x.y.z is an IP address associated with bond

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

2007-02-21 Thread swestbom
Just a refinement to make debugging easier, but when I didn't set up the proxy settings for the JBoss server on my sandbox I got a rather ugly and uninformative error, this is because our environment returns an html element with an error message telling you to configure your proxy settings when

[jboss-user] [Installation, Configuration & Deployment] - Re: DST upgrade download Please!!!!

2007-02-21 Thread PeterJ
All time functions, including daylight savings time, are handled by the JVM, so what you need is a JVM that handles dates/times correctly. See http://java.sun.com/developer/technicalArticles/Intl/USDST_Faq.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [JBoss Seam] - Reference a web bean in a seam stateless bean

2007-02-21 Thread ector7280
I'm using Seam 1.1.6 with ICEFaces 1.5.3 I built a tree with a panel stack. I need to be able to execute my business logic and then set the selected panel to the page that will contain the generated output. I can forward to the page by itself but, I'd like to stay on the page with the tree and o

[jboss-user] [Clustering/JBoss] - Clustering / Multicast routing

2007-02-21 Thread lludlow2
I am running into an issue with runing multiple clustered instances of Jboss. These are on seperate servers (3 to be exact) Here is what I am trying to do. 1. Route all multicast via a private network route add -net 224.0.0.0 netmask 240.0.0.0 dev bond1 2. make a copy of the default server and

[jboss-user] [EJB 3.0] - Annotations with interceptor behavior

2007-02-21 Thread dsouza42
I was reading in Bill Burke's "Enterprise JavaBeans 3.0" book that I can create an annotation that will take on an interceptor's behavior by declaring the annotation itself with an interceptor such as in the example: | @Interceptors(com.titan.interceptors.AuditInterceptors) | public @interf

[jboss-user] [Installation, Configuration & Deployment] - DST upgrade download Please!!!!

2007-02-21 Thread [EMAIL PROTECTED]
Hi all, I am a newbie here. I would like to know if there is any DST fix for jboss4.0.4 GA App server?If so, pleaseee direct me to the download, please. I would really thank you for the help. Any pointer to the previous link or discussion is also appreciated. Thanks in advance, sonali View t

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

2007-02-21 Thread swestbom
thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020240#4020240 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020240 ___ jboss-user mailing list jboss-user@lists.jboss.o

[jboss-user] [JBoss Seam] - Re: Seam CVS version problem

2007-02-21 Thread [EMAIL PROTECTED]
Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020239#4020239 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020239 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBoss Seam] - Re: ResourceServlet with injection

2007-02-21 Thread [EMAIL PROTECTED]
I don't think you should be trying to use a ResourceServlet as an ordinary Seam component. Use it for "special" things only. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020237#4020237 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: Seam CVS version problem

2007-02-21 Thread [EMAIL PROTECTED]
Run "ant antlr" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020235#4020235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020235 ___ jboss-user mailing list jboss-user@list

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

2007-02-21 Thread [EMAIL PROTECTED]
No it doesn't, if you want them you need to deploy them. I know there is a dependency on a portlet in the sample directory that shouldn't be. For samples: (required) go to core-sample, do ant deploy For cms: go to core-cms, do ant deploy Workflow is just a lib, used in CMS. View the origina

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-21 Thread [EMAIL PROTECTED]
It should be in the Seam startup log. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020233#4020233 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020233 ___ jboss-user mailin

[jboss-user] [EJB 3.0] - Re: Is this project dead?

2007-02-21 Thread bsmithjj
Is BEA gaining ground ? passing JBoss? http://commerce.bea.com/showproduct.jsp?family=WLS&major=10Tech&minor=-1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020232#4020232 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss and NetBeans] - JBoss NetBeans IDE: JBoss Server can't start on port 8080

2007-02-21 Thread [EMAIL PROTECTED]
How do I change the default port for the JBoss server? I installed the JBoss NetBeans bundle but when I try to start the JBoss server I get a port 8080 already in use message. I have another application using 8080, therefore how do I change the default port that the JBoss server uses? Thanks. V

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

2007-02-21 Thread swestbom
built them just didn't deploy them View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020226#4020226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020226 ___ jboss-user mailing

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

2007-02-21 Thread swestbom
and samples View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020224#4020224 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020224 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBoss Seam] - Re: Feature request - @InOut

2007-02-21 Thread patrick_ibg
LOL. Seems useful but, @InOut just sounds vulgar. "A Clockwork Orange" popped into my mind... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020223#4020223 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020223

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

2007-02-21 Thread swestbom
It left out the CMS and workflow sections of the portal sar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020221#4020221 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020221 __

[jboss-user] [JBoss Seam] - Seam CVS version problem

2007-02-21 Thread [EMAIL PROTECTED]
Hi, which jars should I add to the classpath to compile following classes: SeamTextTest.java UIFormattedText.java there are errors with import of org.jboss.seam.text.SeamTextLexer; and org.jboss.seam.text.SeamTextParser; Thanks in advance, jquery View the original post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: ResourceServlet with injection

2007-02-21 Thread dilator
Also presumably i still need to call Lifecycle.beginRequest if want to access 'lower' scopes, which means i can only inject application scope and auto-create components (e.g. entity manager)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020218#4020218 Rep

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

2007-02-21 Thread [EMAIL PROTECTED]
(btw, i removed the need for this empty directory, it shouldn't complain anymore) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020217#4020217 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020217

  1   2   3   4   >