[jboss-user] [JBoss jBPM] - Re: type of variables

2007-02-14 Thread jbmp user
Thank you. I work with jboss jbpm 3.1. I have a process definition, and I have a task for every node. For example: start-state name=Entrada reclamación /start-state like you can look, I have a variable called Fecha reclamacion (date reclamation). This variable must be type date,

[jboss-user] [JBoss Seam] - Advise needed: Conversations vs. navigation menu

2007-02-14 Thread wenzlaff
Hello, I tried to achieve the following scenario: 1. Begin a conversation when showing an overview of items. 2. Use this conversation (using an extended persistence context) to hold the selected item using DataModelSelection. 3. Edit or delete the item 4. End the conversation. I know that I

[jboss-user] [JBoss jBPM] - Re: type of variables

2007-02-14 Thread jbmp user
I'm sorry very much but I don't know :( :( :( I work with jboss jbpm 3.1. I have a process definition, and I have a task for every node. For example: start-state name=Entrada reclamación/start-state like you can look, I have a variable called Fecha reclamacion (date

[jboss-user] [JBoss Portal] - Re: How to get UserName or Password or Profile

2007-02-14 Thread ravindra reddy
thank you very much. i am able to get the user name of the logged person in this manner. incase if we are able to do the same from the database where the details get stored, then we can get alot of information. we can get user profile and lot many things. is there any way to retrieve data from

[jboss-user] [JBoss jBPM] - Re: type of variables

2007-02-14 Thread jbmp user
:( :( :( :( :( :( the last time Code of this variable is: I'm sorry very much!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016240#4016240 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016240

[jboss-user] [JBoss jBPM] - Re: type of variables

2007-02-14 Thread jbmp user
Now I going to write the code of variable without tags... task name=rellenar información swimlane=usuario controller variable name=Fecha reclamación access=read,write,required variable controller task View the original post :

[jboss-user] [JBoss Seam] - Re: Web services and Seam

2007-02-14 Thread avibh
thanks for the quick response guys since i can wait till next Q i'd like to know if theres a way to simulate the injection of objects into the web service class using seam (or maybe extend seam components). also if there's any configuration related to it, i'd love to know :-) View the

[jboss-user] [EJB/JBoss] - read-ahead and optimization

2007-02-14 Thread kanth_seenu
4.0.1sp1 version of jboss. In order to optimize the execessive queries fired to database by getter methods, I tried using the read-ahead tag. I have given the details about my configuration * @jboss.load-group | * name=modules | * description=module fields used in query | *

[jboss-user] [EJB 3.0] - EJB parser

2007-02-14 Thread dromanyuk100
Hi I need EJBQL parser to convert EJBQL queries to Java Objects. What is the best solution for this? It will be great if there's a freeware solution, but payware is OK also. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016246#4016246 Reply to the

[jboss-user] [JBoss Seam] - Re: anyone success with seam-gen war to portal ?

2007-02-14 Thread codelion
Jarkko, You have mentioned in a past posting you got it to work. Can you share a working project? If your project is confidential, I'd suggest make a super simple table, e.g. (Oracle example) CREATE TABLE THINGS | ( |ID VARCHAR(30) PRIMARY KEY not null, |TITLE VARCHAR(100) not

[jboss-user] [JBossCache] - Re: Performance expectations

2007-02-14 Thread mvlior
Oh... I must have checked in the wrong place then. I understand that with optimistic locking, these are the results to expect, please correct me if I'm wrong. Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016248#4016248 Reply to the post :

[jboss-user] [JBossCache] - Re: Where should I initialize/shutdown TreeCache?

2007-02-14 Thread ottuzzi
Hi there, thanks for your interest :) I'm using BEA Weblogic 8.1 with JDK1.4.2 on Solaris 9. Bye Piero View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016250#4016250 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016250

[jboss-user] [JBossCache] - Re: High CPU usage in Weblogic 8.1

2007-02-14 Thread ottuzzi
Hi, well it looks like our environment is running with JVM hotspot CLIENT instead of SERVER. As soon as it will switch to SERVER hotspot I'll let you know how much CPU is using really. As a side note I already setted logging at DEBUG level and JGroups is logging as expected... some messages

[jboss-user] [JBoss jBPM] - JBPM 3.1.4 tutorial examples not working in JBPM 3.2b2?

2007-02-14 Thread efip10
Hi, I'm trying to run a proof-of-concept project using jBPM 3.2 beta2. When running an (included in 3.1.4 but omitted from 3.2b2) HelloWorldDbTest, I get the following exception: org.jbpm.JbpmException: no jbpm tx service configured | at

[jboss-user] [JBoss Eclipse IDE (users)] - Polimorphism problem

2007-02-14 Thread przemjaskier
Polimorphism problem ** Problem: I cannot customize content of a template, depending on a type of returned hibernate @Entity. ** Environment: MyFaces 1.1.4, Facelets 1.1.12, Seam 1.1.6, Hibernate 3.2.1. ** Situation: I have three Hibernate entities: 1. Item - annotated with

[jboss-user] [EJB 3.0] - LockModeType.WRITE NPE

2007-02-14 Thread Uniman
We were investigating a problem in our application where we had a situation in which we needed LockModeType.WRITE - but we ran into troubles with it. Therefore I created a small test session and a simple entitybean with an id, name and description field. We are using JBoss 4.0.5.GA as obtained

[jboss-user] [Security JAAS/JBoss] - Re: form based authentication not working under JBoss 4.0.5

2007-02-14 Thread wonker
The problem was that the FormAuthenticator class under 3.2.5 used a Response.sendRedirect() to get me to my login page, which issues a 302. Whereas under 4.0.5, the class uses RequestDispatcher.forward() to get me to the login page, which issues no such 302, therefore causing me to have a 404

[jboss-user] [JBoss Seam] - Re: pagination control (10.3) missing transaction

2007-02-14 Thread baz
Finally i have found the reason: anonymous wrote :@Transactional |@Override |public Long getResultCount() |{ | if (resultCount==null || isAnyParameterDirty()) | { | org.hibernate.Query query = createCountQuery(); | resultCount =

[jboss-user] [JBoss/Spring Integration] - classpath problem: jboss-spring.xml + ejb module

2007-02-14 Thread bucegiomu
Hi, In an EAR, I have an EJB module containing an EJB facade and lots of classes below it and I would like to use InjectionInterceptor in the classes below the facade. Is there a way to have the ejb module recognized as both ejb and spring module? The point is that I do not want to refactor

[jboss-user] [EJB 3.0] - Embeddable JBoss

2007-02-14 Thread apill
Please could you give a wrough estimate of when we are likely to see a release for the new Embeddable JBoss? i.e. Next week, in a few weeks, 1 month, 3 months, 6 months, 1 year? Thank you very much. Adrian View the original post :

[jboss-user] [JBoss jBPM] - Re: Process Designer Plugin for Eclipse Download Broken

2007-02-14 Thread [EMAIL PROTECTED]
Hi James, Try this link : http://downloads.sourceforge.net/jbpm/jbpm-jpdl-designer-3.0.13.zip. I will update the link on the download page. Thanks for reporting. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016263#4016263 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: How do force the module org.jboss.ejb.EjbModule to be de

2007-02-14 Thread [EMAIL PROTECTED]
If your mbean service fails with an exception in the start method, then jboss will assume it has FAILED and so all dependend mbeans (including the EJB container) will never start. Normally we don't manually call stop() after a failled start(). View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - PHP JBossMQ

2007-02-14 Thread webbman
Can php scripts send and receive messages from JBossMQ? If yes, HOW? I would appreciate pointers to documentation about this. I have googled without much success and the JBoss wiki doesn't seem to address this. Having not seen any specific info about this, i suspect this is not possible,

[jboss-user] [JBoss jBPM] - Re: Choosing JBPM?

2007-02-14 Thread kukeltje
define to monitor the processes in more detail. Look at 3.2 webconsole there are already some things in there. BPEL or JPDL depends on what you want to achieve. The console works for both View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016266#4016266 Reply to

[jboss-user] [Messaging, JMS JBossMQ] - Re: PHP JBossMQ

2007-02-14 Thread [EMAIL PROTECTED]
You may want to have a look at http://www.onjava.com/pub/a/onjava/2004/10/27/php-jms.html Since PHP is just a scripting engine as long as you have some library or thirdparty 'middle man' brokering the communication between you and the JMS provider you should be all set. View the original

[jboss-user] [Messaging, JMS JBossMQ] - Re: PHP JBossMQ

2007-02-14 Thread [EMAIL PROTECTED]
Also here http://sourceforge.net/projects/phpmq/ Both use MantaRay under the hood. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016269#4016269 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016269

[jboss-user] [JBoss jBPM] - Re: type of variables

2007-02-14 Thread kukeltje
There is a preview option you know and you'll be surprised what other functionality you will find there. (tags for inserting code e.g.) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016270#4016270 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Choosing JBPM?

2007-02-14 Thread angra81
I mean process monitoring as having a web interface (implemented with flash, or ajax, or others) where I can see, at run time, the evolution of objects each time that they receive a web service of my business process. This evolution might be represented by icons colors, or icons changes, or

[jboss-user] [JBoss jBPM] - Re: Choosing JBPM?

2007-02-14 Thread kukeltje
This is partly what I meant with define 'process monitoring The thing is that it can be looked at so broadly that not everything you want is in there. If with the evolution of objects yuou mean the processvariables etc then yes, that is in there The ILogs demo is an example of such broad

[jboss-user] [JBoss jBPM] - Is it possible to clear the Process/Task list ?

2007-02-14 Thread francis1970
Hi all, I'm testing jBPM samples. The problem I have is that I have now a huge Task list because I'm starting lots of sample processes/task. I'd like to know if there's a shortcut to clear all the Task list so that I can start with a clean state ? thanks Francis View the original post :

[jboss-user] [JBoss jBPM] - Re: Multiple Business Calenders

2007-02-14 Thread kukeltje
suggesting it can always be done. whether it will be honored I don't know. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016274#4016274 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016274

[jboss-user] [EJB/JBoss] - Problm while calling EJB

2007-02-14 Thread murthy_j2ee
Hi Everybody, I am new to deploy EJB in JBOSS Application Server. I am succeeded to run configur JAAS in my JBOSS and abeled to run it successfully. I have created my own Login Module and abled to authenticate it successfully by retreving the username and password from database using.

[jboss-user] [EJB/JBoss] - Problem with the REQUIRED transaction attribute

2007-02-14 Thread warx
Hello everybody, i have a problem, the application I am working on. The database access is managed by Session EJB. So, if the user needs some data He/She calls a method of a Session EJB which calls some DAO and returns to the user a Collection of data. The application worked well until some

[jboss-user] [JBoss Seam] - Re: Advise needed: Conversations vs. navigation menu

2007-02-14 Thread petemuir
Just make sure that a navigation doesn't propagate the conversation (remember non-Faces requests don't, or use an s:link with propagation=none). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016281#4016281 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: PHP JBossMQ

2007-02-14 Thread webbman
Thanks weston.price. Essentially phpmq is a php client which i assume was has been developed in sympathy to MantaRay but can work with other brokers. I have two concerns about this client. Firstly, the last release was in 2004 and it does not have a significant user community, i.e. bug

[jboss-user] [JBoss Seam] - Re: Remoting - Progress Indicator?!

2007-02-14 Thread mugwump
hmm, yes, that is almost what I need - apart from the fact, that there is nothing on the server, that can be monitored: It's the data that takes reasonable time to download: I guess I'll have to break down the collection I download into chunks and load them in these smaller pieces - I can then

[jboss-user] [JBoss Seam] - Re: Advise needed: Conversations vs. navigation menu

2007-02-14 Thread wenzlaff
Thx for your reply, I will try your suggestion, although it won't be that easy since I'm using tomahawks panelNavigation. But since the conversation doesn't explicitly end this way, won't the next conversation that starts on a different overview cause an error? View the original post :

[jboss-user] [JBoss/Spring Integration] - Re: classpath problem: jboss-spring.xml + ejb module

2007-02-14 Thread alesj
What about if you just put -spring.xml file in the .ear root? but the spring is not seeing the classes in the ejb module What do you get? NoClassFoundEx? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016287#4016287 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Polimorphism problem

2007-02-14 Thread przemjaskier
Wrong forum. Sorry, I don't know how it hit here View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016288#4016288 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016288 ___

[jboss-user] [JBoss jBPM] - Re: type of variables

2007-02-14 Thread jbmp user
Ronald, you answer don't help me with the type of variable Please, I need help with the type of variable. For example, I have a variable of type varchar, why can I write numbers??? thank you!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016290#4016290

[jboss-user] [JBoss Seam] - Polimorphism problem :(

2007-02-14 Thread przemjaskier
** Problem: I cannot customize content of a template, depending on a type of returned hibernate @Entity. ** Environment: MyFaces 1.1.4, Facelets 1.1.12, Seam 1.1.6, Hibernate 3.2.1. ** Situation: I have three Hibernate entities: 1. Item - annotated with

[jboss-user] [JBoss Portal] - Re: JBoss Portal LDAP Setup

2007-02-14 Thread bdaw
Not sure how you set up this. For 2.6 just use instructions from wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=Identity_and_Authentication_in_JBoss_Portal_2_6 or wait few days for Beta with a bit more helpfull documentation in Reference Guide View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - JBoss Eclipse IDE Hibernate Code Generation

2007-02-14 Thread grdzeli_kaci
hi all. I have one problem. I've installed Linux OS on my computer SUSE LINUX 10.1 (i586), i know Ejb(Ejb3) and jsf wery vell, but I'm a beginner into Seam Framework, i like its ideas and i think to learn it. first, i fount that jboss eclipse ide can generate such ejb3 anotations as standart

[jboss-user] [JBoss Portal] - Re: How to get UserName or Password or Profile

2007-02-14 Thread bdaw
Depends on which version you are using. In 2.4 you can obtain a User object from UserModule and ivestigate it's properties. In 2.6 you can use UserProfileModule View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016294#4016294 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Choosing JBPM?

2007-02-14 Thread angra81
Actually I'm just starting in using business processes, jbpm, and all this, and I'm exploring the solutions, so I'm sorry if I place stupid questions... :) Well, I try to explain better. Firstly, my objects are documents (application forms, motivation letters, CV, etc...) Imagine a document to

[jboss-user] [JNDI/Naming/Network] - Re: Newbie question on accessing Remote Bean through JNDI

2007-02-14 Thread michaelcourcy
Trying the trailblazer tutorial, it looks like I did few mistakes If I get the object locally I should run this code | public void jspInit () { | try { | InitialContext ctx = new InitialContext(); | cal = (Calculatrice) ctx.lookup( |

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE Hibernate Code Generation

2007-02-14 Thread grdzeli_kaci
now i'm downloading this : JBossIDE-2.0.0.Beta2-Bundle-linux-gtk.tar.gz maybe this work correctly. and i forget if seam app skeleton in hibernate tools has been discontinued which version i must get from hibernate? or maybe there is some configuration, i don't know. View the original post :

[jboss-user] [JBoss jBPM] - Re: type of variables

2007-02-14 Thread kukeltje
jbpm does not check this, if you do not fill the wariable on process startup. The ui should (for the moment) check this (lots of discussion on this in the forum, open issue in the jira etc... so there is lots of info on this if you SEARCH for it) View the original post :

[jboss-user] [JBoss Portal] - Building JBoss Portal 2.4.1 on SLES 10

2007-02-14 Thread nils_kassube
Guten Tag. I'm trying to build the souce release (fetched as tarball from SourceForge, not via CVS) on SuSE Linux Enterprise Server 10. /bin/ant is refered (why?) somewhere in the build scripts, so let's ln -s /usr/bin/ant to /bin/ant. Then: pentaho:~/jboss-portal-2.4.1-src/build # sh

[jboss-user] [JBoss jBPM] - Re: type of variables

2007-02-14 Thread jbmp user
thank you ronald. but I am use the app of example (http://localhost:8080/jbpm) how can I modify it to check this?? what class or page .jsp?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016300#4016300 Reply to the post :

[jboss-user] [JBoss Seam] - Re: problem passivation thread: ConcurrentModificationExcept

2007-02-14 Thread lowecg2004
Finally realised what was going on with this. I had a LoginAction: @Stateful | @Scope(ScopeType.EVENT) | public class LoginAction implements Login, Serializable | { | @Out | SessionTimeoutHander sessionTimeoutHander; | | ... | | public String login() { | ... |

[jboss-user] [JBoss Seam] - Re: Advise needed: Conversations vs. navigation menu

2007-02-14 Thread petemuir
well, as long as the navigation item will take an f:param you can do it that way (see the Seam ref docs). You can have more than one conversation running at once, you just can't have more than one active conversation! View the original post :

[jboss-user] [JBoss jBPM] - Re: Is it possible to clear the Process/Task list ?

2007-02-14 Thread kukeltje
clear the database? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016306#4016306 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016306 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Receiving IllegalStateExceptions in client

2007-02-14 Thread timfox
This has come up several times before, and if I remember correctly, almost every time has been due to people sharing the session between multiple threads. JMS sessions are supposed to be used by only one thread at a time so this would be illegal. Can you confirm you're not doing stuff with the

[jboss-user] [JBoss Messaging] - Re: Receiving IllegalStateExceptions in client

2007-02-14 Thread timfox
See JMS1.1 spec section 4.4, especially 4.4.6, e.g.: Sessions are designed for serial use by one thread at a time. The only exception to this occurs during the orderly shutdown of the session or its connection. See Section 4.3.5 ?Closing a Connection,? and Section 4.4.1 ?Closing a Session,? for

[jboss-user] [JBoss Messaging] - Re: Receiving IllegalStateExceptions in client

2007-02-14 Thread timfox
http://www.jboss.com/index.html?module=bbop=viewtopict=98881view=previous View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016312#4016312 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016312

[jboss-user] [JBoss jBPM] - Re: LDAP AND JBPM

2007-02-14 Thread kukeltje
you can't 'configure' it currently. Some things are hardcoded. The identity module is not a real service (yet). Search the forum for this and the jira. More info in there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016313#4016313 Reply to the post :

[jboss-user] [JBossWS] - Re: Can not javax.xml.bind.JAXBContext in which jar file.

2007-02-14 Thread [EMAIL PROTECTED]
Delegation to JAXB is supported in jbossws-1.2.0, which should come out any day now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016315#4016315 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016315

[jboss-user] [JBoss jBPM] - Re: Error testing Hello World BPEL on JBoss 4.0.5

2007-02-14 Thread frostp
Hi all, Problem solved. Basically if I set ANT_OPTS=-Djava.endorsed.dirs=...\jboss-4.0.4.GA\lib\endorsed -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 then the Hello World example works fine. I also found the serialVersionUID resolution on this forum. I now have the

[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database

2007-02-14 Thread pbrewer_uk
How would a subclass of org.jboss.seam.core.ResourceBundle be annotated in this case - are the annotations below correct? Also, would some extra configuration in components.xml be required too? ExtendedResourceBundle.java | ... | @Scope(ScopeType.SESSION) | @Intercept(NEVER) |

[jboss-user] [JBoss Portal] - Re: Building JBoss Portal 2.4.1 on SLES 10

2007-02-14 Thread [EMAIL PROTECTED]
You can try to either: 1 - put the ant libraries from tools/lib to your ant lib directory and you ant like you tried. *or* 2 - use the embedded one, unfortunately few things are not done right in this package and need a fix, go to the build directory and type the following commands: | cd

[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database

2007-02-14 Thread petemuir
Not quite ExtendedResourceBundle.java | ... | @Name(org.jboss.seam.core.resourceBundle) | public class ExtendedResourceBundle extends org.jboss.seam.core.ResourceBundle | ... | @Override | protected ResourceBundle loadBundle(String bundleName) { | try { |

[jboss-user] [JBoss Seam] - Re: seam-gen error

2007-02-14 Thread pbrewer_uk
I can confirm that the current cvs fixes the issue I was encountering. Unfortunately, now it gets a bit further and fails. Any ideas on this one? Cheers, Pete. The ant output is listed below: | ... | [hibernate] 14-Feb-2007 11:44:37 org.hibernate.tool.Version clinit | [hibernate] INFO:

[jboss-user] [JBoss Seam] - SeamTest setField work diffrent than Seam.

2007-02-14 Thread mariuszs
|protected void setField(Object object, String fieldName, Object value) |{ | try | { | Field declaredField = object.getClass().getDeclaredField(fieldName); | if ( !declaredField.isAccessible() ) declaredField.setAccessible(true); |

[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database

2007-02-14 Thread petemuir
But beware, if you are using core:resourceBundle in components.xml, you'll need to change it to point at your overridden resource bundle View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016327#4016327 Reply to the post :

[jboss-user] [JBoss Seam] - pages.xml

2007-02-14 Thread sherkan777
hello guys... i have s:link like this | s:link value=#{menuAction.bestTags[0].tagName} action='#{questionsAction.searchBestTag(0)}'/ | and need to add redirect in pages.xml to 2 kind of pages, if outcome is succes go /exampleA.xhtml or failed /exampleB.xhtml, but don't know how to

[jboss-user] [JBoss Seam] - Seam Generator

2007-02-14 Thread grdzeli_kaci
hi all, Seam Version : 1.1.5 GA JBoss Version : 4.0.5 GA Ant Version : 1.6.2 Fierst of all i was run ./seam setup from the command line and i've configured everyuthing fine. I was pointed project name MyProject. 1. now when i create new project from command line ./seam new-project

[jboss-user] [JBoss Portal] - Flexibility like netvibes.com in JBoss Portal Server 2.6.*

2007-02-14 Thread arkhilis
Hi, Is it possible to have flexibility of Portlet and pages in jboss portal 2.6.* version as in www.netvibes.com this site is also a hosting portal server and flexibility it offers its amazing. can we do the same thing with portal 2.6.* version any one knows how to proceed in this

[jboss-user] [Clustering/JBoss] - Trouble getting clustering to work in a certain setup

2007-02-14 Thread heineson
Hi, I have a problem getting clustering to work in a test environment using identical Jboss-configurations (4.0.4GA and JGroups 2.2.9.3) on two different machines (one Win XP and one Ubuntu Linux, kernel 2.6.15). Everything works fine when I first start the JBoss on Windows and then the JBoss

[jboss-user] [JBossCache] - Re: Distributed Hashtable and JGroups

2007-02-14 Thread [EMAIL PROTECTED]
You could use the Multiplexer, check the manual for details View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016334#4016334 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016334 ___

[jboss-user] [JBoss Portal] - Re: Building JBoss Portal 2.4.1 on SLES 10

2007-02-14 Thread nils_kassube
Danke. Should I add a Jira issue with your solution? Building works fine now. Using build.sh deploy or deploy-exploded to overwrite an existing installation based on the binary distribution didn't work but this is only due to name mismatches (the SAR is exploded in the binary dist but the

[jboss-user] [JBoss Seam] - Invoking a PageFlow via a Clickable Table

2007-02-14 Thread djeverson
I have having some difficulties invoking a PageFlow by clicking on a link in a data table. We are using Seam 1.1.5GA running on JBoss 4.0.5. The high level use case is that the user is presented with a data table that contains a number of subjects that need processing. The user can then click

[jboss-user] [EJB 3.0] - An global bean

2007-02-14 Thread aleksab
I'm trying to figure out how to make a statefull bean that is global. I'll illustrate it with an example. There a several clients that look up a bean, ie GlobalBean. Each client sends a string to the bean, which the GlobalBean stores. When a client asks the GlobalBean for the strings, all the

[jboss-user] [JBoss Seam] - learning up

2007-02-14 Thread laxu
Hi, I am learning Seam and trying to build an app with simple small steps. I am trying something quite similar to Hotel Booking example. It is far plainer but I cannot seem to get it working. I have an entity bean called Organization, a stateful session bean OrganizationAction and quite like

[jboss-user] [JBoss Portal] - Re: Is it okey to put the logic within doView method instead

2007-02-14 Thread yoyoyoyo
hi, i am interested in the same question too. particularly with myfaces, where we have to use a MyfacesGenericPortlet als the entry point. should i subclass the GenericPortlet? thanks for any suggestion in advance! View the original post :

[jboss-user] [JBoss Seam] - Re: learning up

2007-02-14 Thread laxu
BTW, I am using Netbeans, Sun Java System Application Server and Seam 1.1.6 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016344#4016344 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016344

[jboss-user] [JBoss Seam] - Re: Seam and XML configuration files doubt

2007-02-14 Thread fernando_jmt
[EMAIL PROTECTED] wrote : path/to/my/viewId.page.xml Suppose I have an application with thousands of .xhtml pages (which is true for an existing app. we have in struts and we are thinking to upgrade to Seam), it seems if I wanna configure them in Seam I should have thousands of

[jboss-user] [JBoss Seam] - Re: Seam and XML configuration files doubt

2007-02-14 Thread petemuir
I think that /path/to/my/pages.xml is a good idea (similar to /my/package/components.xml). If you like this, please add a feature request to JIRA (Gavin may say no, but we can see ;) ) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016349#4016349 Reply to

[jboss-user] [Messaging, JMS JBossMQ] - Re: PHP JBossMQ

2007-02-14 Thread felipecruz
Have you considered expose a custom JBossMQ interface as a Webservice and then use php nusoap? I´ve already did this with OpenJMS and Xfire. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016350#4016350 Reply to the post :

[jboss-user] [JBoss Portal] - OS portal comparisons

2007-02-14 Thread Oberiko
Hello. My company is currently redesigning our website and is interested in using a portal. I'm currently sketching out a list of requirements and alternatives, but I can't find that much information comparing the features of the leading OS portal providers. Is anyone aware of white papers

[jboss-user] [Security JAAS/JBoss] - Problem with java client - rmi over ssl

2007-02-14 Thread brave1975
hello guys, i have configurated jboss with ssl and it works correctly. But i have a problem with a jmx sample when i try to connect via rmi + ssl. i create a mbean with this configuration in [JBOSS_HOME]\server\default\conf\jboss-service.xml | mbean

[jboss-user] [Beginners Corner] - Java Error While Trying To Access JBoss Console or The JMX C

2007-02-14 Thread dnvikram
I have installed the Java SDK 5.5 On My Windows XP Pro Desktop..Made sure the classpath,java_home and jboss_home variables are fine.Is it an issue with classpath or something else?The error says cannot find javac..why isnt it?whats missing here? ** HTTP Status 500 - type Exception

[jboss-user] [Security JAAS/JBoss] - Re: Problem with java client - rmi over ssl

2007-02-14 Thread brave1975
I forget it... the jboss version is 4.0.5... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016356#4016356 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016356 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: SeamTest setField work diffrent than Seam.

2007-02-14 Thread mariuszs
My workaround dont work. The patch for this method is attached to jira http://jira.jboss.org/jira/browse/JBSEAM-846 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016359#4016359 Reply to the post :

[jboss-user] [JBoss jBPM] - jbpm-bpel-ds.xml for mySQL

2007-02-14 Thread fiorepaolo
Hi, someone of you could me show an jbpm-bpel-ds.xml configured for mySQL? Thank's in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016362#4016362 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016362

[jboss-user] [JBoss Messaging] - Re: marshalling stack trace

2007-02-14 Thread [EMAIL PROTECTED]
The forum thread is all I have right now, but I wll do a write up today and let you know. Congratulations :)! --Kurt View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016363#4016363 Reply to the post :

[jboss-user] [JBoss Seam] - Re: seam-gen error

2007-02-14 Thread [EMAIL PROTECTED]
Dunno, find out what piece of your schema makes it choke, and show us that bit of the schema. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016365#4016365 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016365

[jboss-user] [JBoss Seam] - Re: Seam and XML configuration files doubt

2007-02-14 Thread [EMAIL PROTECTED]
Right. Add the feature request to JIRA and I will implement it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016367#4016367 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016367

[jboss-user] [JBoss Seam] - Re: Seam Generator

2007-02-14 Thread [EMAIL PROTECTED]
Just seam new-project. Nothing else. You entered the project name in setup. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016368#4016368 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016368

[jboss-user] [JBoss Seam] - Re: pages.xml

2007-02-14 Thread waheed.murad
i think, you can do it like this, | page view-id=/page.xhtml |navigation from-action=#{action.action} |rule if-outcome=success |redirect view-id=/viewA.xhtml |/rule | rule if-outcome=failed |redirect

[jboss-user] [JBoss Seam] - Re: Invoking a PageFlow via a Clickable Table

2007-02-14 Thread [EMAIL PROTECTED]
In this case you should use start-state, not start-page. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016370#4016370 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016370 ___

[jboss-user] [JBoss Seam] - Re: seam-issues sample

2007-02-14 Thread tvrtko
If you login and select a project, then go back to home screen and select the same project again, you will as a result get two conversations: go back to home to see them. How can I change this behavior so that instead of creating a new conversation I end up joining the existing conversation

[jboss-user] [EJB/JBoss] - Probleme java/Jboss ?

2007-02-14 Thread tinico
Hello ! I'm beginer in JBoss, and for the moment, I just want to deploy EJB that I already have... But, for exemple, if I use : package org.hello.session; | | import java.rmi.RemoteException; | import javax.ejb.EJBObject; | | public interface HelloWorldSession extends EJBObject {

[jboss-user] [JBoss Seam] - Re: Invoking a PageFlow via a Clickable Table

2007-02-14 Thread djeverson
This what I originally had in the pageflow. When I had start-state in the pageflow, I was getting the following error: | ERROR [org.jboss.seam.servlet.SeamExceptionFilter] uncaught exception | javax.servlet.ServletException: pageflow is not currently at a page or start-page node (note that

[jboss-user] [JBoss Seam] - Re: seam-issues sample

2007-02-14 Thread [EMAIL PROTECTED]
This example is old, and no longer the recommended approach. The CVS version of seam-gen gives you a more uptodate approach to ths kind of app. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016376#4016376 Reply to the post :

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

2007-02-14 Thread swestbom
They are not show stoppers but I don't suppose that the navigation issues: nested page navigation, http://jira.jboss.com/jira/browse/JBPORTAL-1240 and the page tab security issue, http://jira.jboss.com/jira/browse/JBPORTAL-1239 have been addressed at all? BTW, if you can point me at the

[jboss-user] [JBoss Seam] - Re: Invoking a PageFlow via a Clickable Table

2007-02-14 Thread djeverson
I just added a start-state and got the following stack trace: | 2007-02-14 07:55:48,727 ERROR [org.jboss.seam.servlet.SeamExceptionFilter] uncaught exception | javax.servlet.ServletException: pageflow is not currently at a page or start-page node (note that pageflows that begin during the

[jboss-user] [JBoss Seam] - Re: learning up

2007-02-14 Thread [EMAIL PROTECTED]
EL Params must exist in some scope. I'm guessing that item is a variable in a ui:repeat or something? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016380#4016380 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016380

[jboss-user] [JBoss Seam] - Re: Remoting - Progress Indicator?!

2007-02-14 Thread [EMAIL PROTECTED]
Ok I see what you mean now. I need to implement a similar thing for the fileUpload control, so when I work out how to do that then a remoting progress updater should be trivial. Post a JIRA issue for this if you don't want me to forget about it :) View the original post :

[jboss-user] [JBoss Seam] - Re: pages.xml

2007-02-14 Thread [EMAIL PROTECTED]
Right. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016371#4016371 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016371 ___ jboss-user mailing list jboss-user@lists.jboss.org

  1   2   3   4   >