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

2007-12-13 Thread sertan76
thanks yilmaz_.My problem solved. Teşekkürler. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112820#4112820 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112820 ___ jboss

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

2007-12-13 Thread trunikov
I think that it depends on internal implementation of an application server. As I understand a SLSB should not has internal state. In this case, in theory, one instance of the SLSB enough to serve all client's call. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [EJB 3.0] - Re: how to check entity bean state change ?

2007-12-13 Thread design2006
what i mean is that say for example, i have an entity bean which contains two fields name and age, first time it will render on the front page for user to edit, so i would like to "save" it only when users actually have change the value. Otherwise just abort it. So how do i track this ? thanks

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: org.jboss.resource.adapter.jdbc.WrappedCallableStatement

2007-12-13 Thread jaikiran
Try this | import org.jboss.resource.adapter.jdbc.WrappedCallableStatement; | import oracle.jdbc.OracleCallableStatement; | import oracle.jdbc.OracleTypes; | import oracle.jdbc.pool.OracleDataSource; | import java.lang.*; | import java.util.*; | import java.io.*; | import java.sql.

[jboss-user] [JBoss jBPM] - Re: jBPM starters kit 3.1.4 - http://localhost:8080/jbpm/

2007-12-13 Thread Pebbels
Hi Ronald, thank you very much! So how is it possible to create an interface like the implemented one to realise my ideas regarding the holiday demo (one user is asking for some days off and another makes the decision if it is possible or not)? Cheers Tina View the original post : http://ww

[jboss-user] [JBoss jBPM] - Re: jBPM starters kit 3.1.4 - eclipse

2007-12-13 Thread Pebbels
Hi Ronald, thanks a lot for your answers! In number 3 there is a typing error: I would like to know how to deploy the process without eclipse. Do you know how it is possible? Thanks Tina View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112813#4112813 Reply

[jboss-user] [JBoss Messaging] - Thank you very much Tom for your advise!!!

2007-12-13 Thread slogger
Thank you very much Tom for your advise!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112812#4112812 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112812 ___ jboss-user

[jboss-user] [JBoss Portal] - tab issue

2007-12-13 Thread marimuthub
Hi All, We are developing JBoss portal application which having multi level hierarchy tabs. We are using JBoss portal server 2.6.1. Our multi level hierarchy look like - Home -- testHome 1 -- testHome 2 - Garden

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

2007-12-13 Thread dlnet
Regarding installation of JBossAS4.2.0, I had downloaded zip file from jboss site and unzipped on my machine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112806#4112806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

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

2007-12-13 Thread dlnet
The jbossweb-tomcat55.sar directory is getting copied from my application on which I am working and I have removed the existing jbossweb.deployer from JBossAS4.2.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112804#4112804 Reply to the post : http://www

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Localhost/IP Address issue

2007-12-13 Thread jaikiran
Sorry, i meant this wiki entry http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112803#4112803 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112803 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Localhost/IP Address issue

2007-12-13 Thread jaikiran
See this http://www.jboss.com/search.jsp?query=jboss42faq View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112802#4112802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112802 _

[jboss-user] [JBoss Seam] - Trouble W/ NullPointerException

2007-12-13 Thread nathandennis
Having trouble with a NPE. I'm sure this is something simple jboss4.2.1 seam 2.0 + | @Stateful | @Name("uploadAction") | @Scope(ScopeType.SESSION) | public class FileUploadAction implements FileUploadLocal{ | | @PersistenceContext | private EntityManager em; |

[jboss-user] [JBoss Seam] - Re: Caching select items in UISelectItems - Bug?

2007-12-13 Thread kahliburke
Yeah, I think that the issue you linked to is the same underlying problem. I'll add a note to that issue that this affects more than the noSelectionLabel functionality. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112794#4112794 Reply to the post : http:

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

2007-12-13 Thread Andy Gibson
I think what pete is getting at is that you are currently trying to outject a Page scoped object from a session scoped bean. By putting the outjection and factory in a separate page scoped bean (the page scoped manager) you are splitting the problem up. Your page scoped users are not being gene

