[jboss-user] [JBoss jBPM] - Re: SchedulerServlet for jbpm 3.2

2007-08-20 Thread akmanocha
Please help me out here and I typed the wrong class I configured in jbpm.cfg.xml for scheduler sevice its the following entry I am using | service name=scheduler factory=org.jbpm.scheduler.db.DbSchedulerServiceFactory / | View the original post :

[jboss-user] [JBoss Seam] - Re: Hibernate validation not working in Seam...

2007-08-20 Thread thejavafreak
You should annotate your field with @NotNull since you have a minimum requirement for the input View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075648#4075648 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075648

[jboss-user] [JBoss Seam] - Re: editable table

2007-08-20 Thread mrohad
smithbstl - can u please send code example? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075649#4075649 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075649 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - 64 bit version

2007-08-20 Thread maniappan
I have the Eclipse 3.3 64 bit version. Is there a JBossTools-ALL for 64bit version, I don't seem to see it in Sourceforge site. Should I have to download all platform independent tar files for getting to work on 64 bit? -- Mani. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - XML conf EAR

2007-08-20 Thread jc7442
I deploy my application as an ear. For that app I need to configure some of JBoss MBeans. When I write this XML file in deploy that works fine. I'd like to add the XML config inside the EAR. I have tried to put it at the root of the EAR of in the META-INF directory, XML config files are

[jboss-user] [EJB 3.0] - jboss-4.2.1GA bug

2007-08-20 Thread xinosoft
I tested WebService on jboss-4.2.1GA and JDK1.6 platform. It throw the following Exception when I accessed the webservice by client. WebServiceException: java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage View the original post :

[jboss-user] [Clustering/JBoss] - How to run multiple JBoss Server instances on one machine?

2007-08-20 Thread BruceSpringfield
What do I need to change in the config to run mulitple Server instances on one machine? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075655#4075655 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075655

[jboss-user] [JBoss Messaging] - Re: Error for PERSISTENT delivery mode in JBoss Messaging

2007-08-20 Thread ganaparthi
Data base version I am using : Oracle Database 10g Release 10.2.0.1.0 - Production The driver information: Manifest-Version: 1.0 Specification-Title:Oracle JDBC driver classes for use with JDK14 Sealed: true Created-By: 1.4.2_08 (Sun Microsystems Inc.) Implementation-Title: ojdbc14.jar

[jboss-user] [JBossWS] - Strange - Entry Point not receive WS Message data

2007-08-20 Thread ronari2
All, I am using JBoss 4.2.1 with JBOSSWS 2.0.1 I have created a web service that uses a provided WSDL, when I send the WS request there are no errors on JBoss however my web service entry point does not receive in the IN parameter any data of the request (the object value is null), however,

[jboss-user] [JBoss Seam] - Re: Hibernate validation not working in Seam...

2007-08-20 Thread anticlockwise5
thejavafreak wrote : You should annotate your field with @NotNull since you have a minimum requirement for the input Thanks for the reply, but adding a @NotNull does not solve the problem though, and the same thing happens to other validator annotations such as @Email... View the original post

[jboss-user] [JBoss Portal] - Re: installing two or more instances of portal on one machin

2007-08-20 Thread advaittrivedi
Thanks Sohil, It worked View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075661#4075661 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075661 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: ORM modelling with Netbeans

2007-08-20 Thread thejavafreak
You can use the DALI eclipse plugin and then go back to Netbeans to edit it. :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075662#4075662 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075662

[jboss-user] [JBoss jBPM] - Where can i get complete information JBPM jpdl components

2007-08-20 Thread ravikishore
Hi As i am new to JBPM JPDL, I need complete information on JBPM jpdl graphical design components for example about Node, TaskNode, StateNode, ProcessState, SuperState etc. I already gone through UserGuides in docs that came along with jbpm-jpdl-3.2.GA But I could not get the complete

[jboss-user] [JBossWS] - Fixed the post data - read this please

2007-08-20 Thread ronari2
I am using JBoss 4.2.1 with JBOSSWS 2.0.1 I have created a web service that uses a provided WSDL, when I send the WS request there are no errors on JBoss however my web service entry point does not receive in the IN parameter any data of the request (the object value is null), however, the

[jboss-user] [JBoss Seam] - Re: JBPM ProcessDefinition redeployed on restart

