[jboss-user] [JBoss Seam] - Re: ICEFaces SelectInputText (auto-complete)

2007-02-27 Thread [EMAIL PROTECTED]
You must have two icefaces jars in your EAR, on different classloaders. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023108#4023108 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023108 ___

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

2007-02-27 Thread trouby
Any comments on which GF version it was tested? Anyway, back to the original issue, any component names written in components.xml are not valid with the booking gf sample as well, Thanks, Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023109#402310

[jboss-user] [JBoss Seam] - Re: java.lang.NoSuchMethodError: org.jboss.seam.core.Validat

2007-02-27 Thread trouby
Definitely, This was my mistake, probably some caching/partial jar updates, now its ok with 1.1.7R1 thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023106#4023106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - ICEFaces SelectInputText (auto-complete)

2007-02-27 Thread damianharvey
I have a problem with ICEFaces and Seam using the SelectInputText (auto-complete) component. I can display a list well enough and have it limit based on letters typed in. However when I try to add code to get the selected item, it all goes wrong. The offending line in question is: SelectInputTe

[jboss-user] [JBoss Messaging] - Re: Message redelivery

2007-02-27 Thread imaeses
Hi Tim, Thanks for the reply. Here's my problem: we aren't prepared to roll the 1.2 version into production because it's not a general release yet. We'd prefer to use the 1.0.1 version since it is stable. However, this one feature is quite important. Are you planning on enabling this feature i

[jboss-user] [Management, JMX/JBoss] - Re: xmbean as service... and two more questions

2007-02-27 Thread jiwils
"vitor_b" wrote : One more thing: | | Standard MBean has three default attributes: | - StateString | - State | - Name | | My XMBean has only attributes i created. So if i want to provide these attributes for my XMBean what should i do? Don't use the code in your post. If you exte

[jboss-user] [Beginners Corner] - Re: A new understanding of ClassLoaders...

2007-02-27 Thread dkrleza
OK, this is very good topic which explains a lot to those who are using using MVC patterns and multiple WEB modules per enterprise application. You need to place MVC library into WEB-INF/lib of every module. If you don't do so and use your MVC library as utility jar inside enterprise application

