[jboss-user] [JBoss Seam] - Re: Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-17 Thread [EMAIL PROTECTED]
This may not be what you require but I dont use Ant or Seam tools at all. I use MyEclipse Create an EJB3 project and Map the correct files to thew correct "sub" projects (Ear, Jar and War). I simply tell MyEclipse where the JBoss Server is and hit 1 button to run the server (the project is aut

[jboss-user] [JBoss Seam] - Re: Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-17 Thread sstrenn
Your posts are rather offensive... I've been using seam-gen (command line) along with Red Hat Developer Studio since it went beta, and I have cranked out several web sites in the process. Perhaps you can try to be a bit more constructive with your posts - that way, if you solve any issues, we

[jboss-user] [JBoss Seam] - Re: Seam Captcha configuration

2007-09-17 Thread wise_guybg
FYI Notice that yesterday this was fixed for the 2.0.0.GA version: http://jira.jboss.com/jira/browse/JBSEAM-865 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085335#4085335 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] host ip lookup problem in JBoss AS

2007-09-17 Thread saqib butt
hi i am facing a slight problem, when i use to run jboss using the command, # ./run.sh -c -b 0.0.0.0 the services are accessible through the url "http://localhost:8080"; and " http://192.168.1.100:8080"; but the problem arises when i use the "jboss_init_redhat.sh" for starting the server, afte

[jboss-user] [JBoss Messaging] - Re: I need help about Messaging!

2007-09-17 Thread xdoclet
first, i believe you have to post this to the EJB3 queue , not here. hope someone's going to move this thread to the correct location. where is the *destination* ?? to which destination are you publishing your messages ?? btw, why do you still use deployment descriptors and do this in such a tor

[jboss-user] [JBoss Messaging] - Re: Storage of Message

2007-09-17 Thread vanadies10
Thanks for your response. And did you have made the schedule for JBM 2.0? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085329#4085329 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085329 _

[jboss-user] [JBoss Tools (users)] - Re: cant get RHDS beta to work with embedded jboss 4.2 - Any

2007-09-17 Thread [EMAIL PROTECTED]
There are no nightly updatesite, only separate downloads. The updatesite uses the same binaries as RHDS so that is indeed the same. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085324#4085324 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Management, JMX/JBoss] - Re: remote call mxbean, but ClassNotFoundException

2007-09-17 Thread mirrorman
Oh my god~~~ all of xml tags are broken. how am i do? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085323#4085323 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085323 ___ j

[jboss-user] [Management, JMX/JBoss] - remote call mxbean, but ClassNotFoundException

2007-09-17 Thread mirrorman
Hi~ I test remote call JMX through RMIAdaptor. i wrote definition to jboss-service.xml about new jmx information and deploy. it is good working for test in the JMX-console. but, if client program call the operation of jmx, it happen to ClassNotFoundException. Am i wrong something, would you check

[jboss-user] [JBoss Tools (users)] - Re: EJB3 Support

2007-09-17 Thread xdoclet
>>I think tyronne is mostly missing the *wizards* yes, exactly. :) >>Didn't we use to have ejb3 component wizards ? yes we had component wizards. but it's not available with the newer version. >>session bean as such ? yes, for both session beans as well as for MDBs. great if we could have those

[jboss-user] [JBoss Seam] - Feature request regarding nested conversations

2007-09-17 Thread wschwendt
to all the Seam committers and experts here on this forum: I have a feature request for Seam which I think would be very useful. It isn't any idea conceived by me. Rather, it's a feature whose value has been proven already by Spring Webflow. I'm not sure whether there is sufficient int

[jboss-user] [JBossWS] - Re: Necessary artifacts/descriptors for JAX-WS web service

2007-09-17 Thread vashistvishal
Dont make a mistake of going back to JAX-RPC :-), embrace the change as it is for good. Documentation will be avialable their in future, have a look in examples bundled jboss-ws src 2.0.1 ga distribution yyou might find one. Any way thats my view,, if you still can get joy than post back and some

