[jboss-user] [JBoss Portal] - Re: How to access EJB3 beans from a portlet !???

2007-12-12 Thread Soon5
Hy, Why don't you use JNDI to get the EJBs and access them? Greetings Soon5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112464#4112464 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112464 _

[jboss-user] [JBoss jBPM] - Re: How to integrate jBpm into EJB3 based application

2007-12-12 Thread Deady
I've downloaded jsf-1.2_07 sources: they already contain pathched version of this class, but it doesn't work. The problem is in the libs in my /server/tomcat/jsf-libs/. I have there: | [EMAIL PROTECTED] jsf-libs]$ ls | commons-beanutils-1.7.0.jar commons-validator-1.3.1.jar jstl.jar

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss + MySQL + Persistence encoding issues

2007-12-12 Thread adam.bonkowski
Hi, I'm using JBoss 4.2.1 with MySQL 5.0.48. The app I develop is an EJB3 with Java Persistence app. I'd like to store text data in UTF-8. I added "&useUnicode=true&characterEncoding=UTF" to the connection url in my xa-datasource. I also set in persistence.xml The default character set of th

[jboss-user] [JBoss Seam] - Re: How do I reload a Data Model on a SessionBean everytime

2007-12-12 Thread mteichmann
Pete, I am stuck with a similar problem at the moment but 'event scoped manager component' is a bit too vague for me :-( Can you please clarify this a little bit further? Thanks, Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112461#4112461 Reply to

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools and debugging

2007-12-12 Thread speleomaniac
Yep, it works, Thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112460#4112460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112460 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss jBPM] - Re: How to pick a BPM product?

2007-12-12 Thread hubaghdadi
Where can I find an on line jBPM sample application that is ready to be deployed on WL8.1? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112458#4112458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112458 ___

[jboss-user] [JBoss jBPM] - Submit your jBPM use case and win a JBoss Innovation Award

2007-12-12 Thread [EMAIL PROTECTED]
www.jbossworld.com/jbia View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112456#4112456 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112456 ___ jboss-user mailing list jboss-u

[jboss-user] [Messaging, JMS & JBossMQ] - Standard Message Driven Bean

2007-12-12 Thread arunapai0603
What is Standard Message Driven Bean? How is it different from Singleton Message Driven Bean? How can I ensure that only one message is been retrieved at a time? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112457#4112457 Reply to the post : http://www.jb

[jboss-user] [JBoss jBPM] - java.lang.ClassCastException: com.sample.action.AutomatedAsy

2007-12-12 Thread mone
Hi, I am getting classcastException while calling the action handler in the transition like this. | | | | CheckDuplicatelist | | | | my action handler is | package com.sample.action; | | import org.jbpm.graph.def.ActionHandler; |

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: DL - JBoss4.2.0 startup & deployment problem

2007-12-12 Thread dlnet
Tried removing JAVA_OPTS settings but still getting the same errors i.e. above stack trace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112451#4112451 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112451 __

[jboss-user] [JBoss jBPM] - jbpm variables not saved

2007-12-12 Thread apdo
As an exercise, from the todo example, I have create a form page where variable can be set. the description is save in the database by clicking on the update button. however, the process variable "summary" and task variable "variable1" are not saved. I have modify the todo process description to

[jboss-user] [JBoss Seam] - how to dis-manage entities?

2007-12-12 Thread gsegura
Hello, I got into this kind of chicken-egg problem related to entity versioning: There is an entity Course which has a collection of CourseNote. When adding a CourseNote to the collection I have to obtain a managed instance of Course, whose version field is been incremented implicitly when the

[jboss-user] [JBoss jBPM] - where could i get the jbpm svn or cvs source?

2007-12-12 Thread intelchen
http://labs.jboss.com/resources/ there is no svn address of jbpm. And i can't find svn address in the sf.net for jbpm. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112448#4112448 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - how to exclude entities in flush

2007-12-12 Thread gsegura
Hello, I got into this kind of chicken-egg problem related to entity versioning: There is an entity Course which has a collection of CourseNote. When adding a CourseNote to the collection I have to obtain a managed instance of Course, whose version field is been incremented implicitly when the

[jboss-user] [JBoss jBPM] - When deploying a jBPM, a exception about jsf throwed

2007-12-12 Thread frankzhy
I downloaded jBPM source code and created as a web project in eclipse(3.3),then I deploy this web app to jboss4.2,but throw folloing exception when started: | 11:16:38,503 FATAL [application] JSF1029: The specified InjectionProvider implementation 'org.jboss.web.jsf.integration.injection.JBoss

[jboss-user] [JBoss Seam] - Re: SeamTest Unit Tests Working...But Not Integration Tests

2007-12-12 Thread neilac333
Problem solved. I think. And you will never guess in a million years what the issue was. When I started this thread, my setup was all wrong from the perspective of SeamTest. I had an existing project, so seam-gen wasn't an option. Once I ran into trouble though, I used it to show me what th

[jboss-user] [JBossWS] - Re: WsConsume throws exception

2007-12-12 Thread kks_krishna
What are the jar files i need to add in the classpath? I have added only one in the classpath. That has WsConsume class file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112444#4112444 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [Management, JMX/JBoss] - Re: JSR 88 Sample

2007-12-12 Thread sgd1977
Are you talking about org.jboss.deployers.spi.deployment.MainDeployer? This appears to be a JBoss 5 API. I'm on 4.0.5 (upgrading the version is not in my hands...) But really, if JBoss says they support JSR88, then it should be a proper implementation. The impression I get from the code is tha

[jboss-user] [JBoss Seam] - Re: External AJAX access to webremote?

2007-12-12 Thread [EMAIL PROTECTED]
Oh, and you also need to override the Seam.Remoting.resourcePath after you import the script. It defaults to "/appname/seam/resource/remoting", so you'll need to give it an absolute url also: Seam.Remoting.resourcePath = "http://localhost:8080/appname/seam/resource/remoting"; Make sure this l

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.0GA + Maven2 doesn`t work...

2007-12-12 Thread jsolderitsch
I tweaked the pom to have some explicit dependencies with a provided scope: | javax.faces | jsf-api | provided | | | javax.el | el-api | provided | | thereby eliminating an include

[jboss-user] [JBoss Seam] - Re: External AJAX access to webremote?

2007-12-12 Thread [EMAIL PROTECTED]
The remoting stubs should work, just make sure you specify the absolute url to them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112439#4112439 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112439 _

[jboss-user] [JBoss Seam] - Re: SSO integration

2007-12-12 Thread [EMAIL PROTECTED]
No, this feature is on hold until a certain JBossSSO issue is fixed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112438#4112438 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112438 __

[jboss-user] [JBoss Seam] - Re: External AJAX access to webremote?

2007-12-12 Thread whafrog
For those interested: All the examples I was looking at used @Resource to inject the UserTransaction into the servlet, but it was always null. This works better: ut = (UserTransaction)context.lookup("java:comp/UserTransaction"); I wish there was a better way though. View the original post :

[jboss-user] [JBoss Seam] - Re: persist() / remove() at end of long running conversation

2007-12-12 Thread gsegura
Is there a final consensus about this issue? I mean how is done know and if this should change in future version (which one) ? to be in the safe side: what would be the best way to test for 'persistency' of an entity? also I kept the idea this is not an issue that is RDBM related, right? I rea

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.0GA + Maven2 doesn`t work...

2007-12-12 Thread jsolderitsch
I switched to Yuan's approach and after adding a few dependencies, I got maven to create a war. But the war still fails to deploy. I now see a different message: 22:17:46,925 INFO [TomcatDeployer] deploy, ctxPath=/TestSeam, warUrl=.../tmp/deploy/tmp24620TestSeam-exp.war/ | 22:17:47,661 ERROR

[jboss-user] [JBoss Seam] - Re: External AJAX access to webremote?

2007-12-12 Thread whafrog
Since it appears I can't get a functioning EntityManager in my servlet (I can get an entity manager, but can't inject a UserTransaction or get an EntityTransaction from the entity manager)...any suggestions? I basically want to expose a method on a stateless bean, accept a couple of parameters,

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1 CR1 is out

