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

2007-05-30 Thread mgrouch
The line exception is coming from EntityIdentifier.java super(Entity.forClass(deproxy(entity.getClass())).getBeanClass(), PersistenceProvider.instance().getId(entity, entityManager)); I do not use entity manager. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam Application Framework - The conversation ended, tim

2007-05-30 Thread timony
Thank you Gavin, your suggestion helped me to find the problem. Looks like there was the problem with using a:support... and rich:suggestionbox... together in one form :-( If I remove the suggestionbox, the form works fine Do you thing, that it is the bug? Tomas View the original post :

[jboss-user] [Beginners Corner] - Re: Problem with JBoss4.2.0GAJDK6

2007-05-30 Thread sashaxiv
i finally fixed te problem cleaning all temp files from jboss(temp, and work-localhost)). I didnĀ“t delete any finally, in fact when i deleted the file my webservices were not published. Regards kike. View the original post :

[jboss-user] [JBoss jBPM] - How to trigger a task based on a user action?

2007-05-30 Thread vipul.gupta
Hi Has anyone got any idea about how tasks are triggered. Say the process flow is now in a task node having multiple tasks Task-A == Task-B Can task A be executed based on a user event and task B maded to wait for another user event. .. Like in task A , a user enters a value and i task b

[jboss-user] [JBoss jBPM] - Re: xhtml files in process definition

2007-05-30 Thread anoopsinghit
same problem i have faced if u having any answer for this please reply me on this id [EMAIL PROTECTED] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049595#4049595 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049595

[jboss-user] [JBoss and NetBeans] - error in the does not exist

2007-05-30 Thread anoopsinghit
Hello, I hope you do not lose patience but the auto-generated forms are corrupt. When starting a simple process instance (start-task with one variable-end) I get the exception: Error Parsing /24/NumberInp--.xhtml: Error Traced[line: 36] The value of attribute value associated with an element

[jboss-user] [JBoss and NetBeans] - jboss jbpm include the j2ee automatically?

2007-05-30 Thread anoopsinghit
hi i am using the jboss jbpm 3.2 version.i wants know that it will automatically include the j2ee library in eclipse.bcos i have copied all the jbpm ide of j2ee in the eclpse or we will include this in project. anoopsingh View the original post :

[jboss-user] [JBoss Seam] - Re: ELContext exception