2007-08-20 Thread thejavafreak
Check your hibernate.cfg.xml whether it create-drop in hbm2ddl settings, change it to validate instead. Is this what you want? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075669#4075669 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Where can i get complete information JBPM jpdl component

2007-08-20 Thread harpritt
http://docs.jboss.com/jbpm/v3/userguide/jpdl.html#task.element from the user guide View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075672#4075672 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075672

[jboss-user] [JBoss Seam] - Re: how to use s:button to execute action first before jump

2007-08-20 Thread thejavafreak
Try adding LocationEdit.page.xml and in it write this: Hopefully this meets your needs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075675#4075675 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075675

[jboss-user] [JBoss Seam] - Re: how to use s:button to execute action first before jump

2007-08-20 Thread thejavafreak
Try adding LocationEdit.page.xml and in it write this: lt;page action=#{applicationHome.addLocation}gt; lt;/pagegt; Hopefully this meets your needs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075678#4075678 Reply to the post :

[jboss-user] [JBoss Seam] - Re: I'm back

2007-08-20 Thread harpritt
Dude! i think im getting a cold, i feel like crap! could you give my thread a gander it causes me much unrest. its about variable passing between task nodes. http://www.jboss.com/index.html?module=bbop=viewtopict=116467 cheers man View the original post :

[jboss-user] [Beginners Corner] - Deploying WAR files - stop and start server?

2007-08-20 Thread BruceSpringfield
Do I need to stop and start JBoss every time I have to deploy WAR files? Is there a faster way? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075683#4075683 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075683

[jboss-user] [JBoss jBPM] - Re: help me regarding Process State

2007-08-20 Thread kukeltje
it is in the source. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075685#4075685 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075685 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Problems using ajax validation in seam-gen

2007-08-20 Thread vincent.latombe
my a:support looks like this a:support event=onblur bypassUpdates=true reRender=nomDecoration/ I get the problem on base Seam-gen application. Just edit some field and submit without any click outside of the field before. You should get the message. View the original post :

[jboss-user] [JBoss Seam] - Re: Hibernate validation not working in Seam...

2007-08-20 Thread thejavafreak
How about do the not-null checking on the JSF form first? That way user are forced the have an input before the form is submitted View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075688#4075688 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: 64 bit version

2007-08-20 Thread [EMAIL PROTECTED]
the only X bit specific we have is the mozilla used for the visual editor. We don't have that for a 64-bit OS yet. So you should be able to download it whatever archive there is (tar and zip makes no difference on the content) and run it with your os...the visual editor just won't work.

[jboss-user] [JBoss Tools (users)] - Re: Property File Editor strips out

2007-08-20 Thread [EMAIL PROTECTED]
1) it should not break anything; you do not need to have = in property files 2) report a feature request in our jira that we should try and keep the existing value assignment operator (either space or =) when saving 3) Use Open With... to choose another editor. View the original post :

[jboss-user] [JBoss jBPM] - Re: Beginner Question

2007-08-20 Thread kukeltje
1: Look at the api, if there is no method somewhere for deleting a PD, file a jira issue 2: Yes (is in the docs) 3: this way, ant task, upload via admin console, build your own...jBPM does not force any deployment method upon you. View the original post :

[jboss-user] [Security JAAS/JBoss] - Security in JBoss4.2.1

2007-08-20 Thread cobus.fnb
I've managed to set up SSL in my JBoss4.0.5 by adding a adding a keystore to the ${jboss.server.home.dir}/conf directory and putting the following into my server.xml: | Connector port=8443 address=${jboss.bind.address} |maxThreads=100 strategy=ms maxHttpHeaderSize=8192 |

[jboss-user] [JBoss Portal] - Re: Portal does not pick up the layout described in portal-o

2007-08-20 Thread durand
Instead of creating a new topic, I have a follow-up on this one. Is it possible to use different layouts on different pages? If yes, how? Haven't figured it out, obviously. If no, why? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075696#4075696 Reply to the

[jboss-user] [JBoss Seam] - Seam 2.0 BETA : convertEntity / SelectOneMenu problem

2007-08-20 Thread vwiencek
Hi, I have some difficulties to use a selectOneMenu with Seam. I have a RegisterBean which containes the following ... | @Stateful | @Scope(ScopeType.SESSION) | @Name(register) | public class RegisterBean implements Register { | ... | @PersistenceContext | private

[jboss-user] [JBoss Tools (users)] - Re: Property File Editor strips out

2007-08-20 Thread modoc
1) It definitely breaks the resource bundle editor plugin. I know properties files can have the property names and values seperated by a space (and I think a colon if I remember right), but I've never seen anyone NOT use the equals sign. Any reason you've moved to spaces as default? 2) will

