[jboss-user] [JBoss Seam] - Out of Memory Leaks

2007-04-23 Thread yj4jboss
Hi All, I have a web application which is in production and uses the following technologies : EJB 3.0 Hibernate Seam JSF Facelets Ajax4JSF MySQL 5.0 I am using JDK 1.5.0_09 I have around 73 SFSB which are not using conversations and 78 SLSB and 43 Business objects. In

[jboss-user] [JBoss jBPM] - Mail in jPDL

2007-04-23 Thread sushmasitaram
The email support provided by JBoss jBPM jPDL 3.2, has a code like this in the documentation: mail-node name=send email to=#{president} subject=hello text=nomoretaxes /mail-node The problem is, that it is not recognized and that part of the code is simply ignored. No error is thrown

[jboss-user] [Remoting] - Re: Remote connection over Http.

2007-04-23 Thread [EMAIL PROTECTED]
There doesn't seem to be any Remoting code involved here. Why not try the tomcat forum: http://www.jboss.com/index.html?module=bbop=viewforumf=50 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039696#4039696 Reply to the post :

[jboss-user] [Remoting] - Re: Unable to connect to server using SimpleClient.java

2007-04-23 Thread [EMAIL PROTECTED]
Hi Rajesh, It looks like you changed build.xml to set the host and port for the client. Are you sure you changed the run-simple-server target as well? -Ron View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039697#4039697 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: Difference between 'java: Namespace' and 'Global JNDI Na

2007-04-23 Thread jaikiran
Can you post the -ds.xml contents and also the code from where you are looking up the datasource? Where does this lookup code belong - servlet/jsp? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039698#4039698 Reply to the post :

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-04-23 Thread grdzeli_kaci
hi all, :) i have some news :) i tried to divide my program to some parties, and i recount my amount of needed persistable records and i got 1000 per second, after some performance configuration i got 400 record per second using Thread into server side, i have inserted 10,000 record in 28

[jboss-user] [Remoting] - Re: MasterServerSocket with VirtualServerSocket

2007-04-23 Thread [EMAIL PROTECTED]
anonymous wrote : | What kind of configuration can be passed into VirtualServerSocket constructor you mentioned? | In the normal course of events, this configuration map would be the one that the Connector is configured with. anonymous wrote : | I'd like to have a kind of listener

[jboss-user] [JBoss Seam] - [tooling] seam generate-entities does not seem generating

2007-04-23 Thread ellenzhao
Hi folks, I have a database which contains 20+ existing tables and wanted to use seam generate-entities to get the object models quickly. I used the seam-gen tool step by step as described in the Seam 1.2.1 GA documentation but did not get the java files as expected. Here is the shell output:

[jboss-user] [Remoting] - Re: exceptions on ejb invocations using rmi over http

2007-04-23 Thread [EMAIL PROTECTED]
anonymous wrote : | Is there a way to access the originally thrown exception on the client? | Please see section 5.4.13. Exception handling for web based clients of the Remoting documentation. anonymous wrote : | Is there a way to access the originally thrown exception on the client?

[jboss-user] [JBoss Seam] - Re: What is the difference between EJB and POJO transactions

2007-04-23 Thread Stateless Bean
[EMAIL PROTECTED] wrote : It's not the default behavior. The default behavior is to flush a persistence context (translation: dirty check objects, generate and execute SQL DML) when a transaction commits. | | If you use Hibernate as your JPA provider, you can enable FlushModeType.MANUAL

[jboss-user] [JBoss Seam] - Re: Simplest s:fileUpload usage

2007-04-23 Thread yuwono
Hello petemuir, I've tried the SFSB version too, no error but still the same. Can U help? package myapp; | | import javax.ejb.Remove; | import javax.ejb.Stateful; | | import org.jboss.seam.annotations.Begin; | import org.jboss.seam.annotations.Destroy; | import

[jboss-user] [JBoss jBPM] - Re: Make a