2007-12-12 Thread [EMAIL PROTECTED]
If your concern is just editing, keep in mind that any good XML editor will let you declare an XML catalog. I know that eclipse has a very nice XML catalog tool that will let you pull the Schemas in and use them with no schemaLocation defined. If it would help, we could probably copy all the s

[jboss-user] [JBoss AOP] - Re: [i]Introduction[/i] not working in my project but workin

2007-12-12 Thread elysch
Well. It took me a wile to find out how to see debug messages. Just adding -Djboss.aop.verbose=true or -Djboss.aop.debug.classes=true -Djboss.aop.verbose=true to the run.bat file didn't do the trick. I finally got it by changing the "Verbose" attribute at C:\jboss-4.2.1.GA\server\default\deplo

[jboss-user] [JBoss Tools (users)] - Hibernate file Mapping editor not found in the latest 3.2.0G

2007-12-12 Thread yink2000
Hi, I just had a fresh install of Eclipse europa and Hibernate tools via update site today. I can't find Hibernate file mapping editor when I right-click .hbm.xml file in package explorer. I can open Hibernate perspective, showing HIbernate Configurations, Query results, Query parameters, etc,

[jboss-user] [JBoss Seam] - @Autowired in a Seam bean

2007-12-12 Thread Kragoth
Hi all, Ok... currently I have a Spring application integrated with my Seam beans via a Variable resolver. The problem with this is that in my Seam bean injection is done via the name of the "implementation" of an interface. This is different from the way Spring works which can Autowire based o

