[jboss-user] [JBoss jBPM] - Re: Problem composing pageflows with sub-process

2007-10-30 Thread radius69
Thanks! Both solutions solve the problem, although i think the late-binding is the preferred one. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100097#4100097 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100097 ___

[jboss-user] [JBoss Seam] - Re: @Asynchronous mail example fails

2007-10-30 Thread [EMAIL PROTECTED]
Hi... see: http://in.relation.to/Bloggers/DoingSomethingAtStartupWithSeam Greetz GHad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100096#4100096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100096 ___

[jboss-user] [JBoss Seam] - Re: Problem with pageflow composition

2007-10-30 Thread radius69
Solved! See http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099976#4099976 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100098#4100098 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100098 _

[jboss-user] [JBoss Seam] - Re: OneToMany - view

2007-10-30 Thread mortena
One Person can have many addresses. Morten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100104#4100104 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100104 ___ jboss-user

[jboss-user] [JBossWS] - Re: restrict access to one ip

2007-10-30 Thread [EMAIL PROTECTED]
Hi, you could implement JBossWS server side handler. This handler have method handleMessage(MessageContext). The MessageContext object has property SERVLET_REQUEST, through which you can obtain the underlying ServletRequest object. And on ServletRequest object there are a methods like: * getRe

[jboss-user] [JBoss Seam] - Re: @Asynchronous mail example fails

2007-10-30 Thread pietermartin
Hi, I have looked at that post, it is how I did it in my own application. I get the same exception then as when I try to an asynchronous mail using the example app. Cheers Pieter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100107#4100107 Reply to the pos

[jboss-user] [JBoss Tools (users)] - Re: how to configure for hot deployment of JSP files

2007-10-30 Thread [EMAIL PROTECTED]
The JBoss AS 4.2 runtime adapter provided by us (jboss, a division of red hat) as opposed to the default adapter in WTP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100101#4100101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [EJB 3.0] - Strange behaviour wit 1:n collection with EJB 3.0 and Tomcat