2007-04-23 Thread kukeltje
what is custom process? and custom forms ARE in 3.2... so I do not understand your point View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039714#4039714 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039714

[jboss-user] [JBoss jBPM] - Re: questions about GPD

2007-04-23 Thread kukeltje
installing the plugin in eclipse is real simple... I do not see a problem at all here View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039715#4039715 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039715

[jboss-user] [JBoss jBPM] - Re: jBPM books

2007-04-23 Thread kukeltje
designer of what? processes? Lot's of good courses on that separate of jBPM View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039716#4039716 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039716

[jboss-user] [Remoting] - Re: Compression in Remoting

2007-04-23 Thread [EMAIL PROTECTED]
Hi Hasan, Based on the previous thread that you mentioned, I'm afraid that the CompressingMarshaller/UnMarshaller must be broken, and I haven't had the opportunity to find out why. The socket transport prefixes each request and response with a version byte, and if you see a message

[jboss-user] [JBoss Seam] - xhtml and nbsp; copy;

2007-04-23 Thread miloslav.vlach
Hi, if I write in the .xhtml file nbsp; in output html is not rendered. copy; element too. I tried f:verbatim, h:outputText escape=true/false, XML CDATA but with no success. Know anybody how to display HTML entities ? Thanks Mila View the original post :

[jboss-user] [JBossCache] - Buddy Replication on Weblogic

2007-04-23 Thread vinayakkhamkar
I have configured two weblogic admin servers on the same machine. A sample application (the one posted on JBoss site, JBoss and Weblogic) using JBossCache is deployed on both these app servers. When Buddy replication is not configured, the contents are replicated. But when buddy replication is

[jboss-user] [JBoss jBPM] - Re: The error of datasource

2007-04-23 Thread niday
I can ensure the ds.xml is not the cause of this problem . I copied from JBOSS_HOME/docs/examples/jca/postgres-ds.xml, and modified . Thank you . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039720#4039720 Reply to the post :

[jboss-user] [JBoss Seam] - basic question

2007-04-23 Thread Stateless Bean
hi, i don't understand docs: Seam serializes processing of concurrent requests that take place in the same long-running convesation context, in the same process. Can any one explain me in points, how to well form app, to prevent app from concurent requests? View the original post :

[jboss-user] [JBossWS] - Re: Providing your own wsdl instead of the generated one.

2007-04-23 Thread sgof
I followed this steps, but wsconsume generate only 2 class: the interface and the class which implement it. I create the web.xml, generate the war file, and when I put it in jboss I obtain this: 09:39:15,267 ERROR [MainDeployer] Could not create deployment: file:/C:/jboss-4.

[jboss-user] [JCA/JBoss] - c3p0 connection not being involved in business transaction?

2007-04-23 Thread swiety
I am using JBoss4 with c3p0 datasources connecting to MySQL 5 DB. I have recently realised that all c3p0 connections are not managed by business transaction. So if in my SessionBean I'm obtaining c3p0 DS connection (by lookup in JNDI) and then calling setRollbackOnly() on this session context,

[jboss-user] [JBoss Seam] - Problem by inserting of entities

2007-04-23 Thread music
Hi, I use JBoss Seam 1.2.1 GA, Jboss 4.0.5 GA and JSF for one project. I have made one new Session bean for inserting/deleting some data in/from database. It's look something like this: | | @Stateless | @Name(initialize) | public class InitializeData implements Initialize | { |

[jboss-user] [JBoss jBPM] - Re: Assign a generic sub-process task in the parent process?

2007-04-23 Thread avbentem
The only option that seems doable is process-state name=Employee survey | sub-process name=survey | variable name=surveySwimlane .../ | /sub-process | : | /process-state So, I've issued a feature request to allow for setting Actor or Swimlane on process level:

[jboss-user] [JBoss Seam] - Re: Problem by inserting of entities