[jboss-user] [JBoss Tools (users)] - Re: Property File Editor strips out

2007-08-20 Thread [EMAIL PROTECTED]
btw. I just tried to reproduce this and when I have value=somekey it is kept. Could you let us know how you reproduce it ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075700#4075700 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Deploying WAR files - stop and start server?

2007-08-20 Thread jaikiran
1) If the WAR file is a new file (which wasnt deployed earlier) then just copy/paste it to the deploy folder. It will be automatically picked up by JBoss and deployed. You dont have to restart JBoss. 2) If the WAR is an already deployed application A) and it is in exploded form, then

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

2007-08-20 Thread atao
OK. 1/ So it isn't possible to use here the enhanced EL of Seam, something like: | h:outputText binding=#{bindingtest.testText('toto')} / | | public HtmlOutputText testText(String text) | { | HtmlOutputText outputtext = new HtmlOutputText(); |

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA : convertEntity / SelectOneMenu problem

2007-08-20 Thread vincent.latombe
try to replace value=#{selectedCity} with value=#{register.selectedCity} . I think it has to do with scope of your selectedCity variable. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075705#4075705 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Enhancing seam-gen to support multiple projects

2007-08-20 Thread atao
Modoc, Will you create a new Jira entry? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075706#4075706 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075706 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - Re: Property File Editor strips out

2007-08-20 Thread [EMAIL PROTECTED]
Which resuorce bundle editor plugin ? It needs to be fixed! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075708#4075708 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075708

[jboss-user] [JBoss Seam] - Re: Passing values between task nodes

2007-08-20 Thread damianharvey
Have you tried adding a controller to your task node? eg: |task-node name=MyTaskNode | task name=myTaskName description=#{taskDescription} | controller | variable name=myVariableName access=read / | /controller | assignment

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA : convertEntity / SelectOneMenu problem

2007-08-20 Thread vwiencek
I've already tried to do that. But if I want to use register.selectedCity, I need to write accessors for the value, and expose them in the interface and it doesn't solve my problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075710#4075710

[jboss-user] [Beginners Corner] - Re: Deploying WAR files - stop and start server?

2007-08-20 Thread jaikiran
And here's another good wiki entry with deployment tips: http://wiki.jboss.org/wiki/Wiki.jsp?page=DeployTipsAndBuildSampleScripts View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075711#4075711 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: 64 bit version

2007-08-20 Thread maniappan
Thanks Max for the clarification, Yeah, the browser that works in my machine is a hacked up 32 bit version[so I guess will have to wait till we get 64bit Mozilla base]. The JVM exits[BEA JRockit] with error 13 when I try to run the studio in 64 bit OS, so I wanted to know if there is a version

[jboss-user] [JBossWS] - WS4EEDowngrade setup problem

2007-08-20 Thread ambika
Hi, I am trying to run the medrec application in jboss application platform (4.2.0.GA). I have done all the steps mentioned in the http://wiki.jboss.org/wiki/Wiki.jsp?page=WS4EEDowngrade. But when i try to deploy , its giving following error. Caused by:

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

2007-08-20 Thread mladen.babic
If you need more info about my problem ,i'll post here. tnx, mb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075722#4075722 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075722

[jboss-user] [JBoss Portal] - Resize portlet using drag and drop?

2007-08-20 Thread durand
Is this possible to implement? I would like to be able to resize a portlet, just as you can drag it around freely in the dashboard (by default). It would be something like this: http://developer.yahoo.com/yui/examples/dragdrop/dd-resize.html View the original post :

[jboss-user] [JBoss Seam] - Re: getting the TestNG seam tests working for the examples

2007-08-20 Thread alanlynott
Hi, can anyone help with this issue? Thanks, Al. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075727#4075727 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075727 ___

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA : convertEntity / SelectOneMenu problem

2007-08-20 Thread vwiencek
Maybe I can add some details : * Outjection works : when I set the value into the bean, the correct city is selected into the combobox * Injection doesn't work : when I change the value of the City, change is persisted when I reload the page, but not injected into the selectedCity of my bean

[jboss-user] [JBoss Seam] - Re: getting the TestNG seam tests working for the examples