[jboss-user] [JBoss Seam] - Re: JBoss EL performance vs Sun EL

2007-09-17 Thread mgrouch
To avoid guess here is a test case | import java.io.Serializable; | | import org.jboss.seam.annotations.Name; | | @Name("testBean") | public class TestBean implements Serializable { | | public final static int ROWS = 1000; | public final static int COLS = 10; |

[jboss-user] [Beginners Corner] - Re: Migrating Jboss from server A to Server B

2007-09-17 Thread vashistvishal
Same as Peter just tar it up yr distribution and untar on the target machine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085314#4085314 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085314 __

[jboss-user] [JBoss Seam] - Re: Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-17 Thread ybxiang.wolf
How can i not be disappointed of jboss-tools!!! Now, what i can do is to use Ant script--Everything is write by hand! Path,environment, jar,war,ear,deploy...and headache! ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-17 Thread ybxiang.wolf
1.Everything You Wanted to Know about Seam, but were afraid to::: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=118880 2.Creating SEAM Web Project resulting [An internal error occur::: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=118693 3."JBossTools and Eclipse 3.3.0 , doe

[jboss-user] [JBoss Seam] - Re: Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-17 Thread ybxiang.wolf
The forum is filled with such sentence http://www.jboss.com/index.html?module=bb&op=viewtopic&t=118693 Failed to create SEAM project in eclipse compared to Netbeans. My objective is to create a SEAM 2.0 Web project as EAR for JBoss AS 4.2.1. Recently I've set up Eclipse 3.3 with all the plugin

[jboss-user] [JBoss Tools (users)] - Re: Everything You Wanted to Know about Seam, but were afrai

2007-09-17 Thread ybxiang.wolf
JBoss 4.2.1 works!!! I deployed seam prj successfully! with JBoss 4.0.4, you must replace jboss/.../tomcat/jsflib/myface.jar,etc, with related JSF LIB. JBoss 4.0.4 use myface(jsf 1.0), Seam2.0 use JSF1.2!!! JBoss4.2.1 is ok!!! View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Messaging] - Re: Failed to deliver the message to the client. See the ser

2007-09-17 Thread Craig2007
For your kind information We are using JBoss Messaging Server 1.0.1.GA in Prod environment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085307#4085307 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085307

[jboss-user] [JBoss Seam] - Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-17 Thread ybxiang.wolf
Gavin King: I love Seam so deep, but i am really disappoinited about the JBoss tool! The seam-related tool never works! Bad tools are killing Seam-users, and driving JBoss-tool users to netbeans or other tools! I hope you can affect those developers of jboss, drive them take more attentio

[jboss-user] [Management, JMX/JBoss] - Re: Lifecycle methods not being called

2007-09-17 Thread viniciuscarvalho
Sorry, found the answer at the great wiki, just took a lit bit (sorry for being lazy :) ) http://wiki.jboss.org/wiki/Wiki.jsp?page=ProgrammaticServices View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085299#4085299 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: Seam Logger return NullPointerException

2007-09-17 Thread terryb
Hi and thank you, I understood my first problem that not to instantiate seam managed objects. however, I am still not clear about injection. Not sure what wrong I am doing there. Please see below, why does seamLogger.info(...) return NullPointerException? import org.jboss.seam.annotations.Logg

[jboss-user] [JBoss Seam] - Re: EntityHome.persist() return NullPointerException

2007-09-17 Thread terryb
Thanks Pete, Component.getInstance(...) worked. something I missed taking notice of. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085297#4085297 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085297 _

[jboss-user] [JBoss Messaging] - I need help about Messaging!

2007-09-17 Thread catania
Hi all ! I use jboss-4.0.5.GA and EJB3.0 I write a Message-Driven Bean. It's very simple and look like : public class LogBean implements MessageListener { | public void onMessage(Message msg) { | if (msg instanceof TextMessage) { | TextMessage tm = (TextMessage)

[jboss-user] [JBoss Seam] - Re: Hibernate session with entityManager.getDelegate() is no