2007-05-30 Thread eirirlar
It's very possible that this is something I would and should know if I read up on ear-packaging, but if anyone has the courtesy to answer I'd be happy :) Why is it necessary to reference the jboss-seam.jar, el-api.jar and el-ri.jar in the application.xml of your seam ear application? (For

[jboss-user] [JBoss jBPM] - Re: multiple engines

2007-05-30 Thread sunilkumar273
We are currently running 2-3 JBPM copies on the same database, and there is no problem at all. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049599#4049599 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049599

[jboss-user] [Installation, Configuration Deployment] - 4.0.1sp1 upgrade to 4.2.0GA with webapp using Hibernate 3.0.

2007-05-30 Thread khooke
I have a webapp that I've been running on JBoss 4.0.1sp1 (and prior versions) for a couple of years - the war is self contained and is using Hibernate 3.0.5. Deploying this same webapp to 4.2.0GA I get exceptions when the SessionFactory tries to initialize: | 2007-05-29 23:46:53,203 ERROR

[jboss-user] [JBoss Seam] - Re: ELContext exception

2007-05-30 Thread [EMAIL PROTECTED]
You need to list the dependency either in application.xml (which is not really correct, because the JARs are not really Java Client Modules) or in web.war/META-INF/MANIFEST.MF and beans.jar/META-INF/MANIFEST.MF as a Classpath: entry. Most Seam examples use the first strategy. View the original

[jboss-user] [JBoss Seam] - EntityQuery.nextExists not working correctly?

2007-05-30 Thread azalea
Hi, I'm new in JBoss Seam and reading Yuan's Seam Book. I want to display multipage query results with EntityQuery(Seam CRUD App Framework). I want to display 3 data records(EntityQuery#getMaxResults) per page, and now there are 6 data records in database table. Then there are Next Page and Last

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Datasource with JBoss and Hibernate

2007-05-30 Thread andydale
Hi, Try renaming the xml file the datasource is defined in to the following, epus3-ds.xml or oracle-ds.xml. This is how datasources are configured in JBoss running on Linux (note the -ds.xml) i assume it is the same for Windows. Cheers Andy View the original post :

[jboss-user] [JBoss jBPM] - Re: Can't start process instance (XML Malformed)

2007-05-30 Thread Riket44
I tried the solution with -Dhttp.proxyhost=... and -Dhttp.proxyport=... and it doesn't work... I wanted to try the solution of webjavier but i don't understand it, if somebody could help me... Thank your for your help. Richard T. View the original post :

[jboss-user] [EJB 3.0] - Re: Misunderstanding SqlResultSetMapping

2007-05-30 Thread kpiis
Guys, any help would be usefull! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049609#4049609 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049609 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: EJB-QL Convert timestamp to date

2007-05-30 Thread kpiis
mikezzz wrote : Hi, | | I have a enitity with a timestamp field, but would like to query it with a date value. Is there a portable way to truncate a timestamp to a date within an ejb-ql query? | | E.g. something that would be functionally equivalent to the following Postgres query.

[jboss-user] [JBoss jBPM] - Re: Signal a task on a html form submit

2007-05-30 Thread cahimoped
I just solved my problem. I was trying to get my taskInstance to be signaled with code when I thought about another solution : I don't put a dataform inside my form but the form inside my dataform. This way the default transition button can still work and I just have to put some javascript on

[jboss-user] [JBoss Seam] - Page Navigation Problem

2007-05-30 Thread grdzeli_kaci
hi all, i have page navigation from login page.xhtml to /inbox/maillist.xhtml but it does not working, because i have maillist.xhtml into inbox folder, if i move this page into root directory it works,, is there any specific configuration ? my example code : 1. login.page.xml | page

[jboss-user] [JBoss jBPM] - How to implement a timer/scheduler

2007-05-30 Thread vineethjoyson
Can any one please guide me to use timer/scheduler in processdefinition. I am using jbpm along with a web application deployed i jboss. I want to use timer in a task such that it must end the task and call an action if it is not manually ended within a span of time. Can you please point me to

[jboss-user] [JBossWS] - Re: Looking for explanation of wsdl mapping problem

2007-05-30 Thread teknokrat
Thanks for the help. I did consider this but right at the beginning of all the element definitions is s:import namespace=http://www.w3.org/2001/XMLSchema; / which I think is correct. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049620#4049620 Reply to the

[jboss-user] [JBoss jBPM] - Re: Can't start process instance (XML Malformed)

2007-05-30 Thread Riket44
It works with the solution of jcv, i added the doctype declaration in my form generator file and I suppress it in each forms. So thanks to jcv and webjavier for bring me their help ! Bye ! Richard T. View the original post :

[jboss-user] [JBoss Seam] - Re: Versatile component : component binding, facelets or new

2007-05-30 Thread mustaghattack
Thanks for the reply. In this article Rick Hightower explain how to make compile-time tag, which doesn't work for my requirements. It's not difficult to turn them into render-time tags but I found easier to just use the rendered attribute. I've done a component which work like this : |

[jboss-user] [JBossWS] - Re: Looking for explanation of wsdl mapping problem

2007-05-30 Thread omatzura
Hi, the import probably needs to specify the location for it to work, ie s:import namespace=http://www.w3.org/2001/XMLSchema; schemaLocation=http://www.w3.org/2001/XMLSchema.xsd; / regards, /Ole eviware.com View the original post :

[jboss-user] [JBoss jBPM] - Re: How to implement a timer/scheduler

2007-05-30 Thread cahimoped
Part 13.1 of the documentation. Just put a in the right place with the right arguments and it should work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049625#4049625 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049625

[jboss-user] [JBoss jBPM] - Re: How to implement a timer/scheduler

2007-05-30 Thread cahimoped
Oups... I forgot the code tags. I was saying : Just put a timeraction /timer in the right place with the right arguments and it should work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049626#4049626 Reply to the post :

[jboss-user] [JBoss Portal] - Re: error changing theme when logged in as admin in 2.6cr2

2007-05-30 Thread andreas.wiesauer
You are right, your fix works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049629#4049629 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049629 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Questions about eMails in jBPM

2007-05-30 Thread Riket44
Hello, I've got two questions : 1. Is it possible to associate an email address to an user. If yes, can you give me an example ? (Ex: I want to give an address to ernie). 2. (if the 1st question is resolved) For example, I have a form which is filled by cookie monster and then, the task goes

[jboss-user] [Installation, Configuration Deployment] - Installer for JBoss 4.2.0

2007-05-30 Thread Tobias
Hi! Is there an installer available for JBoss 4.2.0? If not yet, is it planned to release one fro JBoss 4.2.0? If so, is there a release date planned we could hope to have it available? Or a JIRA entry one could track? Thanks, Tobias View the original post :

[jboss-user] [Security JAAS/JBoss] - User does not logout after performing logout

2007-05-30 Thread hero79
Hi, i`m performing login via this method: public void authenticateUser(String userName, String password) throws MBeanServiceIdentitySecurityException { log.debug(entering authenticateUser);

[jboss-user] [Installation, Configuration Deployment] - Re: Configuring virtual host in jboss-4.2.0.GA?

2007-05-30 Thread Tobias
Perhaps you could shed some light on what you did (in 4.0.5) and what is not working with 4.2.0? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049636#4049636 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049636

[jboss-user] [JBoss Seam] - Re: Seam version for JBoss AS 4.0.3 SP1 using EJB3

2007-05-30 Thread octavi
Hi Gavin, Thanks for your reply. Do you mean there's absolutely no way it can work with 4.0.3 SP1? I can't use 4.0.5 due to project constraints. Cheers, Octavi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049637#4049637 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: TOTAL Newbie default page Question

2007-05-30 Thread Tobias
Search for ROOT.war, it should be part of the tomcat deployment/deployer. Just remove it and name your war the same or use the context root in the descriptor. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049638#4049638 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam + JSF + EJB3 + GWT example application

2007-05-30 Thread stu2
Thanks for such a thorough writeup and example on this Rob. I'm exploring using this now that gwt 1.4RC is out, using the latest seam from cvs. Any updates or other things those of us exploring using your approach should be aware of before I jump in? Thanks :-) View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: 4.0.5 to 4.2.0 upgrade and JBossTS

2007-05-30 Thread jhalliday
The issues you are seeing are consistent with mixing XA and non-XA transactions on the same connection, which earlier versions of Oracle have a problem with. Please check your datasource configuration is as per. http://wiki.jboss.org/wiki/Wiki.jsp?page=IHaveProblemsWithOracleXA If it is and you

[jboss-user] [Installation, Configuration Deployment] - Re: Installer for JBoss 4.2.0

2007-05-30 Thread [EMAIL PROTECTED]
Sorry, there is no plan for an installer. JBoss AS 4.2.0.GA already includes ejb3 if this is what you want. And there are general guidelines in the jboss wiki for trimming down a configuration. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049647#4049647

[jboss-user] [JBoss Portal] - Re: error changing theme when logged in as admin in 2.6cr2

2007-05-30 Thread [EMAIL PROTECTED]
Indeed ;) I saw the problem and commited the fix in SVN, thank you Ricardo ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049651#4049651 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049651

[jboss-user] [JBoss jBPM] - Re: Questions about eMails in jBPM

2007-05-30 Thread kukeltje
Did you look at the user tables in the db Please do and you'll be surprised that the most obvious place to check this provides you with the answer spoiler: yes View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049653#4049653 Reply to the post :

[jboss-user] [Remoting] - Re: Problem calling EJB3 method via HTTP only

2007-05-30 Thread MarcReis
Hello again, I just wanted to post some more detail to this. Hope this is ok, since we both have the same exception... I have debugged the client part and had a look at the server source. The Server throws an exception when it casts in the following lines ?(MarshalledInvocation)

[jboss-user] [JBossWS] - Re: Looking for explanation of wsdl mapping problem

2007-05-30 Thread teknokrat
That worked! Thank you very much. Is this actually a mandatory requirement of some specification or a quirk of jbossws? If the wsdl is not being generated correctly I'd like to be able to tell the people involved. Thank you p.s Is it possible to add this attribute using a binding file? View

[jboss-user] [JBossWS] - Re: Looking for explanation of wsdl mapping problem

2007-05-30 Thread omatzura
Hi, well, judging from the XML Schema spec for imports (http://www.w3.org/TR/2001/PR-xmlschema-1-20010316/#composition-schemaImport), there are actually rules/guidelines for how to locate an XML Schema when the schemaLocation attribute is missing.. I don't know though if they would have been

[jboss-user] [JBoss jBPM] - please help: concurrent paths execution

2007-05-30 Thread ax666
Hi all, I'm really stuck with this problem now, and after reading for hours it didn't get any better. I'm using jbpm 3.2, here's a simple example of what I want do do: | process-definition | start-state name=start1 | transition name=to-fork to=fork1/ | /start-state | |

[jboss-user] [JBoss Messaging] - Re: Listing JMS Messages using JMX doesn't give full message

2007-05-30 Thread timfox
http://jira.jboss.com/jira/browse/JBMESSAGING-975 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049660#4049660 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049660 ___

[jboss-user] [Installation, Configuration Deployment] - Re: Bug?: 4.2GA MySQL = SpyJMSException

2007-05-30 Thread dietice
Bump! Am I really the only one who is using MySQL? Or, asked in an other way: Is anyone using MySQL 5.0.x together with JBoss 4.2.0 GA without getting this warning? If so, please post your datasource configuration. @JBoss Devs: *PLEASE* have a look at this! I spend the last days looking for a

[jboss-user] [JBoss Portal] - dojo + jboss portlets

2007-05-30 Thread Sonal K.
Hello, I want to use some of the dojo features with jboss portlets. IS it possible?? If yes how?? and where do i make changes?? Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049662#4049662 Reply to the post :

[jboss-user] [JBoss AOP] - unable to resolve an AOP IllegalArgumentException

2007-05-30 Thread laurentSalse
Hi, I work on eclipse. I've configure an interceptor in my program. In a following time, I make the war of the project and I execute the run.bat file of the Jboss server. I have these Errors at runtime. Caused by: java.lang.IllegalArgumentException at

[jboss-user] [JCA/JBoss] - Re: How can I track connections by user?

2007-05-30 Thread vickyk
You can send it at [EMAIL PROTECTED] . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049664#4049664 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049664 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - webservice doubt

2007-05-30 Thread sashaxiv
i publish my webservices with jbossws from which i`ve installed in jboss 4.2 My client aplications transforms with axis which i send from the server but i need to change the name in these objects to avoid me change the client code. Do you know some annotation to my server classes to be generated

[jboss-user] [Installation, Configuration Deployment] - ~~JBoss Hot Deployment~~

2007-05-30 Thread dwarakanathan
Hi, How can i make the Hot Deployment enabled in JBoss. I have a application which is like a java editor deployed in JBoss. Now the problem is: Step 1)I have saved a java file named Class-1 then compiled to produce the class file. Step 2)Exported the java file to my physical hard disk. i.e.

