[jboss-user] [JBoss Eclipse IDE (users)] - Re: help on Fibo Tutorial -- tutorial.web.ComputeServlet

2006-08-17 Thread Oshima
Hey, Take a careful look at you ejb jar file,u'l notice that your bean and its interfaces are sitting under the META-INF directory, and in your ejb-jar.xml file u told jboss that your bean interface is in the following package tutorial.ejb, when Jboss goes in that package the interface is not

[jboss-user] [JCA/JBoss] - Re: Results caching in Connection Pool

2006-08-17 Thread harish_here
Thanks Weston, that gives a brief picture of different ways of handling transactions. Can you guide me to any resource on web which gives more understanding of 1st option. (I searched google and read some articles but it seems to be ambigous). Thanks for all the suggestions. View the original

[jboss-user] [Beginners Corner] - Re: Problem to copy in the ejbjar

2006-08-17 Thread visolvejboss
Hello, ejbjar: | [copy] Copying 1 file to /Applications/jboss/server/default/deploy | | BUILD FAILED | /Users/rodrigomartinezheredia/Desktop/workbook/ex04_1/build.xml:69: Failed to copy /Users/rodrigomartinezheredia/Desktop/workbook/ex04_1/build/titan.jar to

[jboss-user] [EJB 3.0] - Re: My collection is not initializing; due to inheritance?

2006-08-17 Thread SmokingAPipe
I'm even more confused. I put in a check to see what class the List was after the object was fetched. That should be some kind of proxy class, internal to EJB etc. Instead it's a plain old LinkedList. EJB isn't even trying to set a proxy or do anything with that. So I'm not sure how to

[jboss-user] [JBoss Portal] - any web chat component/portlet

2006-08-17 Thread yxyang
Hi I want to add a chat window in my website to do customer support. Anyone can give me suggestions? Applet ? I don't like applet because i am not sure whether customers' computer has java support or not. Regards yang View the original post :

[jboss-user] [JBoss Seam] - Re: Is there a workable version of JBossSEAM?

2006-08-17 Thread mzeijen
I got Seam to work with MyEclipse 5.0 in combination with Exadel Studio. Works perfect for me. I used the JBoss 4.04 GA jems installer and used the portal setting. I added the EJB3 libraries myself. I did this to also be able to test the integration with a portal. View the original post :

[jboss-user] [EJB 3.0] - Re: ManyToMany problem

2006-08-17 Thread andydale
Hi, I figured out that the problem was with the mappedBy in the non owning side of the ManyToMany relationship. What i still do not completely understand is what it maps to, is mappedBy = students mapping to the java.util.Set variable ? it can't map to the name because it is not students so

[jboss-user] [Beginners Corner] - Re: If processing of one message failed in the onmessage() f

2006-08-17 Thread pxpwxj
please,please View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965640#3965640 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3965640 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: very long startup time

2006-08-17 Thread brain101
i have the same problem and meanwhile my ass is on fire is there nobody who can solve this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965641#3965641 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3965641

[jboss-user] [JBoss AOP] - Re: Problems getting AOP to work on jboss4.0.4GA

2006-08-17 Thread Duffcase
Thanks for your reply. I've seemed to narrow it down a bit, atleast.. I followed the simple procedure described in the link, with a fresh install but the problem remained. Then I tried with the all configuration, and it worked like a charm. So clearly as you stated there is a bug, either in

[jboss-user] [Remoting] - How to unregister a ServerInvoker?

2006-08-17 Thread cnbs
Hello. I'm using remoting shipped in Jboss-4.0.4. I have problems with deployment/undeployment. I deploy an application with remoting, create a Connector and test connectivity with client. After this i change my code, compile and redeploy application and when i try to create a connector i get

[jboss-user] [JBoss Seam] - Re: EntityManager: For newbies or to close gaps in your know