[jboss-user] [JBoss jBPM] - Re: How to pick a BPM product?

2007-12-12 Thread kukeltje
Yes it does View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112423#4112423 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112423 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBoss jBPM] - Re: Process Deployment Issue

2007-12-12 Thread kukeltje
Yes, a classcast exception is othen caused by multiple versions of jar files. Look in that direction (it is not specifically jbpm related) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112422#4112422 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss jBPM] - Re: Assigning a task to pooled-actors via context var

2007-12-12 Thread kukeltje
it is 'a' way, but not all attributes support EL, this one might not (I'm not sure). You can see in the source if it does View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112421#4112421 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Seam] - Re: Conversation times out when session times out

2007-12-12 Thread whafrog
Yes, thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112420#4112420 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112420 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss Seam] - Re: Error selecting object

2007-12-12 Thread james_hays
Is there a solution to this issue for those of us that have to stay with 1.2.1GA for a while longer? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112415#4112415 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112415 _

[jboss-user] [JBoss Seam] - Re: mixing javascript with JSF EL to call SFSB method

2007-12-12 Thread asookazian
I've also noticed that you can't access values in the main form/dataTable in the facelet from a modalPanel. For example, the following returns -1 (b/c the processor doesn't have a currently selected row in the main form's dataTable): myAuditList.getRowIndex() So I can't get the values from the

[jboss-user] [JBoss Seam] - mixing javascript with JSF EL to call SFSB method

2007-12-12 Thread asookazian
I need to called a SFSB method from a modalPanel dataTable value attribute as below. The employeedId and columnName variables are available via DOM/javascript at the time this dataTable is rendered (or reRendered when a button is clicked). How can I pass these values in the JSF EL expression?

[jboss-user] [Management, JMX/JBoss] - startService and stopService problem.

2007-12-12 Thread dvasily
Can anybody help with this issue? We have abstract class: public abstract class JMXDevice extends ServiceMBeanSupport implements DeviceMBean { . startService() { ... } stopService() { } ...} And we have a few services that derived from this abstract class. They are not in descriptor and

[jboss-user] [EJB/JBoss] - Re: Are Stateless Session EJB Thread-safe

2007-12-12 Thread [EMAIL PROTECTED]
I believe the multithreaded calls on the same handle will go to different bean instances. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112410#4112410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112410

[jboss-user] [JBoss Seam] - Re: Conversation times out when session times out

2007-12-12 Thread jacob.orshalick
No, in this case that would be the foreground conversation which means that it would only timeout if the session timed out. Now, if the user was to navigate elsewhere and a different conversation was started, the previous conversation would then become a background conversation. In that case,

[jboss-user] [JBoss jBPM] - Re: Bug in Mail.java

2007-12-12 Thread kukeltje
Not true (from what I see in the code) evaluate(to) is implemented as: | String evaluate(String expression) { | if (expression==null) { | return null; | } | VariableResolver variableResolver = JbpmExpressionEvaluator.getUsedVariableResolver(); | if (variable

[jboss-user] [JBoss Seam] - Re: Component abstraction*

2007-12-12 Thread javabeats
First off, thanks for your reply ;) I already knew of such capability - I'm having more trouble with the "implementation swapping" part. Your suggestions are a good set of ideas to start exploring from.. thanks man! Rodrigo View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [Management, JMX/JBoss] - Re: JSR 88 Sample

2007-12-12 Thread [EMAIL PROTECTED]
jsr-88 isn't really interesting and there are even thought if it being dropped from the EE spec. Why not dealing directly with the MainDeployer API? It's simpler. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112405#4112405 Reply to the post : http://www.j

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1 CR1 is out

2007-12-12 Thread IGx89
Thanks. Yeah, I just ended up removing the schemaLocation attribute from all my pageflow files. Is there a better way than that? It'd be great if the schema files in JARs could be used, but I've had zero luck making that happen so far. View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Tools (users)] - Re: The VPE editor can't be run because your system environm

2007-12-12 Thread yilmaz_
change your localization to USA / English this is a localisation bug i wrote it in jira. there was a bug in hibernate and it never be solved. I hope this one get fixed. __ Sistemin dil ayarların ABD ingilizceye çevirince çalışıyor ama dil problemi var. çok rahatsız ediyor. View the ori

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.0GA + Maven2 doesn`t work...

2007-12-12 Thread jsolderitsch
I am trying to relate what I learned in this thread to what I read here: http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/ This article provides a pom.xml example for a simple war deploy that includes a reference to a parent pom that is defined by jboss-seam. The e

[jboss-user] [JBoss Portal] - Re: Myfaces vs Sun RI

2007-12-12 Thread [EMAIL PROTECTED]
Sun RI (with their bridge) just didn't work for us. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112398#4112398 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112398 ___ jb

[jboss-user] [JBoss Seam] - Re: Conversation times out when session times out

2007-12-12 Thread whafrog
Example: User logs in and is presented with a menu page. They click a menu option, starting a conversation that lasts for three pages. If they get up and walk away after getting to page 2, shouldn't the new conversation time out after 2 minutes? They would still be logged in, but the convers

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1 CR1 is out

2007-12-12 Thread [EMAIL PROTECTED]
Move transition before action. We'll see if we can improve the schema. You shouldn't be relying on the online schema for your app to start. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112392#4112392 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Re: Seam performance vs plain JSF

2007-12-12 Thread svadu
"[EMAIL PROTECTED]" wrote : These are surprising results for me as well. I will review them and compare with our own servers. | | I will be adding more tests and comparisons in regards to performance to the Seam project as time goes on. I appreciate your work on this. | Hi Jay, It wou

[jboss-user] [JBoss Seam] - Re: Adding custom timeout action

2007-12-12 Thread gsegura
Assuming session contexts variables are removed when session expires perhaps this could work: | @Observer("org.jboss.seam.preDestroy.") | public void cleanup() {} | or org.jboss.seam.preDestroyContext. what do you think? View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss jBPM] - Assigning a task to pooled-actors via context var

2007-12-12 Thread trouby
Hey, In creation time of a process instance I set a variable (lets name it 'username'), Then in the middle of the process I have a task node with a task which I want to assign to an actor based on the value of the 'username' variable which available in the context, I tried something like:

[jboss-user] [JBoss Seam] - Re: Conversation times out when session times out

2007-12-12 Thread jacob.orshalick
Sorry, should have previewed. When I say the foreground conversation never times out, I mean that it is tied to the session timeout not the configured conversation-timeout. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112385#4112385 Reply to the post : h

[jboss-user] [JBoss Seam] - Re: Conversation times out when session times out

2007-12-12 Thread jacob.orshalick
When you say you abandon the conversation what do you mean? Do you start a new conversation and begin interacting with it? The reason I ask is because the foreground conversation never times out. Background conversations will timeout according to your configured conversation-timeout. Backgro

[jboss-user] [JBoss Seam] - Re: Integration testing Seam components with Maven

2007-12-12 Thread svadu
Created an issue: http://jira.jboss.com/jira/browse/JBSEAM-2371 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112383#4112383 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112383 ___

[jboss-user] [JBoss Seam] - Re: Latest status of JBoss Seam and maven2?

2007-12-12 Thread svadu
I believe this is still broken: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102745 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112381#4112381 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112381 __

[jboss-user] [JBoss Portal] - Re: How to access EJB3 beans from a portlet !???

2007-12-12 Thread rododendro
Hi, I have the same problem you described, have you found a solution? Thanks Ivan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112380#4112380 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112380 ___

[jboss-user] [JBoss Seam] - Re: question about components and persistence

2007-12-12 Thread gsegura
Thanks for you answer, although I don't see a hit to database at the beginning of every conversation much extra load I would like to know more about why keeping just the Id is better. At first it would seem to the neophyte like me a more natural way to keep the object itself and perhaps merge i

[jboss-user] [JBoss Seam] - Conversation times out when session times out

2007-12-12 Thread whafrog
I have my conversation set to timeout after 2 minutes (12ms), and the session to timeout after 10 minutes. However, if I abandon the conversation, I only see the destroy method called after 10 minutes. I've checked the logs and debug.seam page for any objects started by the conversation th

[jboss-user] [JBoss jBPM] - Re: How to integrate jBpm into EJB3 based application

2007-12-12 Thread estaub
See http://fisheye5.cenqua.com/browse/javaserverfaces-sources/jsf-ri/src/com/sun/faces/renderkit/RenderKitUtils.java?r1=1.34&r2=1.35 I don't know anything about jsf, but the problem was a race condition between threads, and was fixed in this diff. If it's easy to config down to a single worker

[jboss-user] [JBoss Seam] - Re: pattern to form urls for resources requested

2007-12-12 Thread gsegura
thanks for the follow up Pete! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112376#4112376 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112376 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Myfaces vs Sun RI

2007-12-12 Thread viggo.navarsete
I think I read somewhere that the admin portles are supposed to be upgraded using Sun RI, but that's for a future release. Hopefully someone at the JBoss team can verify that it's true.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112375#4112375 Reply to

[jboss-user] [JBoss Seam] - Re: Adding custom timeout action

2007-12-12 Thread seamdev
I found a JIRA request for similar issue: http://jira.jboss.com/jira/browse/JBSEAM-2257 When can we expect to see sessionExpired event added to seam? If its not too much work, it will be great to have it in seam 2.0.1GA View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - External AJAX access to webremote?

2007-12-12 Thread whafrog
Hi, is there an easy way to access @WebRemote methods from Ajax on pages that are not part of the hosted web app? In our case, we have many static web pages we host for other companies. Some of them would like to get dynamic data (via Ajax) from our web app. I'd love to use a Seam service and

[jboss-user] [JBoss Seam] - Back button questions

2007-12-12 Thread seamdev
I would like to redirect user to login page if the user uses back button after the session has timed out. Please advise how to implement this? It is acceptable to use back button when session is valid. Also, I would like to redirect user to login page if the user browsed to an external site in

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.0GA + Maven2 doesn`t work...

2007-12-12 Thread jsolderitsch
I am looking at the contents of the lib folder in WEB_INF in my war, comparing what I have when I let maven generate it and what I have when I use the ant build produced by seam-gen. In the ant-built lib folder I see: antlr-runtime.jar | commons-beanutils.jar | commons-digester.jar | droo

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1 CR1 is out

2007-12-12 Thread IGx89
It looks like you published a new pageflow-2.0.xsd? Unfortunately that's stopping my 2.0.0.GA projects from starting up now! The following isn't validating, and I can't figure out why: | | | | Exactly because of the potential of probl

[jboss-user] [JBoss Seam] - Re: EJB3, NVARCHAR2 and Oracle10g

2007-12-12 Thread zahidncst
I found the same problem with "char" in Oracle with latest seam-gen(Dec 12, 2007) I changed : @Column(name = "C_ID", length = 16 ) to @Column(name = "CARD_HOLDER_ID", length = 16, columnDefinition="char") View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss Seam] - Re: Update Data Model from another Bean