[jboss-user] [JBoss Messaging] - Re: Listing JMS Messages using JMX doesn't give full message

2007-05-30 Thread timfox
This was a pretty trivial fix so I have fixed it now. It will be in the next release (1.3.0) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049667#4049667 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049667

[jboss-user] [JBoss Seam] - Page action not called

2007-05-30 Thread Sammy8306
I'm having trouble calling page actions from PageName.page.xml files. When I put the following line into the top level pages.xml file: | pages | page view-id=/PageName.xhtml action=#{PageComponent.someaction} | /pages | everything works fine. However, when putting this in

[jboss-user] [JBoss Portal] - Re: dojo + jboss portlets

2007-05-30 Thread [EMAIL PROTECTED]
Try to include dojo in portal pages using the header element in the deployment descriptor of jboss-portlet.xml. http://cruisecontrol.jboss.com/cc/artifacts//jboss-portal-latest-doc/referenceGuide/html/xmldescriptors.html View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Configuring virtual host in jboss-4.2.0.GA?

2007-05-30 Thread tgarcia
To setup a virtual host in 4.0.5, I edited the server.xml file located in ${JBOSS_HOME}/server/default/deploy/jbossweb-tomcat55.sar by changing the HTTP/1.1 Connector port to 80 and added a new Host element below the existing Host name=localhost element. Next, I added a virtual-host