2007-09-17 Thread [EMAIL PROTECTED]
Is hibernate-search.jar in your application? I think if you remove it, you won't get the hibernate search proxy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085295#4085295 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Portal] - Re: [ServiceController] Problem starting service portal:serv

2007-09-17 Thread azamax
thanks for your response... i do that :( ...but now i have these error 21:07:34,962 INFO [RepositoryImpl] Starting repository... 21:07:34,963 WARN [RepositoryImpl] Existing lock file at /ens/devel01/ingsw06/servidores/jboss/server/default/data/portal/cms/conf/.lock detected. Repository was no

[jboss-user] [JBoss Seam] - Hibernate session with entityManager.getDelegate() is not wo

2007-09-17 Thread anilnarla
I could not find a solution in the forum for this, sorry if this is a redundant question. I just upgraded my existing app to use Seam 2.0 Beta, after the upgrade I am having problem getting the hibernate Session using entitymanger.getDelegate(). This is working perfectly in Seam 1.2.1. My Compo

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss persistence

2007-09-17 Thread thepriz
It seems that JMS is the only service that uses DefaultDS and I found the instructions to change it to a different DS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085292#4085292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Portal] - Re: How to hide securised pages ?

2007-09-17 Thread jboss-hb
"jboss-hb" wrote : Hi every body, | I'm developing a portal using the jboss portal. | I'm securing some pages using roles, however i want to hide pages that are denied for certain users. | | | here's the code for securing the page : | | | |

[jboss-user] [JBoss Seam] - the TransientObjectException with

2007-09-17 Thread filosganga
Hello dear Seam users. I have this problem: when display a selectOneMenu, whit a list of Entity, i obtain this error: "The instance was not associated with this session". It is generated by convertEntity. this is my page | | | | | | and this my action | | @Name("

[jboss-user] [JBoss Portal] - How to hide securised pages ?

2007-09-17 Thread jboss-hb
Hi every body, I'm developing a portal using the jboss portal. I'm securing some pages using roles, however i want to hide pages that are denied for certain users. here's the code for securing the page : Admin

[jboss-user] [JBoss Seam] - Getting proper conversation id after ending nested conversat

2007-09-17 Thread dustismo
Hello, I have a couple of servlets that I need to explicitly pass in the cid param to. I just noticed that the cid is incorrect if a nested conversation was just ended. Params in the url show cid=XX and parentConversationId=XX.. Obviously the cid is incorrect because the conversation is main

[jboss-user] [EJB 3.0] - QuerySyntaxException

2007-09-17 Thread lafr
On the way migrating a EJB 2.1 App to EJB 3.0 I got a problem with an EJB-QL query: SELECT OBJECT(k) FROM MbiFesta AS k, IN( k.mbiFekvw ) AS v WHERE k.tstNr = ?1 AND k.varId = ?2 AND v.verwTabelle = 1 AND v.afCompNr = ?3 AND v.afLfdNr = ?4 AND v.afPosNr = ?5 As a result I get: javax.ejb.EJBExcept

[jboss-user] [JBoss Portal] - Re: Where are industrial and nphalanx layout

2007-09-17 Thread [EMAIL PROTECTED]
Peter, Roy I am a newbie to JBoss portal and am myself looking for a API way of creating dynamic layout based on parameters available at runtime. The 2.6 doc mentions and approach "a taglib that uses a pluggable API to delegate the markup generation to a set of classes" But I could not find any

[jboss-user] [JBoss Seam] - Re: Page scope too narrow?

2007-09-17 Thread [EMAIL PROTECTED]
Can you post code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085282#4085282 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085282 ___ jboss-user mailing list jboss-user@l

[jboss-user] [JBoss Seam] - Re: hibernate session injection problem

2007-09-17 Thread [EMAIL PROTECTED]
Do you normally use JPA? If so you are better getting the session from your injected EM using getDelegate(). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085283#4085283 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Seam] - Re: Search and framework

2007-09-17 Thread [EMAIL PROTECTED]
I think you have the wrong version of lucene in your classpath View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085279#4085279 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085279

[jboss-user] [JBoss Seam] - Re: Seam nightly builds

2007-09-17 Thread [EMAIL PROTECTED]
Use core:resourceLoader instead (see the migration guide) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085278#4085278 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085278 _

[jboss-user] [JBoss Portal] - Newbie question - Customizing presentation based on user pro

2007-09-17 Thread [EMAIL PROTECTED]
My environment: JBoss Portal 2.6 Database Vendor and Version : Oracle 10g OS Platform : windows XP My requirement is as follows: I am new to portal technology as such and JBoss portal in particular. I want to create a company intranet portal which is customizable based on the user login. Each us

[jboss-user] [JBoss Seam] - Re: Wannabe-Example needs help growing up

2007-09-17 Thread [EMAIL PROTECTED]
"stephen.friedrich" wrote : (Why can't I attach files here?) Soon now we shall be moving to a new forum (I can't wait :) anonymous wrote : * Is it ok to "manually" add a newly created entity to the entity query's result list like this (in EmployeeHome): | | | public String persist

[jboss-user] [JBoss Seam] - Re: tags c:forEach and ui:repeat

2007-09-17 Thread amitev
Actually List .toString returns the objects comma-separated - [Subitem1,SubItem2,Subitem3] (you just have to cut the first and the last char) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085275#4085275 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Tools (users)] - Re: cant get RHDS beta to work with embedded jboss 4.2 - Any

2007-09-17 Thread wiggy
okay - confused in ipswich here. tried to download the jboss tools from the nightly update site inside RHDS and it doesnt recognise the build - cant remenmber the exact error but does nothing. caved in and ran my europa build at the exact same update site it it found it and confirmed the downlo

[jboss-user] [JBoss Seam] - Re: Mixing and Matching ICEfaces/RichFaces/GWT etc

2007-09-17 Thread [EMAIL PROTECTED]
Yes, I missed that too ;) Take a look at the JPA backed sorting/paging in the Seamdiscs example (for Trinidad) - it may be what you are after. I still need to componentize this properly and move it into the seam distribution. I'm not aware of anything similar in any of the JSF component suite

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss persistence

2007-09-17 Thread thepriz
When you use persistence for a service where is that data persisted. I am guessing it is the Hypersonic database that is included with JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085268#4085268 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [EJB 3.0] - Re: Problem with enum datatype

2007-09-17 Thread imranpariyani
"FabryProg" wrote : Please: | - Post your entity class | - Use HQL instead SQL | | | | FABRYPROG I am not using HQL and am not mapping it to an entity .. i am using a nativequery here and the query looks like this String query = "SELECT DISTINCT type FROM card WHERE type IS NOT

[jboss-user] [JBoss Seam] - Re: Last try - Conversational Feature let me feel like an id

2007-09-17 Thread stephen.friedrich
Pete, I posted a tiny little first example of what I am trying to do: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085264#4085264 If you could have a look at the open issues I mentioned, that would be great! View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Seam] - Wannabe-Example needs help growing up

2007-09-17 Thread stephen.friedrich
Every now and then someone asked in the forum how to best implement a common UI for editing master data with Seam: Multiple tabs/areas where each tab shows a list of items plus details for the item currently selected in the list. Last time we talked about it was here: http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: helloworld example from JBoss Seam Book

2007-09-17 Thread roxello
Thank you juntao. Now that you've kindly pointed it out, I remember reading about this somewhere. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085254#4085254 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085254 _

[jboss-user] [EJB 3.0] - Re: @Enumerated with @ID Usage Issue

2007-09-17 Thread fkifle
Ok. I found a work around. I would really appreciate it if someone ran into the same issue and if they have solved it. I created enum wrapper class that extends hibernate UserType class: | public class EnumVarcharUserType> implements UserType { | private Class clazz = null; | |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Unexpected error processing socket in jboss-4.0.5.GA

2007-09-17 Thread jigu888
In addition to my post... I am using jdk1.5.0_10 with jboss-4.0.5.GA. The max java heap size set is 400M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085261#4085261 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40852

[jboss-user] [JBoss Portal] - Prevent Portlet Personalization

2007-09-17 Thread cdelashmutt
I'm trying to configure a page where the portlets are _not_ personalizable by most people. I would expect that I could unset the "personalize" right for the page, and then the portlets on that page wouldn't show an "edit" link for them. The way I'm trying to do it isn't working, so I'm trying

[jboss-user] [JBoss Seam] - Re: Something wrong with whole view layer :/ - getting NPE

2007-09-17 Thread Yacho
And where JBoss AS holds its jsf-impl.jar ? only jsf jar I can find is in my project tree in lib/ (project was generated with seam-gen) is this the right place ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085262#4085262 Reply to the post : http://www.jb

[jboss-user] [JBoss Tools (users)] - Re: cant get RHDS beta to work with embedded jboss 4.2 - Any

2007-09-17 Thread wiggy
okay - will take a punt at that - can you use remote update site - or do you have to copy to local machine as mentioned in wiki and manually config then have europa read local copy? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085257#4085257 Reply to th

[jboss-user] [JBoss Seam] - Re: Something wrong with whole view layer :/ - getting NPE

2007-09-17 Thread Yacho
sorry 4 asking silly questions but how to exchange one file in jar archive ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085258#4085258 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085258 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Unexpected error processing socket in jboss-4.0.5.GA

2007-09-17 Thread jigu888
Hi, I have deployed my application on jboss-4.0.5.GA and it is running smoothly since last 6 months. But last week suddenly the application stopped responding and was not accessible. I checked the log file and got following: --- 09:03:54,593 IN

[jboss-user] [EJB 3.0] - 4.2.1.GA vs 4.0.5.GA JNDI names

2007-09-17 Thread sbivol
I have a @Stateless bean deployed in an ejb.jar within a ear, and it has to support ejb 2.1 clients, so it has a @RemoteHome annotation: @Stateless(name = "MyService") @Remote(MyServiceRemote.class) @RemoteHome(MyServiceRemoteHome.class) @Local(MyServiceLocal.class) public class MyServiceBean impl

[jboss-user] [JBoss Seam] - Re: Seam nightly builds

2007-09-17 Thread nkhilnani
Since friday i seem to be getting a 'Could not create Component: org.jboss.seam.core.resourceBundle' error when using the nightly snapshots. The current exception is based on build 245. All i did was replace the Seam-2.0.0 beta jars with the ones from the nightly snapshot. Anyone else getting t

[jboss-user] [JBoss AOP] - Dynamic weaving with EJB applications

2007-09-17 Thread ikek70
I studied loadtime weaving through the example of "injboss" in the JBoss AOP. Can anyone tell me dynamic weaving in the JBoss Application Server? It would be better if anyone gives me examples. I already know the examples of dynamic weaving without JBoss Application Server. View the original pos

[jboss-user] [JBoss Seam] - Re: Page Parameter not working

2007-09-17 Thread stephen.friedrich
Nope, currently I am still using client-side state saving which is working fine. I posted a question on the myfaces mailing list, but nobody seemed to care. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085244#4085244 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: Page Parameter not working

2007-09-17 Thread piotr.walczyszyn
The strange thing about this problem is that its completely not deterministic. I have a few pages that are using same construct and are working fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085247#4085247 Reply to the post : http://www.jboss.com/index

[jboss-user] [Messaging, JMS & JBossMQ] - Re: how to check the jms Queue is persistance or not in jbos

2007-09-17 Thread genman
The JMX console provides information about the size of the message cache. Poke around. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085235#4085235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085235 ___

[jboss-user] [JBoss Seam] - Re: Something wrong with whole view layer :/ - getting NPE

2007-09-17 Thread ASavitsky
The bug is in JSF RI, filed here: https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=616 Just grab the CVS version of com.sun.faces.renderkit.html_basic.MenuRenderer, and you should be ok. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085245#408524

[jboss-user] [JBoss jBPM] - Re: Generic webapp for jbpm

2007-09-17 Thread dleerob
Yes it's quite possible. I'm busy creating my own JSP webapp, using AppFuse and the JBPM 3.2.1 libraries. Looking at the jbpm-console source code, the JBPM tutorials, various JBoss wiki pages and help from these forums, it's coming on quite nicely. As Ronald mentioned, you can get the source co

[jboss-user] [JBoss Seam] - Re: Something wrong with whole view layer :/ - getting NPE

2007-09-17 Thread Yacho
when view wich works (index.xhtml) gets rendered i get the following on AS console : 21:46:44,843 ERROR [STDERR] 2007-09-17 21:46:44 com.sun.facelets.compiler.TagLib | raryConfig loadImplicit | INFO: Added Library from: jar:file:/D:/JBossAS/server/default/deploy/magisterka1 | .ear/magister

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Clear text password in the datasource configuration file

2007-09-17 Thread cksunil
Hi, I am trying to see if there's any way to avoid setting clear text password in the datasource configuration file or a way to encrypt the password. We are currently using JBoss 3.2.3 with an Oracle 9i database. I know that starting with JBoss 3.2.8.SP1, JBoss provides a simple login module fo

[jboss-user] [JBoss Seam] - Re: Page Parameter not working

2007-09-17 Thread piotr.walczyszyn
Did you manage to solve this problem? I have a same issue with my application. I even tried to upgrade myfaces to 1.1.5 but it didn't help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085241#4085241 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: Something wrong with whole view layer :/ - getting NPE

2007-09-17 Thread Yacho
OK the thing that causes the error is tag - when i cut it off it runs smooth - anyone can tell me why this happens ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085240#4085240 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [Management, JMX/JBoss] - Lifecycle methods not being called

2007-09-17 Thread viniciuscarvalho
Hello there! I'm registering an mbean using the server.registerMBean(objectname,object); method. I have a sar file that contains a custom deployer. This deployer reads a custom xml and register mbeans according to it. Although I can see the managed bean on my jmx-console. after being registred

[jboss-user] [JBoss Seam] - Re: JBoss EL performance vs Sun EL

2007-09-17 Thread [EMAIL PROTECTED]
Why is everybody guessing what and where a performance problem might be? It would be very easy indeed to just create a snapshot with a profiler and posting it here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085234#4085234 Reply to the post : http://www

[jboss-user] [JBoss Seam] - booking example with maven and tomcat

2007-09-17 Thread ericomtx
I'm trying to package and deploy the booking example with maven in a Tomcat 6.0.10 I'm following Chapter 21 from seam docs but I'm having some problems to set all dependencies in my POM I'm using 3 repositories : http://repository.jboss.com/maven2 http://team.andromda.org/maven2 http://labs.

[jboss-user] [EJB 3.0] - Re: How to get the size of a Lazy load relation

2007-09-17 Thread ALRubinger
"code" tag should show everything for you. :) What version of MySQL are you using? There's also: MySQL5Dialect MySQL5InnoDBDialect ...available to you, though I'm not confident that's the source of your problem. I'd play around with the EJBQL to get resultant SQL that'll execute in the MySQL

[jboss-user] [JBoss Seam] - Re: tags c:forEach and ui:repeat

2007-09-17 Thread mgrouch
c:forEach is build time tag. So it won't work in your case. (It is designed to iterate over components at UI tree build time, and not over data at render time) Why don't you put rendered condition on h:outputText which prints ",". You can get size of collection using EL function. Or better use

[jboss-user] [JBoss jBPM] - Re: Understanding JBPM

2007-09-17 Thread kukeltje
No ding, I was the one doing the smacking... but now we are on the subject... See the answers Ed gave? Soo obvious... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085223#4085223 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: tags c:forEach and ui:repeat

2007-09-17 Thread mgrouch
And one more suggestion. For performance reasons just to that string concatenation in Java code. In this case you do not need any of UI repeat. Write a getter on backing bean. (or EL function which takes item collection) View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss jBPM] - Re: A tutorial to deploy a Netbeans created BPEL process und