2007-12-12 Thread indyJones
Very nice... I am new to the Events model... Thanks!!! Indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112362#4112362 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112362

[jboss-user] [JBoss Seam] - SSO integration

2007-12-12 Thread gersonk
Is there any plan to support the JBoss SSO integration in the next release (2.0.1)? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112359#4112359 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112359 _

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1 CR1 is out

2007-12-12 Thread [EMAIL PROTECTED]
It's "candidate release". See: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossProductVersioning. Technically this should probably be called beta1, since there are a couple of known issues that have to be fixed before this could be a true CR. But, it's much closer to release than a beta would

[jboss-user] [JBoss Portal] - Re: Myfaces vs Sun RI

2007-12-12 Thread Antoine_h
don't know but wish to know. the 2.6.3 is about to be released let's see then if it is still the same. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112360#4112360 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112360

[jboss-user] [JBoss Portal] - Re: Class Cast Exception - PortletConfigImpl

2007-12-12 Thread Antoine_h
can't see where the error is happening. could you, please, put some of the lines of the stacktrace of the exception so it will be easier to see where it happens. use the "Code" button in the message body posting editor, and the preview to make sure it is nicely readable... View the original po

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.3 download

2007-12-12 Thread Antoine_h
well... also waiting for the 2.6.3 and also looking forward to use RichFaces (that's why I waited till the 2.6.3). so, all this is welcome... waiting patiently... soon christmas ;-) thanks a lot ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112355#4112355

[jboss-user] [JBoss Portal] - Re: EAR Deploy

2007-12-12 Thread Antoine_h
the portal war have it's own deployer. some adaptation of usual deployer of jboss (ear, classic war, etc..). don't know more thing about this problem, but you may look at the portal deployer services. may find why it does not get "involved" when jboss deploy an ear. hope it helps, View the orig

[jboss-user] [JBoss Seam] - Re: generate-entities problem

2007-12-12 Thread zahidncst
This problem is still in latest seam gen (dec 12, 2007).. Why cant they do "upper case" on it? I also had problem in isIdDefined method for "bigdecimal" and "date".(had to manually do toString() on it) eg if (Strings.isEmpty(getTDataId().getSalesAmt())) >>> changed to :if >>> (St

[jboss-user] [JBoss Seam] - Re: Seam 2 + JBoss Portal 2.6 portlets

2007-12-12 Thread jgilbert
Any news on Seam+Richfaces portlets? I tried to use the 3.1.3.CR2 portlet bridge but got no where. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112351#4112351 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112351 ___

[jboss-user] [JBoss Portal] - Re: How to show error page in a portlet

2007-12-12 Thread Antoine_h
you have to catch the exception in the action or render method of the portlet, then produce the error page instead of the content of the portlet. look at the cms portlet, as an example of how it is managing the "document not found" error. that is for having the error inside the portlet, for an

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1 CR1 is out

2007-12-12 Thread IGx89
Great, thanks! BTW, I've always been curious: what does "CR" stand for? Is it the cool form of "RC"? ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112348#4112348 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41123

[jboss-user] [JNDI/Naming/Network] - Re: Standalone client getting errors while attempting to acc

2007-12-12 Thread goja
Thanks for your help but it doesn't work yet. anonymous wrote : All you have to do is, make sure that the standalone client has the appropriate JBoss jar file(s) in its classpath. I found the HiLoKeyGeneratorFactory class in a uuid-key-generator.sar directory under the default deployment direct

[jboss-user] [JBossWS] - Re: stopping the HTTP requests for web services at JBoss

2007-12-12 Thread viswanadhvk
I mean to say, i would like to disable the HTTP requests to web services. I want my web service handles only SOAP requests. Please let me know how to do that. Thanks! Vvk View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112346#4112346 Reply to the post : htt

[jboss-user] [JBoss Seam] - Re: pdf/DocumentStore documentation

2007-12-12 Thread [EMAIL PROTECTED]
Yes, please do use JIRA. It will make sure that we don't lose track of the issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112343#4112343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112343 ___

[jboss-user] [JBoss Seam] - Re: Seam support in a production environment?

2007-12-12 Thread [EMAIL PROTECTED]
Production support is available through Red Hat. You can contact sales for details: https://www.redhat.com/apps/webform.html?event_type=contact_sales&eid=21%3f View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112342#4112342 Reply to the post : http://www.jbo

[jboss-user] [JBoss Seam] - WAR only: Seam 2.0.0.0GA + Maven2 doesn`t work...

2007-12-12 Thread jsolderitsch
I have followed I think the advice that has been given in this thread but I am in a simpler situation -- only one pom for a single war deployment. I copied in dependencies from the examples I have seen in this thread and gotten mvn install to produce a war file. When I go to deploy it, JBoss sh

[jboss-user] [JBoss Seam] - Seam 2.0.1 CR1 is out

2007-12-12 Thread [EMAIL PROTECTED]
We've released 2.0.1 CR1. Here's the announcement: http://in.relation.to/Bloggers/Seam201CR1 We've made some big changes to support the new JBoss Tools release. We'd definitely appreciate some feedback from you guys to make sure everything is working for you guys. We haven't set a target for

[jboss-user] [JBoss Seam] - Seam support in a production environment?

2007-12-12 Thread samdoyle
Hello, we will be bidding on a substantial product in an area where have established some level of expertise. We have a varied technology stack but it does include Seam,Drools and Hibernate. I'm a bit concerned with the level of support though that is available for Seam? When doing the proposal

[jboss-user] [JBoss Seam] - Re: Component abstraction*

2007-12-12 Thread jacob.orshalick
anonymous wrote : I would like to create, if possible of course, an interface as a component. And use this to control the tasks of my business process. Depending on the implementation of such interface that is deployed, actions would behave differently. It is not possible to directly define an

[jboss-user] [JBoss Seam] - Re: Update Data Model from another Bean

2007-12-12 Thread jacob.orshalick
You could use the event model provided by Seam. In the updateuser bean simply raise an event: ... | public void updateUser() { |... |Events.instance().raiseEvent("userUpdated", user); | } | ... Listen for that event in a method in your getusers component: ... | @Observer("u

[jboss-user] [JBoss Seam] - pdf/DocumentStore documentation

2007-12-12 Thread eric_bmx
I believe http://docs.jboss.com/seam/2.0.0.GA/reference/en/html/itext.htm may be somewhat out of date. In section 16.8.1 the web.xml entries do not work for me in 2.0 GA. anonymous wrote : | | Seam Servlet Filter | org.jboss.seam.servlet.SeamServletFilter | | | | S

[jboss-user] [JBoss Seam] - SelectItems and cache

2007-12-12 Thread damianharvey
Just noticed that selectItems now has a cache attribute. I assume that this was from http://jira.jboss.com/jira/browse/JBSEAM-2185. How should this be used? Do you just specify a cache key eg cache="mylist" and if you have caching enabled the list is cached? Cheers, Damian. View the original

[jboss-user] [JBoss Seam] - Re: Staying sane (or how do I keep up with Seam releases)?

2007-12-12 Thread supernovasoftware.com
I try to make the configuration changes manually, but if that becomes a headache I start with a clean Seam Gen project and then slowly work in my project. I always upgrade just before a new GA becomes available. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss jBPM] - Process Deployment Issue

2007-12-12 Thread ebsjwj
I get a stack trace trying to deploy. I am not using the All_in_One Jboss Jbpm server, just a normal 4.20 JBoss server. The main error is: org.hibernate.HibernateException: Could not parse configuration: hibernate.cfg.xml at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1

[jboss-user] [JBoss Portal] - Re: Getting org.jboss.portal.portlet.container.PortletInitia

2007-12-12 Thread PeterJ
Raja, when posting code, embedded it within [ code ]...[ /code ] tags (select the text and click the Code button), and please preview the post before submitting it. Based on the error message, I think that the portal could not find your portlet class. You did not provide hte 'package' statemen

[jboss-user] [JBoss Seam] - Re: Programmatic Log4j Configuration

2007-12-12 Thread barthjj
Thanks for the link. I looked at the code there and found out what my problem was. I was using PropertyConfigurator instead of DOMConfigurator. Here's the working code @Name("configLogger") | @Startup | @Scope(APPLICATION) | public class ConfigLog4j{ | | @Create | public v

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: DL - JBoss4.2.0 startup & deployment problem

2007-12-12 Thread PeterJ
Try removing these JAVA_OPTS settings: -Dserver.rootDir=C:\jboss-4.2.0.GA\bin\.. -Dlog4j.configuration=log4j-startup.properties -Djava.io.tmpdir=C:\jboss-4.2.0.GA\bin\..\server\default\tmp -Dhttp.browser.port=80 -Dhttp.sslaccel.port=81 -Dhttp.webservice.port=8080 View the original post : http:

[jboss-user] [JBoss Seam] - Re: Must use

2007-12-12 Thread jtsimikas
This seems to talk about the same issue. http://forum.java.sun.com/thread.jspa?threadID=518881&messageID=2479593 Is the bug with JSF/Seam? How do I work around this.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112301#4112301 Reply to the post :

[jboss-user] [JBoss Seam] - Duplicate calls to functions

2007-12-12 Thread german.castro
I have al tree: | | | | | | | | | | | | The bean.tree function always return the whole tree. When i see the tree page and when i open a tree node, seam calls more than

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Two Entity has @OneToMany to the same Entity

2007-12-12 Thread claudio_br
You can resolve this with: @Entity | public class A implements Serializable{ | | @Id | @GeneratedValue(strategy = GenerationType.IDENTITY) | @Column(name="id_a") | private int id; | | @OneToMany(mappedBy="a", fetch = FetchType.EAGER) | @Cascade(CascadeType.ALL) |

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools and debugging

2007-12-12 Thread [EMAIL PROTECTED]
Good question ;) I'm afraid Eclipse WTP's EAR classpath container does not allow this :( There is though a workaround, namely when it asks for the source you sohuld be able to add the source to the servers launch configuration. Let me know if that works for you. View the original post : htt

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS Policy File with JBOSS - Please Help!

2007-12-12 Thread jgilmore
I have now added the following line to the JAVA_OPTS section of run.bat | -Djava.security.manager -Djava.security.policy=server.policy | Next time I started JBoss I received the following error: | Failed to boot JBoss: | java.security.AccessControlException: access denied (java.util.

  1   2   >