[jboss-user] [JBoss Messaging] - Re: Listing JMS Messages using JMX doesn't give full message

2007-05-30 Thread mskonda
Lovely! Tim, could you tell me what the fix is (probably I'll build into my local copy)? I can't wait.. :) Thanks Madhu View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049672#4049672 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Change user that jboss runs on (Linux)

2007-05-30 Thread wojtekb82
No ideas? :/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049674#4049674 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049674 ___ jboss-user mailing list

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

2007-05-30 Thread Infidel.za
Seam 1.2.x apps won't work on 4.2.0 GA without some minor tweeks. Check Michael Yuan's post on his blog: http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049677#4049677

[jboss-user] [Management, JMX/JBoss] - Restricting secure access to JMX Console

2007-05-30 Thread mskonda
All, I have followed the wiki documentation to set up jmx and web console security. All is good till this point. Is it possible to have a bit more granular level security? That is, user depending upon the role, can browse, invoke or no access the MBeans? With the current setup, once if user

[jboss-user] [JBoss jBPM] - Re: Questions about eMails in jBPM

2007-05-30 Thread Riket44
I found and modified emails of those users. Now, i wanted to recover the email of the first user (the person who fill the form in the start state) in the second task node. |start-state name=Envoyer la demande | task name=Envoyer form | controller |