2006-08-17 Thread chuaky
dear bfo81, I got some problems with Entity Manager and still troubleshooting, hope you could help. What i did was to make a sample war file by piecing the seam examples together: 1. First use example/portal and add facelets and tomahawk support 2. Modify to include EJB3 (changing

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JSTL/JBoss/JSP error

2006-08-17 Thread ony
Setting this java property (partialy) solved the problem for me: -Dorg.jboss.util.propertyeditor.DateEditor.format=dd.MM. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965647#3965647 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: calling a JBPM process from other application

2006-08-17 Thread kukeltje
look at the sourcecode from the jbpm webapp. You can learn everything from that View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965649#3965649 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3965649

[jboss-user] [JBoss jBPM] - Re: CommandExecuter thread and CMT

2006-08-17 Thread Olivier_Debels
Is it worth making a JIRA issue of this? Or am I missing something? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965650#3965650 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3965650

[jboss-user] [EJB 3.0] - Problem deploying the MessageDrivenBean

2006-08-17 Thread konstantin.ermakov
Hello! I wrote the MessageDrivenBean with the following annotations: | @MessageDriven(activationConfig = | { | @ActivationConfigProperty(propertyName=destinationType, propertyValue=javax.jms.Queue), | @ActivationConfigProperty(propertyName=destination,

[jboss-user] [EJB 3.0] - Re: My collection is not initializing; due to inheritance?

2006-08-17 Thread SmokingAPipe
More info: I just put a logger in my setter for the collection. Of course the setter is never called, so that means that at no point is EJB even trying to install a proxy in there. If anyone can show me an example of mapping a collection that works, and the collection is restored when the

[jboss-user] [EJB 3.0] - Migrating to 4.0.4 GA gives MBeans waiting for other MBeans

2006-08-17 Thread Tobox
Hi! I have upgraded jboss from 4.0.4 CR1 to 4.0.4 GA And now I get this error message when I start the server: anonymous wrote : | 09:12:51,772 INFO [EJB3Deployer] Deployed: file:/home/tobias/jboss/server/default/tmp/deploy/tmp5517501-zert.ear-contents/zert-par.jar | 09:12:51,973 INFO

[jboss-user] [EJB 3.0] - Re: My collection is not initializing; due to inheritance?

2006-08-17 Thread snau2005
please post code, do your Person and Address classes have annotaion: @MappedSuperclass ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965654#3965654 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3965654

[jboss-user] [JBoss Messaging] - Re: org.jboss.aop.NotFoundInDispatcherException under heavy

2006-08-17 Thread igarashit
I also have seen NoutFoundInDispatcherException on client side, and OutOfMemoryError is on server side at the same time. Don't you have any OutOfMemoryError? It may be in jboss server.log. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965656#3965656 Reply to

[jboss-user] [JBoss Seam] - Re: Entities with one/many_to_many relationships and SEAM

2006-08-17 Thread petemuir
Are you using myfaces? If so what version, as I can't spot where that error mesage comes from (I'm assuming that the error comes from h:messages, do you have showDetail turned on?)? My converter throws a javax.faces.convert.ConverterException if something goes wrong, JSF then catches that and

[jboss-user] [EJB 3.0] - Re: My collection is not initializing; due to inheritance?

2006-08-17 Thread SmokingAPipe
No, they both the abstract Person and Address classes use @Inheritance(strategy=InheritanceType.JOINED) . Will that work? Or should I switch to some other inheritance strategy? I'm getting my code together to post it. View the original post :

[jboss-user] [JBoss jBPM] - Release the task when session Timeout and close the browser

2006-08-17 Thread tom_sri74
Hi, When I click Cancel Button in JSF it's call the below method public String cancelTask(){ TaskInstance taskInstance = taskMgmtSession.loadTaskInstance(taskVO.getTaskInstanceId()); taskInstance.setActorId(null);

[jboss-user] [JBoss Seam] - Re: Eclipse/Tomcat/Hibernate

2006-08-17 Thread [EMAIL PROTECTED]
Yes, you can deploy on tomcat with or without ejb3 look at the booking example (using EJB3) or the hibernate example (pretty much the same without EJB3 but with Hibernate). They both have a deploy.tomcat target for ant which builds a .war deployable in tomcat. View the original post :

[jboss-user] [JBoss jBPM] - JBoss embedded EJB server

2006-08-17 Thread jimcarrey
Hi, Just new to JBoss and I was hearing about the embeddable EJB server. What is the simpliest way of running the embeddable EJB server? Can I ran it completely outside Tomcat? Does the Embeddable EJB server support JNDI? Any advice or opinions much appreciated. View the original post :

[jboss-user] [JBoss Getting Started Documentation] - a problem on the Security in Duke's Bank

2006-08-17 Thread kane999
i'm a new developer with the j2ee. after do the Duke's Bank emaple in the Getting Started with JBoss 4.0 step by step, i can run this example well. but, i find something unnormal in the Security. in the Getting Started with JBoss 4.0, it said must add the following policy to the

[jboss-user] [JBoss Seam] - Re: Is there a workable version of JBossSEAM?

2006-08-17 Thread [EMAIL PROTECTED]
People are reporting that seam-gen is working fine for them in Eclipse, chuckadams, did you succeed now ? what's wrong otherwise ? In the meantime we are working on a Eclipse plugin, any volunteer to help ? View the original post :

[jboss-user] [EJB 3.0] - Re: Migrating to 4.0.4 GA gives MBeans waiting for other MBe

2006-08-17 Thread Tobox
Hi! In wait for a reply I found this thread: http://www.jboss.com/index.html?module=bbop=viewtopict=87053view=next ..which fixed the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965665#3965665 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: org.jboss.aop.NotFoundInDispatcherException under heavy

2006-08-17 Thread pradeepbhat
igarashit wrote : I also have seen NoutFoundInDispatcherException on client side, and OutOfMemoryError is on server side at the same time. Don't you have any OutOfMemoryError? It may be in jboss server.log. Yes I checked the server log file but I am not seeing any outof memory error. Usually

[jboss-user] [EJB 3.0] - Multiple instances of EJBs

2006-08-17 Thread aidan_b5
Hi, A requirement i have for an application is that it uses 3 identical databases. It makes sense to have one set of entity bean classes, dao classes and facade on top to manage if possible each of the three. How do I configure the facade, entity manager and/or persistence.xml so that the

[jboss-user] [J2EE Design Patterns] - problem with dukes bank

2006-08-17 Thread ENOH JOHN
I have successfuly deploy the dukes banking application but can not access multiple client from the web i am using jboss-4.0.3 and mySql database server 4.0 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965668#3965668 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Multiple instances of EJBs

2006-08-17 Thread SmokingAPipe
What exactly do you mean, three identical databases? If you really need to mirror databases, that may be something to do at the database server software level, not within EJB. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965671#3965671 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Jetty 4.2.19 on JBoss 3.2.1

2006-08-17 Thread asif_ck
Dear All, Currently I'm ussing Jetty 4.2.9 on JBoss 3.2.1. I've just come to know that this version of jetty contains a vulnerability that can allow an attacker to cause a denial of service condition. I wish to upgrade jetty to version 4.2.19. I downloaded jboss-3.2.1-jetty-4.2.19.sar and

[jboss-user] [JBoss Portal] - Re: File download from CMS

2006-08-17 Thread pap01
Thanks, it really helps a lot. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965672#3965672 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3965672 ___ jboss-user mailing list

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Jetty 4.2.19 on JBoss 3.2.1

2006-08-17 Thread asif_ck
Dear All, Currently I'm ussing Jetty 4.2.9 on JBoss 3.2.1. I've just come to know that this version of jetty contains a vulnerability that can allow an attacker to cause a denial of service condition. I wish to upgrade jetty to version 4.2.19. I downloaded jboss-3.2.1-jetty-4.2.19.sar and

[jboss-user] [EJB 3.0] - Re: Problem deploying the MessageDrivenBean

2006-08-17 Thread konstantin.ermakov
Hi! The problem was solved. jbossmq-client.jar must be in the client classpath. Also, /remote has to be removed from the lookup() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965675#3965675 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: org.jboss.aop.NotFoundInDispatcherException under heavy

2006-08-17 Thread timfox
You are more than likely running out of memory. You won't see the warning any more - it has been removed. You should get an OutOfMemoryError in the logs using the Sun VM, although I have found that for some people running on JRockit they don't get this. You need to tune the paging params

[jboss-user] [JBoss Portal] - Re: File upload problem

2006-08-17 Thread salomem
I made the archive smaller by just removing some of the jpg files from the image subfolder inside the archive... and then it uploaded successfully. It seems as if it has to do with the size of the upload file, e.g. it works if it is below 1MB but not if the size is above 1MB?? So what if one

[jboss-user] [JBoss Messaging] - Re: org.jboss.aop.NotFoundInDispatcherException under heavy

2006-08-17 Thread pradeepbhat
timfox wrote : You are more than likely running out of memory. | | You won't see the warning any more - it has been removed. | | You should get an OutOfMemoryError in the logs using the Sun VM, although I have found that for some people running on JRockit they don't get this. | |

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Help needed in making a jms web based client in jboss

2006-08-17 Thread cool_bhanu
Hi all, I have jms code for publisher and subscribers with me and iam able to develop a servlet which can publish messages hence iam able to put the code for publisher but iam not able to incorporate the code for subscriber because the subscriber method messagelistener is not supported in servlet

[jboss-user] [JBoss Messaging] - Re: org.jboss.aop.NotFoundInDispatcherException under heavy

2006-08-17 Thread timfox
http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/guide-1.0.1.CR4/html/configuration.html#conf.destination.paging View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965683#3965683 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: SchedulableMBean arguments

2006-08-17 Thread thehunt
I found the following definition for target method argument of the SimpleScheduleProvider. Should be the same for the other providers as well. Target Method Defines the method on the Target that is invoked by the Manager when a timed notification is handled. It starts with

[jboss-user] [JBoss Messaging] - Re: org.jboss.aop.NotFoundInDispatcherException under heavy

2006-08-17 Thread timfox
BTW you mustn't use HSQL: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965686#3965686 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3965686

[jboss-user] [Security JAAS/JBoss] - Building jms client in jboss

2006-08-17 Thread cool_bhanu
Hi all, I have jms code for publisher and subscribers with me and iam able to develop a servlet which can publish messages hence iam able to put the code for publisher but iam not able to incorporate the code for subscriber because the subscriber method messagelistener is not supported in

[jboss-user] [Security JAAS/JBoss] - Configure Custom JAAS Login module in JBoss

2006-08-17 Thread chintan_jboss
hi, I have written Custom Login module using JAAS api. Now i want to configure it for Jboss app server? and i want to authenticate with my mysql db table (login table). How can i do that? I already configure for Tomcat. for that i kept my login.config file into /JAVA_HOME/lib/security

[jboss-user] [EJB 3.0] - Re: Multiple instances of EJBs

2006-08-17 Thread aidan_b5
Sorry, bad wording. Three databases structured in exactly the same way but holding different information. What I would like to do is use one set of components (Facade/EJB/Entity) to access each of the three depending on dynamic configuration. So I'm thinking that I either need to deploy 3

[jboss-user] [Security JAAS/JBoss] - Re: Configure Custom JAAS Login module in JBoss

2006-08-17 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=CreatingACustomLoginModule View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965691#3965691 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3965691

[jboss-user] [JBoss Seam] - Page events produce 'No active event context' exception

2006-08-17 Thread evanzeng
I want to use the following 'index.html' and 'pages.xml' to redirect to a page 'home.xhtml' which again redirect to a customized homepage. index.html: | html | head | meta http-equiv=Refresh content=0; URL=default.jsf | /head | /html | pages.xml: | pages | page

[jboss-user] [EJB 3.0] - Re: My collection is not initializing; due to inheritance?

2006-08-17 Thread snau2005
I put here my example of 3 tables, i hope you asking of such example (in your case 2 tables) | @MappedSuperclass | public class IdTable implements Serializable { | @Id @GeneratedValue(strategy=GenerationType.TABLE) | public Long id; | | } | | @MappedSuperclass |

[jboss-user] [JBossWS] - Re: java.rmi.MarshalException: (1)Missing end tag for Body o

2006-08-17 Thread jason_rency
have you tried to set the security domain to 'trusted' in wtk2.2, it works for some cases but not mine.. I just gave up jsr172 as it only works for a few phone.. hope this help you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965695#3965695 Reply to the

[jboss-user] [JBoss Seam] - Re: EntityManager: For newbies or to close gaps in your know

2006-08-17 Thread chuaky
dear all, Not sure if my problem is caused by deploying portlet using WAR file. See http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html/entityconfig.html section 3.3. If this is the case, then how to deploy portlet using EAR file, so that could use EJB3. What happens to

[jboss-user] [JBoss AOP] - Re: deploying instrumented code, not working

2006-08-17 Thread [EMAIL PROTECTED]
Hmmm, it should work. Can you try expanding your aspects.jar to a directory and see if that helps? What is EMMA? The added/woven code does not have debug info... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965697#3965697 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Problems getting AOP to work on jboss4.0.4GA

2006-08-17 Thread [EMAIL PROTECTED]
Basically the all configuration enables clustering, and it seems like something is trying to use the cache features which IIRC are only present in the all configuration, so that probably is the reason for the first error. For the second error, I can't really tell until it has been narrowed down

[jboss-user] [JBoss Seam] - Re: s:link exceptions

2006-08-17 Thread jason_rency
1.1.3..a typo... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965699#3965699 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3965699 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Is there a workable version of JBossSEAM?

2006-08-17 Thread VotTak
Thanks a lot for all your suggestion. I'll spend this day to check all of them. My gole is actually to produce a working code. How it will be done is more or less does not matter. I'll come back with results. I really appreciate all your inputs. View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Configure Custom JAAS Login module in JBoss

2006-08-17 Thread chintan_jboss
Hi Jaikiran, Example which you suggested implemets DatabaseServerLoginModule. Let me tell my case in details following is my jaas.login.config file myloginmodule{ com.login.test.PasswordLoginModule required authenticator = com.login.test.authenticators.PasswordAuthImpl digestAlgo = SHA1

[jboss-user] [JBoss Seam] - Re: @RequestParameter value become null in conversation sfsb

2006-08-17 Thread bfo81
Request parameters usually are only sent once, namely when there is a corresponding parameter in the HTTP request. If there are other requests following with no key parameter, then the variable gets null ;). So if you want to have that String key during the whole conversation, there are two

[jboss-user] [JBoss Seam] - Re: EntityManager: For newbies or to close gaps in your know

2006-08-17 Thread bfo81
Hi chuaky, I would try to use @PersistenceContext without unitName. But I can't say anything without seeing your configuration. And I must confess that I'm not an EJB3 expert. I just wanted to write my knowledge down here in order to find out what's wrong and right and to learn something more

[jboss-user] [JBossCache] - Re: JBoss Cache run from within an application WAR file...

2006-08-17 Thread [EMAIL PROTECTED]
Thanks for this, Carl. Would you be interested in documenting this on the JBC wiki, perhaps on http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheMBeans ? I'd do it myself but I'd rather you get the credit for it. :-) Thanks, Manik View the original post :

[jboss-user] [JBossCache] - Re: A single point of failure in ChainingCacheLoader

2006-08-17 Thread [EMAIL PROTECTED]
Thanks for this, I will certainly look into it. Could you raise this on http://jira.jboss.com/jira/browse/JBCACHE, and set the fix version to 2.0.0? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965705#3965705 Reply to the post :

[jboss-user] [JBossCache] - Re: IllegalStateException on commit

2006-08-17 Thread [EMAIL PROTECTED]
Thanks for this, I will look into it. Could you raise this on http://jira.jboss.com/jira/browse/JBCACHE, and set the fix version to 2.0.0? Also, pls link this forum thread to the JIRA task you create. View the original post :

[jboss-user] [JBoss Portal] - Re: File upload problem

2006-08-17 Thread [EMAIL PROTECTED]
did you try to increase the server heap size ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965710#3965710 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3965710 ___ jboss-user

[jboss-user] [EJB 3.0] - Quartz Bean deployment

2006-08-17 Thread konstantin.ermakov
Hello! I wrote a QuartzBean, which I am trying to deploy. The code is as following: | package mybeans; | | import org.jboss.annotation.ejb.ResourceAdapter; | import org.jboss.logging.Logger; | import org.quartz.Job; | import org.quartz.JobExecutionContext; | import

[jboss-user] [JBoss Seam] - DataModelSelection is null

2006-08-17 Thread neillane
Hi I am getting a wiered NullPointer Exception when selecting an item from the @DataModelSelection I Have the following: anonymous wrote : @DataModel | private List inboxEnvelopes; | | @DataModelSelection | private Envelope selectedInboxEnvelope; | I am cloning the

[jboss-user] [JBoss AOP] - Re: Problems getting AOP to work on jboss4.0.4GA

2006-08-17 Thread Duffcase
Yes, the second error only apperars using default config. I briefly tested the injboss example, but couldnt get it to work. The build goes fine, and the packages generated seems fine, and the deploy/undeploy works fine as well, but the output doesn't have any aop in it.. | 13:50:50,383 INFO

[jboss-user] [Security JAAS/JBoss] - An example of using CSIv2 by a CORBA service?

2006-08-17 Thread kc7bfi
Does anyone have any examples of using CSIv2 for CORBA in JBoss? I have a service that runs inside of JBoss and I want to set CSIv2 security on its object but the documentation on doing thins is a little sparce. Any help would be appreciated. David View the original post :

[jboss-user] [JBoss Seam] - Re: EntityManager: For newbies or to close gaps in your know

2006-08-17 Thread chuaky
dear bfo81, Many thanks for the suggestion, would open a new thread for this issue. Cheers. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965716#3965716 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3965716

[jboss-user] [JBossWS] - Re: Changing the wsdl location to be different from the jar

2006-08-17 Thread kcp
Hi, add port-component-uri/somepath/Portname/port-component-uri to the section port-component of the EJB in the file jboss.xml Regards Charly View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965717#3965717 Reply to the post :

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

2006-08-17 Thread mzeijen
I understand that you need to put the different languages in different file. But what if I want the following: | | errors_en.properties | errors_fr.properties | formLabels_en.properties | formLabels_fr.properties | ... | | Is that possible? I am afraid that if I put all my

[jboss-user] [JBoss Seam] - Seam + Portlet + EntityManager

2006-08-17 Thread chuaky
dear all, I got some problems with Entity Manager and still troubleshooting, hope you could help. What i did was to make a sample war file by piecing the seam examples together: 1. First use example/portal and add facelets and tomahawk support 2. Modify to include EJB3 (changing

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

2006-08-17 Thread petemuir
Seam only supports a single messages file with #{message.xxx}, but of course you can use multiple f:loadBundle. You could use a standardised naming scheme in one file e.g. errors.foo formLabels.foo formLabels.bar View the original post :

[jboss-user] [JBossCache] - Re: A single point of failure in ChainingCacheLoader

2006-08-17 Thread shimi
http://jira.jboss.com/jira/browse/JBCACHE-739 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965722#3965722 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3965722 ___ jboss-user

[jboss-user] [JBossCache] - Re: JBoss Cache run from within an application WAR file...

2006-08-17 Thread carlabramsson
Sure! Will do it later today when i got the time Still struggling with my own problem http://jboss.org/index.html?module=bbop=viewtopict=88713 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965723#3965723 Reply to the post :

[jboss-user] [JBoss jBPM] - JBPM deployment on Websphere?

2006-08-17 Thread arc_rajesh
Hai, I know JBPM can be deployed on WebSphere Application Server,But it looks little tricky to do the same.So is there a step by step docs of link which i can use to deploy JBPM on WebSphere.. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam + Tobago

2006-08-17 Thread bfo81
This thread might be older, but since I tried it out, had no success and finally had a conversation with the Tobago developers, I wanted to bump this. Tobago needs STATE_SAVING_METHOD: server. Seam needs STATE_SAVING_METHOD: client (especially for conversation scope I think). So it seems that

[jboss-user] [JBossWS] - Programmatic service deployment, again!

2006-08-17 Thread Doug.Palmer
Hi I'm still trying to add aliases for a web service at runtime. I have managed to persuade JBossWS to deploy my service endpoint but my service doesn't get registered with tomcat and requests to the context root return a 404 error. I guess I have missed a step in the deployment; can anyone

[jboss-user] [JBoss Seam] - Re: DataModelSelection is null

2006-08-17 Thread bfo81
Hm... seems like Seam cannot find a component named inboxEnvelopeSearch... just a small idea: Is the InboxEnvelopeSearchBean annotated with @Name(inboxEnvelopeSearch)? Maybe a typo somewhere? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965729#3965729 Reply

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Could not configure entity resolver Problem

2006-08-17 Thread s4shif
hi, I am using hibernate 3 with Eclipse 3.1. on Hibernate Configuration tab, when I am trying to Create SessionFactory, I get the following exception with the heading Exception while connecting/starting Hibernate: | org.hibernate.console.HibernateConsoleRuntimeException: Could not

[jboss-user] [JBossCache] - Re: Problems with ReplQueue and RegionBasedMarshalling

2006-08-17 Thread [EMAIL PROTECTED]
Hm,, with debug on, could you post the initial dump as the cache starts up? I'd like to see why it picks the LegacyTreeCacheMarshaller in the first place. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965731#3965731 Reply to the post :

[jboss-user] [JBoss Portal] - Re: org.jboss.portal.portlet.container.PortletInitialization

2006-08-17 Thread klsateesh
Hi, Thanks for your reply.. Here is the my sample portlet.. | | package com.lmco.dpa; | | // Import Statements go here.. | | public class AssessSamplePortlet extends GenericPortlet{ | | /** Creates a new instance of AssessSamplePortlet */ | public

[jboss-user] [JBoss Seam] - Re: Seam + Tobago

2006-08-17 Thread [EMAIL PROTECTED]
You can use server side with Seam but then you will probably need to increase the JSF number of view in session View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965733#3965733 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM deployment on Websphere?

2006-08-17 Thread cpob
You could follow the same steps we took to deploy on Websphere, and that was to experiment. All you need for jBPM is its .jar and supporting files. We didn't use the webapp/console, we made our own. View the original post :

[jboss-user] [JBoss jBPM] - Re: CommandExecuter thread and CMT

2006-08-17 Thread cpob
Can you show me your xml how you disabled transactions in jBPM? I found an error in the documentation, so your transactions might not actually be disabled. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965735#3965735 Reply to the post :

[jboss-user] [JBossWS] - wscompile

2006-08-17 Thread Isis
Hi all! I've installed jwsdp-1.5. Using the following command: wscompile -cp webservice.jar -gen:server -f:documentliteral -mapping jaxrpc-mapping.xml config.xml I obtain an error: error: invalid type for JAX-RPC structure: ossj.ttri.ws.stubs.CancelTroubleTicketByResponse This is the

[jboss-user] [JBoss Portal] - Re: very long startup time

2006-08-17 Thread [EMAIL PROTECTED]
Can you try starting JBoss without Portal, and see if the result is the same? It could be completely unrelated. As far as your health issue, you can try this: http://www.preparationh.com/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965737#3965737 Reply to

[jboss-user] [JBoss jBPM] - Re: JPDL and loop mapping

2006-08-17 Thread cpob
Just use a decision handler at P3 to determine if it goes back to P1 or continues to P4. The user guide and test cases show how to do this. Either you have a programmatic handler, or you have a user decision. View the original post :

[jboss-user] [JBoss jBPM] - Re: Release the task when session Timeout and close the brow

2006-08-17 Thread newbie007
Why you want to set the actor id to null when user closes the browser or session timeout? I don't think session timeout is same as cancelling a task. Just imagine a scenario where you are working on a task and you are out for say 5 minutes and when you come back, the task is not there in your

[jboss-user] [JBoss Portal] - Re: User Input Req for 2.6 Usability and UI enhancements

2006-08-17 Thread [EMAIL PROTECTED]
733nb wrote : Just one last note on sorting the pages. It would be nice if we could set the sort order by the user role. So the navigation tabs sort order would look something like this: | | | | | 01-unckecked 02-user 03-user 04-superUser 05-admin | | | | This way, we

[jboss-user] [JBoss Portal] - Re: any web chat component/portlet

2006-08-17 Thread [EMAIL PROTECTED]
I saw an AJAX chat portlet once on the Sun site, but cant seem to find it anymore. Hopefully someone else on here will know. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965745#3965745 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @RequestParameter value become null in conversation sfsb

2006-08-17 Thread gus888
Thank you so much, Bfo81. That is a good idea. Best regards, Gus View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965746#3965746 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3965746

[jboss-user] [JBoss jBPM] - Re: Release the task when session Timeout and close the brow

2006-08-17 Thread cpob
You could rely instead of a jBPM timer in general for a cancellation/reassigning. You could give a user 1 day to do something, otherwise it's gone. It's not particularly fair to kill something for a user if his browser closes. Maybe his computer crashed, his network dropped, accidentally

[jboss-user] [JBoss jBPM] - Re: CommandExecuter thread and CMT

2006-08-17 Thread Olivier_Debels
Yes, indeed there is an error in the documentation stating you have to define but it should be . Anyway I did it correctly in my configuration file, but thx for pointing it out, it sure doesn't harm to publish this here. jbpm-context | service name=persistence | factory

[jboss-user] [JBoss Seam] - DVDStore Example failing with No Active Conversation context

2006-08-17 Thread mlsreekanth
Hello all, We deployed Dvdstore example into jboss server (Installed using jems installler). Jboss Version : jboss-4.0.4.GA (installed using jems-installer-1.2.0.BETA.jar) Os : Windows XP JDK : jdk1.5.0_06 Seam : jboss-seam-1.0.1.GA. After logging in from DVStore home page, we are getting No

[jboss-user] [JBoss Portal] - Re: Best way to learn

2006-08-17 Thread [EMAIL PROTECTED]
AgathonHowever, when I put on my designer hat, I want to be able to easily modify all the HTML that is produced. Balancing the requirements of developers verus those of designers is tricky business. Unfortunately, in my opinion, JSF leans too far towards the needs of developers while gimping

[jboss-user] [Beginners Corner] - Re: Problems with XDoclet and JBoss Eclipse IDE Tutorial

2006-08-17 Thread bcheret
I had the same problem. If don't resolve it but I find an other way: Use a bundle version of JBOSS IDE that containt latest version of Jboss and eclipse. You can find it here: For Linux: http://prdownloads.sourceforge.net/jboss/JBossIDE-2.0.0.Alpha1a-Bundle-linux-gtk.tar.gz?download For Windows:

[jboss-user] [JBoss jBPM] - Re: CommandExecuter thread and CMT

2006-08-17 Thread cpob
Ah, I failed to notice you were using the command executor thread. Yeah, looking at the code, it sure looks like a bug. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965753#3965753 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBoss embedded EJB server

2006-08-17 Thread kukeltje
wrong forum, this is about workflow. try the jboss AS forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965755#3965755 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3965755

[jboss-user] [JBoss Seam] - Re: DataModelSelection is null

2006-08-17 Thread c_eric_ray
A couple of things 1. Make sure your web page references the correct Seam Named Component. 2. Make sure your Scope is appropriate. I've found that the exception you get always points back to one of these two things. There could be others, but this is what I've seen. Most likely bfo81 is

[jboss-user] [JBoss Seam] - Re: @RequestParameter value become null in conversation sfsb

2006-08-17 Thread gus888
Hi, I am thinking whether the conversation scope SFSB can be designed to hold a state (keep some values) from @Begin call to @End call. It should be reasonable for the conversation Stateful Session bean. View the original post :

[jboss-user] [JBoss AOP] - Re: deploying instrumented code, not working

2006-08-17 Thread bdruth
[EMAIL PROTECTED] wrote : Hmmm, it should work. Can you try expanding your aspects.jar to a directory and see if that helps? | | What is EMMA? The added/woven code does not have debug info... EMMA is a code-coverage analysis tool: http://emma.sourceforge.net/ View the original post :

  1   2   3   >