2007-10-30 Thread Stateless Bean
Hi, Can anyone explain me what is going one? I got collection mapped (one directional) from planet->buildingsProd class like this @OrderBy("index ASC") | @OneToMany(cascade=CascadeType.ALL, fetch=FetchType.LAZY) | @JoinColumn(name="Planet_idPlanet") | public List getBuildingsProdList() {

[jboss-user] [JBoss Seam] - Problem with encoding characters on user interface

2007-10-30 Thread jagr
I work with jboss-seam-2.0.0.BETA1, jboss-4.2.1.GA. On a xhtml the applicattion searchs on db depending on h:inputText Messages works correctly. The problem is that the application works on spanish lenagauge with characters as í á ñ... Words located on messages.properties are shown correctly on ap

[jboss-user] [JBoss Tools (users)] - Re: how to configure for hot deployment of JSP files

2007-10-30 Thread krasig
Any idea about tomcat deploy? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100111#4100111 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100111 ___ jboss-user mailing list j

[jboss-user] [JNDI/Naming/Network] - Re: Missing EJB 3.0 Session bean name in Global JNDI Namespa

2007-10-30 Thread jaikiran
anonymous wrote : 17:46:49,203 INFO [EJBDeployer] Deployed: file:/D:/jboss-4.0.5.GA/server/defaul | t/tmp/deploy/tmp26747SampleEnterprise.ear-contents/SampleEnterprise-ejb.jar Looks like your EJB is not being considered as a EJB3 module. I would have expected EJB3Deployer to be used, if your

[jboss-user] [JBoss Tools (users)] - Re: how to configure for hot deployment of JSP files

2007-10-30 Thread amitev
WTP supports incremental deploy ot jsp files. When you edit the jsp and press the "save" button wtp redeploys only this jsp file, so when you refresh the page you'll see the change. There might be a possible problems with the browser's cache. View the original post : http://www.jboss.com/index

[jboss-user] [JBossWS] - Re: jbossws tutorial

2007-10-30 Thread [EMAIL PROTECTED]
http://jbws.dyndns.org/mediawiki/index.php?title=JAX-RPC_User_Guide Richard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100116#4100116 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100116 __

[jboss-user] [JBoss Seam] - Simple examples needed

2007-10-30 Thread mortena
I need to do the following: Create a form, where I can edit the Credentials of a User and the user. User.java has properties: | String firstName, | String surName | Credential credential | | Credential.java has properties: | | | username, | | password. | | | |

[jboss-user] [JBoss Portal] - layouts and themes

2007-10-30 Thread maruthig
hi i want to disable maximize and minimize buttons in portlet windows any body can give the the code for layouts which disbles these buttons Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100110#4100110 Reply to the post : http://www.jbo

[jboss-user] [JBossWS] - Re: Using Jbossws for username token secure communication ou

2007-10-30 Thread BigHeartedTone
ANY BODY?? I am now using xfire to do the username token (because I have an example that works) but this conflicts with my existing jbossws code. Arrghh!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100120#4100120 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Re: Simple examples needed

2007-10-30 Thread damianharvey
Look at the 'examples' folder in your Seam directory. For your problem you just need to instantiate a Credential when you create a new User in UserHome. Try doing this in createInstance(). Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=410012

[jboss-user] [JBoss Seam] - Re: After adding SeamServletFilte, request.getInputStream()

2007-10-30 Thread chicochen
up View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100121#4100121 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100121 ___ jboss-user mailing list jboss-user@lists.jboss.org h

[jboss-user] [JBoss jBPM] - jBPM/Security & Integration with JBoss Seam

2007-10-30 Thread jayzaw
Hi, we intend to use brokered authentication in a multi-layer architecture (Web/BPM/Services/Persistence). Brokered authentication manifests itself in all layers - no layer trust another, but any layer may validate the security token passed with the calls from one layer to the other. Typical

[jboss-user] [JBoss jBPM] - Re: Multiple Simultaneous Task Instances of the Same Task

2007-10-30 Thread Olivier_Debels
I guess you can do this with an actionHandler. see Wfp16MiWithoutAPrioriRuntimeKnowledge. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100123#4100123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100123

[jboss-user] [JBoss jBPM] - Re: tomcat and mysql integration

2007-10-30 Thread vsevel
What else needs to be done? I did the modification in hibernate.cfg.xml and created the file jbpm-console.xml in /$CATALINA_HOME/conf/Catalina/localhost like it was specified in the tutorial I also tried to add in web.xml jBPM Database jdbc/JbpmDS javax.sql.DataSource Container and t

[jboss-user] [JBoss Tools (users)] - Re: how to configure for hot deployment of JSP files

2007-10-30 Thread krasig
Ok. i know this, but on my installation, every time when press SAVE, tomcat restarting application.And in big application this is looong time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100127#4100127 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss jBPM] - Re: tomcat and mysql integration

2007-10-30 Thread vsevel
Oops I was saying that I tried to add the following piece of code: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100129#4100129 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100129 __

[jboss-user] [JBoss Seam] - Re: Blog example in 2.0.0CR2 fails under Tomcat

2007-10-30 Thread [EMAIL PROTECTED]
You've got two options: 1) If you want to write an app which JEE capabilities, tell people to get JBoss AS 4.2 - you just unzip it, start it up, and drop in your seam app. The download size will be about the same as Tomcat + Embedded + Your app. 2) Convert your app to not use JEE, but just JPA

[jboss-user] [JBoss jBPM] - Re: tomcat and mysql integration

2007-10-30 Thread vsevel
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100131#4100131 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100131 ___ jboss-user mailing list jboss-user@lists.jboss.org htt

[jboss-user] [JBoss Seam] - Re: Blog example in 2.0.0CR2 fails under Tomcat

2007-10-30 Thread [EMAIL PROTECTED]
And yes, you're not the only one who feels this is regression, we had a lot of complaints around the time of the first beta which used Embedded JBoss rather than Embedded EJB3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100130#4100130 Reply to the post :

[jboss-user] [Beginners Corner] - Re: newbie: stateless component

2007-10-30 Thread mars1412
ok - I just found out why this does not work when you use the @Stateless or @Stateful annotation: * the class must implement a method with the @Remove annotation. from the seam reference manual: anonymous wrote : In addition, stateful session bean components must define a method with no parameter

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

2007-10-30 Thread djr667
Follow-up: Remove all binding="" definitions and use Tomahawk 1.1.6 then everything works OK with JSF RI 1.2 as shipped with JBoss 4.2.0 Dave View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100133#4100133 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: RichFaces and login-required=

2007-10-30 Thread j99976
Hi Francisco, Thanks for that, I did see it, but I think its a different issue. My problem doesn't have an error, and this issue doesn't mention losing the richfaces display graphics. Maybe it is related. Should I update this JIRA issue, or create a new one? Or maybe I'm configuring pages.xml

[jboss-user] [JNDI/Naming/Network] - Re: ClassCastException on PortableRemoteObject.narrow(object

2007-10-30 Thread jaikiran
"lavkul" wrote : | I have seen the display class info method, it does not return any thing. I guess this method needs class name as i/p. | | I did not pay attention to this comment earlier. Sorry about that. Yes, you have to pass an input parameter to the displayClassInfo method. The

[jboss-user] [JBoss Seam] - Re: Entities are lost in SMPC

2007-10-30 Thread dkane
Dear Seam guys, I have no response from norman.richards regarding to the issue. Anyone else interested in reproduction scenario ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100138#4100138 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Portal] - Re: Unable to Consume Remote Portlet

2007-10-30 Thread vinuneelu
Hi Chris, I am very sorry for the late reply since I was on a new assignment. here are the service descriptions I used. http://10.114.110.85:10038/wps/WSRPServiceDescriptionService http://10.114.110.85:10038/wps/WSRPBaseService http://10.114.110.85:10038/wps/WSRPRegistrationService http://10.1

[jboss-user] [JBoss Seam] - Re: Simple examples needed

2007-10-30 Thread mortena
I Changed the following in UserHome generated by seam-gen: | @Override @Begin | public void create() { | super.create(); | } | to: | @Override @Begin | public void create() { | super.create(); | super.getInstance().setCredential(new Creden

[jboss-user] [JBoss Seam] - Re: Writing SeamTests with Seam 2.0.0. CR2 - What's Changed?

2007-10-30 Thread [EMAIL PROTECTED]
In Seam 1.2 and earlier we used Embedded EJB3, now we use Embedded JBoss, two different projects. These are the instructions that I wrote for using the Eclipse TestNG plugin which you may find useful: anonymous wrote : If you want to run tests using the Eclipse TestNG plugin, you'll need to ad

[jboss-user] [JBoss Seam] - Re: EL silent failure:

2007-10-30 Thread [EMAIL PROTECTED]
"jnorris10" wrote : If a bean name is referenced in EL that does not exist, it is silently ignored. Is there a way to configure the EL resolver to throw and exception in this case? (An exception is thrown when a property of a bean is not found, but not when the root bean name itself is not fou

[jboss-user] [EJB 3.0] - Re: Why isn't @Predestory honored in @Stateless beans as wel

2007-10-30 Thread SunFire
+1 to change this (if possible without turning the everything upside down). And I don't say that because I think Bill did a bad job with his implementation. I am sure that from that point of view it is a very nice solution. But my point of view is just the one of an AS user and not of an AS imple

[jboss-user] [JBoss Seam] - Re: seam-gen with hxtt

2007-10-30 Thread [EMAIL PROTECTED]
hibernate.jar should be on the seam-gen classpath anyway. But put both in seam-gen/lib View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100147#4100147 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100147 ___

[jboss-user] [JBoss Seam] - Re: Dependencies for a SEAM application targetted to Glassfi

2007-10-30 Thread [EMAIL PROTECTED]
We primarily target Seam at JBoss AS and so the docs discuss dependencies if you build for JBoss AS. The other dependencies there are those that are shipped with JBoss AS but not with Glassfish and are needed for Seam/that particular example. dom4j, javassist, jboss-el are core deps of Seam, mo

[jboss-user] [JBoss Seam] - Type Conversion not supported

2007-10-30 Thread mortena
This could be a hsql problem, but since I'm using default settings used in seam-gen I'm probably not the only one having this problem: I've added a List of addresses to my User class: | @OneToMany(mappedBy="user", cascade = CascadeType.ALL) | public List getAddresses() { |

[jboss-user] [JBoss Seam] - Re: Entity Converter not support hibernate

2007-10-30 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-1242 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100149#4100149 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100149 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: param propagation: How to avoid

2007-10-30 Thread [EMAIL PROTECTED]
I think you can do . Or file a feature request asking for a way to make s:link selectively not propagate parameters. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100148#4100148 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - Re: Writing SeamTests with Seam 2.0.0. CR2 - What's Changed?

2007-10-30 Thread bsmithjj
"[EMAIL PROTECTED]" wrote : In Seam 1.2 and earlier we used Embedded EJB3, now we use Embedded JBoss, two different projects.anonymous wrote : | | | | Clearly! | | | | anonymous wrote : | | | These are the instructions that I wrote for using the Eclipse TestNG plugin w

[jboss-user] [JBoss Seam] - Re: @Asynchronous mail example fails

2007-10-30 Thread [EMAIL PROTECTED]
The example works correctly for me. Try with a clean download of Seam and JBoss AS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100152#4100152 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100152 __

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

2007-10-30 Thread [EMAIL PROTECTED]
On the receiver side, subscribe to some known JBossAS notification, to make sure that works. On the emitter side, maybe @Service doesn't work as expected. Try without annotations first. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100153#4100153 Reply to

[jboss-user] [JBoss Portal] - Important Links

2007-10-30 Thread [EMAIL PROTECTED]
Blog: http://jbossportal.blogspot.com/ Nightly build of the doc: https://hudson.jboss.org/hudson/job/jboss-portal-nightly-doc/lastSuccessfulBuild/artifact/daily-doc/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100155#4100155 Reply to the post : http:/

[jboss-user] [JBoss Seam] - Re: After adding SeamServletFilte, request.getInputStream()

2007-10-30 Thread [EMAIL PROTECTED]
By bumping your posts you are just annoying people and making it less likely you will get a response. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100154#4100154 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100154

[jboss-user] [JBoss Seam] - Re: RichFaces and login-required=

2007-10-30 Thread [EMAIL PROTECTED]
Version of RichFaces? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100156#4100156 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100156 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Seam] - Re: Entities are lost in SMPC

2007-10-30 Thread [EMAIL PROTECTED]
No Norman is the right person to work on this problem. I suspect he's busy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100157#4100157 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100157 ___

[jboss-user] [JBoss Seam] - Re: Type Conversion not supported

2007-10-30 Thread [EMAIL PROTECTED]
"mortena" wrote : Should I change database? I would. anonymous wrote : Should I modify the code? Again, I would. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100158#4100158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Seam] - [Initialization] two components with same name ...

2007-10-30 Thread HerrE
Hi, after puting some jars into my seam project under WEB-INF/lib i got a message about duplicate components. | 11:16:07,195 INFO [Scanner] scanning: /D:/develop/jboss-4.2.2.GA/server/default/tmp/deploy/tmp37596ProBIS.ear-contents/ProBIS-exp.war/WEB-INF/l | ib/jboss-seam-pdf.jar | 11:

[jboss-user] [JBoss Seam] - Re: [Initialization] two components with same name ...

2007-10-30 Thread [EMAIL PROTECTED]
Those messages are normal, just logged at too high a priority. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100160#4100160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100160

[jboss-user] [EJB 3.0] - Re: Strange behaviour wit 1:n collection with EJB 3.0 and To

2007-10-30 Thread Wolfgang Knauf
Hi ! normally, you have to update both sides of a relation if it is bi-directional. So, if you want to add a BuildingsProd to a Planet, you have to do two things: a) BuildingsProd b = new BuildingsProd(); planet.getBuildingsProdList().add(b); b) b.setPlant (planet) Hope this helps Wolfgang V

[jboss-user] [JBoss Seam] - Re: RichFaces and login-required=

2007-10-30 Thread j99976
The one that came packaged with Seam CR2 and CR3 each. 3.1.1 for CR3. I didn't change any component libraries. I reproduced it on a clean install with JBoss 4.2.0. I used seam-gen to make a new project, and updating pages.xml, and the problem happens either straight away, or after some usage. O

[jboss-user] [JBoss Seam] - Exception trying to run seam on glassfish.java.lang.NoClassD

2007-10-30 Thread deepsix
Hi, I have been trying to get a simple seam application up and running on glassfish. Whenever i try to deploy the application on glassfish, i get an error: | App client jboss-seam.jar did not specify Main-Class in its manifest as described in the Java EE specification; no annotations in this

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - expectd one local home tag problem

2007-10-30 Thread shogun1234
I read the issue posted on jira. It seems like the Jboss (above 4.0.5) should support servlet 2.5. However, when call EJB3 from tomcat (jboss 4.2.2 version) I get the error saying " ... expected one local-home tag ..." where for EJB3 there should have no local home. How can I solve this proble

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: expectd one local home tag problem

2007-10-30 Thread shogun1234
sorry the jira issue I read is from http://jira.jboss.com/jira/browse/JBWEB-55 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100167#4100167 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100167

[jboss-user] [Clustering/JBoss] - Forwarding from Jboss over Apache using mod_proxy without pi

2007-10-30 Thread argonist
Hello, The ajp-forwarding from two Jboss-Server over apache using mod_proxy works fine, but the picture and css-data cannot be showed. Why? Have you an idea to solve the problem? | | | Order deny,allow | Allow from all | | BalancerMe

[jboss-user] [JBoss Seam] - Re: Type Conversion not supported

2007-10-30 Thread mortena
I'm a newbie using seam, so a little longer answer would be nice. Regards Morten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100171#4100171 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100171

[jboss-user] [JBoss Seam] - Howto prevent SEAM from mapping POJO ?

2007-10-30 Thread w17chm4n
Hi ! I have another problem. As I need a drop-down menu in my application, and data from which it`s created isn`t in database, I`m trying to do sth like this (look @ questionTypeList): | @Stateful | @Scope(ScopeType.SESSION) | @Name("QuestionController") | public class QuestionControlle

[jboss-user] [JBoss Seam] - Re: Howto prevent SEAM from mapping POJO ?

2007-10-30 Thread [EMAIL PROTECTED]
Mark properties on entities you don't want to be mapped @Transient. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100176#4100176 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100176 ___

[jboss-user] [JBoss Seam] - Re: RichFaces and login-required=

2007-10-30 Thread [EMAIL PROTECTED]
CR3 came with RichFaces 3.1.2.GA - please try using that as it included a number of lifecycle related fixes (which this points at). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100174#4100174 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss jBPM] - Re: tomcat and mysql integration

2007-10-30 Thread vtysh
I don't know how to configure datasources in tomcat, but you can specify db connection parameters dirrectly in hibernate.cfg.xml. Find strings hibernate.connection.driver_class,hibernate.connection.url and so forth... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBoss Seam] - Re: Exception trying to run seam on glassfish.java.lang.NoCl

2007-10-30 Thread [EMAIL PROTECTED]
1) Seam should be declared as an ejb module, not a jar module 2) Include jboss-archive-browsing.jar and jboss-common-core.jar in your ear lib/ directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100178#4100178 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: [Initialization] two components with same name ...

2007-10-30 Thread HerrE
Ok, thanks. I didn't saw this warnings before becuse i used a second jsf-api.jar and got an exception before this warning appeared. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100179#4100179 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: expectd one local home tag problem

2007-10-30 Thread Raist_Majere
Are you setting the version attribute of web-app in web.xml to 2.5? Can you copy it here your web.xml file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100184#4100184 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [JBoss Portal] - Re: Redirects in doView

2007-10-30 Thread amin-mc
Thanks for the advice. I was wondering whether it's possible to do the following: 1) Create a ViewPortlet.java which basically refers to an action 2) Add configuration files 3) Add necessary libraries. I will have a look at the documentation but on a high level whether this is a possible opt

[jboss-user] [JBoss Seam] - Re: @Asynchronous mail example fails

2007-10-30 Thread pietermartin
Tried it in fresh jboss and seam, work great, thanks Pieter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100186#4100186 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100186 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Upgrade JBoss 3.2.8 to JBoss 4.2

2007-10-30 Thread vishalumredkar
We have an application developed on JBoss 3.2.8 with use of both EJB 2 and EJB 1.1. We want to upgrade the existing JBoss to version 4.2. Please let us know where we can find the relevant documentation on how this can be done. View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Installation, Configuration & DEPLOYMENT] - how to deploy a bean with two jndi addresses and port using

2007-10-30 Thread javac_home
hi I ve programmed a special custom socket RMI (client -server)factory to use SSL and Compression at the same time, to I managed to deploy the custom socket with the JBoss invoker using the configuration in the file Jboss-service.xml , jboss.xml is there a way to use two socket configuration at

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss is not running

2007-10-30 Thread sunainavarma
while i am running jboss in myeclipse it generates the log,data,tmp,work folder and the server.log file in log folder. In that file it displays the information regarding the deployment and configuration information . It is good . But when i am going run the jboss through cmd promt it is not gene

[jboss-user] [Installation, Configuration & DEPLOYMENT] - how to deploy a bean with two jndi addresses and port using

2007-10-30 Thread javac_home
hi I ve programmed a special custom socket RMI (client -server)factory to use SSL and Compression at the same time, so I managed to deploy the custom socket with the JBoss invoker using the configuration in the file Jboss-service.xml , jboss.xml is there a way to use two socket configuration

[jboss-user] [Installation, Configuration & DEPLOYMENT] - jboss4.2.0 configure SSL

2007-10-30 Thread yangcuilin
I have configured SSL on jboss4.0.2 successfully(on the same PC). But failure in the same way on jboss4.2.0. My step: 1. Generate keystore file(I am sure it's ok). 2. Midify "E:/jboss-4.2.0.GA/server/default/deploy/jboss-web.deployer/server.xml" using the way in which configured jboss4.0.2 The

[jboss-user] [JBoss Seam] - Re: Simple examples needed

2007-10-30 Thread mortena
I was a little too fast there. Make sure you only set the credentials if the credentials are null. Else they'll be overwritten. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100195#4100195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Seam] - Re: Howto prevent SEAM from mapping POJO ?

2007-10-30 Thread w17chm4n
The problem is that i don`t want to map whole classes, Commons and QuestionType, not only some properties. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100196#4100196 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=410

[jboss-user] [JBoss jBPM] - can somebody give me a struts+jbpm demo?

2007-10-30 Thread d_watson
and don't be too easy! thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100197#4100197 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100197 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Howto prevent SEAM from mapping POJO ?

2007-10-30 Thread [EMAIL PROTECTED]
Well don't put @Entity on them then. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100199#4100199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100199 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Howto prevent SEAM from mapping POJO ?

2007-10-30 Thread w17chm4n
Huh ? As u can see above, on Commons class and Question type there are no @Entity annotations... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100202#4100202 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100202 _

[jboss-user] [EJB 3.0] - Re: Strange behaviour wit 1:n collection with EJB 3.0 and To

2007-10-30 Thread Stateless Bean
"Wolfgang Knauf" wrote : Hi ! | | normally, you have to update both sides of a relation if it is bi-directional. Yes i know that, but if I want only one sided mapping? Why this works on JBoss but on tomcat not? In your example You force me to change half of my app to two sided relation.

[jboss-user] [JBoss Seam] - Re: Performence of Seam 2.0 app

2007-10-30 Thread MSchmidke
"[EMAIL PROTECTED]" wrote : I created http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamPerformanceFAQ - lets try to put all the performance tips we use there for now, and we'll get a proper area on the community site for this. I've tried all hints ... but with no real success. Ok, page render time

[jboss-user] [JBoss Seam] - Re: DocumentException, Invalid byte 3 of 3-byte UTF-8 sequen

2007-10-30 Thread ybxiang.wolf
I am sure that your pages.xml in deployed directory is started with some strange character. I met the same problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100209#4100209 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Seam] - Re: Simple examples needed

2007-10-30 Thread ivan.tufegdzic
When you create User in that moment you must create Credential. After that link that entities. user.setCredential(that new credential); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100210#4100210 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Unable to connect to JBoss AS

2007-10-30 Thread ssjvackar
Hi I'm trying to access a site running on JBoss AS, but it keeps giving me a 'Unable to connect message' It works when I try to access using: | http://localhost:9090/myApp | But not when I use | http://my.machine.name:9090/myApp | or | http://10.1.6.44:9090/myApp (My IP Adress)

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss is not running

2007-10-30 Thread ssjvackar
When you start from the command prompt you don't re-deploy anything (I think) So your previously deployed apps will be used Try starting you server, then open a web browser and type in http://localhost:8080 (You may need tochange 8080 to sometnhing else) If you see the JBoss AS home page then

[jboss-user] [JBoss Seam] - Seam, Cache and EJB

2007-10-30 Thread Stateless Bean
Hi, In persistence I set cache like this: | | | | | | | | | | | | for using cache. My app has also scheduler whitch add's some records to db, and here is my problem. When user goes in to some subpage for example "we" load 10 records from d

[jboss-user] [JBoss Seam] - Re: Seam, Cache and EJB

2007-10-30 Thread Stateless Bean
In my question i ask you not to show me how to load data from db into my list but how to force seam to check changes beetween data in cache and db View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100214#4100214 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [EJB 3.0] - Re: Why isn't @Predestory honored in @Stateless beans as wel

2007-10-30 Thread wolfc
This behavior has changed with the implementation of a new ThreadlocalPool. Now the pool completely cleans up at undeploy and calls @PreDestroy on all session bean instances. See http://jira.jboss.com/jira/browse/EJBTHREE-1031 View the original post : http://www.jboss.com/index.html?module=bb&

Re: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Unable to connect to JBoss AS

2007-10-30 Thread Alexander Spanke
Hi, how did you start your AS ? May be using -b option of startup script is a solution ... Cheers malcom On 10/30/07, ssjvackar <[EMAIL PROTECTED]> wrote: > > Hi I'm trying to access a site running on JBoss AS, but it keeps giving me > a 'Unable to connect message' > > It works when I try to a

[jboss-user] [EJB 3.0] - Re: PreDestroy callback is not being called by container

2007-10-30 Thread wolfc
In AS 4.2.2 the ThreadlocalPool does call @PreDestroy on undeploy. This is a 'side effect' of another issue with ThreadlocalPool. See http://jira.jboss.com/jira/browse/EJBTHREE-1031 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100216#4100216 Reply to the p

[jboss-user] [JBoss Seam] - Re: Howto prevent SEAM from mapping POJO ?

2007-10-30 Thread [EMAIL PROTECTED]
What about picture? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100217#4100217 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100217 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss Seam] - Re: Performence of Seam 2.0 app

2007-10-30 Thread [EMAIL PROTECTED]
Can we see the page? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100218#4100218 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100218 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Seam] - skipping validation

2007-10-30 Thread jamesjmp
hi, I´ve a seam-gened form with the tipical fields that use the edit.xhtml template. For instance | | | #{messages['CfgBenchmark']} | | | | | When I pre

[jboss-user] [JBoss Seam] - Re: Performence of Seam 2.0 app

2007-10-30 Thread sbublava
"MSchmidke" wrote : | The most "complicated" thing on the page is a combobox with about 100 entries, all other of the about 15 components are really simple. | | ... | | Is s:selectItems / s:convertEntity a problem? | I just profiled on of my pages today and s:selectItems can indee

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Unable to connect to JBoss AS

2007-10-30 Thread jaikiran
Have a look at Q#1 at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100227#4100227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100227 _

[jboss-user] [JBoss Seam] - How to call a rule into Restrict annotation ?

2007-10-30 Thread paulovittor23
Hi.. I have a rule like that... anonymous wrote : | rule "Can User Access" | when | eval( new Date().before( new Date( Date.parse( "10/31/2007" ) ) ) | then | c.grant(); | end; | And I have this Seam Component... | @Name("customer") | public class CustomerLogic exte

[jboss-user] [JNDI/Naming/Network] - Re: Need to configure JNDI

2007-10-30 Thread waynebaylor
have a look at this: http://docs.jboss.com/jbossas/guides/clusteringguide/r2/en/html_single/ in the process of setting up clustering you will also enable HA-JNDI. when starting a jboss instance you can use the -g flag to specify a cluster group name. JNDI lookups are slightly different too, HA-

[jboss-user] [JBoss Seam] - Re: Writing SeamTests with Seam 2.0.0. CR2 - What's Changed?

2007-10-30 Thread bsmithjj
Pete, Do you know what's up with vfsfile as a protocol in JBoss Embedded? | ERROR [org.jboss.embedded.DeploymentScanner] Failed to deploy | org.jboss.deployers.spi.DeploymentException: Unable to find deployDir from url: file:/c:/work/BusinessIntelligence/InfoStratGui/app/target/test-clas

[jboss-user] [JBoss Seam] - Re: Performence of Seam 2.0 app

2007-10-30 Thread [EMAIL PROTECTED]
Stephan, please file a jira issue for this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100233#4100233 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100233 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: tomcat and mysql integration

2007-10-30 Thread vsevel
I already did it in jbpm-console/WEB-INF/classes/hibernate.cfg.xml like it was suggested in the tutorial. | | http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";> | | | | | | | | | | org.hibernate.dialect.MySQLInnoDBDialect

[jboss-user] [JBoss Seam] - Re: Nested ui:repeat fails

2007-10-30 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : I suggest you use the latest version of facelets (in which this bug has been fixed. Facelets 1.1.14) and ui:repeat and not tomahawk at all. If you still see this problem with Facelets 1.1.14 then post on the facelets mailing list. Tried upgrading to Facelets 1.1.14

[jboss-user] [Clustering/JBoss] - Re: Load Balancing?

2007-10-30 Thread jboss_cody
anonymous wrote : Should be: | | Code: | | worker.node1.domain=group1 | worker.node2.domain=group1 | worker.node3.domain=group2 | worker.node4.domain=group2 | | Hello Bstansberry, I have a question somewhat related to this thread, concerning "horizontal" clustering. As of

  1   2   3   >