[jboss-user] [JBoss Messaging] - Re: Listing JMS Messages using JMX doesn't give full message

2007-05-30 Thread timfox
Just needed to make org.jboss.messaging.core.message.MessageSupport serializable. I think that was it. If you svn update from TRUNK and build from source the fix will be there View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049681#4049681 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Questions about eMails in jBPM

2007-05-30 Thread Riket44
EDIT : anonymous wrote : | I wanted to know if it was possible to get the email of the user of the start state, in the ActionHandler as I do with oui to do a thing like : ??? . | I wanted to know if it was possible to get the email of the user of the start state form in the

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

2007-05-30 Thread nicolasb
sadly no answer... i guess i have i basic lack of understanding of basic seam principles. the scenario is quite simple i have page which displays a single entry (and maybe associated entries) retrieved from a page parameter. basic push/pull approach with the pages.xml and a action. up to this

[jboss-user] [JBoss jBPM] - Re: variable of parent process

2007-05-30 Thread [EMAIL PROTECTED]
Hi Anuj Values are copied. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049685#4049685 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049685 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: How to trigger a task based on a user action?

2007-05-30 Thread [EMAIL PROTECTED]
Hi Vipl, If you define tasks in task nodes, you introduce implicit parallelism between the tasks. If you don't want that, each task should be in its own task node. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049686#4049686 Reply to the post

[jboss-user] [JBoss Seam] - Re: Versatile component : component binding, facelets or new

2007-05-30 Thread quilleashm
For dynamic components I use a component that builds it's tree in encodeBegin(). So for your example consult the relevant attributes and create the corresponding JSF component for list/menu/checkbox/radio/text. I've used this succesfully to build grids of dynamic properties where the type of

