[jboss-user] [JCA/JBoss] - Re: Help: Mbean exceptions on jboss startup

2007-10-10 Thread liujw2001
Thank you for your reply. I'm sorry I don't know how to write this *-ds.xml file. I want to send the source code to your jboss email ([EMAIL PROTECTED]) which showed in this forums. Can you help me to finish this *-ds.xml file? Waitting for you reply again. View the original post :

[jboss-user] [JBoss Portal] - No portlets listed when changing page layout

2007-10-10 Thread roth
Hi If you look at Figure 33 of the reference manual (http://docs.jboss.com/jbportal/v2.6.2/quickstartuser/html/interaction.html#d0e506), you see a list of available portlet instances that can be added to a page layout. With 2.6.2, this list doesn't show for me anymore. If I switch the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to configure jboss like http://201.87.88.203:8080

2007-10-10 Thread jaikiran
While starting JBoss (either through run.bat or run.sh) use the -b parameter to pass the IP address to bind to. run.bat -b 201.87.88.203 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093268#4093268 Reply to the post :

[jboss-user] [Beginners Corner] - Re: No capability (e.g. no option to create portal, manage u

2007-10-10 Thread jaikiran
Let the discussion continue in your other thread at http://www.jboss.com/index.html?module=bbop=viewtopict=120802 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093269#4093269 Reply to the post :

[jboss-user] [JBossCache] - Re: TreeCacheListener event ordering:

2007-10-10 Thread jnorris10
[EMAIL PROTECTED] wrote : Yes, since the events are scoped by the tx. When the changes in the tx replicate, they will be executed in the same order on the remote nodes. Thank you! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093266#4093266 Reply to the

[jboss-user] [JBoss Tools (users)] - eclipse permGen

2007-10-10 Thread dbinder
Hi, everybody, I started using JBIDE B4 and I'm now experiencing big trouble in eclipse. after some times, I always get an out of memory saying my permGen size has been exceeded configuration : eclipse 3.3 (europa EE) with latest update from eclipse update sites winXP SP 2 jdk 1.6.0

[jboss-user] [JCA/JBoss] - Re: Help: Mbean exceptions on jboss startup

2007-10-10 Thread [EMAIL PROTECTED]
Go through the sample application as explained here http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch7.chapt.html Look at the contents of the notxfs-ds.xml file at the above location . You would need to map the rar-name pointing to the rar , if the rar is in the ear then you would have to

[jboss-user] [JBoss Tools (users)] - Re: eclipse permGen

2007-10-10 Thread [EMAIL PROTECTED]
hmm...I can't recall anything being added between the 4th october and for the release that should eat up memory. Did you try out some new plugins or ? And are you 100% sure the permgen space is actually set ? View the original post :

[jboss-user] [JBoss Seam] - Re: How to use Seam without persistence?

2007-10-10 Thread matt.drees
From what I gather from http://jira.jboss.com/jira/browse/JBSEAM-1900, you may simply need to put | transaction:no-transaction/ | in your components.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093274#4093274 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: eclipse permGen

2007-10-10 Thread [EMAIL PROTECTED]
hmm...I can't recall anything being added between the 4th october and for the release that should eat up memory. Did you try out some new plugins or ? And are you 100% sure the permgen space is actually set ? View the original post :

[jboss-user] [JBossWS] - Re: SoapFault on returning the web service response

2007-10-10 Thread richard_opalka
Try to specify @WebResult | ( |name=SpamResult, | targetNamespace=http://service.responsys.com/rsystools/ws/SpamComplaintWS/1.0; | ) | @RequestWrapper | ( |localName=Spam, | targetNamespace=http://service.responsys.com/rsystools/ws/SpamComplaintWS/1.0;, |

[jboss-user] [JBoss Seam] - Re: problem in login.seam

2007-10-10 Thread swd847
The code in question looks like: | protected void notLoggedIn() |{ | Events.instance().raiseEvent(org.jboss.seam.notLoggedIn); | | FacesMessages.instance().addFromResourceBundleOrDefault( | FacesMessage.SEVERITY_WARN, |

[jboss-user] [JBoss Seam] - Re: problem in login.seam

2007-10-10 Thread panky_p
Yes Shane, I did try on messages.properties by adding org.jboss.seam.NotLoggedIn= but it still shows the message Please log in first I am also trying to find out whether it is maintaining session somewhere or not ? I think quite possible it may be a reason!! Thanks for reply!! View the original

[jboss-user] [JBoss Seam] - Re: problem in login.seam

2007-10-10 Thread swd847
I have two simple and rather dodgy ways to work around this: 1) remove s:messages/ from the login page. 2) Try something like: | IteratorFacesMessage iter = FacesContext.getCurrentInstance().getMessages(); | while ( iter.hasNext() ) | { | FacesMessage m =

[jboss-user] [JBoss Messaging] - Re: JBM doesn't recover after database restart

2007-10-10 Thread ramazanyich
After changing to Messaging 1.4.0.GA there is no problem. After database reconnection old JMS messages are correctly taken View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093288#4093288 Reply to the post :

[jboss-user] [JBossWS] - Re: jbossws-2.0.1 released

2007-10-10 Thread richard_opalka
Here are the files you are missing: jboss-service-no-ejb3.xml | ?xml version=1.0 encoding=UTF-8? | | !-- $Id: jboss-service-no-ejb3.xml 4122 2007-08-02 20:46:09Z [EMAIL PROTECTED] $ -- | | server | |!-- | Bind JAXRPC ServiceRefs |-- |mbean

[jboss-user] [EJB/JBoss] - Re: How to make ClassLoader find CharsetProvider

2007-10-10 Thread kouiskas
4 years later, this problem still exists. I had to proceed with the same very ugly hack. Will I spend time to file a bug request? Well, given that the JBoss team had 4 years to read this forum post that points to an obvious bug, I think I'll pass. Maybe I'll file it next year, it's not like

[jboss-user] [JBoss Tools (users)] - Re: hibernate tool

2007-10-10 Thread [EMAIL PROTECTED]
Pixadel studio !?! :) The only thing you need is Eclipse WTP Could you please start eclipse with a -clean -debug option and let me know if something pops up in the error log about missing plugins ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093296#4093296

[jboss-user] [JBossWS] - Re: wstool jboss 4.05 vs jboss 4.2.0GA wsdl-java

2007-10-10 Thread nirre
fixed it... i must say it was kinda of an obscure fix... added the following in wstool.bat: | set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/wsdl4j.jar | set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/jboss-jaxrpc.jar | set

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to configure jboss like http://201.87.88.203:8080

2007-10-10 Thread kedarnath
thanks is thera ny possible to write it in script for permanat . can u guide me. by Manju View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093286#4093286 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093286

[jboss-user] [JBoss Tools (users)] - hibernate tool

2007-10-10 Thread ferozz
Hi, I installed Hibernate Tools 3.2.0.beta11 through eclipse updates on Eclipse 3.3.0, but dont have option for Open Mapping Diagram. dont have view Hibernate Entity Model. do i need something else like pixadel studio to install, or ...? thnx a lot View the original post :

[jboss-user] [JBossWS] - Re: wstool jboss 4.05 vs jboss 4.2.0GA wsdl-java

2007-10-10 Thread richard_opalka
And which JBossWS version are you using? You can see it in the system console when server boots. Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093301#4093301 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093301

[jboss-user] [JBoss Seam] - Re: Recommended System Requirements for Seam/JBoss AS

2007-10-10 Thread JUnkie
Anyone here that uses Seam in production?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093302#4093302 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093302 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - Re: hibernate tool

2007-10-10 Thread ferozz
[EMAIL PROTECTED] wrote : Pixadel studio !?! :) just wanted to be sure cause of this - This release brings a port of Exadel Studio's entity diagram to Hibernate Tools [EMAIL PROTECTED] wrote : | Could you please start eclipse with a -clean -debug option and let me know if something pops up

[jboss-user] [JCA/JBoss] - Re: Help: Mbean exceptions on jboss startup

2007-10-10 Thread liujw2001
Thank you very much! The question which had puzzled me for two weeks is resovled now. The following is the configure file: !DOCTYPE connection-factories PUBLIC | -//JBoss//DTD JBOSS JCA Config 1.5//EN | http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd; | !-- | The

[jboss-user] [JCA/JBoss] - How to deploy resource adapter in JBoss

2007-10-10 Thread ihari2004
hi frenz, I am new to jboss and j2ee, i have to deploy one resource adapter for IMAP and POP3 in jboss, It is bundled in two packages org.jboss.seam.mail.ra (has 9 java classes) + in which InboundMailResourceAdapter class implements Resource Adapter. org.jboss.seam.example.mailer (has

[jboss-user] [JBoss jBPM] - Re: handling jBPM variables

2007-10-10 Thread Marc321a
Did you pass the variable to the controller? in the process definition xml file or using the eclipse plugin it is also possible. regards marc View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093311#4093311 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Eclipse Enterprise Application Project

2007-10-10 Thread alex_enache
Hi Julio, honestly I haven't used Enterprise Application Projects in Eclipse. What I have used was a basic Java Project which I packaged and deployed on Tomcat using Ant. If you don't know Ant don't worry that is pretty easy to learn. What you need to study a bit more is the way your

[jboss-user] [JBossWS] - Re: wsdl based web-service (like a paypal simulator)?

2007-10-10 Thread richard_opalka
http://jira.jboss.org/jira/browse/JBWS-1843 Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093314#4093314 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093314 ___

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

2007-10-10 Thread ybxiang.wolf
good! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093315#4093315 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093315 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: problem in login.seam

2007-10-10 Thread panky_p
Thanks, but removing s:messages / will not help because other messages which I want to display will not be shown for Invalid user name or Invalid password. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093309#4093309 Reply to the post :

[jboss-user] [JBoss Seam] - adding page workflows at runtime

2007-10-10 Thread alex_enache
Good morning everyone! I'm working on a project that needs to allow the user to create page workflows. Let's suppose I've done that already. When the user creates a workflow it will be saved on disk. The workflows need to be declared in pages.xml in order to be executed(if I'm wrong correct

[jboss-user] [JBossWS] - Re: Cannot get URL for schema (because of extra slash)

2007-10-10 Thread richard_opalka
Which JBoss AS and JBossWS version are you using? You can see it in the system console when JBoss boots. Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093300#4093300 Reply to the post :

[jboss-user] [EJB 3.0] - Re: deleted entity passed to persist:

2007-10-10 Thread m.shinde
Thanx for your input. But I am getting the same exception. This exception is occurred only when I am trying to remove ArticleSupplier immediately after persisting this entity. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093299#4093299 Reply to the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - same class in two different context

2007-10-10 Thread mcjeevi
I have two classes with same name deployed in individually deployed in two different war files in jboss4.0.2 in linux server. But only one class functionalities effecting in two web applications why.. any suggestions The same thing working well in windows View the original post :

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

2007-10-10 Thread mcjeevi
hi what are steps need to configure to implement Jboss scheduler in jboss4.0..2 Regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093307#4093307 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093307

[jboss-user] [JBoss Seam] - Re: How to drag and drop compnents in a form?

2007-10-10 Thread alex_enache
Hi, you can search for Ajax libraries that can allow you to use drag-and-drop. Two examples I can name are Scriptaculous and Mootools. (if you haven't looked at the drag-and-drop example from richfaces, look here: http://livedemo.exadel.com/richfaces-demo/richfaces/dragSupport.jsf; you can

[jboss-user] [JBoss Seam] - Re: How to drag and drop compnents in a form?

2007-10-10 Thread panky_p
Thanks Alex, I am already trying it in rich faces but I have problem in dropping components from one form in to another form (likewise dropping text, label, button.. )in another form. Panky View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093313#4093313 Reply

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

2007-10-10 Thread ybxiang.wolf
Max: There are still some bugs about seam's EAR project, but the generated project does work!!! That's enough for me! Bugs are: 1.After having Installed JBossAS with RHDS in winXP, some error windows pop up. 2.I cann't run EAR on server, but i do can run WAR or JAR file on server! And i cann't

[jboss-user] [JBoss Tools (users)] - JSF project and RHD beta 2

2007-10-10 Thread jonathan12
Hello, I would like to create a new jsf project. The creation is working correctly but when I click on a link to a JSF page, the browser asks me to download the file. My page is a xhtml file and I have set this in my web.xml : context-param | param-namejavax.faces.DEFAULT_SUFFIX/param-name

[jboss-user] [JBoss Seam] - Re: Recommended System Requirements for Seam/JBoss AS

2007-10-10 Thread pingus
Maximum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093334#4093334 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093334 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Recommended System Requirements for Seam/JBoss AS

2007-10-10 Thread pingus
It depends on your application ... but our experience is a limit of ~8GB total memory (including PermGen space etc.) for every single JBoss AS instance. On our 16GB production system, we are using two AS instances. View the original post :

[jboss-user] [JBoss Seam] - Using red5 in seam application

2007-10-10 Thread milli
Is it possible use red5 within a seam application? Has anyone tried using it? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093319#4093319 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093319

[jboss-user] [JBoss Seam] - Re: Recommended System Requirements for Seam/JBoss AS

2007-10-10 Thread JUnkie
Thanks, does limit mean maximum or minimum? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093320#4093320 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093320 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: How to drag and drop compnents in a form?

2007-10-10 Thread alex_enache
My suggestion would be to create a sort of demo example in which you try out just a type of component(for example a button). After that works you can add more components. If you create something small first and it works you can be sure that when you add something new to it the problem is with

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

2007-10-10 Thread ybxiang.wolf
some useful info about version compatibility: .JBoss 4.2+ (Tomcat6.0) .JSF1.2(Sun implementation) .Seam2.0 .Seam1.2(remove MYFaces jars from lib and related listener from web.xml) .JBoss 4.0.4/JBoss4.0.5 (Tomcat5.0) .JSF1.1(MyFaces implementation)

[jboss-user] [JBoss Tools (users)] - 3 issues related to JSF projects

2007-10-10 Thread ova
I don't know whether the issues below were already fixed. But I had that with RedHat Developer Studio Beta 1 1.) I work with MyFaces Tomahawk which is present in the Red Hat Palette. If I tip t: and push Strg+Space, I get an exception: Content Assist did not complete normally. Please see the

[jboss-user] [JBoss Seam] - Re: boolean property not binding

2007-10-10 Thread sbozdag
Thanks. I added getters and setters methods to both files by now. Error message has changed to: Exception during request processing: Caused by javax.faces.FacesException with message: Problem in renderResponse: javax.el.ELException: /mypage.xhtml @35,75 value=#{bean.checked}: Error reading

[jboss-user] [JBoss Seam] - Re: Pojo constructor called twice - normal?

2007-10-10 Thread captainvoid
ok - thanks Matt! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093328#4093328 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093328 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: eclipse permGen

2007-10-10 Thread dbinder
I didn't add any new plugin to my eclipse conf, moreover I deactivated my long time downloaded plugin extension directory. but i admit i didn't go much far in eclipse settings, I just changed the permgen option in eclipse.ini. I find this sudden change of needed pemgen space a bit strange

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

2007-10-10 Thread [EMAIL PROTECTED]
#1 what error ? more details please #2a Cannot run Ear on server ? works for me. more details pelase #2b can't export EAR project into ant file ? More details please ...please report each issue in a seperate jira with enough details for us to know what is failing and how. View the original

[jboss-user] [JBoss Tools (users)] - Re: eclipse permGen

2007-10-10 Thread gagool
You should be aware of that there is a bug in eclipses JVM identification (if i remember correctly).. I think that this is only in eclipse 3.3.1 (check bugs.eclipse.org) This eclipse.ini that should work all the time doesn't: | -showsplash | org.eclipse.platform |

[jboss-user] [JBoss Seam] - Re: boolean property not binding

2007-10-10 Thread swd847
Can you post the full stacktrace? The one you posted is incomplete. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093338#4093338 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093338

[jboss-user] [JBoss Tools (users)] - Re: eclipse permGen

2007-10-10 Thread [EMAIL PROTECTED]
ah another eclipse.ini quirk. We do generate the lower eclipse.ini in rhds. I never figured out wht --launcher.XXMaxPermSize256M was for ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093340#4093340 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: eclipse permGen

2007-10-10 Thread dbinder
You might be right, if i remember well my home configuration (I'm currently at work :( ) looked like your not working example, I'll try what you wrote. thx David View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093342#4093342 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Recommended System Requirements for Seam/JBoss AS

2007-10-10 Thread JUnkie
Great, thanks again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093344#4093344 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093344 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Where have the pages at labs.jboss.com gone?

2007-10-10 Thread sandman42
This page for example: http://labs.jboss.com/jbossseam/gettingstarted gives only the top (Jboss.org ecc ecc), a string 404-not found and developer spotlight. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093345#4093345 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Eclipse Enterprise Application Project

2007-10-10 Thread [EMAIL PROTECTED]
Create an Ear project, select to have it also auto create the War and Jar (I use the EJB3 form). Crack open a Seam Ant created Ear file (booking example is a good one). Lay out the files in the right bits (Ear, War and Jar). Tell MyEclipse to exploded deploy it to JBoss and click on the button

[jboss-user] [JBoss jBPM] - How to cleanup jbpm database

2007-10-10 Thread sparklehorse
I would like to know which is the standard procedure to cleanup a jbpm database instance after a period of working. We are still in the testing phase and, for example, jbpm_byteblock has grown to 12522579 rows for a total size of 14 GB Main questions are: - The list of table which stores

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

2007-10-10 Thread [EMAIL PROTECTED]
Could be a recursion problem yes. Open a JIRA issue attaching this structure so that we are able to reproduce it. In the meantime use your workaround. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093352#4093352 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: RedeliveryDelay is not honoured

2007-10-10 Thread mskonda
Tim, I am looking for *RedeliveryDelay* to introduce a time gap before redelivery of the failed delivery - usually after a rollback set in MDB due to an exception. My messaging-service.xml has this attribute set as attribute name=DefaultRedeliveryDelay1/attribute I tried to set the

[jboss-user] [JBoss Seam] - Uncaught ValidationException closes transaction in validatio

2007-10-10 Thread atzbert
Hi All, Is that true? I read a comment somewhere which was saying that any uncaught exception would cause Seam to close the opened connection (hence preventing the next phases from accessing it...?) I noticed that when adding a validation method to the input tag that queries the database and

[jboss-user] [JBoss Messaging] - Removing a single message

2007-10-10 Thread mskonda
Tim/Team Is there a way we could add new feature to remove a single message from the Destination, perhaps based on a message id? Currently, we can only remove *all* messages, but this feature would be helpful so I can pick and delete a message individually. Thansks Madhu View the original

[jboss-user] [JBoss jBPM] - Re: Feature Request - Task Properties

2007-10-10 Thread tellierj
Yes I need it too, and also for the process. Actually I use the description tag for process and task since version 3.2.1 like this : [key1=value1][key2=value2]... and I parse the description of GraphElement with a regular expression : \[(\w|[^w^=]*)=(\w|[^w^=]*)\] View the original post

[jboss-user] [JBossCache] - Re: ClassCastException/instanceof fails when getting object

2007-10-10 Thread jorgemoralespou_2
I have encountered such a problem before, and mine was due to an Object being moved from one jar to another. While the object is in the same package, same serialVersionUID, classloader is different, and as far as I know, real class identifies by it`s classloader, package, class file,

[jboss-user] [JBossCache] - ClassCastException/instanceof fails when getting object from

2007-10-10 Thread dode
I am replicating a custom type in my JBossAS 4.0.5 cluster. It is working just great, but when I get an object put in the cache by one node on another, instanceof fails and if I just cast to the type I get a ClassCastException. In the debugger I can see it is the expected type - but somehow it

[jboss-user] [JBoss Seam] - Re: List re-initialization after nested conversation

2007-10-10 Thread nagypalg
Further tests show that the problem does not appear when the bean that starts the nested conversation is in the session scope. The problem occurs only when the bean is in the conversation scope. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093355#4093355

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Overriding universal classloader, JBoss 4.2.1GA

2007-10-10 Thread jimpo
I guess you are right, after modifying the jboss-web.xml the original classloading the original classcastexception disappeared. However I am still getting classloading -related problems: 1. I got 'org.apache.commons.logging.impl.Log4JLogger' cannot be found exceptions. I have log4j.jar and

[jboss-user] [JBoss Tools (users)] - Re: eclipse permGen

2007-10-10 Thread gagool
Since only (?) the sun JVM has the XX:Permgen-parameter it should not be automatically added by eclipse since it runs on other vms as well.. The eclipse launcher checks if VM is sun and then adds the parameter VMarg. This is the [EMAIL PROTECTED]:

[jboss-user] [JBossCache] - Some questions about JBC 1.4

2007-10-10 Thread jorgemoralespou_2
Hi, I have some questions for which I can`t find an answer. 1- If I configure a non_local JBC, with an Asynch JDBCCacheLoader, configured through a JBoss Datasource. Need this datasource be transactional, or can be local, due to the asynchronizity of the loading/passivation to the data store?

[jboss-user] [JBoss Seam] - Re: Where have the pages at labs.jboss.com gone?

2007-10-10 Thread lisaanm
Hi, http://labs.jboss.com/jbossseam What happened not working??? Please check View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093371#4093371 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093371

[jboss-user] [JBoss Portal] - Struts Portlets

2007-10-10 Thread dev2007
I am using Jboss 4.0 and portal 2.2.1 . I deployed Struts Portlet on the Jboss server/defaut/deploy. After instansiating the portlet , the status of the portlet is Stopped and not started. I dont get any errors in server.log. Can any body tell me what aare the steps to register and deploy

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.CR1 TestNG problem

2007-10-10 Thread nagypalg
Adding /WEB-INF/web.xml to the test classpath solved the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093374#4093374 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093374

[jboss-user] [JBoss Seam] - Re: boolean property not binding

2007-10-10 Thread sbozdag
Hmm... There are also more stack trace lines. Do they make any sense? Caused by org.jboss.seam.RequiredException with message: @In attribute requires non-null value: bean.checked org.jboss.seam.Component.getValueToInject(Component.java:2173) |

[jboss-user] [JBoss Messaging] - Re: RedeliveryDelay is not honoured

2007-10-10 Thread timfox
This looks like something that was fixed back in July for the 1.4.0.CR1 release http://jira.jboss.com/jira/browse/JBMESSAGING-1005 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093380#4093380 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Overriding universal classloader, JBoss 4.2.1GA

2007-10-10 Thread jaikiran
anonymous wrote : java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions, specifically the jmx-console method mentioned over there. That will tell you which jar(and how many jars) is being

[jboss-user] [JBoss Seam] - Re: List re-initialization after nested conversation

2007-10-10 Thread beligum
Just a thought: could it be that the list isn't passivated in session scope? Had some problems with passivating lists in the past... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093388#4093388 Reply to the post :

[jboss-user] [JBoss Seam] - Upgrade CR1 to CR2

2007-10-10 Thread pingus
After an update of Seam CR1 to CR2 I'll get an java.lang.ClassFormatError. 2007-10-10 11:43:42,091 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/joe]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Bean call bean on muti machines with multi JBoss server !

2007-10-10 Thread changemylife
Hi all ! I use jboss-4.0.5.GA, EJB 3.0. I have installed JBoss server on two difference machines. anonymous wrote : On the first machine, I have a bean called BeanA (has a method called hello()). --- BeanA was deployed on the first machine | On the second machine, I have a bean called

[jboss-user] [Remoting] - Re: Config for EJB3 over servlet-invoker with compression

2007-10-10 Thread MarcReis
Thank you Ron, with that it worked! Sincerely Marc View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093385#4093385 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093385 ___

[jboss-user] [Remoting] - EJB3 + SSL + Cluster

2007-10-10 Thread martin ganserer
Hello, I found some good Wikis about how to access a remote application server via RMI over SSL! This works great when I use one client and one server. But I have really great problems when I have a cluster instead. Is this configuration possible at all? Next problem. I want to use a load

[jboss-user] [JBoss Seam] - Hibernate validation and JSF lifecycle.

2007-10-10 Thread deepsix
Hi, I was going through the first chapter of seam tutorials. http://docs.jboss.com/seam/2.0.0.CR2/reference/en/html/tutorial.html#registration-example There was a statement which said that you can use hibernate validators for data validation on entity beans. Here is the example: @NotNull

[jboss-user] [JBoss Seam] - Re: Hibernate and regular JSF validation and EntityHome prob

2007-10-10 Thread atzbert
[EMAIL PROTECTED] wrote : [...] | I guess I should have special handling for ValidatorException. | [...] | Did you get to do that? I have a similar problem.. Should I file a JIRA issue? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093383#4093383

[jboss-user] [JBoss Seam] - Re: boolean property not binding

2007-10-10 Thread swd847
The problem is with the @In, your component 'checked' cannot be injected. try @In(create=true) and you might see some improvement. I must admit though I have never tried to inject a primitive, I have a feeling that this will not work. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Overriding universal classloader, JBoss 4.2.1GA

2007-10-10 Thread jimpo
jaikiran wrote : anonymous wrote : java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl | | Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions, specifically the jmx-console method mentioned over there. That will tell you which jar(and how

[jboss-user] [JBoss Messaging] - Re: Is Jboss Messaging ready for Mission Critical Applicatio

2007-10-10 Thread deadrow
This is a very good news. What about performance? Can Jboss Messaging easily handle 500K messages in 8 hours (with message payload between 2KB and 2MB)? Regards Davide View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093395#4093395 Reply to the post :

[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database

2007-10-10 Thread [EMAIL PROTECTED]
I would use the hibernate query cache - this is exactly the kind of scenario its designed for - and set the query cacheable e.g. for 15 minutes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093396#4093396 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Excel support in Seam: any interest?

2007-10-10 Thread nemya
Can someone give me some help to configure seam 2.0.0 to generate xls spreadsheets using the JExcel API. Thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093398#4093398 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Where have the pages at labs.jboss.com gone?

2007-10-10 Thread [EMAIL PROTECTED]
It's back now - the jboss.org team are doing upgrades today. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093400#4093400 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093400

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Overriding universal classloader, JBoss 4.2.1GA

2007-10-10 Thread jaikiran
anonymous wrote : I try it for org.apache.xerces.jaxp.SAXParserFactoryImpl The exception was thrown for org.apache.xerces.jaxp.DocumentBuilderFactoryImpl. So you should be trying the jmx-console method for this class and not org.apache.xerces.jaxp.SAXParserFactoryImpl View the original post :

[jboss-user] [JBoss Seam] - Re: ant deploy.tomcat in 2.0.0 CR 2

2007-10-10 Thread lisaanm
[EMAIL PROTECTED] wrote : Try ant tomcat.deploy Thanks ..this works. Please change this in readme.txt of SEAM distribution. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093402#4093402 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Upgrade CR1 to CR2

2007-10-10 Thread swd847
You could try downloading Seam again, as it sounds like the jar is corrupt. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093397#4093397 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093397

[jboss-user] [EJB 3.0] - How to define unique constraint on foreign keys ?

2007-10-10 Thread chawax
Hi, I need to define a unique constraint on foreign keys in a EJB3 entity. I saw the @Table annotation has a uniqueConstraints attribute to do this, but when I add relation columns to the unique constraint, it can't find them. For example, my entity has the following relations :

[jboss-user] [JBoss Seam] - Re: boolean property not binding

2007-10-10 Thread sbozdag
Thanks anyway. Although I tried @In(create=true), it did not work for me.. So, I think that this should be a very trivial thing for framework to work with primitive data types. What should I try next do you think? View the original post :

[jboss-user] [JBoss jBPM] - couldn't deserialize object

2007-10-10 Thread Nicos109
Hello, I've tried a very basic example of serializable variable in jbpm and it throws : Error getting variable map: An exception of type org.jbpm.JbpmException was thrown. The message is: couldn't deserialize object This action is triggered on task-start event | package

[jboss-user] [JBoss Seam] - Re: Excel support in Seam: any interest?

2007-10-10 Thread amitev
once there was a component that exports dataTable into excel file View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093406#4093406 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093406

[jboss-user] [JBoss Seam] - Re: servlet functionality with seam component

2007-10-10 Thread nemya
Alex How do you return reports in xls format? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093407#4093407 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093407 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Overriding universal classloader, JBoss 4.2.1GA

2007-10-10 Thread jimpo
jimpo wrote : jaikiran wrote : anonymous wrote : java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl | | | | Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions, specifically the jmx-console method mentioned over there. That will tell

[jboss-user] [JBoss Seam] - Overriding the Identity component.. (like lacewiki does) fa

2007-10-10 Thread gagool
For some reason seam wants an securityRules-setter on my inherited Identity component. I can't find any securityRules, any idea why? this simeple case: | @Name(org.jboss.seam.security.identity) | @Scope(SESSION) | @BypassInterceptors | @Install(precedence = APPLICATION) | @AutoCreate

[jboss-user] [JBoss Seam] - Re: boolean property not binding

2007-10-10 Thread swd847
Why do you want a scoped boolean anyway? It seems a bit odd to me. Are you sure you actually want to inject this boolean and not just have it bound to the check box on the page? If this is the case then remove the @In annotation and everything should work ok. View the original post :

  1   2   3   4   5   >