2007-09-17 Thread burrsutter
Please consider taking this and putting together a wiki page along with the appropriate screenshots. It would make an awesome contribution to the project. Burr View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085217#4085217 Reply to the post : http://www.jbo

[jboss-user] [JBoss Seam] - Search and framework

2007-09-17 Thread srpantano
Is it possible work Hibernate Search and Seam Framework? When I try: 15:49:25,102 INFO [STDOUT] Hibernate: select nextval ('hibernate_sequence') | 15:49:25,150 INFO [STDOUT] Hibernate: insert into SYSTEM (SYSTEM_NAME, ID_SYSTEM) values (?, ?) | 15:49:25,166 ERROR [SeamPhaseListener] uncau

[jboss-user] [JBoss Portal] - LoginModule not being called

2007-09-17 Thread NM-156
Hi. I configured /jboss-portal.sar/conf/login-config.xml with a custom LoginModule as follows, but my module is not being called. I am printing out some messages, but I do not see them in the log. Are there any other configuration files that I have to modify to install a custom LoginModule? Th

[jboss-user] [JBoss Seam] - Re: Exception: Could not register transaction ....

2007-09-17 Thread miloslav.vlach
RequestHistory.java | package cz.bpsolutions.ims.actions.historyservice; | | import java.util.Date; | | import javax.ejb.Remove; | import javax.ejb.Stateful; | import javax.persistence.EntityManager; | import javax.persistence.PersistenceContext; | import javax.persistence.Per