[jboss-user] [Installation, Configuration Deployment] - Re: 4.0.1sp1 upgrade to 4.2.0GA with webapp using Hibernate

2007-05-30 Thread jhalliday
That looks like a classloader issue. Does your .war contain the javax.transaction classes, perhaps from hibernate's jta.jar? If so, try removing them. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049689#4049689 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Datasource with JBoss and Hibernate

2007-05-30 Thread etwcn
Thanks a lot, that solved the problem. JBoss now binds the datasource as expected. I wonder, if I missed this tiny little naming detail, when I browsed the documentation, or if it just not documented. View the original post :

[jboss-user] [JBoss AOP] - JBoss 4.2.0 EnableLoadtimeWeaving true prevents server start

2007-05-30 Thread andyredhead
Hi, I'm using loadtime weaving inside the jboss app server (aop 1.5.5). Everything works fine if I use JBoss 4.0.5.GA Everything works fine if I use JBoss 4.2.0.GA on windows If I try to enable loadtime weaving on JBoss 4.2.0 running on solaris then the server gets as far as: 2007-05-30

[jboss-user] [JBoss jBPM] - Re: please help: concurrent paths execution

2007-05-30 Thread estaub
Alex, Do you understand how your fix of yesterday (see http://www.jboss.com/index.html?module=bbop=viewtopicp=4049235#4049235) is not working? I see two possibilities, but I don't know the code that well, so both could be wrong... you might want to instrument for these... 1.) Imagine that

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

2007-05-30 Thread grdzeli_kaci
you must get jboss seam from CVS and after all works fine for jboss 4.2.0GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049701#4049701 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049701

[jboss-user] [JBoss Seam] - Re: EntityQuery.nextExists not working correctly?

2007-05-30 Thread hstang
Believed this was a bug in Seam-1.2.1GA. It is fixed in Seam-CVS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049702#4049702 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049702

[jboss-user] [JBossWS] - ant task produces java.lang.NoClassDefFoundError: com/sun/m

2007-05-30 Thread teknokrat
When I run the wsconsume ant task it produces the error java.lang.NoClassDefFoundError: com/sun/mirror/apt/AnnotationProcessorFactory I can get rid of this by referencing tools.jar in the classpath, but why is this necessary? Whats happening here that the class is not being picked up anyway?

[jboss-user] [JBoss Seam] - Re: Page Navigation Problem

2007-05-30 Thread grdzeli_kaci
is problem with faceltes or seam ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049709#4049709 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049709 ___ jboss-user mailing list

[jboss-user] [JNDI/Naming/Network] - I am getting a strange class cast exception when doing a jn

2007-05-30 Thread price34
I am trying to access the RMIAdaptor on a remote jboss server running 4.0.4. from a different 4.0.4 jboss server using the following code. import java.util.Hashtable; import java.util.Iterator; import java.util.Set; import javax.management.MBeanServerConnection; import

[jboss-user] [JBoss Seam] - Re: EntityQuery.nextExists not working correctly?

2007-05-30 Thread tazman
Check this: http://www.jboss.com/index.html?module=bbop=viewtopict=108188 There is still one bug, see the last message. tazman View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049716#4049716 Reply to the post :

[jboss-user] [JBoss AOP] - Re: JBoss 4.2.0 EnableLoadtimeWeaving true prevents server s

2007-05-30 Thread [EMAIL PROTECTED]
I've not heard of this error before and have no access to Solaris. Assuming that what you have pasted in is from the console, can you see if the server.log has more information? You might want to enable trace logging of the classloading, by adding the following to log4j.xml | category

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

2007-05-30 Thread carlos.abreu
I found the problem, the SEAM integration with JAAS only works with SEAM 1.2. I sugest to inform what is the version of SEAM the example will work on the http://docs.jboss.com/seam/latest/reference/en/html/security.html page. Thanks View the original post :

[jboss-user] [JBoss AOP] - Re: unable to resolve an AOP IllegalArgumentException

2007-05-30 Thread [EMAIL PROTECTED]
In my experience, this error cannot occur unless your classes have already been woven with a really old version of AOP (as in the IDE) and deployed in jboss with a different version. Two things to try to check if this is happening 1) Run with EnableLoadtimeWeaving=false. If you still get the

