[jboss-user] [JBoss Seam] - Entity association reflection issue

2007-12-05 Thread nevilleharrison
Hi, I have generated an application using seam-gen (via the JBoss Tools) to an SQL server database that contains two tables: S_Application and S_Application_History. The S_Application_History table has a foreign key mapping to S_Application. Seam-gen creates corresponding SApplication,

[jboss-user] [JBoss Seam] - Re: JBoss Seam 2.0 and Weblogic 10 Server

2007-12-05 Thread Vincent321
Hello, Is there somewhere best practices or recipe guide to deploy seam apps on weblogic 10 ? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110429#4110429 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110429

[jboss-user] [JBoss Seam] - Conversation problem

2007-12-05 Thread Stateless Bean
Hi, My scenario: I got menu in page: Order, Search, ...etc. When user goes into Order i start new nested conversation and here when user click on other link in menu like Search I want to ask him Do you really want to exit?. If yes I destroy conversation of my order and go to other page, If not

[jboss-user] [JBossWS] - Re: Jbossws 2.0.2 with jdk1.6

2007-12-05 Thread Artec
There other configuration to do in my jbossws-native-2.0.2.GA ?? Thanks Davide View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110446#4110446 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110446

[jboss-user] [EJB/JBoss] - java.lang.ClassCircularityError

2007-12-05 Thread deadrow
Please HELP. I am in deep troubles. I am running jboss 4.2.2 on HP-UX 11.11 and java build 1.5.0.04 and randomly I get an error starting jboss. The problem is pretty serious bc all my EJB2s won't be deployed (while EJB3s are deployed correctly). I didn't get this error with jboss 4.0.5, I

[jboss-user] [JBoss Messaging] - Bridge Status inconsistent when JDBC Connections are recreat

2007-12-05 Thread rogerdudler
We are using JBoss Messaging 1.4.0.GA on JBoss 4.0.5 with all the prerequisites needed by JBoss Messaging. Everything works fine, except some issues on the messaging bridge, when the underlying database connections became invalid. The source destination of the bridge is located on a remote

[jboss-user] [JBossCache] - JBoss Cache TimeToLive problem

2007-12-05 Thread esra
Hi, i am using jboss-cache-1.4.1.SP1.jar . I have a problem abouth timeToLiveSeconds attribute, it doesn't work properly. I set it as 120 started the cache, then i changed one of the properties of the object which was cached. after 2 minutes i couldn't see the changing ,object wasn't updated

[jboss-user] [JBoss Messaging] - Re: ConcurrentModificationException when setup connection wi

2007-12-05 Thread timfox
We can't really help you unless you provide us with basic information: What exact version of JBM are you running? What exact version of JBoss Remoting are you running? What exact version of JBoss AS are you running? What JDK/OS etc. Clear instructions on how to replicate the problem. Thanks