[jboss-user] [JBossWS] - return type polymorphism issue, please help

2007-12-13 Thread beligum
Hi all, I guess this should be easy for some of you experts, so I hope to get an answer here, after searching for this bug for a couple of hours now. Here's the situation: | @XmlJavaTypeAdapter(AbstractInodeImpl.Adapter.class) | public interface Inode extends Serializable, Comparable, Clone

[jboss-user] [Management, JMX/JBoss] - Re: Mbean with custom authentification / authorization for m

2007-12-13 Thread genman
Er, not console I mean RMI adapter. Anyway, take it step by step... first get login to work, then add the interceptor. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112789#4112789 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [Management, JMX/JBoss] - Re: Mbean with custom authentification / authorization for m

2007-12-13 Thread genman
For remote access, you'd configure the security for the console. http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoISecureTheJMXConnection This will authenticate a remote connection, take "username+password" and create a principal. For fine-grained authentication, enable this interceptor: http://jso

[jboss-user] [JBoss Seam] - Exception redirection broken. 404 thrown

2007-12-13 Thread joeyxxx
Redirections in pages.xml to error pages that reside anywhere besides the web root always redirect me to a 404 page. eg | | | Gateway error, please try again | | | This issue was fixed and seems to have been broken again in 2.0GA View the origina

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

2007-12-13 Thread [EMAIL PROTECTED]
but the mozilla has nothing to do with hibernate ;) The mozilla we use is just plain mozilla so surprised locale should play a difference here...but we'll look into it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112783#4112783 Reply to the post : http:/

[jboss-user] [JBoss Tools (users)] - Re: Problem on Mac OS X Tiger with Tools 2.0.0 and JBAS 4.2.

2007-12-13 Thread [EMAIL PROTECTED]
any chance your jbas 4.2 is secured and you didn't provide a username/password for it ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112782#4112782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112782 __

[jboss-user] [Management, JMX/JBoss] - Re: Management Application

2007-12-13 Thread genman
If you have a "subscription" they probably provide fancy tools for this. But for poor people and poor businesses, you can use farmed deployments, remote JMX access (write your own tools), use twiddle.sh, etc. There's a lot you can do by accessing the deployment manager through JMX. View the ori

[jboss-user] [Management, JMX/JBoss] - Re: jboss sheduler issue

2007-12-13 Thread genman
Is it because your scheduler is deployed before the EJB is deployed? You may want to add a "depends" to your scheduler so it appears after jboss initializes it. Also, always post your stack traces. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112779#4112779

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

2007-12-13 Thread genman
Does DeviceMBean extend ServiceMBean? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112778#4112778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112778 ___ jboss-user maili

[jboss-user] [JBossCache] - Single transaction multiple updates to cache node

