[jboss-user] [JBoss Seam] - Re: Upgrade from Seam 1.1 to 1.2.1

2007-04-17 Thread [EMAIL PROTECTED]
Make sure that jboss-app.xml has a unique classloader name for your application. If that doesn't fix it, please post your packaging structure. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038169#4038169 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBossCache] - JBossCache and readonly transactions

2007-04-17 Thread aricci
Hi all, i have developed a simple application that performs a readonly transaction, making 2 SELECT on a table in the database. i am testing it on a JBoss cluster. what i have noticed is that retrieved EntityBeans are inserted inside the local JBossCache and replicated to the other ones at the e

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - bundling datatources with the application

2007-04-17 Thread c_eric_ray
I want to bundle a datasource xml file with my ear. Here's how I have it bundled. | application.ear || |-- META-INF/ |-- ejbs.jar |-- webapp.war |-- my-ds.xml | When this deploys it appears jboss is taking the my-ds.xml file and renaming it to jboss-ds.xml and

[jboss-user] [EJB 3.0] - Re: Should unchecked, but declared exceptions get wrapped in

2007-04-17 Thread cracru
The spec lead at Sun was kind enough to answer my question. Here's the results: Of course, the JBoss implementation is operating per design and spec. This means, all unchecked (and extending RuntimeException) exceptions that are not in the control of the business method developer, should not be

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-04-17 Thread rlhr
Actually the progressbar works fine (it uses a commandButton and not a link). So just in case, some have this broken too, the fix is fairly easy for a commandLink. Just remove the form.onclick method and write an onclick method for the commandLink tag (See spec). View the original post : htt

[jboss-user] [Installation, Configuration & Deployment] - Re: Is there a way to view the size of HTTP sessions in JBos

2007-04-17 Thread genman
Look for an MBean called jboss.cache:service=TomcatClusteringCache See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheMBeans Different eviction strategies might be configured here. But you might be experiencing some sort of leak anyway. You should get a memory profiler (download a trial) an

[jboss-user] [JBoss jBPM] - Re: Problem Creating ProcessInstance

2007-04-17 Thread pjodev
were either of you ever able to get this to work with MSSQL 2000 ? I keep getting errors that it is a duplicate processID OR that it is trying to insert "Null" into the processID field View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038182#4038182 Reply to th

[jboss-user] [Beginners Corner] - Re: JNDI, JDBC & Simple Application

2007-04-17 Thread genman
What do you mean by application? Is the servlet not your application? The full exception is needed to see. Check out http://jboss.org/wiki/Wiki.jsp?page=DisplayTheJDNITreeWithTheJMXConsole View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038183#4038183 Reply

[jboss-user] [JBoss Seam] - Re: Custom JSF Component & escaping html

2007-04-17 Thread spambob
Thanks a lot for your help Pete, now it is working as intended! Gimme a few days to get it finished then I will post my stuff in JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038184#4038184 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss Migration from 3.2.6 to 4.0.5 GA

2007-04-17 Thread genman
My one minute note: Some 3.2 applications will run unchanged in 4.0. If you do encounter issues, likely they will be class-loader issues or configuration file issues. Largely, 3.2 and 4.0 are compatible. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038185

[jboss-user] [EJB 3.0] - ServletBootStrapListener Failed to obtain InputStream from u

2007-04-17 Thread unsavory
I'm getting the following stack trace when booting my server. It is Tomcat with embedded EJB3. Apr 17, 2007 5:22:20 PM org.apache.catalina.core.StandardContext listenerStart | SEVERE: Exception sending context initialized event to listener instance of class org.jboss.ejb3.embedded.ServletBoot

[jboss-user] [Beginners Corner] - Where do external jar files go in the ear?

2007-04-17 Thread aslocal
Where do you place external jar files in the ear file to use? I've tried: lib/ META-INF/lib APP-INF APP-INF/lib . Everytime I get a ClassNotFoundException, Any ideas? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038187#4038187 Reply to the post :

[jboss-user] [JBossCache] - Re: JBossCache and readonly transactions

2007-04-17 Thread genman
1) Caching read-only data is a good thing, is it not? 2) If it's a read-only transaction, why not replicate when data is fetched? 3) What's stored is up to Hibernate. What's replicated is up to JBoss Cache. To be honest, I don't really know, though. View the original post : http://www.jboss.com/

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-17 Thread HLQ
I have done all steps described in get jBPM 3.2 working with Tomcat and MySQL. But I still can not view the jsp page, it shows the error messages as follows when I try http://localhost:8080/jbpm-console/index.jsp: org.apache.catalina.authenticator.FormAuthenticator forwardToLoginPage WA

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-04-17 Thread [EMAIL PROTECTED]
"anders3" wrote : When will I see the first pom.xml? Maven migration is far from being a priority. If you're so interested in seeing a Maven project file soon, I thought I'd mention that we welcome contributions... :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss Messaging] - Support for non-Java clients?