[jboss-user] [JBoss Messaging] - deadlocks when stressing jms application on MS SQL 2005

2007-05-30 Thread pkorros
I get several database deadlocks like the one bellow, when i am trying to stress my application. I am using JBoss 4.0.5.GA with JBoss messaging 1.2.0GA configured to use MS SqlServer 2005 as a persistent storage. 2007-05-30 16:34:17,426 WARN

[jboss-user] [JNDI/Naming/Network] - Re: data source problem in 4.0.3SP1

2007-05-30 Thread dclemmer
just wanted to mention that I also tried by setting use-java-context to false, and that made no difference. Also, per a suggestion in another thread, I tried binding to java:/FeedConn (in the -ds.xml), and searching for java:comp/env/jdbc/FeedConn, but that failed to even bind the resource.

[jboss-user] [JBoss jBPM] - Re: please help: concurrent paths execution

2007-05-30 Thread ax666
Ed, my yesterday's fix (or hack) does work so far, concerning job acquirement. I think all the hibernate sync doesnt work with multiple threads in one process instance. I wish someone from jboss would say a word, but I guess they're either tired of repeating it's a business process tool, not a

[jboss-user] [Clustering/JBoss] - Could not crate JMS_MESSAGE table

2007-05-30 Thread mpogra
Hi All, I m new to jboss. i have just installed the jboss jboss-4.0.3SP1. it is running but i m getting below error in server.log file java.sql.SQLException: Table already exists: JMS_MESSAGES in statement [CREATE CACHED TABLE JMS_MESSAGES] at org.hsqldb.jdbc.Util.throwError(Unknown

[jboss-user] [JBoss Messaging] - Re: Viewing message contents in a queue

2007-05-30 Thread parressh
Tim, the browser is also working for me... when there is not an MDB attached to the queue. The test cases in the suite do not have any MDB's or other message listeners when testing the browser which is why they are working just fine. View the original post :

[jboss-user] [JBoss Seam] - Re: OSGI Plans

2007-05-30 Thread jeffconstantin
Gavin, Has your plans in regards to OSGi progressed any? Just curious. We have current need for a pluggable JBoss Seam web application as a frontend to a commercial mapping engine. JBoss Seam (RichFaces) with Eclipse Equinox OSGi implementation is the proposed architecture. Thanks for

[jboss-user] [JBoss Messaging] - Piling thread count when it polls the queue.

2007-05-30 Thread apk2072
For every 10 seconds my code calls the below method to poll for new messages, but the problem is, JBoss messaging implementation is internally creating a new thread whenever it executes the session.createConsumer(queue) statement. And thread count grows continuously as it polls, after some time

[jboss-user] [Installation, Configuration Deployment] - Re: Has anyone seen jboss and jvm crashing like this?

2007-05-30 Thread syalcin
We are seeing the same error even when we give 2.5 gigs of heap space + 196 Perm space. The wierd part is that jvm is stopping and we have to restart the jboss again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049740#4049740 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: deadlocks when stressing jms application on MS SQL 2005

2007-05-30 Thread timfox
Deadlocks are often inevitable depending on your application usage patterns, this is why we defensively program for this, and catch deadlock and retry after an interval, which is a very standard way of dealing with deadlock. It should be harmless. If you are getting a lot, you should think

[jboss-user] [JBoss Messaging] - Re: Piling thread count when it polls the queue.

2007-05-30 Thread timfox
Please *always* post what version of JBM, version of AS (if any), etc etc when making reports, otherwise we can't help you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049742#4049742 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Piling thread count when it polls the queue.

2007-05-30 Thread timfox
Also please post a *complete* test case someone can run to verify if there is a problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049743#4049743 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049743

[jboss-user] [Beginners Corner] - Re: Change user that jboss runs on (Linux)

2007-05-30 Thread PeterJ
For some alternatives, see http://www.linux.org.mt/article/tomcat-ports View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049744#4049744 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049744

[jboss-user] [JBossWS] - Re: wsrunclient for jax-ws

2007-05-30 Thread BK_JBoss
I'm getting the same issue, did you ever get a response or otherwise resolve the problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049745#4049745 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049745

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JBoss 4.2 + JSF RI 1.2 + Tomahawk 1.1.5 - duplicate IDs

2007-05-30 Thread rkite01
I tried Tomahawk 1.1.3 with JBoss 4.2.0GA and the Tree2 control id duplicate problem ciesed. There is some sort of issue with JBoss 4.2 and 1.1.5 Tomahawk. Give an older version of Tomahawk a try. View the original post :

[jboss-user] [JBoss jBPM] - Re: please help: concurrent paths execution

2007-05-30 Thread estaub
Alex, In ProcessInstance.end(), consider session-locking the parent process token while the signal() is performed on it. Sorry, I don't know where to get the Session object from, what locking mode to use, etc. - I'm not skilled with Hibernate yet. Look at Join.execute() as a model. I

[jboss-user] [JBoss Messaging] - Re: Viewing message contents in a queue

2007-05-30 Thread timfox
Ok, so in order for me to help you here you need to give me more information. Please post the version of JBM you are using, the version of JBAS you are using, and your MDB config and source that replicates the issue. Please also post instructions on how you send messages to the queue, and your

[jboss-user] [Clustering/JBoss] - Re: Could not crate JMS_MESSAGE table

2007-05-30 Thread [EMAIL PROTECTED]
Is this logged at DEBUG? If so, you can ignore it. Things logged at DEBUG can be safely ignored, even if they look alarming. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049749#4049749 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: data source problem in 4.0.3SP1

2007-05-30 Thread jaikiran
Could you post the exception stacktrace that you are seeing View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049750#4049750 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049750 ___

[jboss-user] [JBoss jBPM] - Re: please help: concurrent paths execution

2007-05-30 Thread ax666
I could synchronize in JobExecutorThread on the parent token, but that hack seems even dirtier than the other. I'll give it a try though ;) What did everyone else do in case of concurrent threads in a process instance? the discussions I found in the forum never came to a conclusion... I'm

[jboss-user] [JBoss jBPM] - Task events

2007-05-30 Thread paolodt
Other than task-create are there more events type for task?! Anyway exists a complete events type list reference document? Thank you, Paolo Di Tommaso View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049755#4049755 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: 4.0.1sp1 upgrade to 4.2.0GA with webapp using Hibernate

2007-05-30 Thread khooke
Excellent - that did the job, thanks for the tip - removed the jta.jar and now it works as expected thanks! Kevin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049756#4049756 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Complete set of example snippets of JAAS + LDAP code and

2007-05-30 Thread illipilla
1. Add the following snippet to the conf/login-config.xml. You want modify the basefilter and rolefilter as per your needs. !-- LDAP Integration Details-- application-policy name = testLDAP login-module code=org.jboss.security.auth.spi.LdapExtLoginModule

[jboss-user] [Clustering/JBoss] - WARN in sever.log abt localhost

2007-05-30 Thread mpogra
Hi i have installed jboss-4.0.3SP1 and trying to understand the clustring. i have done nacessary setups in cluster-services.xml(MOST OF THEM ARE DEFAULT). i have used mcast option to detect other nodes in cluster. currently i have only my machine in cluster. i have used command line option

[jboss-user] [Clustering/JBoss] - Re: Could not crate JMS_MESSAGE table

2007-05-30 Thread mpogra
Yes they are logged at DEBUG. Below is extract form logs 2007-05-30 19:08:37,239 DEBUG [org.jboss.system.ServiceController] starting service jboss.mq:service=PersistenceManager 2007-05-30 19:08:37,239 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Starting jboss.mq:service=PersistenceManager

  1   2   3   >