2007-12-13 Thread vantzer
Hi. I am testing a simple system which listen to updates to the cache. The updates are trigger upon transaction-commit. The code structure is something like below. start() { cache.addTreeCacheListener(); Transaction.begin(); editCache(); Transaction.commit();

[jboss-user] [JBoss Seam] - where's the documentation about conversation control(annotat

2007-12-13 Thread Bernix
Hi, I have read the online reference "Chapter 27. Seam annotations",but I didn't see any documentations introduce what's the exact meaning for every xml tag of conversation control,and what attributes for them... e.g.: etc. Just wondering,where can I find such a documentation introducing these

[jboss-user] [Beginners Corner] - Re: Problem with deploy web application with JSF 1.2 to JBos

2007-12-13 Thread imyf_liang
I have the same problem. Maybe the different between the JBoss implemention and Sun implemention. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112770#4112770 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112770 ___

[jboss-user] [JBoss and NetBeans] - Myfaces brobem at portlet work

2007-12-13 Thread jackyluck
I try to adopt Myfaces work on jboss portlet ,but it aways have error on the wep page when i open the portlet,the error is : Cause: java.lang.NullPointerException StackTrace: java.lang.NullPointerException at org.apache.myfaces.application.DefaultViewHandlerSupport.calculateServletMapping(Defaul

[jboss-user] [JBoss Portal] - Myface problem on jboss portlet

2007-12-13 Thread jackyluck
I try to adopt Myfaces work on jboss portlet ,but it aways have error on the wep page when i open the portlet,the error is : Cause: java.lang.NullPointerException StackTrace: java.lang.NullPointerException at org.apache.myfaces.application.DefaultViewHandlerSupport.calculateServletMapping(Defaul

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

2007-12-13 Thread [EMAIL PROTECTED]
"IGx89" wrote : Seam's POM incorrectly has JBoss EL 2.0.1-SNAPSHOT as a dependency (JBoss EL 2.0.1.CR1 isn't even published) Oops, my bad. We never finalised the release proceedure for JBoss EL in our hurry to get CR1 out. We'll try to fix this asap. Thanks for the heads up :) View the original

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

2007-12-13 Thread [EMAIL PROTECTED]
Wow. The code is blatantly wrong here. Sorry about that, and thanks for catching that. I'll see if I can get this into a point release. http://jira.jboss.org/jira/browse/PCACHE-56 -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112765#4112765 Reply t

[jboss-user] [JBossCache] - Duplicate notifications to separate PojoCacheListener instan

2007-12-13 Thread mc.coder
I'm having an issue which I think is not supposed to be happening. I read the javadoc for PojoCacheImpl.addListener and it says "A given listener instance can only be added once, whether or not there is a pattern. To have a duplicate listener simply create a new instance." I am experiencing the

[jboss-user] [JBoss Seam] - Re: Resource not found exceptions with seam using mod_jk

2007-12-13 Thread supernovasoftware.com
Could you comment on the advantages and disadvantages of Apache HTTPD vs JBoss Native in the context of a Seam/Facelets application that serves very little static content? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112763#4112763 Reply to the post : htt

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

2007-12-13 Thread gsegura
perhaps the topic name was not the best, but I think its a fair question. So far, only strategy to avoid the entity which holds the collection to get updated is to resort to deal with id alone, a not very object-oriented way to go, so instead of retrieving the ticket.course object fetch just the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Localhost/IP Address issue

2007-12-13 Thread zzztimbo
You are missing an equals sign: | --host= | "sathish.gopal" wrote : Hi all, | | I solved this problem by starting the server with the parameter --host . | | The parameter jboss.bind.address will be set to the IP Address | View the original post : http://www.jboss.com/index.ht

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Localhost/IP Address issue

2007-12-13 Thread zzztimbo
I'm having the same issue and finally tried this solution. It did not work for me. I would like to access the default jboss page by going to http:// instead of http://localhost (which seems to be the only way to access it). What might be my problem? View the original post : http://www.jboss.com

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Localhost/IP Address issue

2007-12-13 Thread zzztimbo
How do I modify the run.conf file so that I do not have to start jboss with this parameter? I would just like to issue my usual run.sh. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112758#4112758 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Re: Resource not found exceptions with seam using mod_jk

2007-12-13 Thread [EMAIL PROTECTED]
There's also a guide on my blog: http://shane.bryzak.com/blog/articles/installing_apache_httpd_and_jboss View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112755#4112755 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41127

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

2007-12-13 Thread [EMAIL PROTECTED]
If you browse directly to http://localhost:8080/myapp/seam/resource/remoting/resource/remote.js does it work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112754#4112754 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBossCache] - Re: PojoCacheListener fqn recovery

2007-12-13 Thread mc.coder
Jason, Thank you for your reply and sorry for the very late response. I have been (and still am :)) swamped. I appreciate your adding this as a feature request. I have voted for it (hope others will too) and am watching it eagerly. A couple of comments: I tried the solution you proposed, an

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

2007-12-13 Thread yilmaz_
Turkish character set is included in ISO-8859-9. Hibernate uses toLowerCase/toUpperCase method to generate sql queries. But when you lowered the character "I" to lowercase it turns to "ı" (spotless i) and hibernate generated queries doesnt works. In mozilla plugin lots of thing has been changed

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: exception occurs while deployingDB2JDBC driver jar

2007-12-13 Thread PeterJ
I just now ran into this exact same error message using the latest JDBC4 compliant driver for PostgreSQL. Apparently, that driver was compiled using JDK 1.6 and I was attempting to run it with JDK 1.5. I find is strange that in this situation that the typical "bad version number" message does no

[jboss-user] [JBossWS] - JBoss Hanging on start up during Web Service ServletContext

2007-12-13 Thread hopkinst
On my JBoss 4.2.2 Server I have two web services. If I first start my JBoss server without either web service then deploy web service A. Then deploy web service B. The following runs (as intended). Web Service B has a ContextInitialized piece that runs when it is deployed. Inside of Web Serv

[jboss-user] [Beginners Corner] - Re: Installing JBoss On HP-Ux

2007-12-13 Thread PeterJ
Same as on any other system: download and unzip the zip file into a directory. Prerequisites to running it: a JDK (1.5 preferred), JAVA_HOME set to where JDK is installed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112742#4112742 Reply to the post : htt

[jboss-user] [Advanced Documentation] - Re: need help with scheduler

2007-12-13 Thread PeterJ
Looks like it is in milliseconds. So you need to enter: 1000 (milli/sec) x 60 (sec/hr) x 24 (hr/day) x 7 (day/week) Got a calculator handy? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112740#4112740 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBossCache] - Lock leaking on PojoCache 1.4.1

2007-12-13 Thread sqian99
I have build an application using PojoCache 1.4.1 SP6/7 and the leaf node has a collection (HashSet) of objects. I need to frequently add/remove objects from the collection. But at high load, some removed objects only exist as _lock_: LOCK with no data attached. (See the object /2 under /transac

[jboss-user] [Beginners Corner] - Installing JBoss On HP-Ux

2007-12-13 Thread Brutzy
Are there any installation procedures available? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112736#4112736 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112736 ___ jboss

[jboss-user] [Advanced Documentation] - need help with scheduler

2007-12-13 Thread bb_app
| | | | | true | org.jboss.chap10.ex2.ExSchedulable | TheName,123456789 | java.lang.String,long | | NOW | 6 | -1 | | | on this code, how can

[jboss-user] [JBoss Seam] - breaks icefaces file upload

2007-12-13 Thread efbiaiinzinz
To be precise, icefaces file upload gets broken and possibly some other things too that we haven't experienced yet. We use seam 2.0.0GA, icefaces 1.7DR#3 from svn, jsf 1.2 on glassfish v2 When uploading file, some odd exception of "EJB not found" is thrown. I have posted full stacktrace already

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

2007-12-13 Thread [EMAIL PROTECTED]
If you upgrade point releases ie. 2.0.0.GA to 2.0.1.CR1 then you can typically just copy over the lib folder and be done with it. The problem with creating an automated script is going from major releases like 1.2.1.GA to 2 GA, in this case the tool would need to update all schemas and namespac

[jboss-user] [Advanced Documentation] - how to make my scheduler service work on a specified day

2007-12-13 Thread bb_app
Hi, I've been working on scheduling listeners. I need to schedule my listener to monitor for files 1particular day. How do i do it? The scheduler-service.xml file now currently running on my system is true com.bluebird.integration.warranty.actions.WarrantyAction NOW 5000 -1 How do i c

[jboss-user] [EJB 3.0] - Retrieve the current transaction id in an session bean

2007-12-13 Thread benc
Part of my application's requirements involve me saving the transaction id of some operations. I am using a CMT StatelessSessionBean. I thought that I could get the id via entityManager.getTransaction(), but that yields the following IllegalStateException. Is there another way to get to this

[jboss-user] [JBoss Messaging] - JBossMessaging 1.4.0.SP3 released

2007-12-13 Thread [EMAIL PROTECTED]
We just released JBoss Messaging 1.4.0. Service Pack 3 (SP3) This release contains one fix to a minor classLoader memory leak that could cause issues while using the JCA adapter (or MDBs), another improvement to flow control and a workAround to a bug found on JBossRemoting 2.2.2.SP3. For more

[jboss-user] [JBoss Tools (users)] - Problem on Mac OS X Tiger with Tools 2.0.0 and JBAS 4.2.2

2007-12-13 Thread cobour
I did a blank install of JBoss Tools 2.0.0.GA with a blank Eclipse EE installation. I downloaded JBAS 4.2.2, unzipped and created a server inside Eclipse. When I start it, it switches to the console and shows the output as expected, but when it finishes the startup sequence, eclipse does not au

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - org.jboss.resource.adapter.jdbc.WrappedCallableStatement

2007-12-13 Thread cybercollege
I have done a lot of search and also have tried whatever I could fine but the issue could not be resoved. When I run the code I get the following error: Error in java.lang.ClassCastException: org.jboss.resource.adapter.jdbc.WrappedCallableStatement" Here is a part of the code: import oracle.jd

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Unwaring web app - leaves some files in the war

2007-12-13 Thread lovelyliatroim
will try it tomorrow and will let you know how i get on!! Cheers Peter, LL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112719#4112719 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112719 ___

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Unwaring web app - leaves some files in the war

2007-12-13 Thread PeterJ
You could explode the existing ear and war files. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112717#4112717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112717 ___ jboss

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Unwaring web app - leaves some files in the war

2007-12-13 Thread lovelyliatroim
Its a third party lib that i use that loads the resource file so i cant change how this works.It does this by getting hold of the class and then class.getResourceAs(). As a work around for the moment i have copied the properties file into the "work directory" but this would not be an ideal sol

[jboss-user] [Beginners Corner] - Re: problem with Queue

2007-12-13 Thread PeterJ
First, do not modify jbossmq-destinations-service.xml, instead create a new *-service.xml file, place the queue in there, and copy that file to the deploy directory. Second, the console output you added to your message (all text from "and the 19:50..." on) concerns an ear file being undeployed.

[jboss-user] [JBoss jBPM] - Re: Version 3.2.3 where art thou?

2007-12-13 Thread jeffj55374
Hi, Which file(s) contained the fix? I'm having an issue that sounds very similar to this. In our system we have a parent process that has a fork that has transitions to 4 nodes that then transition to a join. Periodically we get a StaleObjectException when the sub process completes, signals t

[jboss-user] [EJB/JBoss] - logging transactions

2007-12-13 Thread lm28ness
I'm new to ejbs and transactions so i was wondering how i might turn on logging to see if i set up transactions in my ejbs correctly. Are there logs that say when i'm in a transaction and what not? Using JBoss4.2.2 with EJB2 unfortunately but will be using EJB3 soon. Thanks View the original

[jboss-user] [JBoss jBPM] - Re: Connection was lost

2007-12-13 Thread gutierrez.ge
See that's a gentil explanation... thanks :P View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112704#4112704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112704 ___ jboss-use

[jboss-user] [JBoss jBPM] - Re: Connection was lost

2007-12-13 Thread kukeltje
Sure, the jbpm team knows everything about the jbpm config file and how the engine that uses it works. We are *not* specialists in configurations of datasources the way the hibernate and even your DB2 driver behave in maintaining connections and 'we' certainly did not provide the configfile you

[jboss-user] [JBoss Seam] - Re: IllegalArgumentException: value of context variable is n

2007-12-13 Thread mcarrizo
Thank you. Your post help me very much !! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112694#4112694 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112694 ___ jboss-user ma

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

2007-12-13 Thread whafrog
"[EMAIL PROTECTED]" wrote : 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... According to the Firefox javascript console, "Seam is not defined". Her

[jboss-user] [Installation, Configuration & DEPLOYMENT] - jsf for jboss 4.2

2007-12-13 Thread robert_trudel
hi with jboss 4.2, i got some problem with jsf if i remove myfaces-impl-1.1.4.jar myfaces-api-1.1.4.jar i get | Exception sending context destroyed event to listener instance of class | (listener) org.jboss.web.jsf.integration.config.JBossJSFConfigureListener | java.lang.NoClassDefFoun

[jboss-user] [JBoss Seam] - Re: @Startup and hbm2ddl

2007-12-13 Thread vanyatka
Thanks, matt! Your suggestion with "depend" annotation totally worked. And, also, it helped me with another issue I was having: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112686#4112686 I'll definitely give the observer a try, never used any observers before. View the original p

[jboss-user] [JBoss Seam] - Re: Fundamental question about em.persist

2007-12-13 Thread vanyatka
Black magic, it works now, even without merge :) matt.drees gave me a hint how to @Startup application scoped components properly and it works now http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112676#4112676 The only change I made is that now the component starts up with @Startup

[jboss-user] [JBoss jBPM] - Re: drools result of fireallrules

2007-12-13 Thread kukeltje
what is the relation to jBPM? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112684#4112684 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112684 ___ jboss-user mailing list

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

2007-12-13 Thread gmarcus
Thanks to those that posted. At least it helps me confirm that there is no automated way to upgrade to new seam releases (too bad since 2.0.1 CR1 was just released). If someone does come up with an upgrade script or migration tool, please share it here. Thanks again. View the original post

[jboss-user] [JBoss jBPM] - Re: Version 3.2.3 where art thou?

2007-12-13 Thread kukeltje
Correct That is the way releasing releases works. You have a reporting issue where you mention in which release it has to be fixed. If an issue is fixed it is in CVS-Head... so you can checkout that. Besides that, there is a roadmap that shows on all issues that need to be fixed before a r

[jboss-user] [JBoss Seam] - Re: Fundamental question about em.persist

2007-12-13 Thread vanyatka
"JUnkie" wrote : I always managed to avoid entity updates after a persist in the same method call... May I ask why? By itself persist() doesn't necessarily triggers DB call, just introduces the object to the persistence context. If I make an update later, should be fine, the important thing is

[jboss-user] [Beginners Corner] - Re: problem with Queue

2007-12-13 Thread abd_errahime
I am declaring the queue into jbossmq-destinations-service.xml, jboss.mq:service=DestinationManager and the 19:50:18,846 INFO [TomcatDeployer] undeploy, ctxPath=/cactustest, warUrl=.../tmp/deploy/tmp54847cactustest.ear-contents/cactustest-exp.war/ 19:50:18,924 INFO [EJBContainer] S

[jboss-user] [JBoss Seam] - Re: occasional could not acquire lock on @Synchronized compo

2007-12-13 Thread asookazian
I'm getting this as well (intermittently and can't reproduce on demand). I thought it had to do with adding a debug stop in a @WebRemote annotated method but not sure exactly what's causing this behavior. I am using multiple a4j and rich components in a single xhtml. stack trace: 10:37:37,09