2007-08-20 Thread thejavafreak
AFAIK JBoss Embedded that is used by SeamTest 2.0.0Beta1 still have problems. You need to patch the JBoss Embedded first before using the unit testing in Seam 2.0.0Beta1. I suggest you use Embedded EJB3 that is bundled with Seam 1.2GA instead View the original post :

[jboss-user] [JBoss Seam] - display an error message on form validation

2007-08-20 Thread JeJe47
Hi, Usually I use this to display my messages: | f:facet name=afterInvalidField | s:div styleClass=errors | s:message / | /s:div | /f:facet | but now I don't want to display the messages after each fields but in a place designed to this in my website (on the top of

[jboss-user] [JBoss Seam] - Re: Passing values between task nodes

2007-08-20 Thread harpritt
Hey Damian cheers for that ill give it a go what i did to get around it temporarily was outject the variable to the SESION scope... blegh nasty i know! wooo ho View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075735#4075735 Reply to the post :

[jboss-user] [JBoss jBPM] - Exception while executing SubProcess

2007-08-20 Thread suchi1247
Hi., Iam trying to executing the below program in which ProcessState node is used. process-definition | xmlns= name=MainProcess |start-state name=start | transition name= to=state1/transition |/start-state |state name=state1 | transition name=

[jboss-user] [JBoss Seam] - Re: I'm back

2007-08-20 Thread ellenzhao
Hi Shane, Sorry to hear you were sick and good that you are well again! I heard you were building infrastructure which makes use of named conversation. I am using the names of conversations very heavily in my own application and it works out very wellduring the refactoring of my own code,

[jboss-user] [JBoss Seam] - Re: Hypersonic Database Explorer no longer runs up.

2007-08-20 Thread gothmog
Did this ever get resolved? I can confirm it was working for me with seam, now I have some apps deployed with icefaces and it stopped working with the above exception and then undeploying the icefaces apps it now works again. I am running the lastest icefaces (1.6) and jboss 4.2GA View the

[jboss-user] [JBoss Getting Started Documentation] - Re: Is there JBoss 4.2 documentation?

2007-08-20 Thread billbacon
I am also new to jBPM and I have the same question. Did you get any help or response on the availability of definitive setup documentation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075742#4075742 Reply to the post :

[jboss-user] [JBoss Seam] - Re: display an error message on form validation