2007-04-23 Thread Sammy8306
My best bet is that insertData() gets called multiple times. How is it invoked? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039727#4039727 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039727

[jboss-user] [JBoss Seam] - Does Seam support EAR-scoped persistence units?

2007-04-23 Thread tnfink
Hi, we are currently setting up the base structure for a bigger project. We want to use an EAR-scoped persistence unit, i.e. a jar-file in the lib folder of the EAR. Can anybody tell me if Seam supports this? I am currently not sure about the criteria Seam uses to decide which artefact in an

[jboss-user] [JBoss Seam] - Re: Out of Memory Leaks

2007-04-23 Thread CptnKirk
Try using JRocket. Permgen issues are tricky and are a real problem for apps like yours that load and reload a zillion classes. Someone else can probably go into the details but JBoss isn't alone, for a quick fix grab the latest R27.2 JRocket release. JRocket handles permgen differently than

[jboss-user] [JBoss jBPM] - Un expected behavior observed with Token details

2007-04-23 Thread Narasimha_Addanki
For our Application we have defined a Process Definition which consists of States. When a Process Instance is created of this Process Definition and the workflow is initiated, The Root Token flows throw the Workflow (which may result in the creation of Child Tokens) and these tokens will

[jboss-user] [JBoss jBPM] - Re: JBPM too slow due to too mnany process instance

2007-04-23 Thread nicolemans72
Could you explain me the system of indexes, I'm not an expert in data bases View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039731#4039731 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039731

[jboss-user] [EJB 3.0] - EAR scoped persistence unit

2007-04-23 Thread tnfink
Hi, does JBoss EJB 3 support EAR scoped persistence units? I am not finished with testing. But currently I get the impression that the may entites.jar in the lib-folder of my EAR is ignored. Thanks for any hints. -- Torsten View the original post :

[jboss-user] [JBoss Seam] - Re: Seam saying Datamodel saying row is Unavailable... WHY??

2007-04-23 Thread Sammy8306
About your second problem: s:button does not submit the form. I also found out the hard way that objects passed using enhanced EL are not set then either. Try using a h:commandButton, which does submit the form. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam saying Datamodel saying row is Unavailable... WHY??

2007-04-23 Thread Sammy8306
About your second problem: s:button does not submit the form. I also found out the hard way that objects passed using enhanced EL are not set then either. Try using a h:commandButton, which does submit the form. View the original post :

[jboss-user] [JBoss Seam] - Re: Out of Memory Leaks

2007-04-23 Thread yj4jboss
Hi , Thnx for this tip ... Can i have a link to this jrocket ? Thnx again View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039735#4039735 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039735

[jboss-user] [JBoss Seam] - Re: What is the difference between EJB and POJO transactions

2007-04-23 Thread [EMAIL PROTECTED]
EJB 3.0 does not support disabling automatic flushing of the persistence context. This was one of the questionable changes forced into the specification by certain experts. The PC is always flushed automatically if there is a commit, the only way to prevent it is complicated auto commit mode.

[jboss-user] [JBoss jBPM] - Re: JBPM too slow due to too mnany process instance

2007-04-23 Thread kukeltje
come on please use your favourite search engine for this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039738#4039738 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039738

[jboss-user] [JBossCache] - Re: Buddy Replication on Weblogic

2007-04-23 Thread vinayakkhamkar
I am using JBossCache-1.4.1.SP3 and weblogic9.2 on windows machine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039737#4039737 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039737

[jboss-user] [JBoss jBPM] - Re: Un expected behavior observed with Token details

2007-04-23 Thread kukeltje
1: impossible, publish it somewhere and post the link 2: please state which jbpm version, which database, a unit test demonstrating the behaviour etc...etc...etc View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039739#4039739 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: The error of datasource

2007-04-23 Thread kukeltje
the error indicates otherwise. Can you post the ds.xml inside quote tags? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039740#4039740 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039740