[jboss-user] [Beginners Corner] - Re: problem with Queue

2007-12-13 Thread PeterJ
It would help if you provided some context for what it is that you are doing, and how that particular queue name fits into it. How are you declaring the queue? How is it packaged with the rest of the app? When is this error happening, when you deploy the application? View the original post : h

[jboss-user] [JBoss Seam] - Re: @Startup and hbm2ddl

2007-12-13 Thread matt.drees
If you're using an EntityManagerFactory component (i.e., you're not using the app server's EMF), then the hbm2ddl is run by entityManagerFactory's @Create method. So your @Startup component depends on the database, then you can denote the dependency in the annotation: | @Startup(depends={"y

[jboss-user] [JBoss Seam] - Re: Fundamental question about em.persist

2007-12-13 Thread JUnkie
I always managed to avoid entity updates after a persist in the same method call... however what happens if you add card = entityManager.merge(card); directly after the persist call? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112674#4112674 Reply to the

[jboss-user] [Beginners Corner] - Re: problem with Queue

2007-12-13 Thread abd_errahime
Could not find the queue destination-jndi-name=queue/mfcControll2myWMS 19:10:04,394 WARN [MessagingContainer] destination not found: queue/mfcControll2myWMS reason: javax.naming.NameNotFoundException: queue not bound 19:10:04,394 WARN [MessagingContainer] creating a new temporary destination:

[jboss-user] [Beginners Corner] - Re: problem with Queue

2007-12-13 Thread PeterJ
Apparently this queue is declared twice - either two times in one *-service.xml file, or in two different files. Remove one of the declarations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112670#4112670 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - changing response headers to modify filename for excel

2007-12-13 Thread pdhaigh
Hi, I'm trying to open a report in Excel, with a specified dynamic filename I have an xhtml page that spits out simple tabulated data. On viewing that page ID I call a method from pages.xml that does this: String fileName="Charity_Report"+i+".xls"; | | HttpServletRespon

[jboss-user] [JBoss jBPM] - Re: jbpm 3.2 Session Is Closed exception in JobSession

2007-12-13 Thread rex.sheridan
I found a solution to my particular version of this problem yesterday. What I figured out is the hibernate Session is closed by closing the jBPM context before the transaction is committed. In my particular scenario I had a Session Bean backed web service (i.e. JBossWS) and an interceptor (dec

[jboss-user] [JCA/JBoss] - JBoss Datasource pooling - only option?

2007-12-13 Thread ppantazis
Is Datasource pooling considered a standard/default option in JBoss? I am using JBoss 4.0.5 and I am concerned how to keep track of end users threads into the database. If I need to kill a particular users connection will that mean taking down everybody in the pool? is there a way to do individu

[jboss-user] [Beginners Corner] - problem with Queue

2007-12-13 Thread abd_errahime
jboss.mq.destination:service=Queue,name=mfcControll2myWMS already registered View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112665#4112665 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112665 __

[jboss-user] [JBoss Seam] - Re: Problem with SelectOneMenu

2007-12-13 Thread hager
here my Bean.java: package crossTable.action; | | import java.util.ArrayList; | import java.util.Calendar; | import java.util.Date; | import java.util.Iterator; | import java.util.List; | import java.util.Map; | import java.util.TreeMap; | | import javax.ejb.Remove; | impor

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

2007-12-13 Thread jacob.orshalick
>From my understanding it has always worked this way. Here is a JIRA issue >that requests documentation of the subject and references some earlier >postings (all the way back to 1.0.1GA): http://jira.jboss.com/jira/browse/JBSEAM-1886 I wrote a blog posting last night that describes the convers

[jboss-user] [JBoss Seam] - Re: @DataModel s:link h:commandButton h:dataTable

2007-12-13 Thread supernovasoftware.com
Sorry, I was hard or you. I still recommend scanning all of the forum posts through email. It may take time, but it will prevent problems. You will avoid problems and also know what the latest tips and tricks are. There are about 80-100 posts a day. After a while you will be able to weed out

[jboss-user] [JBoss Messaging] - Is there a way to stop message from being resent?

2007-12-13 Thread wgmartinez
Hi there, Is there a way of stopping a message from being sent back to the queue after it has been thrown out by the onMessage() method. I have a XML validator that throws an exception when the XML message that is received in the queue fails validation. Somehow, the MDB retries up to about 5 ti

[jboss-user] [JBoss jBPM] - Re: Connection was lost

2007-12-13 Thread gutierrez.ge
dude, the problem i'm having is with the DB2, SQLServer and Hibernate connections... and it is supposed that jbpm made jbpm Ohh let me see.. mMmmm i gues they did. Well i guess i should ask them about the xml file configuration cuz they built it. Mmm.. i dont think that venezuela (wich prod

[jboss-user] [JBoss jBPM] - Re: jBPM starters kit 3.1.4 - http://localhost:8080/jbpm/

2007-12-13 Thread kukeltje
no, ommission in the ui. It was just implemented that way for demo purposes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112648#4112648 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112648 ___

[jboss-user] [JBoss Seam] - Re: Resource not found exceptions with seam using mod_jk

2007-12-13 Thread mocha
I had success using the following guide to get Apache 2 running in front of JBoss 4.2.2.GA/Seam 2.0.0.GA: http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss the Seam application I installed included ajax/richfaces usage. No problems were encountered with this. View the origina

[jboss-user] [JBoss jBPM] - Re: jBPM starters kit 3.1.4 - eclipse

2007-12-13 Thread kukeltje
1: no, it does not greate an archive in a file, it deploys it to the server in a different way (servlet) 2: since it is deployed to the server (see 1) 3: see 1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112646#4112646 Reply to the post : http://www.jboss

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

2007-12-13 Thread IGx89
Thanks :) Two things still though: - Version 2.0.1.CR1 needs to be marked as "Released" in JIRA - Seam's POM incorrectly has JBoss EL 2.0.1-SNAPSHOT as a dependency (JBoss EL 2.0.1.CR1 isn't even published) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41126

[jboss-user] [EJB 3.0] - Re: Problem on updating M:N relations

2007-12-13 Thread Darquerus
I forgot my JBoss Version. I'm using JBoss 4.2.2.GA on a windows system. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112642#4112642 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112642 _

[jboss-user] [JBoss jBPM] - Re: Connection was lost

2007-12-13 Thread kukeltje
:-) Then you should go to the Microsoft site (or maybe a linux site) since that is where it runs on oh no, wait... Dell or Compaq or HP, or Lenovo is where you need to be. Or maybe even Enron since they probably supplied the energy (:-S)... A stupid me... you should go to the site of the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Acces Jboss not in my LAN