2007-08-20 Thread thejavafreak
1. If you want to use s:validateAll on other xhtml file you use the s:decorate tag that points to other xhtml file. See the start-up apps that is generated by seam-gen to get the idea of what I mean. 2. And yes you can place the h:message tag in other file and include it from another file (I

[jboss-user] [JBoss jBPM] - Unknown Method Exception

2007-08-20 Thread Candersen
Hello, I wrote a process definition which includes some JBoss Rules integrated via an ActionHandler. Running it locally works fine. But if I deploy it to a server (using the JBoss AS that was bundled with jBPM 3.2 GA) and try to run it from there, I get an exception. This is part of the stack

[jboss-user] [JBoss jBPM] - Re: Unknown Method Exception

2007-08-20 Thread mputz
Hi, this is a known JBoss Rules related problem and possible workarounds are described at the following wiki page: http://wiki.jboss.org/wiki/Wiki.jsp?page=RulesTomcat View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075753#4075753 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Unknown Method Exception

2007-08-20 Thread Candersen
Thank you for the fast answer, that solved my problem. Regards Claus Andersen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075756#4075756 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075756

[jboss-user] [JBoss Seam] - Re: Problems using ajax validation in seam-gen

2007-08-20 Thread damianharvey
I see what you mean. I get this as well and mine are set to event=onchange. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075757#4075757 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075757

[jboss-user] [JBossCache] - JBoss cashe Integeration with hibernate

2007-08-20 Thread AbdElrahman
Hi all i new to hibernate and i read the documentatin of Jbosscache and i required to integerate between the both , i need a good starting point . thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075758#4075758 Reply to the post :

[jboss-user] [JBossWS] - Re: Deploying JDeveloper/Oracle webservices on JBossWS

2007-08-20 Thread vishminiraji
Hi All, I've been trying to deploy a webservice created in JDeveloper on JBoss. I got the below error. Please let me know how, If you did. java.lang.ClassCastException: oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl cannot be cast to com.ibm.wsdl.xml.WSDLReaderImpl at

[jboss-user] [JBoss Seam] - Re: Hibernate validation not working in Seam...

2007-08-20 Thread anticlockwise5
thejavafreak wrote : How about do the not-null checking on the JSF form first? That way user are forced the have an input before the form is submitted Well, that would work yes, but shouldn't @Email annotation allow users to not enter any values? Also, in the hibernate validator source code, I

[jboss-user] [JBoss Seam] - Re: Hypersonic Database Explorer no longer runs up.

2007-08-20 Thread [EMAIL PROTECTED]
I will raise this with the ICEfaces guys. I have a pure Seam 2 project and its working fine. I will be adding in ICEfaces to that project in a while and will be looking for it stopping working then (awaiting ICEfaces catching up with Seam 2 B1 as they changed a lot). View the original post :

[jboss-user] [JBoss Seam] - Re: Security context propagation between Seam EJB components

2007-08-20 Thread eyrignou
I found a way to stop the exceptions, but it still doesn't work... Help would be greatly appreciated ! In my components.xml, I reference a realm: | security:identity authenticate-method=#{authenticator.authenticate} jaas-config-name=sylveaAuth/ | Which I defined into my application:

[jboss-user] [JBoss Messaging] - Re: Error for PERSISTENT delivery mode in JBoss Messaging

2007-08-20 Thread ganaparthi
With the new ojdbc14.jar it's working. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075778#4075778 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075778 ___ jboss-user mailing

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

2007-08-20 Thread amitev
Hi all! I have the following code | @In @Out | private User user; | | @Begin(nested=true) | public void begin() { | | } | | @End | public void someAction() { | | Conversation.instance().pop(); | } | The question is - after i call

[jboss-user] [JBoss Seam] - More newbie GET problems

2007-08-20 Thread nynymike
I'm completely bamboozled by this I had my GET parameters working, but I had to change the primary key of my db from id to uniqueid After I made the change, five hours later, nothing works. I even tried re-building a completely new project. I'm using Seam 1.2.1 and JBoss 4.0.5 My

[jboss-user] [JBoss Seam] - Re: java.lang.NoClassDefFoundError: com/vladium/emma/rt/RT

2007-08-20 Thread Joe Viterbo
Same problem here. Any solution? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075785#4075785 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075785 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: More newbie GET problems

2007-08-20 Thread [EMAIL PROTECTED]
anonymous wrote : | f:param name=id value=#{acct.uniqueid}/ | Don't do that. The EntityHome framwork manages identifier properties through the 'id' getter and setter. This should work transparently, no matter what the identifier property of your entity is. View the original post :

[jboss-user] [JBoss Seam] - Re: More newbie GET problems

2007-08-20 Thread nynymike
I messed up the copy for pages.xml, there should be a | page view-id=/accountForm.xhtml | param name=id value=#{accountDao.uniqueid} | converterId=javax.faces.Long/ | navigation |rule if-outcome=updated | redirect

[jboss-user] JBoss RMI

2007-08-20 Thread Velidanda Srinivas
Hi, I have an enterprise application deployed on JBoss which has to invoke Remote Method using Java RMI. It is working fine if I set the policy file and security manager on the command line, by setting JAVA_OPTS in run.bat of JBoss. But I am getting AccessControlException while trying to

[jboss-user] [JBoss Seam] - Re: More newbie GET problems

2007-08-20 Thread nynymike
I solved the problem by cheating... I reverted to a backup copy of my application, and instead of messing with the pages.xml, which I obviously FUBAR-d, I just changed the mapping on the Entity getId method to uniqueid, and left everything else the same now it works again. :-) - Mike

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

2007-08-20 Thread ellenzhao
making your user field managed guarantees any parent conversation will have the user object available. It's as simple as just write a getter and setter for your user field. And the s:convertEntity / works smoothly if your user object is managed. View the original post :

[jboss-user] [JBoss.NET] - Re: JBOSS 4.0.5 with Axis 2

2007-08-20 Thread idrag
I´ve put the axis2.war File in the deploy folder of jboss 4.0.5. When i restart the server i get the error: Invalid Handler phase rule has not been specified. What do i have to know for deploying axis2 in jboss? I´ve used tomcat server before without problems. Now i want to test jboss as

[jboss-user] [JBoss Seam] - NPE when rendering PDF