[jboss-user] [JBoss Seam] - Re: Question : seam and fine grain url control (regular expr

2007-04-23 Thread zdaler
petemuir wrote : Use the urlrewrite filter (see the wiki in cvs for an example) or a page action. I think a page action is not sufficient for what I'm trying to do ... I'm sorry but I dont know what that wiki in cvs is (?) ... but maybe you're talking about http://tuckey.org/urlrewrite/ ? View

[jboss-user] [JBoss Seam] - Re: Can not persist EJB3 Timer since Jboss 4.2.0cr2 + seam

2007-04-23 Thread petemuir
Are you using EJB3 timers? If so, then the EJB3 implantation version will have been changed from 4.0.5 to 4.2.0.CR2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039743#4039743 Reply to the post :

[jboss-user] [JBoss Seam] - EntityHome question

2007-04-23 Thread emsa
Hi, I'm trying to veto an update in MyHome by overriding the update() method like this: | public String update() { | if(!valid()) { | return null; | } | return super.update(); | } | My problem here is that the UPDATE request to the database is issued even if

[jboss-user] [JBoss Seam] - Re: Out of Memory Leaks

2007-04-23 Thread yj4jboss
Got it View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039745#4039745 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039745 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: xhtml and ©

2007-04-23 Thread petemuir
Facelets parses xml, which doesn't support html named entities, so use numeric entities instead. This has been discussed exhaustively on the facelets list, so ifyou want more details, take a look there. View the original post :

[jboss-user] [JBoss Seam] - Re: Does Seam support EAR-scoped persistence units?

2007-04-23 Thread petemuir
tnfink wrote : I am currently not sure about the criteria Seam uses to decide which artefact in an EAR must be scanned for Seam components. The existence of a seam.properties file in the root of the archive. View the original post :

[jboss-user] [JBoss Seam] - Re: EntityHome question

2007-04-23 Thread petemuir
By this point the model has been updated. A flush occurs as EJB3 automatically flushes the PC at method boundaries, you can turn this off by using a flushMode=MANUAL conversation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039748#4039748 Reply to the

[jboss-user] [JBoss Portal] - where can I download portal 2.6.CR1

2007-04-23 Thread kevnlin
where can I download portal 2.6.CR1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039749#4039749 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039749 ___ jboss-user mailing

[jboss-user] [Security JAAS/JBoss] - Re: NegotiateKerberos

2007-04-23 Thread hispeedsurfer
You have to put negotiate.jar | negotiate-src.jar | | | to lib folder of your server View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039750#4039750 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039750

[jboss-user] [JBoss Seam] - JBoss AS

2007-04-23 Thread Stateless Bean
Hi, maybe this is little of topic, but i want to start JBoss AS in debug mode on linux to debug my seam app, and here is problem. How can I start debug ver. on linux? In windows we have run.bat/debug.bat but for linux is only run.sh View the original post :

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

2007-04-23 Thread petemuir
Look in run.conf and uncomment the relevant line View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039753#4039753 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039753 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-04-23 Thread snau2005
anonymous wrote : also i'm just trying to optimize my database table, but theres nothing to performance persist into table, for select there is so many performance tuning options (Query Hints, indexes, partitions and so on), but for insert i don't know haw i can increase performance on database

[jboss-user] [JBoss Seam] - Re: EntityHome question

2007-04-23 Thread emsa
Ok, been away from seam for a while but previously I always used em.merge( .. ) when handling objects in Conversations. Has something changed in seam in regarding to Transactions/Conversations (maybe the Homes are using Extended-PCs or something else I have not used yet?) View the original

[jboss-user] [JBoss Seam] - Re: EntityHome question

2007-04-23 Thread petemuir
A home uses an SMPC (which is like an EJB3 EXTENDED PC but for the scope of the conversation which means your entities don't become detached during the conversation) so there is no need to merge. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039757#4039757

[jboss-user] [JBoss Portal] - Re: Failing to login using LDAP UserModule

2007-04-23 Thread bdaw
maph2880 wrote : | I am using the LDAPUserModuleImpl user module.. For the user module, i have specified the common properties for userCtxDN and uidAttributeID. For the Role and Membership modules, I am using DB. | I thing the simple reason is that you are mixing UserModule from LDAP

[jboss-user] [JBoss Portal] - Re: where can I download portal 2.6.CR1

2007-04-23 Thread bdaw
Release process takes few days. At the moment you can grab it from svn and archive should be available soon: http://anonsvn.jboss.org/repos/portal/tags/JBoss_Portal_2_6_0_CR1/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039759#4039759 Reply to the post :

[jboss-user] [JBoss Seam] - Seam, WS and jbpm

2007-04-23 Thread szaccaria
Hello to all! I've a problem with seam, web service and jbpm... In particular, in my application, I want, from a web service, to register a order ( that i received from ws in xml format ) and start a instance in to jbpm process. I use seam - jbpm for to manage this order ( to check, to

[jboss-user] [JCA/JBoss] - WrappedResultSet cast excpetion

2007-04-23 Thread mhammam
Hi all; When i want to cast WrappedResultSet to OracleConnection i have the following error : --- java.lang.UnsupportedOperationException: Do not know how to handle method=public abstract long java.sql.Blob.length() throws

[jboss-user] [JNDI/Naming/Network] - Failure to look up session bean from war in same ear

2007-04-23 Thread sverker
I have an application where a war is packaged in an ear together with an ejb3 jar. The application has worked fine before but suddenly when building a new version it started to cause problems. When trying to look up a session bean from a servlet in the war file I get the following exception:

[jboss-user] [JBoss Seam] - how to make seam generate-entities detect many to many relat

2007-04-23 Thread pkorros
I am using 'seam generate-entities' to reverge engineer an existing database. It seams that it doesn't correclty recognise a many to many relation i have and it generates a new entity to represent the relashioship. Currently my schema is: Table 'Request' id: 'RequestID' Table 'Document' id:

[jboss-user] [JBoss Seam] - Re: Seam src on SVN

2007-04-23 Thread thejavafreak
Thanks shane It would be nice if it is informed in the forum once seam is moved to SVN repo regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039772#4039772 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039772

[jboss-user] [JNDI/Naming/Network] - NamingException:Connection Reset

2007-04-23 Thread sanjeeth
Hello All, When i try to do a lookup for a Queue/Topic it gives be the following Naming Error javax.naming.CommunicationException: Failed to retrieve stub from server D1FBMCS:8002 [Root exception is java.net.SocketException: Connection reset] at

[jboss-user] [JBoss Seam] - Re: Can not persist EJB3 Timer since Jboss 4.2.0cr2 + seam

2007-04-23 Thread gena777
Hello, i'm using the seam-wrapper for EJB3 timers via @Asynchronous. In a simple case it works fine: Timer iface: @Local | public interface TimerTester { | @Asynchronous | public abstract Timer say(String what, @Expiration | Date expireTime, @IntervalDuration | Long

[jboss-user] [JBoss Seam] - Re: how to make seam generate-entities detect many to many r

2007-04-23 Thread [EMAIL PROTECTED]
since seam crud pages doesn't support many-to-many it would break the crud to enable it. (Hibernate tools the engine below seam-gen does support it though - your linktables just need to *only* contain link info and foreignkeys to the respective entities; then it should just work) View the

[jboss-user] [JBoss Seam] - Re: Out of Memory Leaks

2007-04-23 Thread holtak
we also had PermGen problems Can confirm that JRocket helps with PermGen problems. You could try SUN JVM 1.6.0 update1 - it suspiciously works here untill now but maybe the server wasn`t just stressed enough and there seams to be no significant change in the SUN changelog regarding this

[jboss-user] [JBoss Portal] - setting a security for individual portlet instances

2007-04-23 Thread mohan_chaudhari
Hi, I am using jboss-portal-2.6-BETA1. Basically i want that user which is not having a role of admin is not able to add some default portlets like CMSportlet,role portlets to his dashboard so I try to set security for individual portlet instances so i login as admin and goto

[jboss-user] [JBoss Seam] - Re: Out of Memory Leaks

2007-04-23 Thread tom_goring
Hi, We had this issue in production. For us it was a bug in hibernate and java assist when using remote interfaces to the SLSB's. The fix is to replace javaassist.jar and hibernate jars in jboss. We used javaassist 3.4 and hibernate 3.2.3.ga. Hope this helps. Here is our patch script. |

[jboss-user] [JBoss jBPM] - How to customize the jbpm workflow(VERY URGENT)

2007-04-23 Thread mr.sathya
Hi Friends, I am new to Jbpm And I want to take help from Urs.Let me know how to use other textfields like combo boxes,textareas,radio buttons in a workflow using Jpdl in JBPM.which changes i have to make in Processdefinition.xml file...This is very Urgent... Waiting for ur

[jboss-user] [JBoss Seam] - Re: JBoss Seam and Web Services using OC4J stack

2007-04-23 Thread zoetsekas
i have the same problem making a hibernate persistence working on OC4J,made my own Web Test Application. Does anyone know what to do and if there are some application samples that work on OC4J 10.1.3.2 with Hibernate persistence 3.2? View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Best Strategy for Deleting 1000's of rows (EJB 2.1)

2007-04-23 Thread brdh2007
Hi Can anyone suggest the best way to delete large numbers of rows from a table using EJB 2.1? Obviously you can implement a findAll method and then loop through each Entity calling remove() but surely there must be a better way from a performance perspective? I had tried implementing a home

[jboss-user] [Installation, Configuration Deployment] - Re: packaging a war file with struts 1.3.8 for jboss 4.0.4

2007-04-23 Thread tb44
ok, i removed all commons-logging.jar from my ear file, war file and jar file. Also removed in MANIFEST file. But now, i have this message : 13:57:36,459 INFO [EjbModule] Deploying OrdreRencontre 13:57:37,056 ERROR [MainDeployer] Could not create deployment:

[jboss-user] [JBoss Seam] - Re: Initialization code

2007-04-23 Thread Sammy8306
Bumping this one since I'd really like to make this work... thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039790#4039790 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039790

[jboss-user] [JBoss Seam] - Re: Initialization code

2007-04-23 Thread petemuir
You can't/shouldn't access an EntityManager during @Startup. My suggestion is to schedule your method to execute at a later date using @Asynchronous View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039792#4039792 Reply to the post :

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

2007-04-23 Thread m.alex
Got it. The invalid token is undefined. When subcribing to the topics, two tokens are returned. However, upon the first poll the second one is being sent as undefined. Subsequent polls use both tokens correctly. Looks like a typical uninitialized javascript variable somewhere on the Seam part.

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

2007-04-23 Thread [EMAIL PROTECTED]
Could you please raise this in JIRA and assign to me? I'll need enough information to reproduce the issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039795#4039795 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam, WS and jbpm

2007-04-23 Thread [EMAIL PROTECTED]
This stuff is going to be ready really really soon, because Gavin's supposed to be talking about it at JavaOne. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039797#4039797 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam saying Datamodel saying row is Unavailable... WHY??

2007-04-23 Thread [EMAIL PROTECTED]
SAmmy you ARE the man. Thats another one for the doco!! or FAQ. Instant fix on the button vs commandbutton. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039798#4039798 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039798

[jboss-user] [JBoss Seam] - Re: Question : seam and fine grain url control (regular expr

2007-04-23 Thread [EMAIL PROTECTED]
Seam now includes the tuckey.org URL rewrite filter, at least in CVS (thanks to Paul Tuckey). Deeper integration is planned, hopefully making it possible to configure URL rewriting in pages.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039801#4039801

[jboss-user] [JBoss Seam] - Re: Simplest s:fileUpload usage

2007-04-23 Thread [EMAIL PROTECTED]
Does it work with a facelets page instead of a jsp? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039802#4039802 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039802 ___

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

2007-04-23 Thread m.alex
Done. JBSEAM-1229. I hope it's an easy fix. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039808#4039808 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039808 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: How to customize the jbpm workflow(VERY URGENT)

2007-04-23 Thread kukeltje
quick answer: - use jbpm 3.2 - learn jsf - do it View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039810#4039810 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039810 ___

[jboss-user] [JBoss Seam] - Re: Seam, WS and jbpm

2007-04-23 Thread szaccaria
[EMAIL PROTECTED] wrote : This stuff is going to be ready really really soon, because Gavin's supposed to be talking about it at JavaOne. Great guys!!! With pleasure Shane and of course thank to Gavin !!! This kind of news make me happy. But I must apologise to you if I ask when this happen (

[jboss-user] [JBoss Portal] - Re: CMS file upload issue

2007-04-23 Thread Antoine_h
I remember to have seen a jira resolution in the release not, about large file uploads. don't remember if it is for 2.4.1 or 2.6 look at those release not and in the jira... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039814#4039814 Reply to the post :

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-04-23 Thread grdzeli_kaci
snau2005 wrote : anonymous wrote : also i'm just trying to optimize my database table, but theres nothing to performance persist into table, for select there is so many performance tuning options (Query Hints, indexes, partitions and so on), but for insert i don't know haw i can increase

[jboss-user] [Installation, Configuration Deployment] - SER with JBoss

2007-04-23 Thread paddugops
Iam working on SER(SIP Express Router) with JBoss,but i don't have knowledge on JBoss.Pls could u tell something abt JBoss that is related to SER. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039816#4039816 Reply to the post :

[jboss-user] [JBoss Portal] - Re: setting a security for individual portlet instances

2007-04-23 Thread Antoine_h
use rather the descriptor file to set it (as you did). it may be also helpfull to reset the portal instances tables in the database. so you make sure you are using the exact new definition (sometime it may mess with the definition from the manager and the one from the file). look at posts about

[jboss-user] [JBoss Portal] - Re: Trouble creating user on the fly programatically

2007-04-23 Thread Antoine_h
may be there must be the transaction manager injected in the portlet, I you did not declare it. this is done in the jboss-portlet.xml, with the look at the jboss-portlet.xml of the UserPortlet for example. something like : portlet | portlet-nameMyPortlet/portlet-name |

[jboss-user] [JBoss Seam] - Re: Deploying seam app along side standard jsf app problem

2007-04-23 Thread leman_1
In case anyone has the same problem, I couldn't come up with a proper solution so have had to hack one in. A sort of if you can't beat em join em answer. I still don't know if the problem is happening because of a bug or feature. I had to wire Seam into the JSF app, so the web.xml had the

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-04-23 Thread oskar.carlstedt
Ok!! Having indexes will slow down an insert statement. Why? The database has to write an extra entry into an index for each insert. Depending on indexed column, this may also slow down update statements. Using transacttions is even worse. The database must write into a transaction log to be

[jboss-user] [JCA/JBoss] - Re: c3p0 connection not being involved in business transacti

2007-04-23 Thread [EMAIL PROTECTED]
C3p0 is not JCA and is unaware of transaction enlistement. It is simply a pooling library. To get the behavior you want, you need to use a JBossJCA datasource where we provide the pooling, transaction enlistment etc. Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCA

[jboss-user] [JBossWS] - UsernameToken Support jbossws-1.2.0

2007-04-23 Thread Benhei
Hi, is it right that jbossws in version 1.2.0. supports the UsernameToken? If yes, how can i implement it? I don't found some helpful threads here or some samples which shows that right usage of this token... I am using the jax annotation for mark my WebService classes. Thanks for help

[jboss-user] [JBossWS] - Re: Providing your own wsdl instead of the generated one.

2007-04-23 Thread ngtdave
sgof, I am not using any sort of security, so I'm not sure what those errors are about. The last error sounds like your wsdl is not syntactically correct. I would suggest starting with a simple example wsdl like the one I provided and a plain JBoss 4.0.5.GA install and get that working first.

[jboss-user] [Management, JMX/JBoss] - Re: Exception in stopping MBean Service in JBoss 4.0.5

2007-04-23 Thread cinzko
i have the same problem when i create a jmx-bean with ejb3-annotations when shutting down the server. did you find a solution yet? does anyone have the same problem or any suggestions for solving the problem? View the original post :

[jboss-user] [EJB 3.0] - Problem with composite Primary key which is also a foreign k

2007-04-23 Thread imranpariyani
hello, I have a entity like: public class Parent implements Serializable { @OneToMany(cascade =CascadeType.ALL, mappedBy = site, fetch=FetchType.EAGER) @OrderBy(position ASC) @Sort(type = SortType.NATURAL) private SortedSet childs; // method for adding the child object : public void

[jboss-user] [JCA/JBoss] - Re: WrappedResultSet cast excpetion

2007-04-23 Thread [EMAIL PROTECTED]
You wouldn't do a cast you need to call the | getUnderlyingResultSet() | on the WrappedResult set. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039834#4039834 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam and Richfaces : Drag and Drop Problem

2007-04-23 Thread ghiormar
this also happened to me. but when i set UseJBossWebLoader=true but now my backing bean dosen't find the ajax4jsf.jar and richfaces.jar in my WEB-INF\lib folder, and fails to deploy. It fails when it has to to call processDrop with org.ajax4jsf.dnd.event.DropEvent argument. I tried to put the

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-04-23 Thread fhh
Sorry, but this is ridicolous. If you want to tune duping 10.000 records into a table use a stored procedure and be done with it. That is what they are made for. If this is too slow, you can still temporarily disable indexes, select a ptoper transaction isolation level etc. etc. Regards

[jboss-user] [JBoss Seam] - Re: how to make seam generate-entities detect many to many r

2007-04-23 Thread pkorros
Thanks for the quick reply! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039841#4039841 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039841 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-04-23 Thread snau2005
grdzeli_kaci, anonymous wrote : | | int count = 0; | | for (int i = 0; i usagesObjs.size(); i++) { | | UsageObject usageObject = usagesObjs.get(i); | |

[jboss-user] [Management, JMX/JBoss] - Re: Exception in stopping MBean Service in JBoss 4.0.5

2007-04-23 Thread formica
I did not find a solution, but since it looks harmless, I'm living with this feature...nobody else seemed to complain ;-) May be somebody will reply to you now ! Andrea View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039840#4039840 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Problem with composite Primary key which is also a forei

2007-04-23 Thread fhh
Either your pk is ChildPK.class or it is an id. It cannot be both and you can not have two @ids. Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039843#4039843 Reply to the post :

[jboss-user] [JBoss jBPM] - Actions behavior

2007-04-23 Thread ricardomarques
Hi all I've read about the Actions but I'm here width some questions, that i appreciate some feedback: Can a action accept arguments and variables? Is an action always associated with a process, or i could have the same action for various process deployed? Can i retrieve the list of Actions

[jboss-user] [Clustering/JBoss] - Re: Session Replication - Concurrency Problems?

2007-04-23 Thread baum_robson
Hi I'm having same problem. The sticky_session property is disabled (siticky_session=0) in mod_jk config. The Sessions are replicated, I can see they when I invoke the printDetails method in the jboss.cache:service=TomcatClusteringCache MBean, but fail over doesn't work properly and I see the

  1   2   3   >