[jboss-user] [JBoss Seam] - Re: JBoss EL performance vs Sun EL

2007-09-17 Thread mgrouch
anonymous wrote : Are you able to post some actual code that demonstrates these performance issues: (beans, facelets etc)? One easy way to demo it: Create a large table and render dropdowns with s:selectItems in each cell. It can be used for stress testing EL, rendering, form submission, valid

[jboss-user] [JBoss Seam] - Re: Exception: Could not register transaction ....

2007-09-17 Thread miloslav.vlach
The requestaction again :) | package cz.bpsolutions.mis.request; | | import java.io.Serializable; | import java.util.ArrayList; | import java.util.Calendar; | import java.util.Collection; | import java.util.Date; | import java.util.List; | | import javax.ejb.Remove; | impo

[jboss-user] [JBoss Seam] - Re: Something wrong with whole view layer :/ - getting NPE

2007-09-17 Thread Yacho
the most irrating part is that it worked like a week ago :P View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085201#4085201 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085201 ___

[jboss-user] [EJB 3.0] - Re: How to get the size of a Lazy load relation

2007-09-17 Thread icordoba
U... org.hibernate.dialect.MySQLDialect View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085209#4085209 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085209 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: createConnection hangs

2007-09-17 Thread jwilker
Updating to JBM 1.4.0.CR2/Remoting 2.2.0GA appears to have resolved this issue for me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085205#4085205 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085205 ___