2007-08-20 Thread damatrix
Hi, I've just upgraded to Seam 2.0.Beta1 and JBoss 4.2.1.GA. However i realise that all my pdf facelets now throw a null pointer exception, which wasn't the case with Seam 1.2.1.GA. The error is as ff: | SEVERE: Error Rendering View[/infra/venuePlan.xhtml] | java.lang.NullPointerException

[jboss-user] [JBoss Seam] - Re: I'm back

2007-08-20 Thread tynor
Hi Shane, Could you help to shed some light on how Home and EntityHome classes are intended to be used and extended? http://www.jboss.com/index.html?module=bbop=viewtopict=116420 They are central to a seamgen'd application, yet have much magic which needs to be understood once the generated

[jboss-user] [JBoss Seam] - Starting up Asynchronous Method at startup

2007-08-20 Thread damatrix
Hi, I've been trying to get an asynchronous process to run immediately after startup of the application to automatically send email notifications. On a previous post someone recommended annotating an APPLICATION scope component method with @Observer(org.jboss.seam.postInitialize). However i

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

2007-08-20 Thread ellenzhao
Sorry for the confusion...I guessed you wanted to use the user object in the parent conversation, so I just posted a possible way to use the user object in any of the parent conversations which your current conversation has (even not the direct parent), as long as there is a User user field in

[jboss-user] [JBossWS] - JAX-WS from Sessions Bean fails due to missing org/jboss/log

2007-08-20 Thread ejb3workshop
I have a standalone client jar which using JAX-WS in JDK1.6 is able to consume a webservice. I would like to invoke the webservice from a session bean, so I added the webservice client JAR to my ear file and updated the application.xml file. The problem is that when I try to invoce the client

[jboss-user] [EJB 3.0] - JAX-WS from Sessions Bean fails due to missing org/jboss/log

2007-08-20 Thread ejb3workshop
I have a standalone client jar which using JAX-WS in JDK1.6 is able to consume a webservice. I would like to invoke the webservice from a session bean, so I added the webservice client JAR to my ear file and updated the application.xml file. The problem is that when I try to invoce the client

[jboss-user] [JBoss Seam] - Setting an explicit conversation id

2007-08-20 Thread rapowder
Hi, I am using seam 1.2.1.GA. The seam documentation sais that it is possible to set an explicit conversation id by parametrizing the begin annotation as following: | @Begin(id=edit-#{item.id}) | public void selectItem() { ... } | I tried it but it doesn't look like it works.. The id

[jboss-user] [Clustering/JBoss] - Version conflict of packets in jgroup

2007-08-20 Thread dileepm
Hi, I am using jgroup 2.3 for grouping.I have two nodes nodeA and nodeB. My IP address is 192.168.1.4 and i am trying to connect to another system with IP 192.168.1.6 i am getting results file for clustering in local system(i.e. Vertical clustering) but if i try to run on network i get following

[jboss-user] [JBoss jBPM] - Is the unique process ID available in Eclipse designer

2007-08-20 Thread rossputin
Hi guys, just as we can access #{initiator} in the eclipse designer to put the initiator's username in mail nodes etc, is there the equivalent to access the unique process ID ? Thanks for your help, Ross View the original post :

[jboss-user] [JBoss jBPM] - Re: generic pool actors assignment

2007-08-20 Thread rossputin
ah, I see, thanks Ross View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075835#4075835 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075835 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: selectItems selectOneMenu

2007-08-20 Thread vincent.latombe
what type is your situationDeFamille ? maybe you need to use s:convertEnum/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075836#4075836 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075836

[jboss-user] [JBoss Seam] - Re: java.lang.NoClassDefFoundError: com/vladium/emma/rt/RT

2007-08-20 Thread mrohad
I added th emme.jars to jboss server lid folder and ot solved this prob. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075841#4075841 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075841

[jboss-user] [JBoss Portal] - Re: Portal does not pick up the layout described in portal-o

2007-08-20 Thread durand
durand wrote : Instead of creating a new topic, I have a follow-up on this one. | | Is it possible to use different layouts on different pages? | If yes, how? Haven't figured it out, obviously. | If no, why? Ah. The above question is of course about dashboard pages... View the original

[jboss-user] [JBoss Seam] - Re: java.lang.NoClassDefFoundError: com/vladium/emma/rt/RT

2007-08-20 Thread mrohad
I mean lib.. S:\jboss-4.2.1.GA\server\default\lib View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075843#4075843 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075843 ___

[jboss-user] [JBossWS] - Re: JAX-WS from Sessions Bean fails due to missing org/jboss

2007-08-20 Thread tschwarz
I had similar classpath problems, when I added the JBoss JAX-WS jars to the server. I guess that has something to do with mixing the JDK6 JAX-WS implementation with the JBoss JAX-WS implementation. But if you want to invoke a web service from a stateless session bean you don't need to do that.

[jboss-user] [JBoss Seam] - MSSQL Integration with SEAM/Tomcat 5.5

2007-08-20 Thread juergenmelzer
Hi there everyone, I tried my helloworld example from Michael Yuan's book, which does work under Tomcat 5.5 and HSQL-DB, to configure for MS SQL Server. Im am working with Seam 1.2.1.GA. My MS SQL Server driver is the current driver from Microsoft (sqljdbc.jar) for MSSQL 2000/2005 and used

[jboss-user] [JBoss Seam] - Re: selectItems selectOneMenu

2007-08-20 Thread hager
situationDeFamille is a String View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075850#4075850 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075850 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Cannot join transaction, not a JoinableCMTTransaction

2007-08-20 Thread amitev
Hi! I'm using seam with pojos and SMPC | core:managed-persistence-context auto-create=true | entity-manager-factory=#{BtsEntityManagerFactory} | name=entityManager / | | core:entity-manager-factory name=BtsEntityManagerFactory |

[jboss-user] [JBoss Seam] - Registration example not working with SEAM-2.0.0.BETA1 and A

2007-08-20 Thread cfthomas
Hi! I just downloaded and extracted: JBoss Application Server 4.2.1.GA and JBoss SEAM 2.0.0.BETA1 then I tried running the test for example/registration: cd examples/registration ant testexample I get the following error: [testng] [Parser] Running: |[testng]

[jboss-user] [Installation, Configuration DEPLOYMENT] - deploying a scheduled service

2007-08-20 Thread gasper_k
Hi, I'm using JBoss 4.2.1 GA and I'm trying to deploy a singleton service bean into a cluster and I've found three ways to do it: 1) deploy as a true HA singleton (didn't manage to get it to work), 2) deploy through a .sar archive with jboss-service.xml descriptor with a HASingletonDeployer

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA

2007-08-20 Thread [EMAIL PROTECTED]
Afraid I can't help out with this, using jboss/tomcat myself. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075855#4075855 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075855

[jboss-user] [Clustering/JBoss] - Re: How to run multiple JBoss Server instances on one machin

2007-08-20 Thread gasper_k
You have to run on a different server path and different IP address: bin/run.sh -c server1 --host=ip1 bin/run.sh -c server2 --host=ip2 If you're trying to run a cluster, just copy one server directory to a new one and use it for the second instance. A simple trick to add a new ip address in

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA : convertEntity / SelectOneMenu problem

2007-08-20 Thread [EMAIL PROTECTED]
Normally you use getters and setters with input controls. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075858#4075858 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075858 ___

[jboss-user] [JBossWS] - Re: Type Substitution doesn't work with Schema2Java Client a

2007-08-20 Thread M_schumpa
There are no big differences... The attributes are all named the same; in handcoded they're private, in generated they're protected. In the genareted classes there are the @XmlAccessorType, @XmlType and @XmlElement annotations, in handcoded not. In the handcoded classes I've added toString()

[jboss-user] [JBoss jBPM] - Re: Exception while executing SubProcess

2007-08-20 Thread mputz
why do you explicitly create an instance of the sub-process? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075867#4075867 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075867

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: XML conf EAR

2007-08-20 Thread Kalimero
hi, try this: | myapplication.ear/myapplication.sar/META-INF/jboss-service.xml | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075868#4075868 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075868

[jboss-user] [JBoss jBPM] - Re: SchedulerServlet for jbpm 3.2

2007-08-20 Thread mputz
what used to be in the SchedulerServlet is now (jBPM 3.2.x) implemented in the JobExecuter servlet, if you deploy jBPM inside a war file. If you take the ear (enterprise version), ejb timers are used. Have a look at the jbpm-console.war/WEB-INF/web.xml and you'll find the config sections at the

[jboss-user] [JBoss jBPM] - Re: Passing values between task nodes

2007-08-20 Thread harpritt
ive temporaily fixed this by adding a session scoped varaible rather than a conversational scoped one... i dont like this ... but it works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075872#4075872 Reply to the post :

  1   2   3   >