[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2007-02-27 Thread [EMAIL PROTECTED]
Without looking at your code it's difficult to diagnose what is going on. The log message | 2007-02-27 11:58:51,891 INFO [org.jboss.resource.connectionmanager.NoTxConnectionManager] Unregiste | red handle that was not registered! null for managedConnection: de.chs.siebel.jca.SiebelManaged

[jboss-user] [JBoss Seam] - Re: Request4Advice: Defining ProcessInstance Var's in Pagefl

2007-02-27 Thread [EMAIL PROTECTED]
"processInstance" is the ProcessInstance associated with the current business process, not the one for the pageflow. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023098#4023098 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss jBPM] - Re: error calling action handler

2007-02-27 Thread kukeltje
jump from a chair View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023079#4023079 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023079 ___ jboss-user mailing list jboss-user@li

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

2007-02-27 Thread [EMAIL PROTECTED]
The version of examples/glassfish in current CVS has been tested on glassfish and works Just Great. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023091#4023091 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023091 __

[jboss-user] [JBoss Seam] - Re: About the new chapter Caching in documentation.

2007-02-27 Thread [EMAIL PROTECTED]
No, JBossCache has automagic dirty checking. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023095#4023095 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023095 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: does seam data model support all Tomahawk components lik

2007-02-27 Thread [EMAIL PROTECTED]
No. Users have experienced many problems using Tomahawk with Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023092#4023092 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023092

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Weird HQL IllegalStateException

2007-02-27 Thread d-rock
Update: it looks like this may be related to this Hibernate bug: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2376 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023094#4023094 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: JSF 1.2 in Seam distribution?

2007-02-27 Thread [EMAIL PROTECTED]
Yes, of course, thats the easy part. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023093#4023093 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023093 ___ jboss-user mailing

[jboss-user] [Management, JMX/JBoss] - Re: xmbean as service... and two more questions

2007-02-27 Thread jiwils
"vitor_b" wrote : But still i need a small clarification or confirmation: Persistence applies only to situation when we redeploy our mbean or restart server? I am not sure that your question is clear. Based on the persistence policy you select, it will do different things. MBean redeployment

[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

2007-02-27 Thread kot.filemon
the same in more readable form (sorry, for the mess, why can't I edit my posts?) | 2007-02-27 15:59:33,872 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[message, scheduler, logging, persistence, authentication]' | 2007-02-27 15:59:33,872 DEBUG

[jboss-user] [EJB 3.0] - Specifying what host to deploy a EJB3 web service using JSR-

2007-02-27 Thread elponderador
I have tried configuring something inside the web xml to point to the web service as mentioned in the examples: | | WsAPI | some.package.WsAPIImpl | | | | WsAPI | /SomeService | | But as I soon realized this only tries to instantiate WsAPIImpl, not ac

[jboss-user] [JBoss Seam] - Re: 1.1.7RC1 CCE: org.jboss.seam.Model (also with CVS 1.2.0)

2007-02-27 Thread [EMAIL PROTECTED]
OK, its fixed in CVS, please try it out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023087#4023087 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023087 ___ jboss-user mai

[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

2007-02-27 Thread kot.filemon
I did a tail server.log -n | grep 'org.jbpm' to get only jbpm messages as I don't get anything for jbpm on stout. I hope they are the logs you have asked for. | 2007-02-27 15:59:33,872 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[message, sc

[jboss-user] [JBoss Seam] - Re: java.lang.NoSuchMethodError: org.jboss.seam.core.Validat

2007-02-27 Thread [EMAIL PROTECTED]
NoSuchMethodError *always* means you have incompatible jars floating around. Upgrade all your jars. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023083#4023083 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023083 __

[jboss-user] [JBoss Seam] - Re: 1.1.7RC1 CCE: org.jboss.seam.Model (also with CVS 1.2.0)

2007-02-27 Thread baz
Correct. But in intermediate step. Migrating to annotations. Is there a problem with .hbm.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023072#4023072 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023072

[jboss-user] [JBoss.NET] - Invalid element in SomeException - message

2007-02-27 Thread bartvh
I recently upgraded from jboss-3.2.3 jboss.net to jboss-3.2.8SP1 jboss.net, and now I discovered an incompatibility between the latter and apache axis (1.4) clients. In apache axis, user exceptions thrown in the service methods do not have a 'message' element, while they do have this element in

[jboss-user] [JBoss Portal] - Re: If you encounter a CMS bug that is a showstopper - Worka

2007-02-27 Thread [EMAIL PROTECTED]
The failure to upload gif files happens in 2.6 Alpha 2. It isn't a size issue. The real issue is that there is a bug somewhere that puts the DB into an inconsistent state, and the only thing I can do is clean out the tables and reinit the CMS from scratch. Thanks anyway View the original post

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-27 Thread petemuir
Sorry, I got quite a long way last night sorting out the example (which shows it) but didn't quite get there, hopefully tonight or if not, sometime on Thursday I'll have a testcase. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023077#4023077 Reply to the p

[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

2007-02-27 Thread kukeltje
This is only hibernate stdout, not jbpm debug output... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023073#4023073 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023073 __

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-27 Thread bsmithjj
have you managed to gain any new insight into this? Thanks, Brad Smith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023068#4023068 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023068 ___

[jboss-user] [JBoss Seam] - Re: 1.1.7RC1 CCE: org.jboss.seam.Model (also with CVS 1.2.0)

2007-02-27 Thread [EMAIL PROTECTED]
So you guys don't have @Entity annotations on your entities? You are using .hbm.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023067#4023067 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023067 _

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-27 Thread petemuir
Foo is the backing bean on which you wish to set the application property. It could be just #{application} - though I'm not sure how well this works on the whole. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023065#4023065 Reply to the post : http://w

[jboss-user] [JNDI/Naming/Network] - Re: Problem with JNDI/lookup

2007-02-27 Thread stepec
for those who may get in this situation, the problem solution is to add JAR libraries to project and it works. I don´t know why this is so messy at JBOSS. Why there is no single JAR, why I have to search the whole JBOSS dir for classes I´m missing? Damn god ... View the original post : http:/

[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

2007-02-27 Thread kot.filemon
"kukeltje" wrote : - What is the behaviour you see? | I just check jbpm_swimlaneinstance. I look for a place in database where the login on creator is stored what is needed for quering all proccess instances started by given login. "kukeltje" wrote : | - What version of jBPM? | [/quote="

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-27 Thread grdzeli_kaci
sorry petemuir for my disturb :( i tryed it for a week and could not resolve this problem, i added ur jar file into build.xml file | | | | | |

[jboss-user] [JBoss jBPM] - Re: Workflow process visual rapresentation

2007-02-27 Thread kukeltje
correct (out of the top of my head) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023061#4023061 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023061 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Workflow process visual rapresentation

2007-02-27 Thread paolodt
ProcessImageTag.java ... I suppose .. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023060#4023060 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023060 ___ jboss-user mailin

[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

2007-02-27 Thread kot.filemon
continued, because I have pressed 'Enter' by accident. :) | context.setActorId(Actor.instance().getId()); | the Actor object is injected Seam component. getId() expression returns not null value. after process gets started I try to check jbpm_swimlaneInstance, which is always empty (I do

[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

2007-02-27 Thread kukeltje
- What is the behaviour you see? - What version of jBPM? - What does the debug output log? - create a unittest with embedded processdefinition - . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023058#4023058 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss jBPM] - Problem with getting process instance's creator

2007-02-27 Thread kot.filemon
Hello, I'm new to jBPM, so forgive me silly question. How to get process instance's creator. I tried like this ProcessDefinition. | | | | | | | | | | | | |

[jboss-user] [JBoss jBPM] - Re: Workflow process visual rapresentation

2007-02-27 Thread kukeltje
look at the implementation of the webconsole the source IS open you know View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023051#4023051 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023051 __

[jboss-user] [JBoss jBPM] - Re: multiple comparations

2007-02-27 Thread kukeltje
can you write a unittest for this? Ten I'll try to run it here and see if there is an explanation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023054#4023054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023054

[jboss-user] [JBoss jBPM] - Re: Problem with sending a mail using notify=

2007-02-27 Thread kukeltje
Could be, but I also see | 20:51:56,821 DEBUG [TaskInstance] assigning task 'Name band' to 'null' | in your logs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023053#4023053 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Seam] - java.lang.NoSuchMethodError: org.jboss.seam.core.Validation.

2007-02-27 Thread trouby
Hi, There's a problem with org.jboss.seam.core.Validation.validate method in seam ver 1.1.7 under Glassfish, following is the stack dump: | [#|2007-02-23T04:15:40.554+0200|SEVERE|sun-appserver-ee9.1|javax.enterprise.system.container.web|_ThreadID=34;_ThreadName=httpSSLWorkerThread-8181-0;_R

[jboss-user] [JBoss Portal] - Re: If you encounter a CMS bug that is a showstopper - Worka

2007-02-27 Thread [EMAIL PROTECTED]
hi- this bug should is fixed in portal-2.4 branch see here for details: http://jira.jboss.com/jira/browse/JBPORTAL-983 Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023048#4023048 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Portal] - Re: What is PortalNode in IPC

2007-02-27 Thread [EMAIL PROTECTED]
A context, a portal, a page or a window View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023045#4023045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023045 ___ jboss-user mail

[jboss-user] [Remoting] - SSLHandshakeException when connecting to JNDI

2007-02-27 Thread Clarich
Hello, I have an issue with a Server, that is not registering correctly with an JNDI Server (I have this issue with sslsocket as well as with sslmultiplex). In my understandung a JNDI Server should not need to have a certificate all Servers need to trust. I this right? And if so, can anybody tel

[jboss-user] [JBoss Portal] - What is PortalNode in IPC

2007-02-27 Thread srinivasanj
What is PortalNode in IPC View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023040#4023040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023040 ___ jboss-user mailing list jboss

[jboss-user] [JBoss Seam] - Re: Request4Advice: Defining ProcessInstance Var's in Pagefl

2007-02-27 Thread mgombocz
To whom it may concern. So, here's a solution (a few hours of sleep helped...): First of all here's my pageflow where I initialize and update two process variables named "totalPages" and "currentPage": | | | |

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

2007-02-27 Thread baz
Hello, if you found the reason why, please inform me. I do have a similar problem with a command button. The action of the button is not triggered and i can not figure out why. Other buttons on the page work but this one don't. Ciao, Carsten View the original post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - Re: About the new chapter Caching in documentation.

2007-02-27 Thread Seto
My misunderstanding or the mistake of the doc? It's like below before: @Name("chatroom") public class Chatroom { @In PojoCache pojoCache; public void join(String username) { try { Set userList = (Set) pojoCache.get("chatroom", "userList"); if (users==null)

[jboss-user] [JBoss jBPM] - Re: Deploying jpdl processes to IBM Websphere application se

2007-02-27 Thread estaub
Please search the forum before posting questions that have already been asked in the last few months. See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=88853 -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023032#4023032 Reply to the po

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Mapping of Oracle REF CURSOR in standardjbosscmp-jdbc.xml ?

2007-02-27 Thread rkhurana
Hi My program that runs outside the jboss environment opens a db connection using Jboss connection pool setting(data sources). It is able to execute sqls and stored procedures correctly. However if a stored procedure has output parameter defined as REF CURSOR, then it fails to execute that proce

[jboss-user] [JCA/JBoss] - Re: ClassCastException while getting reference to Connection

2007-02-27 Thread mandarkul
Hi I am writing a custom Siebel Resource Adapter using JCA.I am facing a couple of difficulties. 1) I can not see my connection being returned back to the pool once the client invokes a close method on the connection object. 2) I can not see any evidence of "close" method of "ManagedConnection"

[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2007-02-27 Thread mandarkul
Another problem that I am facing is I can not see any evidence that "close" method of "ManagedConnection" is called upon server shutdown.I think it is an expected behavious as it will release the sockets held by the connection on the EIS server. We are getting "SocketException" after an exha

[jboss-user] [JBoss jBPM] - Workflow process visual rapresentation

2007-02-27 Thread paolodt
In my JBPM based application, I would like to show a visual representation of teh current status of a ProcessInstance (like the reference web console provided application). I see that the process .par file contains the processimage.jpg image, but hot to render the ProcessInstance status on it?

[jboss-user] [JBoss jBPM] - Deploying jpdl processes to IBM Websphere application server

2007-02-27 Thread lakhsy
Hi, I would like to know if anyone over here has any experience with deploying jbpm jpdl processes to IBM websphere AS. Any links to documents or guides. thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023021#4023021 Reply to the post

[jboss-user] [Security & JAAS/JBoss] - Re: How to specify the principal and credentials from the cl

2007-02-27 Thread rtimucin
"ksteo1" wrote : If you are using JAAS, make sure you have already obtained the LoginContext, before you do make the InitialContext. Otherwise, the security principal and credential will not get passed into the app server. | | Also, to do this, you have to enablie ClientLoginModule on both t

[jboss-user] [JBossWS] - How to control port name in generated WSDL

2007-02-27 Thread mikaelstaldal
How can I control the port name () in the WSDL generated by JBossWS? I always get name+"Port", which is not what I want since I have to implement an already established interface. JBossWS doesn't seem to recognize the portName parameter to the JSR-181 @WebService annotation. Is there any other

[jboss-user] [JBoss Portal] - How to avoid having many CMS instances

2007-02-27 Thread [EMAIL PROTECTED]
In the demo portal, in its CMS portlet, you are able to click from one content item to another. Each links begins /content/... But what if you have your own portal ? Such links keep going back to the demo instance. I don't understand how to use linkMode. Do you set it as a CMS portlet window pr

[jboss-user] [JBoss Seam] - Re: Back Button Problem

2007-02-27 Thread mjek2
I'm using the same Seam version as you but I can use back button in both IE and Firefox (and if you look at Seam examples, they should all work with back button). So it seems to be something IE specific in your case (i.e. some weird javascript). Do you observe it in all pages of your app or only

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

2007-02-27 Thread base7691
Thank you for the hint. Unfortunately I have the code surrounded with form tags :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023015#4023015 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023015 ___

[jboss-user] [Performance Tuning] - growableArray.cpp. Out of swap space?

2007-02-27 Thread mdpatil
Exception java.lang.OutOfMemoryError: requested 131072000 bytes for GrET* in D:/ BUILD_AREA/jdk142-update/ws/fcs/hotspot\src\share\vm\utilities\growableArray.cpp . Out of swap space Our server application is running RedHad Linux on IBM machine with 12gb ram. OS-Redhat4 DB:oracle jboss 4.0.2 jdk1.

[jboss-user] [JBoss Seam] - Re: 1.1.7RC1 CCE: org.jboss.seam.Model (also with CVS 1.2.0)

2007-02-27 Thread baz
Since HibernateEntitys are fully functional, i suppose that the changes in package org.jboss.seam.persistence are responsible for these errors. But i am not able to hunt them down. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023011#4023011 Reply to the po

[jboss-user] [JBoss Seam] - Re: Multiple Window/Tabs isolated conversations

2007-02-27 Thread h.cahyadi
Thanx petemuir for your sugestion, but until now this problem not yet solved in my application, any other suggestion? Thanx and Regards, -haric- View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023010#4023010 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss jBPM] - Re: How to define actions for the nodes.

2007-02-27 Thread kukeltje
what do you expect us to say? There are so many examples, testcases etc, that do work. How can we tell without having ANY information (besides "it does not work") what the problem might be View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023009#4023009 Re

[jboss-user] [JBoss Seam] - Re: Back Button Problem

2007-02-27 Thread h.cahyadi
I have tried this way but I still can do back buttoning :( any other suggestion? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023008#4023008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023008 __

[jboss-user] [JBoss Seam] - Re: Export data..

2007-02-27 Thread petemuir
You should easily be able to write out a csv file using JSF/facelets (though you may need to fiddle slightly to get it to change the mimetype/file extension) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023006#4023006 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss Seam] - Re: AnnotationException: no persistent id property

2007-02-27 Thread umk
I knew it was something silly. I forgot to include getters/setters in my composite key class. Maybe someone else will benefit from this posting... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023005#4023005 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Export data..

2007-02-27 Thread waheed.murad
Hii.. i am displaying a report in my page with datatable. i want to export the report in to Excel. is there any tool or component to do that or any way around thanks in advance.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023004#4023004 Reply to the

[jboss-user] [JBoss jBPM] - How to define actions for the nodes.

2007-02-27 Thread satt
Hi, I created one process through the JBPM UI. After that I defined some actions for the nodes. While doing,there is no problem with the deployment. But,Whatever we give in the print statement( in the calling action class )is not coming in the console. Can u please show me the way how can the acti

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

2007-02-27 Thread trouby
Back to this, Some 'cglib' versions didnt work correctly, Anyway two things: 1) GF sample has no usage of messages, in register.xhtml/other files all titles are statically written in the facelets files, also I tried to add some component names into the sample files, but as it didnt work for me

[jboss-user] [JBoss Seam] - Re: 1.1.7RC1 CCE: org.jboss.seam.Model (also with CVS 1.2.0)

2007-02-27 Thread baz
The exception seems to mislead. Everytime i call this function | @SuppressWarnings("unchecked") | public List findAll() { | List list; | list = getSession().createCriteria(entityClass).list(); | return list; | } | the program raises ex

[jboss-user] [JBoss Seam] - Re: Back Button Problem

2007-02-27 Thread mjek2
Citation from Seam doc, section 7.1.2: | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022994#4022994 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022994 _

[jboss-user] [JBoss AOP] - Re: JBoss AOP with InfraRED

2007-02-27 Thread [EMAIL PROTECTED]
Hi! Currently, InfraRED doesn't support JBoss AOP. Their aspects depend on Aspectwerkz api or AspectJ sintax. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022990#4022990 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

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

2007-02-27 Thread trouby
hey, GF sample app not getting deployed correctly, re-compiled and tried to deploy the ear file throws errors in GF logs, this happens with 1.1.7.RC1 and GF build 32, following is the full stack trace, | [#|2007-02-23T01:49:37.616+0200|WARNING|sun-appserver-ee9.1|javax.enterprise.system.st

[jboss-user] [Management, JMX/JBoss] - Re: xmbean as service... and two more questions

2007-02-27 Thread vitor_b
One more thing: Standard MBean has three default attributes: - StateString - State - Name My XMBean has only attributes i created. So if i want to provide these attributes for my XMBean what should i do? Is there any way to enable them, or i should create attributes myself and change their valu

[jboss-user] [JBoss Seam] - 1.1.7RC1 CCE: org.jboss.seam.Model (also with CVS 1.2.0)

2007-02-27 Thread baz
Hello, i detected a problem with the 1.1.7RC1(and also with the current CVS aka1.2.0). I experience now a classs cast exception. With 1.1.6 this exception does not occur. Any Ideas what is going wrong? My view looks like: | | | | |

[jboss-user] [Management, JMX/JBoss] - AuthorizationInterceptor throwing ArrayIndexOutOfBoundsExcep

2007-02-27 Thread GeorgFriedrich
I have a similar problem as described in http://jira.jboss.com/jira/browse/JBAS-3431?subTaskView=unresolved. I am getting a remote connection to the JMX server from an InitialContext that is populated with the user name and password: env.put(Context.SECURITY_PRINCIPAL, userName); env.put(Contex

[jboss-user] [Microcontainer] - Re: Evaluating IOC Containers

2007-02-27 Thread alesj
"alesj" wrote : And this can be simplified now - less aop xml code. See JMXLifecycleTestCase.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022982#4022982 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022982 _

[jboss-user] [JBossCache] - PojoCacheListener does not propagate in a cluster

2007-02-27 Thread mvlior
Hi, We're using 2.0.0ALPHA2 in a standalone app. We have a PojoCache to which we add a PojoCacheListener, in attempt to log POJO deletions originating anywhere in the cluster. It seems that the listener gets called back when POJOs are acted upon on the local cache, but not when they are acted u

[jboss-user] [Management, JMX/JBoss] - Re: JMX RMI Remote Client Notification Problem

2007-02-27 Thread GeorgFriedrich
Ok, I solved this problem by deploying my client application, like a usual JEE-Client-Application. It's not the best solution but it works... If I don't connect direct to the JBoss JMX kernel but to the underlying JVM, I haven't to deploy my client app and it works. But in this case, I have th

[jboss-user] [Management, JMX/JBoss] - Re: xmbean as service... and two more questions

2007-02-27 Thread vitor_b
Hey genman Thanks for your reply. 1. I know everything i need now :) 2. In this case that is not a very big problem, merge file is not big. Better think that even when we have to write merge files, often we don't have to write all we need ourselves, anly a part. But hmm... not in this case.

[jboss-user] [JBoss Portal] - Re: No portlet display

2007-02-27 Thread [EMAIL PROTECTED]
I never had any report like that neither in the forums or in the professional support we provide. Without more information, i cannot tell what's wrong :( Next time it happens, check if you get the "bottom" of the HTML page (closing html). View the original post : http://www.jboss.com/index.ht

[jboss-user] [Microcontainer] - Re: Evaluating IOC Containers

2007-02-27 Thread alesj
"vickyk" wrote : | All we need to do is to have the above code formed through the xml file when using the MC . Am I right ? | Yes, see how this is done in JMXDecoratedTestCase.(java|xml). And this can be simplified now - less aop xml code. View the original post : http://www.jboss.com/inde

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Multiple contexts for servlet

2007-02-27 Thread Danack
Thanks - that looks pretty cool. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022974#4022974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022974 ___ jboss-user mailing lis

[jboss-user] [JBoss Portal] - Re: No portlet display

2007-02-27 Thread amit.khosla
No stack trace is there. It is not showing any error. just dont show any of the portlets View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022972#4022972 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022972 _

[jboss-user] [JBoss Portal] - Re: Embedding Portlets in JSF pages

2007-02-27 Thread ric1607
Hello Thomas, Thanks for your reply! It looks exciting to see it shouldn't be hard. If I understand it well, it is a JSF component that connects through web services to a "WSRP" (Web Services for Remote Portlets) provider [For dummies like me, see http://en.wikipedia.org/wiki/WSRP]. Can we use

[jboss-user] [EJB 3.0] - LazyInitializationException for detached entity collection b

2007-02-27 Thread soeren
Hi, I have two entities with a simple OneToMany relationship mapping. The parent ("VolaConfigList") contains a simple collection of childs ("List"), which I have defined as this: | @Basic(fetch = FetchType.EAGER) | @OneToMany(cascade = { CascadeType.PERSIST, CascadeType.REMOVE }) |

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

2007-02-27 Thread laurie.t
Hello, I have a problem, I want to put in my Portal a new Portlet Navigate (Portlet Menu) but Jboss Portal don't have this portlet. I want to know if I must add a Portlet Navigate in Jboss Portal? For example, with this portlet,if I click the menu(on the left column), I shall like that documen

[jboss-user] [JBoss Seam] - Re: JSF and TransactionalSeamPhaseListener

2007-02-27 Thread petemuir
In your JSF you are asking it to alter the titleId - so it does! The behaviour you describe above is 'correct' - that it works with @PersistenceContext is just a hack. Try this instead (actually alter the title the person has rather than the id of the title the person has) View the original

[jboss-user] [JBoss Seam] - Problems with IntervalRenderer and PhaseListener

2007-02-27 Thread LudgerTheile
Hi, I tried to build a page with a clock. When I call the page, the clock is rendered, but after the first update after the renderer interval of 5 seconds I get a PhaseListener Exception: | | 10:48:02,125 INFO [ClockBean] setRenderManager | 10:48:02,125 INFO [RenderHub] scheduled rend

[jboss-user] [JBoss Seam] - Re: Multiple Window/Tabs isolated conversations

2007-02-27 Thread petemuir
"h.cahyadi" wrote : Are you sure that we must put the scope into "conversation"? bacause in the booking demo I saw the the scope is SESSION and it can perform multiple windows transaction Thtats the way I would do it. anonymous wrote : anonymous wrote : | | Why not just use the paging buil

[jboss-user] [Microcontainer] - Re: Evaluating IOC Containers

2007-02-27 Thread vickyk
org.jboss.aop.advice.AdviceBinding binding = new AdviceBinding("execution(POJO->new(..))", null); | binding.addInterceptor(SimpleInterceptor.class); | AspectManager.instance().addBinding(binding); All we need to do is to have the above code formed through the xml file when using t

[jboss-user] [JBoss Portal] - Re: Embedding Portlets in JSF pages

2007-02-27 Thread [EMAIL PROTECTED]
Cool, this is a JSF component that is consuming WSRP portlets. It shouldn;t be hard to do with our WSRP implementation. A nice project for a motivated person ! Any volunteer ? we do the hosting :) By the way, it won't help you convert a JSP webapp to a portal architecture since it's the other w

[jboss-user] [Installation, Configuration & Deployment] - Re: error in log file

2007-02-27 Thread NehaSr
hi i did check it bt my jar files r still nt deployed... i m agn posting the cmd screen plz check it Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\NehaSr>cd\ C:\>cd C:\jboss-4.0.4\bin C:\jboss-4.0.4\bin>run -d MOB_SERVER The filename,

[jboss-user] [Installation, Configuration & Deployment] - Re: error in log file

2007-02-27 Thread NehaSr
hi i did check it bt my jar files r still nt deployed... i m agn posting the cmd screen plz check it Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\NehaSr>cd\ C:\>cd C:\jboss-4.0.4\bin C:\jboss-4.0.4\bin>run -d MOB_SERVER The filename,

[jboss-user] [JBoss Portal] - Re: No portlet display

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

[jboss-user] [JBoss Portal] - Embedding Portlets in JSF pages

2007-02-27 Thread ric1607
Hello, I just saw that Oracle released a product to embed portlets in plain JSF pages. This is great since it does not force to have a portal template page, which is not very flexible. It is especially very difficult to convert an existing JSP webapp to a portal architecture. See the following

[jboss-user] [JBoss Portal] - Re: Declarative Security and Portlets

2007-02-27 Thread mageshbk
Please find my answers inline: >>>1) There is no role-based declarative security for portlets defined by >>>portlet spec. Yes >>>2) For local portlets in JBoss Portal it is solved by securing portlet >>>instances. Yes >>>3) For WSRP, JBoss Portal has no solution currently. Neither propagat

[jboss-user] [JBoss Portal] - No portlet display

2007-02-27 Thread amit.khosla
We are working on JBOSS Portal 2.4 We are having two portal pages each containing 9 portlets. We are facing a problem that sometimes when request go back to server & page reloads; sometime the page comes blank without any protlet. Just top template is visible. This problem occurs only sometimes.

[jboss-user] [Microcontainer] - Re: Beans loading with Microcontainer in JBoss AS

2007-02-27 Thread alesj
See: - http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022949#4022949 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022950#4022950 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022950 __

[jboss-user] [Microcontainer] - Re: Evaluating IOC Containers

2007-02-27 Thread alesj
"eknathkadam" wrote : "bkeh12" wrote : 6. JMX interface for deployed components if desired | | http://jira.jboss.com/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolutionIds=-1&pid=12310060&fixfor=12310587 | | | I clicked this link but

<    1   2   3   4   >