[jboss-user] [EJB 3.0] - Re: How to retrieve foreign key instead of the object (want

2007-12-05 Thread alexg79
anonymous wrote : | int modelId = u.getModel().getId(); // causes read of Model table! | | Issue - this will cause a read of the model row from the DB (won't it, as in lazy loading will perform a JIT read) | No it won't. You obviously haven't tried it, or you wouldn't be asking about

[jboss-user] [JBossWS] - Re: Jbossws 2.0.2 with jdk1.6

2007-12-05 Thread Artec
Ok...i correct my ant.properties and i build jbossws.sar in this way [EMAIL PROTECTED]:/data/jboss-portal-2.6.1.GA/lib/endorsed# export ANT_OPTS=-Djava.endorsed.dirs=/data/jboss-portal-2.6.1.GA/lib/endorsed/ [EMAIL PROTECTED]:/data/jboss-portal-2.6.1.GA/lib/endorsed# export

[jboss-user] [JBoss Seam] - SMPC - entityManager doesn`t get autocreated

2007-12-05 Thread w17chm4n
First, what I get: @In attribute requires non-null value: questionCategoryManager.entityManager Second, my configuration (should be allright) components.xml | component name=org.jboss.seam.core.init | property name=debugtrue/property | property

[jboss-user] [JBoss Seam] - Re: SMPC - entityManager doesn`t get autocreated

2007-12-05 Thread w17chm4n
Oh and questionCategoryManager code | @Stateful | @Scope(ScopeType.APPLICATION) | @Name(questionCategoryManager) | public class QuestionCategoryManagerBean implements QuestionCategoryManager { | | @Logger | Log log; | | @In | private EntityManager

[jboss-user] [JBoss jBPM] - Re: TaskInstance and ProcessInstance not ending

2007-12-05 Thread Sowmya Yellamilli
Hi, I am really happy to say that my problem was solved the problem was with our database connections... we were using a single connection pool for accessing two different schemas...and so we introduced 2 connection pools in place of that which solved the problem. there was NO PROBLEM

[jboss-user] [JBoss Tools (users)] - Re: Struts tools do not work

2007-12-05 Thread A_titov82
I am sorry. But where should I put a request, and how cat I do that? I do not know what jira is View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110487#4110487 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110487

[jboss-user] [JBossCache] - Re: JbossCache 2.0 with JGroups 2.6.1 problem

2007-12-05 Thread dighede
Thanks Manik, I continue to investigate on the issue. I've posted the problem also in the Help forum of the JGroups project. (many thanks to all. JBossCache and JGroups are very interesting projects for me) Massimo View the original post :

[jboss-user] [JBoss Seam] - Re: When we need an entity-manager-factory?

2007-12-05 Thread wuhaixing
Thanks for your reply! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110491#4110491 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110491 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Injection not working when using thirdparty JMS library

2007-12-05 Thread [EMAIL PROTECTED]
Well you need to integrate them into Seam. Seam uses EJB3 interceptors to intercept all requests to MDB (and SLSB, SFSB) and wrap them in Seam's contexts etc. If you are just calling the object directly (which I think you are) you'll need to set up the contexts yourself. You can look at the

[jboss-user] [JBoss Seam] - Help Facelets in seam are not recursive

2007-12-05 Thread dreuzel
Facelets NOTRECURSIVE As I call a facelet indiectly from an other facelet the returned attributs are different. This leads to impossible interpretation of the final Tag value and causes facelets using c:if test=${arg} to fail depending on the recursive level where it is

[jboss-user] [JBossWS] - Re: Jbossws 2.0.2 with jdk1.6

2007-12-05 Thread Artec
Ok...it's the same document that i view yesterday. I copy the library into my installation path /data/jboss-portal/lib/endorsed The first question is: is correct my ant.properties # # A sample ant properties file # # $Id: ant.properties.example 3137 2007-05-18 13:41:57Z [EMAIL PROTECTED] $ #

[jboss-user] [JBoss jBPM] - jbpm-console + versioned seam backing bean

2007-12-05 Thread apdo
Jbpm-console seam to be a very good starting point if we need to write an application that allow user to deploy is own defined processes. In order to package the jbpm-console with additional feature specific to our customers, I plan to benefit for the ease of development that seam allows. I

[jboss-user] [JBoss Seam] - Re: How to return to a previous page without conversations

2007-12-05 Thread vladimir.kovalyuk
Christian, did Seam Team have a chance to implement entry/exit points? I'm looking for the common soluiton where Close button returns user to the previous page regardless whether it was long running transaciton or not. View the original post :

[jboss-user] [JBoss Portal] - Re: Redirect to a specific portal after login

2007-12-05 Thread ameo
bvogt wrote : .. you need the selection just after login - the PortalCommandFactory is called frequently... | thanks for answers.. but, how I have to use it ? Can I write my own commands and the PortalCommandFactory executes them ? Do you have an example or some more info about that ?

[jboss-user] [JBoss Seam] - Re: Plain Tomcat + Quartz + Mail work together?

2007-12-05 Thread pettersonfp
Hi, Anybody knows when can I get more information about this problem? Thanks, Petterson View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110485#4110485 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110485

[jboss-user] [JBoss Seam] - Re: Plain Tomcat + Quartz + Mail work together?

2007-12-05 Thread [EMAIL PROTECTED]
Where is the template located in the deployed archive? I guess the servlet context isn't available when invoking under quartz. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110552#4110552 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How hard to create visual representation of the relation

2007-12-05 Thread [EMAIL PROTECTED]
So for approach number 3. Load the process definitions Build a unified process definition in memory. Write the unified process definition to the correct form of XML. So how do I get the XML format correct for the jpdl builder if I dont use JpdlXmlWriter since its documented as never finished.

[jboss-user] [JBoss Seam] - Component scope w/ multiple Wars - Effect on SeamLoginModule

2007-12-05 Thread mrobinson28
First of all the Seam security stuff is awesome! I have a question though regarding the scope of components. From searching through some other post on the forum I think that Seam components are created and scoped at the War level. Is this correct? e.g. If I have an Ear with multiple War

[jboss-user] [Messaging, JMS JBossMQ] - Re: JMS -JBoss -- where to define ConnectionFactory

2007-12-05 Thread jaikiran
The ConnectionFactory is available for you in the JNDI. You just have to lookup the same as follows: | Context iniCtx = new InitialContext(); | QueueConnectionFactory qf = (QueueConnectionFactory) iniCtx.lookup(ConnectionFactory); Both the TopicConnectionFactory and the

[jboss-user] [JBossCache] - Re: CacheLoader is not notified when a POJO is modified

2007-12-05 Thread dmary
Hi, I've got no response so I will precise more detail :) : - i'm running with JBoss 4.0.5 GA - i've got the JbossCache 1.4.0 SP1 dist I've read all tutorials on JBossCache (TreeCache and PojoCache), i've read the wiki (PojoCacheAS405) and I didn't understand why any interceptor is called

[jboss-user] [JBoss Seam] - Asynchronous method triggered multiple times.

2007-12-05 Thread vfaid
I've a Stateless local Session Bean which defines an asynchronous method which is launched at startup by an observer method. Everything works fine except that the method is triggered multiple times simultaneously. Any idea why? Neither the TimeService implementation nor the Quartz

[jboss-user] [JBoss Seam] - Re: JBoss Seam 2.0 and Weblogic 10 Server

2007-12-05 Thread [EMAIL PROTECTED]
This is currently being worked on - look out for something very soon now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110553#4110553 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110553

[jboss-user] [EJB/JBoss] - Threading EJB Requests Through a Singleton

2007-12-05 Thread mjrother
I am looking at existing code which has a singleton facade class that looks up a stateless session EJB in the constructor and keeps the reference for the life of the program. It is my understanding all EJB's are threadsafe which is enforced by the container. Therefore if multiple client threads

[jboss-user] [JCA/JBoss] - Re: OracleDS - ORA-12705: Cannot access NLS data

2007-12-05 Thread joseantonioribeiro
After re-checking the correct drivers for my database version, and substitute then for the _g version (debug version), I've noticed that orai18n.jar was missing. Hope to help someone with similar problem. The oracle drivers page is:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Removing port ssl from URL

2007-12-05 Thread [EMAIL PROTECTED]
I'm working with JBoss 4.2.0.GA and It´s configurated with SSL in port 8443. My question is: Is It possible to remove the port from URL, as well as: https://www.xxx/application and not https://www.xxx:8443/application What is it the required configuration for this? Thanks [EMAIL

[jboss-user] [Beginners Corner] - Re: JBoss 5 Release Date

2007-12-05 Thread mjdinsmore
Thanks for finding that jaikiran. I must not have put in the right search terms to find it. I hope its not too late (its already past November and still no site of beta3)! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110577#4110577 Reply to the post :

[jboss-user] [JBoss Seam] - Re: javax.el.PropertyNotFoundException: Target Unreachable,

2007-12-05 Thread [EMAIL PROTECTED]
I don't see Seam initializing from the log you just posted (just EJB3) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110575#4110575 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110575

[jboss-user] [Security JAAS/JBoss] - Re: Removing PORT from URL.

2007-12-05 Thread [EMAIL PROTECTED]
I have the same problem, I want to hide the port 8443 from de URL. It's possible to hide the port installing Apache? or is there another solution with JBoss? Thanks [EMAIL PROTECTED] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110570#4110570 Reply to the

[jboss-user] [JBoss Seam] - Re: JBoss Seam 2.0 and Weblogic 10 Server

2007-12-05 Thread pauljunk
[EMAIL PROTECTED] wrote : This is currently being worked on - look out for something very soon now. Many thanks for the update. I will keep my eyes glued to the forum for any announcements. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110563#4110563 Reply

[jboss-user] [JBoss Messaging] - Missing message statistics

2007-12-05 Thread mzeijen
First some tech info: JBoss: 4.2.2 Messaging: 1.4.SP1 Java: 6.0 OS: Windows XP 64 I am working on a project to move our application from JBoss MQ to JBoss Messaging. While testing I saw that the message statistics didn't change. All the values stay 0. I looked in the manual to see if I need to

[jboss-user] [Messaging, JMS JBossMQ] - Re: Exiting on IOE - java.net.SocketException: socket close

2007-12-05 Thread jaikiran
Appears to be a DEBUG message (which means it can be ignored) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110545#4110545 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110545

[jboss-user] [JBoss Seam] - Re: Which repository structure with Seam (glassfish + netbea

2007-12-05 Thread [EMAIL PROTECTED]
Its not a netbeans project so doesn't follow the netbeans structure. As Cyrill says, whats actually deployed is important. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110556#4110556 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Plain Tomcat + Quartz + Mail work together?

2007-12-05 Thread pettersonfp
I think you solved it, I 'll try to put the template inside WEB-INF/classes.. Thanks a lot, Petterson View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110557#4110557 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110557

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Multiple datasources for same persistence unit

2007-12-05 Thread icordoba
Hi there, I have an application packaged in an .ear file. It has 3 jars. I've included a persistence.xml file in each jar, because all EJBs point to the same persistence unit name (they are already compiled this way). I cannot specify a different datasource for that same persistence unit name. Is

[jboss-user] [JCA/JBoss] - OracleDS - ORA-12705: Cannot access NLS data

2007-12-05 Thread joseantonioribeiro
I'm evaluating Jboss, after declined Apache Geronimo. I've configured a datasource to connect to my oracle database (10g) by the book. After that, I created a JSP that has this code: ... DataSource ds = null; Connection con = null; PreparedStatement pr = null; InitialContext ic; try

[jboss-user] [Installation, Configuration DEPLOYMENT] - Second node not joining the cluster on windows 2003.

2007-12-05 Thread mohiddin.sk
Operation System : Windows 2003 Jboss Application Server - Jboss-4.0.4.GA === Second node doest not join the cluster. It form it own cluster. Both the node are in same subnet. When I stop the jboss on the node - I see it waits at SNMP for long time. SNMP Agent Service. HP's software

[jboss-user] [JBoss jBPM] - Re: Can we save custom variables in a ProcessDefinition

2007-12-05 Thread simonbaker
kukeltje wrote : Simon, | | You can already add any tag you want to the processdefinition and when retrieving a processdefinition , also retrieve the xml file with it. You can translate that to a dom and read any element you put in there. Ok, that's good to know we can add extra tags.

[jboss-user] [Messaging, JMS JBossMQ] - Re: Higher JMSPriority not stepping in front of lower JMSPri

2007-12-05 Thread seoeng
Ok, I think I have figured out what JBoss is doing. I am using 4.2.2GA. Here is the new use case I used: 1. Send JMS Message with JMSPriority 4 to Queue 2. Send JMS Message with JMSPriority 4 to Queue 3. Send JMS Message with JMSPriority 4 to Queue 4. Send JMS Message with JMSPriority 7 to

[jboss-user] [JBoss Seam] - send mails on session destroy

2007-12-05 Thread beligum
Hi all, I'm trying to send some queued mails when the session end (sort of an auto-send outbox pattern). I've tried a lot of options, but I always encounter problems. What I have: A stateless bean (tried it with a javabean too) emailManager that sends the messages (javabean that contains a

[jboss-user] [JBoss Seam] - Re: s:convertDateTime and Seam TLD

2007-12-05 Thread [EMAIL PROTECTED]
There are no extra attributes over f:convertDateTime. The ${prop.blah} is a bug in our tld generator ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110627#4110627 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110627

[jboss-user] [JBoss Seam] - boring Login attemption --- authenticate() invocation proble

2007-12-05 Thread xinhua
Hi,all I use seam2.0.1.snapshoot, the authenticate() still be called twice when login fails, it is so bad. And futhermore, I found that everytime i invoke server side method through ajax engine, the authenticate() will also be invoked. It is very boring feature. How can i shut down such

[jboss-user] [JCA/JBoss] - Re: JCA in a clustered environment

2007-12-05 Thread teknokrat
All I mean is are there any issues with jboss JCA when you create a jboss cluster. Does farm deployment work with rars as expected, etc. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110634#4110634 Reply to the post :

[jboss-user] [JBoss Seam] - Re: java.sql.Date, Seam-GWT remoting with EJB3/hibernate/JPA

2007-12-05 Thread hartfordd
another discussion here http://groups.google.com/group/Google-Web-Toolkit/tree/browse_frm/month/2007-04/f7a5a1f03a87cc99?rnum=71_done=%2Fgroup%2FGoogle-Web-Toolkit%2Fbrowse_frm%2Fmonth%2F2007-04%3F and sample workaround: | /** | * utility method to re-process DTO's to make sure that the

[jboss-user] [JBoss jBPM] - Re: how to send parameters with jpdl

2007-12-05 Thread gazadonf
My problem is i could not read my parameter. In the destination page, the code | s:decorate id=name template=../layout/display.xhtml | ui:define name=labelname/ui:define | #{parameterHome.instance.name} | /s:decorate do nothing since i use my jdpl. I

Re: [jboss-user] [JBoss Tools (users)] - Re: org.hibernate.eclipse.feature_3.1.0.beta5 created bad me

2007-12-05 Thread Stephen Davidson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephen Davidson wrote: Hi Max. I thought you guys were leaving those links up until you released JBoss Tools. I take it then that you would like to see notification of links to the old JBoss-IDE that are still on the website posted here so

[jboss-user] [JBoss Seam] - Re: Seam Login + Richfaces -- Stylesheet problem

2007-12-05 Thread pettersonfp
Hi, I don't know if this can help you, but I faced some problems with stylesheet and I solved it all by changing the following line at the template.xhtml | link href=#{facesContext.externalContext.requestContextPath}/view/stylesheet/theme.css rel=stylesheet type=text/css / | Note

[jboss-user] [JBoss Seam] - Re: Add no-conversation-view-id dynamically in pages.xml

2007-12-05 Thread jpviragine
Created http://jira.jboss.org/jira/browse/JBSEAM-2352 Thx Pete View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110604#4110604 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110604

Re: [jboss-user] [JBoss Tools (users)] - Re: org.hibernate.eclipse.feature_3.1.0.beta5 created bad me

2007-12-05 Thread Stephen Davidson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: thanks - that page needs to get updated. Use www.jboss.org/tools to get more recent version of JBoss Tools (formerly known as JBossIDE) Hi Max. I thought you guys were leaving those links up until you released JBoss

[jboss-user] [JBoss Seam] - Re: NamedQuery not known in Component

2007-12-05 Thread mirko27
persistence.xml inside ejb.jar | ?xml version=1.0 encoding=UTF-8? | persistence version=1.0 xmlns=http://java.sun.com/xml/ns/persistence; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/persistence

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA, compression beyond tomcat-connector compr

2007-12-05 Thread [EMAIL PROTECTED]
Ah, sorry, my bad, I don't know anything about remoting and didn't read your post properly :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110625#4110625 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110625

[jboss-user] [JBoss Seam] - s:convertDateTime and Seam TLD

2007-12-05 Thread asookazian
In the Seam2.0.0.GA ref pdf, on pg. 291 there is some info on s:convertDateTime. I'd like to use this tag and need to know what all the attributes are and what their purpose is, etc. (like you see on richfaces demo website). Is there such a website/webpage for Seam tags? I found (most of)

[jboss-user] [JBoss Seam] - seam-gen, javax.el.PropertyNotFoundException when running Se

2007-12-05 Thread thoman23
Hello everybody, I am brand new to Seam. I have been evaluating it for a few days, and I'm very excited by the possibilities. However, I keep running into an issue with seam-gen. When I deploy a Seam example, like the seam-registration example, it works fine when I use the example build

[jboss-user] [JBoss Seam] - Re: java.sql.Date, Seam-GWT remoting with EJB3/hibernate/JPA

2007-12-05 Thread hartfordd
discussion on problem: http://groups.google.com.ec/group/Google-Web-Toolkit/browse_thread/thread/ee868c16992937ac/0e2288691663d975 english:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 4.2.2 wont deploy my persistency unit

2007-12-05 Thread justkeys
Ah its a zip! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110601#4110601 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110601 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Duplicate tasks.

2007-12-05 Thread dungnguyen
Dear all, I use jBPM to develop my business and I face the problem when I integrated with Fork node. My process is: --/ Task1--... Start --- Task0 -- Fork --| --\Task2---... I wrote MyController that extends from

[jboss-user] [Beginners Corner] - Retrieving WebServer root URL at startup

2007-12-05 Thread rodo74
Hi, At JBoss AS startup I need to retrieve the webServer root URL in a class. (before any call to JSP / Action / Servlet). I thought about doing it from the init() of a Servlet launched at startup but it seems we cannot do that. Any idea how I can achieve that? Thanks a lot, Rodo View the

[jboss-user] [JBoss Seam] - Re: boring Login attemption --- authenticate() invocation pr

2007-12-05 Thread pettersonfp
Hi, I had a similar problem, and I look into the code to understand why. The problem is that #{identity.loggedIn} tries a silent login. Try using #{identity.isLoggedIn(false)} instead and see if it solves your problem. Petterson View the original post :

[jboss-user] [JBoss Seam] - Testing problem

2007-12-05 Thread kem
Hi all, I can't run any test case: error, exceptions... I spent a lot of time reading the book and the manual. Everywhere I see testing is easy The running testng in the /example are not working (except for booking example in seam 1.2), the testing for the example from the book not

[jboss-user] [JBoss Seam] - Seam Login + Richfaces -- Stylesheet problem

2007-12-05 Thread [EMAIL PROTECTED]
We have quite a strange behaviour. We created a project based on Seam and RichFaces (3.1). Also we secured our xhtml-pages via a login (login-parameter in pages.xml). The strange behaviour occurs only the first time we call the login-page. In the login page all style information for richfaces

[jboss-user] [JBoss Messaging] - Re: Missing message statistics

2007-12-05 Thread mzeijen
I forgot to tell you that I am not working in Clustered environment and that I am using the default HSQLDB. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110569#4110569 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Seperate log4j.xml for each application

2007-12-05 Thread stlecho
After searching on the different forums, it seems that there is no clear solution to solve this issue. With the application we are developing, the same problem occurs. We are deploying an app1.WAR and a app2.EAR file in JBoss. Each of them has its own log4j.xml and logging occurs respectively

[jboss-user] [Installation, Configuration DEPLOYMENT] - Problems deploying with all configuration

2007-12-05 Thread mparas
Hi, I've been working on a project, mostly testing on my personal machine. Deploying the app to Jboss (3.2.3) to both the all and default configs works fine. But when I try to deploy it to my work's server using the all configuration, it doesn't seem to work. It seems to deploy just fine,

[jboss-user] [JBoss jBPM] - Re: Duplicate tasks.

2007-12-05 Thread dungnguyen
Dear all, I found the solutions to solve this issue and I show my idea to discuss: When calling task.end(transition) the task will fire EVENTTYPE_END_EVENT, Fork receive the event and do its task. At that time, the task check the signal flag (isSignalling) to make sure that 'the end of this

[jboss-user] [JBoss jBPM] - Null Pointer stack trace when opening a processdefinition.xm

2007-12-05 Thread ebsjwj
Edited the file outside of the plugin, but is valid. Now I get a stack trace when opening the file. The definition executes properly. Version is: JBoss Inc. JBoss jBPM JPDL Designer ...3.1.0.SP1 org.jbpm.gd.jpdl Stack trace is below. | | java.lang.NullPointerException |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 4.2.2 wont deploy my persistency unit

2007-12-05 Thread justkeys
Works great! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110606#4110606 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110606 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 4.2.2 wont deploy my persistency unit

2007-12-05 Thread justkeys
Thanks. I decoded your base64, but my decompiler says its not a class file. Perhaps you could make your patched class file online available some other way, or mail it to mynickname / yahoo / com? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110600#4110600

[jboss-user] [JBoss jBPM] - how to send parameters with jpdl

2007-12-05 Thread gazadonf
Hy. I'm susing jpdl to manage all my navigation. I wonder to know how i can translate this with jpdl | s:link view=/#{empty from ? 'Parameter' : from}.xhtml |value=Select | id=parameter | f:param name=parameterName |

[jboss-user] [JBoss Seam] - Re: Property 'autocomplete' not found on type

2007-12-05 Thread sambolino
i'm using RHDS RC1 w/ Jboss AS4.2 and seam 1.2 the project was created as a seam web project View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110596#4110596 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110596

[jboss-user] [Security JAAS/JBoss] - login-config.xml question

2007-12-05 Thread FunkMaster
Hi, Let me state, I am not a developer, so I have no clue about the development aspect of things. We have a customer who has JBOSS 4.0.5 and using one of our applications. We rely on the JAAS authentication method for authentication and binding to LDAP. In the login-config.xml file there is

[jboss-user] [JBoss Seam] - Property 'autocomplete' not found on type

2007-12-05 Thread sambolino
i'm getting this error: /home.xhtml: Property 'autocomplete' not found on type org.javassist.tmp.java.lang.Object_$$_javassist_23 obviously my autocomplete method is read as a property. but my other bussiness method is working fine(via submit button) . tried with rich:suggestionbox also,

[jboss-user] [JBoss Seam] - Re: Null Pointer Exception During Integration Testing

2007-12-05 Thread neilac333
I should probably mention that I am running my test by compiling all my code into a JAR file, which is included on the classpath of TestNG. This JAR has seam.properties located in the META-INF directory. Is this OK for my test to work? If anyone has managed to get SeamTest to work for

[jboss-user] [JBoss Seam] - Why control IDs in validation messages?

2007-12-05 Thread IGx89
Why are my validation error messages showing up like formId:panelId:controlId: Validation Error: Value is required instead of Validation Error: Value is required? How can I fix that? Also, when I have a h:message attached to a specific control, can I make the message show just the value is

[jboss-user] [JBoss Seam] - Re: seam-gen, javax.el.PropertyNotFoundException when runnin

2007-12-05 Thread thoman23
Nevermind. I was being stupid. The seam-gen build.xml file simply wasn't compiling the example classes because I had copied them to a location where the build script wasn't looking for them. Everything works fine now. View the original post :

[jboss-user] [JBoss Seam] - Re: NamedQuery not known in Component

2007-12-05 Thread mirko27
I did some tests and found out that we we`re accidently using @PersistenceContext to inject entitymanager at the time of testing. So Injection entitymanager from EJB-s also give same results - no createQuery or createNameDQuery functionaility work. So therefore seam is not setting up my

[jboss-user] [JBoss Seam] - h:dataTable, HashMap, and List

2007-12-05 Thread jtsimikas
If I've defined a List within a HashMap (which I want to use in h:dataTable component) See below: | private Map String , ListScsMessageBlock scsMessageBlocks; | Is it possible to reference the List in h:dataTable component? Then would this work ? | h:dataTable

[jboss-user] [JBossWS] - Re: Jbossws 2.0.2 with jdk1.6

2007-12-05 Thread [EMAIL PROTECTED]
This is the same exception as here: http://www.jboss.com/index.html?module=bbop=viewtopicp=4109077 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110579#4110579 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110579

[jboss-user] [Remoting] - Re: Stupid Bisocket question, how do I do invocations on the

2007-12-05 Thread TheNelson
Thank you for the response.Where are you located Ron? I owe you some beers. Next time I'm in your neck of the woods or you're in Colorado I should buy you some. thanks again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110678#4110678 Reply to the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Jasper Exception when migrating from 4.0.5.CR1 to 4.2.0.

2007-12-05 Thread openyourmind
Hi all, I had the same problem and solved it by supressing javax.servlet.jsp.jar from my war classpath. As stated before, I guess some conflict between jars was taking place. Bye. OYM View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110683#4110683 Reply to the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Turn off: Automatic session close at end of transaction

2007-12-05 Thread arnieAustin
Can't find the configuration option for this...where is it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110685#4110685 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110685 ___

[jboss-user] [JBoss Seam] - TreeStateAdvisor not found

2007-12-05 Thread BerndMueller
I write a component implementing TreeStateAdvisor to control a richfaces rich:tree. TreeStateAdvisor is packaged in richfaces-ui.jar which is packaged in the WAR. Therefore I get a NoClassDefFoundError for TreeStateAdvisor. How can I get around this? Bernd View the original post :

[jboss-user] [JBoss Messaging] - Re: Thread pool for publishing messages

2007-12-05 Thread timfox
I'm not sure how a thread pool is going to enable you to publish messages faster. Can you be more specific about your perf problems? Using straight JBM you should be able to publish many 1000s of messages / second. Of course this depends on your messages size and whether your messages are

[jboss-user] [JBoss Messaging] - Re: Thread pool for publishing messages

2007-12-05 Thread bortx
My application processes requests and one of the tasks they do is putting a message in a queue, for performing additional actions asynchronously. Then, I've seen in traces that the trask of putting the message in the queue takes about 300ms on a considerable pertentaje. As the application

[jboss-user] [JBoss Seam] - Quartz Asynchronous events at startup

2007-12-05 Thread Hypher
I have been running into problems with Quartz Asynchronous events which are scheduled to fire when the server is shut down. When the server is started again, the events get fired before seam is fully initialized. This occurs because the QuartzDispatcher is marked @Startup and it will cause all

[jboss-user] [Installation, Configuration DEPLOYMENT] - ClassLoader issues

2007-12-05 Thread ryanonsrc
My web application (which is deployed under JBoss) is throwing a lot of exceptions and they appear to all be instances where calls to java.lang.Class.forName() is failing. After some googling I have found the following info: If you use Class.forName() this is

[jboss-user] [JBoss Seam] - Embededding h:dataTable within h:dataTable

2007-12-05 Thread jtsimikas
I have an dataTable that is embedded with another dataTable I am using the same @DataModel to reference all the data in both dataTables. Seems that when I submit the form, only the data within the inner dataTable is set. The fields in the outer dataTable never get set. Let me start by asking,

[jboss-user] [JNDI/Naming/Network] - Re: AXIS Web Service Cannot Perform JNDI Lookup/Cast

2007-12-05 Thread cmpaul
Hi Jaikiran, thanks for your response. I found a workaround to my issue: AXIS required myjar.jar to be in the WEB-INF/lib directory in order to compile the web service class, but once compiled, the presence of this jar was preventing me from being able to do a successful JNDI lookup inside

[jboss-user] [JBoss Portal] - Re: Redirect to a specific portal after login

2007-12-05 Thread bvogt
In your PortalCommandFactory you have to implement the method: public ControllerCommand doMapping(ControllerContext controllerContext, ServerInvocation invocation, String host, String contextPath, String requestPath) | it returns instances of

[jboss-user] [JBoss Messaging] - Re: Missing message statistics

2007-12-05 Thread timfox
Did you enable message counters? : http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.0.SP1/html/configuration.html#conf.serverpeer.operations.enablemessagecounters View the original post :

[jboss-user] [JBoss Seam] - Re: Plain Tomcat + Quartz + Mail work together?

2007-12-05 Thread ASavitsky
Create a JIRA with a test case - I remember being told that this setup should work now in 2.0GA+, so if it doesn't, I'll be the first to vote on issue and test it. Thx, Alex View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110528#4110528 Reply to the post :

[jboss-user] [JBoss Tools (users)] - How to disable immediate package deployment ?

2007-12-05 Thread dkane
Hello I use Project archives to create deployment packages. In JBoss IDE (previous version), I was able to package jar/ear, then I drag-drop it from project explorer to Servers tab and put (deploy) on server. In JBoss Tools, the situation is different. First of all, drag-drop operation

[jboss-user] [JBossWS] - Re: Jbossws 2.0.2 with jdk1.6

2007-12-05 Thread Artec
Ok. I've run my jboss and in my server.log there's this error = JBoss Bootstrap Environment JBOSS_HOME: /data/jboss-portal-2.6.1.GA JAVA: /data/jdk1.6.0_03/bin/java JAVA_OPTS: -Dprogram.name=run.sh -server

[jboss-user] [JBoss Seam] - Re: Injection not working when using thirdparty JMS library

2007-12-05 Thread raoul.schmidiger
Hi Pete, No, it is not declared as a MDB. It is clear to me, that this is not the usual way to go. But what about thirdparty libs in general, well yes, that start off some threads and do callbacks on my code? I know it is not considered good practice but then again... @Stateful |

  1   2   >