2007-04-17 Thread fupeg
What kind of support for non-Java clients does JBoss Messaging have? I don't count HTTP :-) Are there clients for C# and C/C++ available? Is the story any different for JBossMQ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038192#4038192 Reply to the post

[jboss-user] [JBoss jBPM] - Re: VariableInstance - Reverse mapping to ProcessInstance ??

2007-04-17 Thread pjodev
just build a SQL query/view? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038193#4038193 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038193 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Re: IE/Firefox Filename differences

2007-04-17 Thread [EMAIL PROTECTED]
This is expected behaviour, the filename simply contains what is provided by the web browser. If you just want the base filename without the path then you will need to extract it yourself, or use a utility - the Apache Commons IO library has a method that does this, FilenameUtils.getName(fileNa

[jboss-user] [JBoss Seam] - Re: inconsistent behaviour

2007-04-17 Thread [EMAIL PROTECTED]
You can adjust the MaxPermSize by adding the following Java options: -XX:PermSize=256m -XX:MaxPermSize=512 See the Getting Started chapter in the Seam documentation for more details. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038195#4038195 Reply to the

[jboss-user] [EJB 3.0] - Declare Anotation @EJB will a new instance ?

2007-04-17 Thread changemylife
Hi all! I have a problem that I need some helps from any one. I has a declare: | @EJB | private MyBean bean; | | > a new instance was created (automatically)? Thanks and good luck today! View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Try out and new NetBeans module for Seam Gen

2007-04-17 Thread [EMAIL PROTECTED]
NetBeans users! Please try it and let us know what you think. :) http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/ Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038196#4038196 Reply to the post : http://www.jboss

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

2007-04-17 Thread [EMAIL PROTECTED]
We have an existing JIRA issue for captcha enhancements, please add any relevant comments to it: http://jira.jboss.org/jira/browse/JBSEAM-865 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038198#4038198 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Exceptions in JBoss log file when deploying Seam examples

2007-04-17 Thread gus888
Hi all, When I deploy Seam examples to JBoss servers, I always got the following exceptions from log file, although these examples work as normal on servers. I want to know how to terminate these exceptions. I am currently using jboss-4.2.0.CR2 and Seam-CVS.20070417. Any help will be very

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss Migration from 3.2.6 to 4.0.5 GA

2007-04-17 Thread tips09
Thank you genman! But I dropped the EAR file and try to start the jboss server after making necessary configurations, but I am getting tons of errors. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038200#4038200 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss jBPM] - Cannot create more than 1 process in MSSQL

2007-04-17 Thread pjodev
Hello all, I am trying to create multiple processes and I keep getting this error when I use JBPM pr 17, 2007 6:26:15 PM org.hibernate.util.JDBCExceptionReporter logExceptions | SEVERE: Violation of UNIQUE KEY constraint 'UQ__JBPM_PROCESSINST__11D4A34F'. Cannot insert duplicate key in object

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

2007-04-17 Thread [EMAIL PROTECTED]
I recommend not binding directly to your entity, because the InputStream binding is by far the most resource efficient and obviously you can't have an InputStream property on your entity bean. Instead I recommend you bind the file data to an InputStream field on a (session bean) component, and

[jboss-user] [JBoss Seam] - Re: WS into seam application that don't call seam components

2007-04-17 Thread [EMAIL PROTECTED]
If you have access to CVS then take a look at the seambay example which is currently under development - it has working web services. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038203#4038203 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Messaging] - Re: Support for non-Java clients?

2007-04-17 Thread genman
Not a developer, but from what I know the answer is no. Same with JBossMQ. There is a messaging transport standard that is language independent network protocol that is eventually going to be implemented called AMQP (Advanced messaging queue protocol). (Check the dev forums -- not sure where thi

[jboss-user] [Installation, Configuration & Deployment] - Urgent:- JAR not loading exceptions in JBOSS-4.0.5

2007-04-17 Thread Rajesh.Gajula
Hello, I have a JBOSS cluster running with version 4.0.3 with three nodes, today i tried to Upgrade my server version to 4.0.5 . I made all configuration changes and tried to deploy the .war and .ear files from 4.0.3 server to 4.0.5 server. During the deployments in NEW server i got the below

[jboss-user] [Management, JMX/JBoss] - Re: Execution of twiddle from remote machine

2007-04-17 Thread thirumalmarugan
hi i have already disable the firewall View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038206#4038206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038206 ___ jboss-user maili

[jboss-user] [JBoss Portal] - Re: Can i remove

2007-04-17 Thread littlefish
THX! it is cool! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038207#4038207 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038207 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [EJB 3.0] - Re: MDB pool configuration & EJB3

2007-04-17 Thread judge2005
And in case anyone is wondering. This is how you do the same thing in jboss.xml: | | http://java.sun.com/xml/ns/javaee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee | http://

[jboss-user] [JBoss Seam] - Re: Back...

2007-04-17 Thread mgrouch
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=106259 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038210#4038210 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038210 ___

[jboss-user] [JBoss Seam] - Re: Seam Framework EntityQuery restrictions does not work fo

2007-04-17 Thread lkw
Thx everyone for the help. The solution provided by fernando_jmt works. Look like the value element in the restrictions is dependent on the underlying DBMS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038212#4038212 Reply to the post : http://www.jboss.

[jboss-user] [JBoss Seam] - seam-gen and clickable lists

2007-04-17 Thread hvram
Hi I am trying to modify the seam-gen generated code to support clicable lists . I have modified the List.java file and have a) implemented a local interface which contains one method in addition to extending the EntityQuery b) Annotated that method with the @Factory (x)