[jboss-user] [EJB 3.0] - Re: How to get the size of a Lazy load relation

2007-09-17 Thread icordoba
Quote tag doesnt show the tag... anyway: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085208#4085208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085208 ___ jboss-user m

[jboss-user] [EJB 3.0] - Re: How to get the size of a Lazy load relation

2007-09-17 Thread icordoba
I am using anonymous wrote : I am using caches in persistence.xml, I'll deactivate them just to test... :-( Thanks, Ignacio View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085206#4085206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Tools (users)] - Re: Creating SEAM Web Project resulting [An internal error o

2007-09-17 Thread wiggy
it wont help you - but i'm expericiencing a similar problem i think - see [url] http://www.jboss.com/index.html?module=bb&op=viewtopic&t=118883 [/url] a couple of messages above this - however i started by gettin the RHDS beta with the mebedded 42.1. server - and when i create a seam project it

[jboss-user] [JBoss Seam] - Re: Conversation propagation problem/error?

2007-09-17 Thread przemjaskier
One more note: this conversation starts for the first time this link is clicked. But every following invocation of this link from within page that belongs to the initially started conversation leads to the error above. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss jBPM] - Re: Understanding JBPM

2007-09-17 Thread estaub
anonymous wrote : 1. I cannot understand is how can I tie a workflow to a document. Would that be done in each process instance as a context variable that I pass to the process instance. Yes anonymous wrote : 2. If I want my webapp to be generic enough to accommodate any workflow definition th

