[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA is out

2007-12-27 Thread ybxiang.wolf
I have tried it. Nice! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115855#4115855 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115855 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss Seam] - Re: Seam ajax & conversation

2007-12-27 Thread Stateless Bean
Yes, I added to authentication method @Begin(join=true) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115853#4115853 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115853 __

[jboss-user] [JBoss Portal] - Re: JSF RI Portlet with JBoss Portal 2.6.3??

2007-12-27 Thread mimra
I did have a look at portletswap.com. There is no example there based on JSF RI. There is a JSF Cardemo app but it is based on MyFaces... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115854#4115854 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.0.GA released

2007-12-27 Thread ybxiang.wolf
I have tried it. Nice! Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115852#4115852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115852 ___ jboss-user mailing l

[jboss-user] [Messaging, JMS & JBossMQ] - DLQ issue

2007-12-27 Thread Shenaz
Can anyone tell me what could be the possible cause for the following error?? Thanks a lot!! 2007-12-24 11:26:01,961 INFO [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Reconnected to JMS provider 2007-12-24 11:26:01,965 INFO [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Trying to reconnect

[jboss-user] [Installation, Configuration & DEPLOYMENT] - setting classpath that refer to a jar in ear bundle

2007-12-27 Thread vri_97
Hi, I'm trying to set a classpath in myapp-service.xml file in Jboss 4.2.1. my-app.ear | +--lib | +--myappjar.jar Does anyone know how to add a classpath to myappjar.jar (in myapp-service.xml)? I have tried to use : 1. classpath codebase="." archives="my-app.ear#myapp.jar"

[jboss-user] [Installation, Configuration & DEPLOYMENT] - setting classpath that refer to a jar in ear bundle

2007-12-27 Thread vri_97
Hi, I'm trying to set a classpath in myapp-service.xml file in Jboss 4.2.1. my-app.ear | +--lib | +--myappjar.jar Does anyone know how to add a classpath to myappjar.jar (in myapp-service.xml)? I have tried to use : 1. 2. 2. But none is working. Does anyone know how ?

[jboss-user] [JBoss AOP] - pointcut other than execution in AdviceBinding

2007-12-27 Thread shu_boston
Hi, I'm start learning JBoss AOP, especially dynamic AOP. As an example says, I wrote code as follows and it worked fine. GreetingInterceptor is called when any method in Test class is executed. AdviceBinding binding = new AdviceBinding( "binding1", "execution(* *.Test->*(..))", null ); | bin

[jboss-user] [JCA/JBoss] - Re: How to include datasource connection inside of applicati

2007-12-27 Thread vickyk
"bengao" wrote : I developed an application using EJB3 to connect Derby database, the database need to be encrypted, and how Can I hide the bootpassword inside of my cod? | | Or there are alternative way to keep jboss-ds.xml encrypted or inside of code? Look here http://wiki.jboss.org/wiki

[jboss-user] [JCA/JBoss] - How to include datasource connection inside of application

2007-12-27 Thread bengao
I developed an application using EJB3 to connect Derby database, the database need to be encrypted, and how Can I hide the bootpassword inside of my cod? Or there are alternative way to keep jboss-ds.xml encrypted or inside of code? View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: seam integration with trinidad

2007-12-27 Thread pratap_pps
I changed it to createRuleBean, still the problem remains the same import java.util.Arrays; import java.util.List; import javax.faces.event.ValueChangeEvent; import javax.faces.model.SelectItem; import org.apache.myfaces.trinidad.component.core.input.CoreInputFile; import org.apache.myfaces.

[jboss-user] [EJB 3.0] - org.hibernate.AnnotationException: No identifier specified f

2007-12-27 Thread skidvd
First things first ... the exception is very clear however, I really believe that I have specified an @Id - but it's obviously not being recognized/located in the superclass. What am I missing or doing wrong? I'm using JBoss AS 4.2.1.GA with it's included hibernate version. Please forgiv

[jboss-user] [JBoss and NetBeans] - java.lang.NoClassDefFoundError: ${main/class} only on JBoss

2007-12-27 Thread htran_888
Hi All, I am encountering the following errors when running the Enterprise Application Client using JBoss 4.2.2 AS: -- Deploying C:\Documents and Settings\abc\EnterpriseAppEE5-JBoss422\dist\EnterpriseAppEE5-JBos

[jboss-user] [JBoss jBPM] - j4j:listTasksForActor and j4j:listPooledTasks ?

2007-12-27 Thread rainhust
the j4j:listTasksForActor tag can list the actor's task. the code is : jbpmContext.getTaskMgmtSession().findTaskInstances(username); if i want get the pooled Tasks , jbpmContext.getTaskMgmtSession().findPooledTaskInstances(username) how to do this ,using the jbpm4jsf tags. i cannot find the l

[jboss-user] [Management, JMX/JBoss] - Re: Port used by jConsole connect remotely to JBoss AS behin

2007-12-27 Thread gigsvoo
Sorry, found some information regarding this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115837#4115837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115837 ___ jboss-use

[jboss-user] [Beginners Corner] - Re: ClassNotFoundException whereas the JAR is here!

2007-12-27 Thread PeterJ
What are the contents of your META-INF/application.xml file? Does that file reference the spring-2.0.7.jar file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115836#4115836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [Beginners Corner] - Re: jboss.web

2007-12-27 Thread PeterJ
Try adding "-b 0.0.0.0" to the run command. Read the readme.html file, in the Configuration issues section, first bullet under 4.2.0.GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115835#4115835 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [Beginners Corner] - Re: jboss AS, jboss Web and php

2007-12-27 Thread PeterJ
Take both the JDK and JBossAS out of Program Files. Paths with spaces in them tends to give some Java code fits. I have mine installed at c:\apps\jdk1.5.0_13 and c:\opt\jboss\jboss-4.2.2.GA. You do not have to re-install the JDK - simply move it to the new location and adjust JAVA_HOME according

[jboss-user] [JBoss jBPM] - jbpmContext.getSessionFactory().openSession() and jbpmConte

2007-12-27 Thread rainhust
Session session = jbpmContext.getSessionFactory().openSession(); | Transaction tx = session.beginTransaction(); | this's ok! and i use following code , will get a "Transaction not successfully started" exception. | Session session = jbpmContext.getSession(); | Transaction tx = session.

[jboss-user] [Management, JMX/JBoss] - Port used by jConsole connect remotely to JBoss AS behind fi

2007-12-27 Thread gigsvoo
Hi there, First of all, currently my JBoss AS sit inside a remote location Linux hosting server, exposing HTTP, HTTPS, 8080 and 11099 (jConsole usage) to allowed services for firewall. Then when I connect it with firewall turned off, I had actually found that despite connection via port TCP 110

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: help required please : problem with project packaging -

2007-12-27 Thread wiggy
tried creating an EAR project and including the EJB project and the two util projects and deployed that get essentially the same problem - somehow the EJB project cant see the util project its dependent upon (its still on the build path and the pakaage referenences lists though from the EJB pr

[jboss-user] [Installation, Configuration & DEPLOYMENT] - help required please : problem with project packaging and pe

2007-12-27 Thread wiggy
wonder if some one can help. Think is simple but cant see the wood from the trees. Any help greatefully received. I'm in callisto eclipse /jboss 4.2.2 and I have a test app that i built as an ejb project (all in one) - and built all my entities, stateless session beans, generic EAO (variant o

[jboss-user] [JBoss jBPM] - Re: which database table used for storing the classes that

2007-12-27 Thread rainhust
I saw the jbpm_delegation table, there has classname_ and configuration_ configtype_ ID_ and Processdefinition_ columns , no column used for storing the class file(i mean the bytecode class file). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115828#41158

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: cant start jboss 5 beta 3 from eclipse

2007-12-27 Thread wiggy
sadly no it didnt - i got the same timeout error from eclipse in beta 2 I remember it couldnt hack java 1.6 which is my default so i ran it by hand from the command line see trace it does run - then go real slow with no output for a while and then keep going : final time is 2m:20s:693ms to

[jboss-user] [JBoss Seam] - Re: SeamFramework.org Alpha Test

2007-12-27 Thread supernovasoftware.com
Where can I find the code for the new Seam Forums? How can I plug this into an existing application? I have an inventory management system based on Seam 2.0 and I would love to add a built in discussion forum for this application. View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBossCache] - Interception of cache lookup calls

2007-12-27 Thread rahoolp
Hi, I am wondering if it possible to intercept a cache lookup. Say in a cluster of 4 nodes whenever someone does a lookup and doesn't find an object (cache miss), I want one application to intercept the call (say via AOP) and populate the object say going to the database. It will be ideal if th

[jboss-user] [Beginners Corner] - Re: the right choice ?

2007-12-27 Thread nitm
hey again peter, and thanks! we decided to go with the 4.2.2 for now and migrate when the 5 is more stable and documented, thanks for reassuring us. we still dont know which version of EJB we want to use, but we'll probably go with the EJB3. the "we" that i use every once and a while refers to

[jboss-user] [JBoss Seam] - Warning with Seam 1.2 and Richfaces 3.1

2007-12-27 Thread tresspicher
The issue I am having is identical to the one the OP of the following thread was having (NOT the response by computabloke - that appears to be a separate issue): http://www.jboss.com/index.html?module=bb&op=viewtopic&t=119757&postdays=0&postorder=asc&start=0 The problem occurs every time I click

[jboss-user] [Beginners Corner] - Re: jboss AS, jboss Web and php

2007-12-27 Thread nitm
peter, thanks a lot for all your help, i really appreciate it! here's the info of the server: jdk: there are two jdks on the computer: jdk1.5.0_14 and jdk1.6.0_03 the JAVA_HOME is set to: jdk1.5.0_14 (C:\Program Files\Java\jdk1.5.0_14) jboss: i'm using jboss-4.2.2.GA and the JBOSS_HOME is set to

[jboss-user] [Beginners Corner] - jboss.web

2007-12-27 Thread jraponte77
Hi, I install jboss 4.2.2.GA in SunOS 5.10,sparc, when run the server all is ok, But any attempt http://xxx.xx.xx.xx:8080 does not work, does not display anything. I try in windows and this jbossAS Works without problem I need config somethik??? thanks View the original post : http://www.jb

[jboss-user] [JBoss Seam] - Re: Seam and JBAS 5.0

2007-12-27 Thread supernovasoftware.com
Hope to see you there. I went to JBW Atlanta, Barcelona, and Vegas. Still kicking myself for missing Berlin. :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115814#4115814 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Seam] - Re: Seam and JBAS 5.0

2007-12-27 Thread [EMAIL PROTECTED]
With any luck, yes - but waiting on approval from management ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115813#4115813 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115813 ___

[jboss-user] [JBoss Seam] - Re: Why is Authenticator.authenticate() called twice if it r

2007-12-27 Thread [EMAIL PROTECTED]
So the resolution message isn't clear on the issue, but the resolution was to add events called on login success and failure as documented in the security chapter. Sorry, we aren't going to be making it so it's only called once. View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: Using couple of Faces components together

2007-12-27 Thread [EMAIL PROTECTED]
Some work together, some don't (e.g. Trinidad and RichFaces are fine together, IceFaces isn't fine with anything else AFAIK). You really need to ask on the relevant mailing list for the project. Seam should work with all of those (though we have no examples for woodstock). View the original pos

[jboss-user] [JBoss Seam] - Re: Seam and JBAS 5.0

2007-12-27 Thread supernovasoftware.com
Off topic Pete, Will you be attending JBW Orlando? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115810#4115810 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115810 ___ jb

[jboss-user] [JBoss Seam] - Re: Seam Exception and Cannot open connection

2007-12-27 Thread [EMAIL PROTECTED]
You can't, once an exception is thrown the transaction is unusable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115809#4115809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115809 ___

[jboss-user] [JBoss Seam] - Re: Seam managed transactions and persistence contexts

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

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2007-12-27 Thread [EMAIL PROTECTED]
I haven't tried, but will do after the new year now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115807#4115807 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115807 ___ jb

[jboss-user] [JBoss Seam] - Re: Sometimes error messages shown only after page refresh

2007-12-27 Thread [EMAIL PROTECTED]
If you can attach an example to allow us to reproduce the issues to a JIRA issue we can take a look. I know there are problems in this area. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115806#4115806 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Re: Why to use Trinidad?

2007-12-27 Thread [EMAIL PROTECTED]
It's certainly under development (about 6 releases in the last year) and is documented e.g. http://myfaces.apache.org/trinidad/devguide/index.html though it can be hard to find what you need. We recommend it because we think its a well built component set (but possibly not the most visually exc

[jboss-user] [EJB/JBoss] - Bean method called from within transaction cannot open conne

2007-12-27 Thread branez
Context: JBoss 4.0.5 , EJB Container-managed transactions, local MySQL db I started out doing this using BMT but since I have no need for custom handling of transaction, I thought I would switch to CMT. In the code below, I have some pretty basic functions. I can and do call find() directly and

[jboss-user] [JBoss Seam] - Re: Seam and JBAS 5.0

2007-12-27 Thread [EMAIL PROTECTED]
That page is seriously out of date. AS5 beta3 just got released, and it doesn't include Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115803#4115803 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115803

[jboss-user] [JBoss Seam] - Seam and JBAS 5.0

2007-12-27 Thread supernovasoftware.com
I read that Seam 1.1 will be included with JBAS 5.0 How will this be included? Will it no longer be required to package seam in the ear? Is it really going to be 1.1? If so, why not 2.0? How will this be integrated differently than the current 4.2.x setup? See the following excerpt and link.

[jboss-user] [JBossCache] - Re: Duplicate notifications to separate PojoCacheListener in

2007-12-27 Thread mc.coder
Jason, Thanks for the fix. Is 2.1.0.GA (fix version) available to be picked up somewhere yet? I only see 2.1.0.CR2 on the download page (which was assembled before the fix date). Are there other candidates or development builds out there somewhere and if not when will a new release candidate

[jboss-user] [EJB 3.0] - @DiscriminatorValue: find not returning subclasses

2007-12-27 Thread lpmon
Env: JBoss AS 4.0.5.GA w/EJB3 I have looked over several different docs that describe how to use entity inheritance w/ SINGLE_TABLE. I used those examples as the basis for my code. I have a base class Units and have subclasses RFUnit and EMUnit. (em is an entitymanager object) When I do em.

[jboss-user] [JBoss Tools (users)] - Re: injection in tests ?

2007-12-27 Thread [EMAIL PROTECTED]
ask in the seam forum View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115787#4115787 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115787 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Tools (users)] - Re: packaging-convert incomplete?

2007-12-27 Thread [EMAIL PROTECTED]
report it in jira please. thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115784#4115784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115784 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - Re: SeamFramework.org Alpha Test

2007-12-27 Thread [EMAIL PROTECTED]
No, it's on port for now. Company security policies that filter outgoing TCP connections by port are stupid. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115782#4115782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Re: rich:datascroller + true pagination.

2007-12-27 Thread supernovasoftware.com
See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=125952 Any suggested improvements are welcome. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115781#4115781 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Seam] - Re: java.lang.IllegalStateException: No page context active

2007-12-27 Thread neilac333
I will take a look at those examples. Thanks again for all the guidance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115778#4115778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115778 _

[jboss-user] [Javassist user questions] - Using Javassist on J2ME MIDlets

2007-12-27 Thread zortag
I would like to use Javassist to modify existing JAD/JAR files for J2ME MIDlets. (Yes I will have permission from the vendor to do this - all the legal considerations are taken care of). Basically I want to display some things to the user before the actual MIDlet runs. I plan to add some extra c

[jboss-user] [EJB 3.0] - Container keeps dropping and creating SLSB

2007-12-27 Thread su27
I'm using Jboss 4.2.1. MDBs asynchronized calls SLSBs. i put a counter in SLSB's constructor. so i can know the current bean comes from pool or just be created. my problem is i set max size = 100. but after the MDB receives 10,000 messages(in 10 seconds). the nuber of SLSb will be 2000 something

[jboss-user] [Beginners Corner] - Re: Getting rebooted: migration from Middlegen to Hibernate

2007-12-27 Thread mjhammel
Finally - success. There were two problems. The first was a brain fart on my part. I wasn't calling the Ant task that checked if the mysql-connector was installed. Once called, the connector was properly installed to server/default/lib, which is the correct location (at least it works for m

[jboss-user] [JBoss Seam] - Re: binding inputText to Map

2007-12-27 Thread sonstone
That's what I was missing. Thanks a lot for the info!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115773#4115773 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115773 __

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Cascade Delete

2007-12-27 Thread javacory
I'm trying to delete a child object in a @OneToMany relationship and the persistence manager is not removing the child from the database. The @OneToMany side is mapped as such: @OneToMany(cascade=CascadeType.ALL, fetch = FetchType.LAZY, mappedBy = "parent") The child is mapped as such: @ManyToOn

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Connection with active local transaction being reused?

2007-12-27 Thread brent.atkinson
Ok, after digging a little deeper it appears that there were really multiple things going on and while they appeared to be connected they weren't. I have been able to reproduce the issue by setting up a similar (but simpler) application that uses a similarly configured datasource. I simulate the

[jboss-user] [Beginners Corner] - Re: Getting rebooted: migration from Middlegen to Hibernate

2007-12-27 Thread mjhammel
Well, that one was easy, thanks to this post: https://www.manning-sandbox.com/message.jspa?messageID=56075 I just added the configuration to my persistence.xml file: | | java:/CrunchDS | | | | | |

[jboss-user] [Beginners Corner] - Re: Getting rebooted: migration from Middlegen to Hibernate

2007-12-27 Thread mjhammel
The DataSourceBinding problem turned out to be another config file location change between 4.0.5GA and 4.2.2GA. In 4.0.5GA the mysql-ds.xml file was copied to server/default/conf. In 4.2.2GA it needs to go into server/default/deploy. Once I made this change, I got further along - now I'm bei

[jboss-user] [Beginners Corner] - ClassNotFoundException whereas the JAR is here!

2007-12-27 Thread sarbogast
I have a classloading issue with an EAR application. It contains: | * spring-2.0.7.jar | * myapp-core.jar | * myapp-web.war | In myapp-web.war, there is a WEB-INF/web.xml file with the following: | | | | org.springframework.web.context.ContextLoaderListener |

[jboss-user] [JBoss Tools (users)] - injection in tests ?

2007-12-27 Thread berkay
Hi. Want to test my action classes with hibernateSession instead of EntityManager and my actions like below.. | | @In(create=true) | private Session hibernateSession; | | @Out @In(required=false) | Category category; | | public String save(){ | //bla bla |

[jboss-user] [JBoss Seam] - Re: Why is Authenticator.authenticate() called twice if it r

2007-12-27 Thread b.reeve
please refer to [url] http://jira.jboss.com/jira/secure/ReleaseNote.jspa?version=12311437&styleName=Html&projectId=10071&Create=Create [/url] anonymous wrote : | * [JBSEAM-2165] - Authenticator method invoked twice when login fails | View the original post : http://www.jboss.com/inde

[jboss-user] [Beginners Corner] - Re: Getting rebooted: migration from Middlegen to Hibernate

2007-12-27 Thread mjhammel
Lacking any help from the masses, I'll post my own follow ups for those in a similar situation as myself. Maybe someone else will find this useful. I found two pieces of information that helped me get past the migration from Middlegen to Hibernate. The first is the O'Reilly text "Enterprise Ja

[jboss-user] [JBoss Seam] - Re: Wildcard view-id descriptions for conversation switcher

2007-12-27 Thread jacob.orshalick
A JIRA issue has been raised: http://jira.jboss.com/jira/browse/JBSEAM-2432 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115761#4115761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115761 __

[jboss-user] [JBoss Seam] - Re: Wildcard view-id descriptions for conversation switcher

2007-12-27 Thread [EMAIL PROTECTED]
+1, please open an issue View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115758#4115758 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115758 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Seam] - Re: rights to see a buton

2007-12-27 Thread [EMAIL PROTECTED]
There is nothing built into Seam to handle this specific situation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115757#4115757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115757 ___

[jboss-user] [JBoss Portal] - Re: JSF RI Portlet with JBoss Portal 2.6.3??

2007-12-27 Thread [EMAIL PROTECTED]
Have a look on Portletswap.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115756#4115756 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115756 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: External Directories On JBoss 4.2.x

2007-12-27 Thread nhelder
Hi, Michael~ Thanks for your post. I had given up on getting external directories to work via JBoss, and instead went the route of putting an Apache install in front of the JBoss servers to expose those couple folders I was wanting to make available to the corporate machines on our intranet. B

[jboss-user] [JBoss Seam] - Re: h:selectOneMenu and Ajax4jsf problem

2007-12-27 Thread felixk2
Thanks for the reply Damian. I actually just figured it out. I needed to add the following to my a4j:support: and then add that method in my ejb to populate the list. Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115754#4115754 Reply to the post :

[jboss-user] [JBoss Seam] - Re: h:selectOneMenu and Ajax4jsf problem

2007-12-27 Thread damianharvey
Try setting the scope of the Bean to @Scope(SESSION). It's likely that the Bean isn't hanging around longer than the request and that is what is causing the null. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115753#4115753 Reply to the po

[jboss-user] [JBoss jBPM] - Re: number of swimlanes retrieved by taskMgmntInstance.getSw

2007-12-27 Thread anuragpaliwal
Your processDefinition.xml would be of some help in investigating it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115751#4115751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115751 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - MyFacesGeneraicPortlet Null Pointer Issue

2007-12-27 Thread gpuser
Hi, I am getting the following error on the server which I am not getting from the local setup. Can anyone please help me out as I am stuck with this issue on the server and not able to proceed - Exception in FacesServlet java.lang.NullPointerException at org.apache.myfaces.portlet.MyFaces

[jboss-user] [JBoss Messaging] - Re: Traying to run Bridge service

2007-12-27 Thread timfox
There is an example of this on the user wiki. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115746#4115746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115746 ___ jboss-use

[jboss-user] [EJB 3.0] - Re: ClassCastExeption while invoking a Bean

2007-12-27 Thread vmykhal
Hi! I have the same error however I try to run EJB2.1 beans that were running well on JBoss 4.0.0.CR2 with JBoss 4.2.2.GA. Should I migrate my EJB2.1 beans (and XML descriptors)? I have read that it is possible to use EJB2.1 and EJB3 together. Thanks, Volodymyr View the original post : http:

[jboss-user] [JBoss Messaging] - Re: Traying to run Bridge service

2007-12-27 Thread yyagol
Thanks timfox for your prompt response. now we facing different problem. it looks like we are connected to the remote server, but don't get data from it. do we need to define the bridge in the remote server also ? the remote server has jboss service that create those messages and send them to

[jboss-user] [JBoss Seam] - h:selectOneMenu and Ajax4jsf problem

2007-12-27 Thread felixk2
Hi, I'm trying to change a rich:dataTable based on which dropdown item is selected. Here is my drop down: | | | | My Bean: @Stateful | @Name("customerList") | public class CustomerListAction implements CustomerList | { | private Reseller selectedReseller; |

[jboss-user] [Beginners Corner] - NullPointerException in org.apache.myfaces.portlet.MyFacesGe

2007-12-27 Thread gpuser
Hi, I am getting the following error on the server which I am not getting from the local setup. Can anyone please help me out as I am stuck with this issue on the server and not able to proceed - Exception in FacesServlet java.lang.NullPointerException at org.apache.myfaces.portlet.MyF

[jboss-user] [Beginners Corner] - How JAR files are loaded from EAR file

2007-12-27 Thread isthisusernameavailable
Hello, I have a question about how JAR files are deployed from within a single EAR file. This is using the clustered JBoss 4.2.2 AS. My app is deployed as an EAR file that contains B.jar and C.jar. B.jar contains a @Stateless B class that @Depends upon class C in C.jar, which is marked as a

[jboss-user] [JBoss Seam] - Re: SeamFramework.org Alpha Test

2007-12-27 Thread asookazian
It worked from home this morning but not from office. Not sure why, possibly it's blocked but simply getting "Internet Explorer cannot display the webpage" with IE7 and "Firefox can't establish a connection to the server at alpha.seamframework.org:" with Firefox. Possible firewall issue no

[jboss-user] [JBoss Seam] - Re: Catch-22 with Seam2 and converterId in page parameter -

2007-12-27 Thread terryb
Pete thanks for that, and it worked too. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115736#4115736 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115736 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: Wildcard view-id descriptions for conversation switcher

2007-12-27 Thread [EMAIL PROTECTED]
Yes please, I'd like to have that as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115733#4115733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115733 ___ jboss-user m

[jboss-user] [JBossWS] - Re: jbossws2.0.2 codepage problems

2007-12-27 Thread rukus
*upd: new String(value.toString().getBytes(), "utf-8") fixes problem is there way to do this automatically? (or similary to jbossws2.0.1) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115732#4115732 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss jBPM] - where is org.jbpm.delegation package in jbpm-jpdl-3.2.2 suit

2007-12-27 Thread birkan
Hi all, I am a newbie in jbpm (and also in workflow & bpm concepts) and just trying to make my hello world application go further. I want to store some java beans in my application as variables, so I know that I have to specify a custom serializer in the processdefinition.xml which implements

[jboss-user] [JBoss Seam] - Wildcard view-id descriptions for conversation switcher

2007-12-27 Thread jacob.orshalick
I have recently run into a requirement where it would be nice to have descriptions applied to wildcard view-ids. For example, if I have the following: ... | | Section 1 | ... | | ... Section 1 would be the description for all pages in /section/* unless specified otherwise in a

[jboss-user] [JBoss Seam] - Using couple of Faces components together

2007-12-27 Thread hubaghdadi
Hi. Is it ok in Seam application to use different Faces components together? Like ICEfaces, RichFaces, Ajax4Jsf, Trinidad, woodstock Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115723#4115723 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Cannot install JBoss on Windows

2007-12-27 Thread jaikiran
Do you have any jndi.properties file in your classpath (containing reference to this oracle.j2ee.rmi.RMIInitialContextFactory class)? If so remove that from the classpath. JBoss looks for the default jndi context entries from the jndi.properties file present in %JBOSS_HOME%/server/< serverName>/

[jboss-user] [JBoss Seam] - Why to use Trinidad?

2007-12-27 Thread hubaghdadi
Hi. Why Seam creators recommend Trinidad suite? It doesn't seem it is under development, no on line documentation. AFAIK, Trinidad is Oracle ADF which it is based on Ajax. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115718#4115718 Reply to the post

[jboss-user] [JBossWS] - jbossws2.0.2 codepage problems

2007-12-27 Thread rukus
when i upgraded from jbossws2.0.1 to jbossws2.0.2 began problems with codepage in returned results... is there any suggestions how to fix it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115719#4115719 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Flex and Seam Integration

2007-12-27 Thread monkeyden
Granite Data Services, an open source alternative to Flex Data Services, now has support for Seam. I've just installed their Seam project skeleton so I haven't tested much of it yet but, suffice to say, several of us have been waiting for something like this. They also have connectors for POJO

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Http Session expiration

2007-12-27 Thread epleisman
Scenario: 2 non-clustered JBoss servers. Stateless sessions. We have a development and staging duplication of servers as well as a hosted production environment. The only difference in our production environment is our ISP uses a different firewall and hardware load balancer. We are seeing t

[jboss-user] [JBoss jBPM] - number of swimlanes retrieved by taskMgmntInstance.getSwimla

2007-12-27 Thread Marc321a
Hi all, Does anybody know how it comes that the number of swimlanes reported by TaskMgmtInstance is not constant, and how to get swimlanes when they are not reported by TaskMgmtInstance? After adding an Action with the following code to a processdefinition: | ProcessInstance pi = executionC

[jboss-user] [JBoss Seam] - Re: Seam Remoting failing on Firefox 2.0

2007-12-27 Thread cvigouroux
Ok, some problem with HTML rendering on this forum... So the remote javascript functions look like : function getAllIsoCodes() { Seam.Component.getInstance("helloAction").getAllIsoCodes(getAllIsoCodesCallback); } function getAllIsoCodesCallback(result) { alert(result); } fun

[jboss-user] [JBoss Seam] - Seam Remoting failing on Firefox 2.0

2007-12-27 Thread cvigouroux
Hi, I'm having some trouble to use Seam Remoting on Firefox. My example works fine on IE 6, but when debugging within firebug I catch the following exception : [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]" nsresult: "0x80040111

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Is Virtual Directory mapping supported in JBoss?

2007-12-27 Thread mdiamant
I've got virtual directories working in JBoss AS v4.2.2.GA. See my post in the following thread, http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115702. Best, Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115704#4115704 Reply to the post

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: External Directories On JBoss 4.2.x

2007-12-27 Thread mdiamant
Hello nhelder, Your post is dated from August 2007, so I do not know if you are still facing this problem. I am new to JBoss AS myself and like you, I was trying to figure out how to use virtual directories in JBoss AS and I had stumbled upon the same posts as you. Using JBoss AS v4.2.2.GA I

[jboss-user] [JBoss Seam] - Re: Seam Exception and Cannot open connection

2007-12-27 Thread DiegoCoronel
i know that my query is correct, my problem is because getSingleResult(); throws EntityNotFoundException and i think its closing my connection, but if i want to use another query inside my catch(EntityNotFoundException e) ?? how can i use same connection, or how can i open another connection usi

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Connection with active local transaction being reused?

2007-12-27 Thread brent.atkinson
I have an MBean that accesses a database using a datasource configured as a local-tx-datasource. The usual client code (which is used by multiple applications) is a stateless session bean, but the MBean uses straight JDBC with autocommit set to false. The code has been running for quite a while

[jboss-user] [JBoss Seam] - Re: Creating a simple dropdown problems

2007-12-27 Thread felixk2
That was it. Thank you very much Pete. This is all very new to me, I've been in struts 1 land for a very long time. -Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115700#4115700 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Cannot install JBoss on Windows

2007-12-27 Thread jespinoz
Hi, I have been trying to install jboss-4.2.2.GA with jdk1.5.0_12 on Windows XP sp2 station and all the times i got a message like this: "javax.naming.NoInitialContextException: Cannot instantiate class: oracle.j2ee.rmi.RMIInitialContextFactory" I have Oracle SOA Suite (OC4J) already installed

[jboss-user] [Security & JAAS/JBoss] - Caching name and passwordcallbackhandler

2007-12-27 Thread kristof.devos
Hi I have 2 applications running on 1 server instance. Both have a different loginmodule and have a different security domain. The first application is a management application and allows administrators to login on the 2nd application as different users. For this I've setup an SSO solution -->

[jboss-user] [JBoss Portal] - JSF RI Portlet with JBoss Portal 2.6.3??

2007-12-27 Thread mimra
Hi Forum I have downloaded the new JBoss Portal 2.6.3. I would very much like to use the Sun RI of JSF for my new project. I have however been unable to find a simple example application that shows how to do this. A lot of the problems have to do with the portal apps using MyFaces and the JBoss

  1   2   >