[jboss-user] [JBoss Seam] - Re: Seam varargs logging

2007-04-17 Thread mgrouch
JIRA opened http://jira.jboss.org/jira/browse/JBSEAM-1186 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038214#4038214 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038214 ___

[jboss-user] [JBoss Seam] - Re: Seam Framework EntityQuery restrictions does not work fo

2007-04-17 Thread CptnKirk
This just seems begging for a SQL injection problem. Be careful when using this feature. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038215#4038215 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038215

[jboss-user] [JBoss Seam] - Re: ASync calls stays in JBoss queue after restart

2007-04-17 Thread nekstrom
Could some one put a link to where in the jboss wiki I can find out how to disable the persistent timer queue? I can't seem to find it any where. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038216#4038216 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problem using Spring + JPA + Struts

2007-04-17 Thread suneetshah2000
ello, I am trying to integrate spring with hibernate with JPA into my struts application and am getting the exception below. The service classes, which are calling the jpa objects were tested with Junit and they worked fine so I am not sure what the cause of the problem is. Any assistance woul

[jboss-user] [Installation, Configuration & Deployment] - Sessions in Jboss

2007-04-17 Thread g2293
Hi, Is there any way to track how many sessions are created in Jboss server and if it being destroyed at the session timeout? Thanks in Advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038220#4038220 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss jBPM] - Re: Cannot create more than 1 process in MSSQL

2007-04-17 Thread khamburg
This is a problem in MSSQL and ORACLE I believe. The workaround is to remove a unique constraint. See this post... http://www.jboss.com/index.html?module=bb&op=viewtopic&t=105317 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038221#4038221 Reply to the p

[jboss-user] [JBoss Seam] - Re: Seam Framework EntityQuery restrictions does not work fo

2007-04-17 Thread matt.drees
How so? El expressions get replaced by a parameter, which would cause the input to be escaped correctly, right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038223#4038223 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss jBPM] - Re: Problem with the

2007-04-17 Thread ygiriyap
Refer to the below post for pointers http://www.jboss.com/index.html?module=bb&op=viewtopic&t=105615 Cheers ... Yash View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038224#4038224 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [Management, JMX/JBoss] - Re: Execution of twiddle from remote machine

2007-04-17 Thread thirumalmarugan
for me the below command is also not working ./twiddle.sh -s 10.143.2.110 serverinfo -d jboss ./twiddle.sh -s remoteip serverinfo -d jboss ./twiddle.sh -s toki:1099 serverinfo -d jboss i also try out with the remote hostname also it is working for the local host only and i am getting the same

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Help on Named Query

2007-04-17 Thread scout1lacno
Hi, My code are the following @Entity | @Table(name = "tblName") | @NamedQueries( { | @NamedQuery(name = "TblName.findFilteredDate", query = "select * from table" ), | @NamedQuery(name = "TblName.findStuff", query = "select * from tableStuff" )

[jboss-user] [JBoss Messaging] - Re: jboss.messaging:service=ServerPeer, ServerPeerID attribu

2007-04-17 Thread garu
Anybody from development side that can spend a couple of words here? Thanks, Gabriele View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038227#4038227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038227 ___

[jboss-user] [JBoss jBPM] - Problem with update of variable value

2007-04-17 Thread vtysh
Sorry for my ugly english at first. I can't decide my problem for a few days. I am working on web application similiar to native jbpm demo app. I am using this code to load taskInstance and save variables (little simplified): | JbpmContext jbpmContext=null; | try | { |

[jboss-user] [JBoss jBPM] - Re: Problem with update of variable value

2007-04-17 Thread vtysh
Upd.: I use jbpm from jbpm-starters-kit-3.1.3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038230#4038230 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038230 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: Seam Framework EntityQuery restrictions does not work fo

2007-04-17 Thread CptnKirk
If that's correct, then great. I'm wrong and everything is safe. I've been cleaning out a lot of "select ... where name like "+name+"%" from a codebase I inherited. So I may just have been spooked by seeing "#{expression} + %". That said, I don't recall reading anywhere that Seam does what y

[jboss-user] [JBoss jBPM] - Re: jbpm-console example in jBPM 3.2 not working

2007-04-17 Thread henschkowski
hashir, Were you able to resolve this? I'm running into the same. - Ralf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038232#4038232 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038232 ___

<    1   2   3