[jboss-user] [JBoss Seam] - Re: Something wrong with whole view layer :/ - getting NPE

2007-09-17 Thread smithbstl
I was getting a similar error the other day (Seam Beta 1). It was occurring when using a rich:tabPanel. I was using ajax switching for the tabs and it was on a particular tab I getting errors. It only happened after I refactored a monolithic xhtml file to use facelet templating. I never got

[jboss-user] [EJB 3.0] - Re: Programmatically determining ear name for JNDI lookups:

2007-09-17 Thread wolfc
Ah I thought you were talking about doing lookups from components within the EAR. Note that unmanaged components which are used by a managed component can access java:comp/env from that managed component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085195

[jboss-user] [JBoss Seam] - Conversation propagation problem/error?

2007-09-17 Thread przemjaskier
I have a menu with link on which user can click at any time, even being in the middle of a long-running conversation. This link begins conversation by invoking a bean method "startConversation()" which is annotated with @Begin(nested=false, join=false, pageflow="flow.jpdl"). I want that every cl

[jboss-user] [JBoss Getting Started Documentation] - Re: documentation on switching a java 1.4 server to 1.5

2007-09-17 Thread ClassicComposer
Those lines do not appear in my server/xxx/deploy/jbossweb-tomcat55.sat/conf/web.xml file. maybe i should upgrade to 4.0.5? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085192#4085192 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Portal] - Re: How I can hide a portlet declaratively or programmatical