2007-12-13 Thread sashaxiv
i solved the problem. i started jboss with -b --host IP_LAN in this way i can access jboss remotely but i can´t understand why. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112639#4112639 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [Messaging, JMS & JBossMQ] - message persistence in a clustered environment

2007-12-13 Thread teknokrat
We have a single node jboss instance that uses JMS which persists messages to a postgresql database. We would like to move this to a clustered pair, but without using HA-JMS. Can we do this and still keep the single messages database? Will there be collisions, and if so is there a way to make jb

[jboss-user] [JBoss jBPM] - Version 3.2.3 where art thou?

2007-12-13 Thread rodrobin
Hey... I've been bitten by http://jira.jboss.com/jira/browse/JBPM-1085 that has been fixed in version 3.2.3 and 3.2.2 SOA1, neither of which I can find anywhere including CVS. I'm assuming they're not available for public consumption just yet? Regards, Robin View the original post : http:

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

2007-12-13 Thread PeterJ
How did you install JBossAS? Where did you get the server/default/deploy/jbossweb-tomcat55.sar directory from? (There is no such directory in in JBossAS 4.2.0.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112637#4112637 Reply to the post : http://www.jbo

[jboss-user] issue with jboss profiler in solaris 10

2007-12-13 Thread Claudemir Ferreira Franco
Hi guys, I´m trying configure Jboss Profiler in solaris 10, but I when tried to make the command: "ldd libjbossInspector.so" the following error ocurried: (ldd: libjbossInspector.so: has wrong class or data encoding) Any idea? []´s tks... - - - - - - - Claudemir Ferreira Franco Analis

[jboss-user] [JBoss Messaging] - JBoss Messaging 1.4 - no clustered post office?

2007-12-13 Thread bodrin
(similar problem: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=103248&postdays=0&postorder=asc&start=0) I'm experiencing problems with the message redistribution between the cluster nodes. I'm running two server nodes jboss-4.2.0.GA with jboss-messaging-1.4.0.SP2 (http://labs.jboss

  1   2   3   >