2007-09-17 Thread kpalania
Anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085188#4085188 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085188 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBoss jBPM] - Re: Understanding JBPM

2007-09-17 Thread dingo001
"kukeltje" wrote : bumping posts, especially ones of just a few days old, is really not appreciated by some people in this forum. | | Sometimes you do not get an answer because the answer is so obvious that people expect you to find out with a little investigation did u ever get smacked a

[jboss-user] [JBoss Seam] - Re: Facelets version shipped with Seam

2007-09-17 Thread mgrouch
1.1.13 has a bug https://facelets.dev.java.net/issues/show_bug.cgi?id=234 which was fixed in facelets CVS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085182#4085182 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=408

[jboss-user] [JBoss Messaging] - Re: Problem with clustered topics: NPE and The receiver Cons

2007-09-17 Thread timfox
Fixed in TRUNK. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085178#4085178 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085178 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss Tools (users)] - Re: EJB3 Support

2007-09-17 Thread bershath27
why do we have to go thru such a tortures route to create a project/components in EJB3 ? it would be great if we could keep it back ?? AFAIK, when we move on, with newer versions, we used to keep the existing components while adding new features.. but not removing the components, i believe, :)

[jboss-user] [JBoss Tools (users)] - Re: cant get RHDS beta to work with embedded jboss 4.2 - Any

2007-09-17 Thread [EMAIL PROTECTED]
EAR deployment is flakey in beta1 - use nightly download if you want something *now* jboss 5 is not something we started working on yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085161#4085161 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configure Jboss to hot deploy when class files are chang

2007-09-17 Thread PeterJ
You need to "touch" the web.xml file to get the app to be redeployed. See http://wiki.jboss.org/wiki/Wiki.jsp?page=RedeployAnApplicationWhenChangeAFileInAnExplodedDeploymentDirectory View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085168#4085168 Reply to the p

[jboss-user] [JBoss Seam] - Re: iText Examples

2007-09-17 Thread [EMAIL PROTECTED]
If anyone has worked on a nice looking document, I'd be glad to incorporate it into the itext example for others to look at. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085151#4085151 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

  1   2   3   >