[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.0.GA released

2007-12-14 Thread Rhodan
The stable Update site doesn't list the 2.0.0 GA Release for me (having 2.0.0CR1 installed). Furthermore the link http://download.jboss.org/jbosstools/extras to the packaging migration script gives me only a 403 Forbidden error. View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [EJB/JBoss] - Re: Are Stateless Session EJB Thread-safe

2007-12-14 Thread [EMAIL PROTECTED]
No. A bean is always guaranteed to be called by one thread at any given point. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112828#4112828 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112828

[jboss-user] [JBoss Seam] - Re: How do I reload a Data Model on a SessionBean everytime

2007-12-14 Thread mteichmann
thanks, in theory I know what to do now. But @Scope(PAGE) is not allowed when using @Stateful. I try to use CONVERSATION scope, I'll post my solution if I get it to work View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112833#4112833 Reply to the post : http:/

[jboss-user] [JBoss Seam] - Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJB3?

2007-12-14 Thread hirowla
We are looking to start a new project using Seam but can't get it to work using WebSphere 6.1. We're using 6.1.0.13 with the EJB Feature pack. The first problem we came across was a classloading issue (it was using IBM's version of JSF instead of the one with Seam). So we switched the classload

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Setting up a non-server specific EAR

2007-12-14 Thread gozilla
With useJNDI=true and the following AdminObject defined, it works. queue/TEST jboss.jca:service=RARDeployment,name='wmq.jmsra.rar' javax.jms.Queue baseQueueManagerName=MWTEST baseQueueName=TEST Cheers, View the original post :

[jboss-user] [JBoss jBPM] - Re: jBPM starters kit 3.1.4 - http://localhost:8080/jbpm/

2007-12-14 Thread kukeltje
Hi Tina, It is a fairly small change in source of the webconsole, but nobody picked it up... Maybe I can have a look over the weekend to see If I can get it 'fixed' View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112842#4112842 Reply to the post : http://ww

[jboss-user] [JBoss jBPM] - Re: Version 3.2.3 where art thou?

2007-12-14 Thread kukeltje
Not sure, best is to checkout the full cvs-head and run that. CVS head versions in jBPM are usually very stable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112843#4112843 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Setting up a non-server specific EAR

2007-12-14 Thread gozilla
Oups, I forgot the code blocks :-( | | | | | queue/TEST | | | jboss.jca:service=RARDeployment,name='wmq.jmsra.rar' | | javax.jms.Queue | | | baseQueueManagerName=MWTEST | baseQueueName=TEST | |

[jboss-user] [JBoss jBPM] - Re: jBPM starters kit 3.1.4 - eclipse

2007-12-14 Thread kukeltje
create a processarchive with eclipse and upload it either via the webapplication or create you own program that does this. In the testcase in the source you can see how this can be done. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112841#4112841 Reply

[jboss-user] [JBoss Tools (users)] - Hibernate Configurations

2007-12-14 Thread kooudy
I encounter problem with adding configuration in Hibernate Configurations view. When I try to add new Configuration then following exception is thrown: org.hibernate.console.HibernateConsoleRuntimeException: Persistence unit not found: 'userDatabase'. | at org.hibernate.console.ConsoleCon

[jboss-user] [EJB 3.0] - Re: how to check entity bean state change ?

2007-12-14 Thread itsme
you have to code it in the setters of your entity beans and mark the relevant property, which has changed, as a need for an update. additionally you can use a PropertyChangeListener. \sandor\ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112853#4112853 Rep

[jboss-user] [JBoss Seam] - Seam 2.0 GA - seambay example deployment fails

2007-12-14 Thread hi_feroz
Hi, I can't deploy seam-bay example successfully using Seam 2.0 GA and Jboss 4.2.2. Please guide me. Thanks. | 16:45:19,156 INFO [EJBContainer] STARTED EJB: org.jboss.seam.example.seambay.Au | ctionService ejbName: AuctionService | 16:45:19,171 INFO [EJB3Deployer] Deployed: file:/D:/jbo

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: second level cache

2007-12-14 Thread loic
No idea on it? (to get a sublist on a list already in cache) It seems that it's due to the way to go of hibernate, that doesn't allow it, am i wrong? We did it on .Net wihtout any problem!... so i imagined that it was possible too on Jboss. View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss jBPM] - Re: jBPM starters kit 3.1.4 - http://localhost:8080/jbpm/

2007-12-14 Thread kukeltje
http://jira.jboss.com/jira/browse/JBPM-1022 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112847#4112847 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112847 ___ jboss-user

[jboss-user] [Installation, Configuration & DEPLOYMENT] - lock jboss administration

2007-12-14 Thread sashaxiv
I started jboss with -b 0.0.0.0 option so that people can access it remotely. how can i lock the administration? some scipt? some xml file parameter? thanks in advise. Regards from Spain!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112846#4112846 Reply

[jboss-user] [JBoss jBPM] - Re: drools result of fireallrules

2007-12-14 Thread AJanz
i want to use drools for implementing buisness rules...that's the relation finally i got it. i must declare a variable in the excel sheet and use it in the action command View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112848#4112848 Reply to the post : http

[jboss-user] [JBoss Seam] - How can I "catch" query parameters and pass it to the form?

2007-12-14 Thread ivan.tufegdzic
Hi, I have a query and when I run it.s. Base on these values, the query will return all records meeting the conditions. Now, I want to "catch" these values and use them as criteria to manipulate data from the query and show corresponding records on the form. I must not use annotation Reque

[jboss-user] [Beginners Corner] - can seam generate entity mappings in hibernate.cfg.xml?

2007-12-14 Thread mars1412
when using, seam all my entities are annotated in the eclipse ide, to use the hibernate plugin, I need to map all entities in the hibernate.cfg.xml file: | i find it quite awkward to enter all classes in this file manually. so, does anyone know a way to relieve me of this burden? e.g. to le

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging 1.4 - no clustered post office?

2007-12-14 Thread timfox
Did you run the examples after installing JBoss Messaging? (see user guide). One of the examples tests a clustered queue. So if this works, you know that functionality works. Next step is to see how your code differs from the example code. View the original post : http://www.jboss.com/index.ht

[jboss-user] [Beginners Corner] - Re: a4j help

2007-12-14 Thread skudzelia
Did you solve your problem? I have the similar one. Th table is not rerendered. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112864#4112864 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112864 ___

[jboss-user] [JBossCache] - Re: JDBCCacheLoader and MySQL problems

2007-12-14 Thread boniek
JBC version is 1.4.1.SP7 JBoss 4.2.1 MySQL Driver 5.0.8 Yes I have read it. My configuration: | | org.jboss.cache.loader.JDBCCacheLoader | | | | cache.jdbc.datasource=java:/LocalMySqlDS | cache.jdbc.sql-concat=concat

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: lock jboss administration

2007-12-14 Thread jaikiran
See this http://wiki.jboss.org/wiki/Wiki.jsp?page=SecureJBoss. That has steps to secure the jmx-console and other JBoss services. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112861#4112861 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Seam] - ReRender does not update the Form drop down values

2007-12-14 Thread saeediqbal1
I have the following reRender tag on the button In the stateful bean it actually modifies the value of the list but this form element inside does not update the values to the new one. Here is the drop down code. | | Although if i refresh the page, the drop down gets updated with c

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.0.GA released

2007-12-14 Thread [EMAIL PROTECTED]
please report the updatesite issue in jira. I fixed the broken link to http://download.jboss.org/jbosstools/extras/packaging-convert.zip View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112865#4112865 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations

2007-12-14 Thread [EMAIL PROTECTED]
is the project built ? if not then it cannot be found. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112866#4112866 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112866 __

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

2007-12-14 Thread sopro
genman, I'll take look on subscriptions features. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112871#4112871 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112871 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: lock jboss administration

2007-12-14 Thread sashaxiv
i tried what you said, but i found an exception when jboss reads login-config.xml. it seems like a bad-formed xml file but it has no sense: 11:44:28,802 WARN [XMLLoginConfigImpl] End loadConfig, failed to load config: file:/C:/is/jboss-4.0.4RC1/server/default/conf/login-config.xml INFO | jvm

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: lock jboss administration

2007-12-14 Thread jaikiran
Did you edit/change the contents of the login-config.xml file? Looks like the xml content might be invalid in that file. Use a xml editor to open this file and see if it reports any errors. Or else post the contents of that file here (remember to enclose the contents in a code block, using the "

[jboss-user] [JBoss jBPM] - Re: define process definition with jbpm's api

2007-12-14 Thread rodosa
hi jnesta! I have a problem similar to yours. Have you solucionate it? How? Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112877#4112877 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112877

[jboss-user] [Security & JAAS/JBoss] - Re: j_security_check not working in LDAP based Authenticatio

2007-12-14 Thread jbosexplorer
No takers so far? Some more information. I've my LDAP setting as | | | com.sun.jndi.ldap.LdapCtxFactory | ldap://ldapserver:389/ | simple | uid=admin,ou=administrators,ou=topologymanagement,o=netscaperoot |

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations

2007-12-14 Thread kooudy
Sorry, I don't understand. What you mean with anonymous wrote : is the project built ?? Project is deployed to JBoss, but JBoss deosn't now about Eclipse respectively. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112880#4112880 Reply to the post :

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss shuts down itself

2007-12-14 Thread jaikiran
See these http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114996 http://www.jboss.com/index.html?module=bb&op=viewtopic&t=116429 http://www.jboss.com/index.html?module=bb&op=viewtopic&t=98571 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112891#4

[jboss-user] [JBoss Seam] - @Factory & Pagination

2007-12-14 Thread skanky78
hi folks, i 've read many post in this forum but i didn't find an answer to my specific issue. I'm trying to do pagination together within the method annotated with @Factory. I tried the rich:dataScroller control and some other things like custom page links with params but i didn't get the page

[jboss-user] [JBoss Seam] - Re: problem with seam-gen with INFORMIX databases

2007-12-14 Thread [EMAIL PROTECTED]
Please report this in the hibernate tools forum (as Seam uses hibernate tools for reverse engineering) - this should be fixed in the default reveng configuration for INFORMIX IIRC. You can probably find help with a workaround there too. View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - FaceletViewHandler handleRenderException

2007-12-14 Thread rhyland
Hi, Having a lot of trouble with the following. When invalid credentials are entered when logging in to our system we see NPEs in the logs and no login failed message appears on screen. Here is the set up: components.xml - login-config.xml - | | | |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: XA-Datasource and MySQL Unknown Error

2007-12-14 Thread trunikov
AFAIK a XA datasource is supported in MySql since version 5.0.3. See http://dev.mysql.com/doc/refman/5.0/en/xa.html for details. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112904#4112904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Unwaring web app - leaves some files in the war

2007-12-14 Thread lovelyliatroim
Ok i exploded the war file as a directory in the deploy directory and still i get the same problem. Makes no difference, the classloader loads the classes from the libraries inside the work directory so when class.getResource() gets called it returns a URL as to where the class file is located a

[jboss-user] [JBoss jBPM] - Re: Connection was lost

2007-12-14 Thread kukeltje
But it took me waaayy longer to respond :-D View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112890#4112890 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112890 ___

[jboss-user] [JBoss Tools (users)] - Seam Workflow and JBoss Tools

2007-12-14 Thread speleomaniac
Hi everybody, Seam manual says PageFlow definition file must be under the EAR project but JBoss Tool doesn't mention anything about this and saves the definition file happily to the Web Project. Also, althought I am designing a Page Flow with a visual editor, it doesn't add the jBPM component

[jboss-user] [JBoss Seam] - xmlns does not find installed sources

2007-12-14 Thread ment0r_
Hi, I installed the jboss-seam library using maven and pom.xml. It all works fine...besides that xhtml files did not find the installed sources. Any ideas, suggestions? Cheers POM.xml: jboss.org jboss.org http://repository.jboss.com/maven2 jbo

[jboss-user] [JBoss Seam] - Re: Developing with Seam 2 and deploying on WebSphere

2007-12-14 Thread [EMAIL PROTECTED]
Yes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112925#4112925 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112925 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JCA/JBoss] - Re: Could not dereference object

2007-12-14 Thread jaikiran
What is client application trying to do? Especially, what's the purpose of using ctx.rebind("java:MySQLDS", ref); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112924#4112924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - Re: Suggest Seam with Icefaces

2007-12-14 Thread [EMAIL PROTECTED]
"objectkk" wrote : It is possible to run IceFaces applications on Websphere Application Server (WAS). Ask on the icefaces forum anonymous wrote : My Question is, can I run IceFaces applications developed with Seam on WAS ? We don't have an example for this, but I expect the answer to be the s

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss Deployment (jar files)

2007-12-14 Thread vishal_badha
Can i deploy signed jar files in jboss? And how will JBoss validate the signed jar files and check for its validity,authenticity and integrity. Is there any other way to restrict deployment strictly to authenticated users or signers of the jar files in jboss? Please Help me on this issue. Thank

[jboss-user] [JCA/JBoss] - Could not dereference object

2007-12-14 Thread lasanac
Hello, I keep this error: javax.naming.NamingException: Could not dereference object [Root exception is java.lang.NullPointerException] at org.jnp.interfaces.NamingContext.getObjectInstanceWrapFailure(NamingContext.java:1152) at org.jnp.interfaces.NamingContext.lookup(NamingCon

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss shuts down itself

2007-12-14 Thread lochon
Thanks for the links. I saw these comments before but they didn't help. I installed JBoss (the same configuration,only some jars with business logic differ) many times in similar environments but I never encountered this problem. Interesting is that shutdown starts 2 hours after the last entry

[jboss-user] [JBoss Portal] - Re: Accessing Window

2007-12-14 Thread mcolak
I hava same problem too. How can solve this type of problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112936#4112936 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112936 ___

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: DL - JBoss4.2.0 startup & deployment problem

2007-12-14 Thread [EMAIL PROTECTED]
"dlnet" wrote : The jbossweb-tomcat55.sar directory is getting copied from my application on which I am working and I have removed the existing jbossweb.deployer from JBossAS4.2.0. Umm, well, that's just not going to work. Stick with the jboss-web.deployer and if you've somehow customized the

[jboss-user] [JBoss Seam] - Re: How do I reload a Data Model on a SessionBean everytime

2007-12-14 Thread Andy Gibson
Actually, that's my mistake (re the @Statefule annotation) It doesn't need to be stateful, you aren't holding the state from one request to the next since it is page scoped. Once the page has hit the browser, the user list has gone since it is page scoped which is what the goal of the post was

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: lock jboss administration

2007-12-14 Thread sashaxiv
Problem solved. Very much thanks. Regards from spain. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112955#4112955 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112955 ___

[jboss-user] [JBoss Seam] - Re: Conversation times out, entity manager persists??

2007-12-14 Thread [EMAIL PROTECTED]
Try with just setting flushmode to manual (no transaction attribute stuff). If you still see a flush when the conversation times out, then post back. Why? Certain parties to the EJB3 spec wouldn't even allow flushmode manual to exist (its a hibernate extension) let alone be the default (people a

[jboss-user] [J2EE Design Patterns] - Doubt about EntityManager.getResultList result

2007-12-14 Thread kazboom
Hi everyone, I have a doubt about the result of a query. I have a table like User(id,name,surname,phone) and i want to query this table in my EJB in this way: List res = em.createQuery("select u.id, u.name from User u where u.phone='555321').getResultList(); What kind of object there are inside

[jboss-user] [Clustering/JBoss] - Re: AccessLogValve for Cluster?

2007-12-14 Thread seoeng
Anyone? I still cannot find an acceptable solution to this problem...other than installing analytics packages for use outside the container. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112953#4112953 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: Suggest Seam with Icefaces

2007-12-14 Thread objectkk
I appreciate your reply. I contacted IceFaces people and enquired about the same. Finally all I understood is ... use seam when it is really necessary and worth spending time to learn using it ... thank you. have nice weekend. View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Re: FaceletViewHandler handleRenderException

2007-12-14 Thread rhyland
just to clarify something here: i do see the FailedLoginException in the logs but straight after that the NPE is thrown. Also, have tried catching the FailedLoginException within pages.xml but it does not catch it. As a test i've caught NullPointerException in pages.xml and that does work, but

[jboss-user] [JBoss AOP] - JJBoss-5.0.0.Beta2 AOP problems

2007-12-14 Thread vbatista
Hi! I am having problems with JBoss AOP on JBoss-5.0.0.Beta2 (with JVM 1.5). I enabled the property below on the AspectManager MBean: property name="enableLoadtimeWeaving">truehttp://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112916#4112916 Reply to the post : http:

[jboss-user] [Beginners Corner] - Using Sockets with JBoss

2007-12-14 Thread jihbir
Hello, I've been developing with Java EE since about 1 month. I'm looking for a tutorial or an understandable documentation about how to write an EJB-Application which can connect through a Socket. I've read something about JCA but I'm unable to find something useable in the web. Thanks for a

[jboss-user] [JBoss Seam] - Re: Trouble W/ NullPointerException

2007-12-14 Thread nathandennis
bump View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112910#4112910 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112910 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: lock jboss administration

2007-12-14 Thread sashaxiv
upps, yes. I modified the xml file in my server with vnc using notepad editor. | | http://www.jboss.org/j2ee/dtd/security_config.dtd";> | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss jBPM] - Re: drools result of fireallrules

2007-12-14 Thread kukeltje
still that doesn't have anything to do with jBPM ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112887#4112887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112887 ___ jb

[jboss-user] [JBoss jBPM] - Re: jBPM starters kit 3.1.4 - http://localhost:8080/jbpm/

2007-12-14 Thread Pebbels
"kukeltje" wrote : | It is a fairly small change in source of the webconsole, but nobody picked it up... Maybe I can have a look over the weekend to see If I can get it 'fixed' | In my opinion it is an important feature because a lot of other people are thinking the same way (http://jira.j

[jboss-user] [EJB/JBoss] - commit-option A cache invalidation issue

2007-12-14 Thread tigrik
Hi guys! I was searching for solution quite long, but haven't found a real solution. My applications has a EJB 2.1 part and EJB3 part. In some rare cases I have to write into EJB2 part using EJB3, so EJB2 commit-option-A caching doesn't get it. (JBOSS 4.0.5) Is there an easy way to remove an

[jboss-user] [JBoss Seam] - Re: Conversation times out, entity manager persists??

2007-12-14 Thread whafrog
I tried that, but it doesn't work either. I'm using Jboss 4.2.0GA. I've managed to avoid the problem by calling entityManager.clear() in the action's destroy method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112968#4112968 Reply to the post : http:/

[jboss-user] [JBoss Portal] - Re: take querystring from portlet

2007-12-14 Thread mcolak
http://localhost:8080/portal/portal/default/default/HelloWorldPortletWindow?action=e&kat=deneme&windowstate=normal&mode=view I think this is not good choice but I haven't found any good answer yet View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112972#4112972

[jboss-user] [JBoss Seam] - Re: ReRender does not update the Form drop down values

2007-12-14 Thread damianharvey
Many potential problems and an equal number of solutions. Post more of your code. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112967#4112967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112967 _

[jboss-user] [Security & JAAS/JBoss] - How to trace the db login error?

2007-12-14 Thread gzljg
I had followed the jboss doc to set up to use DatabaseServerLoginModule to authenticate the user. Everything seems ok--I mean no error message output from the console and the server.log, BUT it always redirect me to the login_error page(I user FORM method). How can I trace what error it has?? V

[jboss-user] [JBoss Seam] - Re: Trouble W/ NullPointerException

2007-12-14 Thread damianharvey
Well not knowing your components.xml, I'd hazard a guess that maybe you should check that your entityManager is null? Put in a log line checking something like 'em==null' (or run it through a debugger). And why not use @In | EntityManager entityManager;rather than PersistenceContext? You defin

[jboss-user] [JBoss Portal] - JBoss Portal 2.6.3 released

2007-12-14 Thread [EMAIL PROTECTED]
We just released JBoss Portal 2.6.3, grab it while it's hot. As usual now, the release note is available on our blog: http://blog.jboss-portal.org/2007/12/jboss-portal-263-released.html Thanks to everyone who contributed ! View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss Seam] - Re: Chained select boxes

2007-12-14 Thread damianharvey
It's friday, my pub lunch is settling nicely and I'm feeling verbose, so here's a very basic example (probably some syntax errors but you get the drift): | @Name("citySelectionBean") | @Scope(ScopeType.CONVERSATION) // < This is important. You could also use SESSION or a stateful bean

[jboss-user] [JBoss Seam] - Re: @Factory & Pagination

2007-12-14 Thread Andy Gibson
You could roll your own non-JPA entity query which woudl have methods for pagination. It's probably well worth it considering the re-use you can get out of them. Same with EntityHome. Cheers, Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112980#41129

[jboss-user] [JBoss Seam] - Re: How can I

2007-12-14 Thread Andy Gibson
http://docs.jboss.com/seam/latest/reference/en/html/events.html#d0e3872 Here's one source of documentation for it. Simply bind parameters in pages.xml to values in the backing component to get a 2 way passing of values from the form to the backing bean via request parameters. i.e. | |

[jboss-user] [JBoss Seam] - Re: @Factory & Pagination

2007-12-14 Thread IGx89
Note: EntityQuery requires JPA, so if you're just using plain Hibernate (like me) you might be out of luck :(. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112975#4112975 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Seam] - Injected Logger is null on tomcat, seam 1.2

2007-12-14 Thread tiwaryamit
Hi, I was trying to use the inbuilt seam component logger. I injected it in one of the seam component, but to my surprise it comes to be null. Other than keeping log4j.xml in WEB-INF/classes of tomcat, I don't have any other setting/configuration? Am I missing anything? How do I use this @Logge

[jboss-user] [JCA/JBoss] - Re: Could not dereference object

2007-12-14 Thread lasanac
I am just testing the back end of the application. Currently I used: ctx.rebind("java:MySQLDS", ref); as it got rid of another problem that I had earlier. That was a CastException for Reference object. I did retest it without that line and got the same error. New Code:

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: lock jboss administration

2007-12-14 Thread jaikiran
| Change it to | | |

[jboss-user] [JCA/JBoss] - Re: Could not dereference object

2007-12-14 Thread lasanac
Please disregard my last post!! When I don't use: ctx.rebind("java:MySQLDS", ref); I get the following error: step 1 step 2 java.lang.ClassCastException: javax.naming.Reference at com.kt.dao.DBConnection.doConnection(DBConnection.java:43) at com.kt.dao.MakeConnectionTest.m

[jboss-user] [JBoss Seam] - Here is a Richfaces Ajax Datascroler and Seam Example

2007-12-14 Thread supernovasoftware.com
I use the following to view large tables where fetching the all the results is not feasible. It has about 1 million rows. It does assume that you object implements the interface Idable shown next. | | import java.io.IOException; | import java.io.Serializable; | import java.util.ArrayL

[jboss-user] [JBoss Seam] - Re: Conversation times out, entity manager persists??

2007-12-14 Thread [EMAIL PROTECTED]
We can maybe take a look at this if you submit a runnable example with reproduction steps to JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112987#4112987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112987 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS Stop error

2007-12-14 Thread harish73
As i can see firewall is disable on the server. I have no idea about selinux. I have to use customize the jboss in such a way that when the server reboot jboss starts up automatically. For this i have put 'jboss' script in /etc/rc.d/init.d directory whcih calls the run.sh file to start and shutd

[jboss-user] [JBoss jBPM] - Re: jbpm variables not saved

2007-12-14 Thread apdo
I continue my experimentation and here is my obervations. using the following method to display the form I am able to set variable values. the form is open with these value however only the description is saved when submiting the form. I think it is more a seam issue or probably misunderstandin

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

2007-12-14 Thread [EMAIL PROTECTED]
[url]This way it seems like transactionManager and other stuff does not get injected for some reason. I cannot tell why. Also in the documentation it says, seam-gen generates "jboss-beans.xml" file but I cannot seem to find it. It would be great if someone said I am barking at the correct tree. [

[jboss-user] [JBoss Seam] - Re: Fundamental question about em.persist

2007-12-14 Thread [EMAIL PROTECTED]
What sort of persistence context are you using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112988#4112988 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112988 ___ jboss-u

[jboss-user] [JBoss Seam] - Re: Conversation times out, entity manager persists??

2007-12-14 Thread whafrog
Thanks. I'm under the gun and behind schedule, but if I get a chance in the next phase to refactor I'll revisit it. For now at least the problem is prevented. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112996#4112996 Reply to the post : http://www.jbo

[jboss-user] [JBoss Seam] - Re: s:button question...

2007-12-14 Thread [EMAIL PROTECTED]
What does foo() contain? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112989#4112989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112989 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Seam] - Re: Chained select boxes

2007-12-14 Thread [EMAIL PROTECTED]
"damianharvey" wrote : It's friday, my pub lunch is settling nicely and I'm feeling verbose, so here's a very basic example Tehehe. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112994#4112994 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: How do I reload a Data Model on a SessionBean everytime

2007-12-14 Thread Andy Gibson
Also, I think there is another small problem with the code you have there. I could be wrong on this, so hopefully someone will correct me if that is the case. You have outjection on the datamodel for users, and also return a value for the factory method. When you return the value from the fac

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss shuts down itself

2007-12-14 Thread lochon
Hi , I am experiencing a problem with JBoss. I've noticed that after two hours of inactivity JBoss shuts down itself (happened more than once). There are no error nor warn messages before shutdown starts. Server.log snippet : ... 2007-12-11 17:47:28.873 INFO Initializing, config='org.apache.s

[jboss-user] [JBoss Seam] - Re: how to invoke action, then display resource

2007-12-14 Thread [EMAIL PROTECTED]
Is the faces servlet mapped to .xls? Take a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamResourceLoader for some hints. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112992#4112992 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss jBPM] - Re: Cant delete tasks from jbpm-console

2007-12-14 Thread waddle
UP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112960#4112960 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112960 ___ jboss-user mailing list jboss-user@lists.jboss.org h

[jboss-user] [Security & JAAS/JBoss] - PROBLEM WITH LOGIN-CONFIG.XML

2007-12-14 Thread sashaxiv
I configure jboss like jboss-wiki says and i found a error i can´t understand. jboss reports a parse exception in login-config.xml but it has no sense. this is the exception: | WARN [XMLLoginConfigImpl] End loadConfig, failed to load config: file:/C:/is/jboss-4.0.4RC1/server/default/conf/l

[jboss-user] [JBoss Seam] - Re: How can I

2007-12-14 Thread ivan.tufegdzic
Yes, I understand. That works. I have dynamic list as parameters, and I don't have name (it will be unknown). I wrote a servlet which catch parameters with names and its values. That is good because in query I may put unknown names and its values. Is that ok? Thanks View the original post :

[jboss-user] [JBoss Seam] - Re: External AJAX access to webremote?

2007-12-14 Thread whafrog
Now that I included jboss-seam-remoting.jar...yes. (doh! slap!) Different issue now, both IE and Firefox have security issues. I'm logged in to my work via VPN, it must think "localhost" is a different domain. In IE I can enable the session, in Firefox I get a red "Please wait..." box in the

[jboss-user] [JBoss jBPM] - Process Definition XML Validation Problems

2007-12-14 Thread [EMAIL PROTECTED]
Hi, we are trying to parse a very simple process definition xml file. We are using the following environment: -jbpm 3.2.2ga -XercesImpl 2.2.1 paser on the Classpath -Java 1.4.2_13 When we attempt to load the xml, the validation is failing. We suspect that there is nothing wrong with our xml fi

[jboss-user] [JBoss Seam] - Chained select boxes

2007-12-14 Thread syzork
hi! Is there a JSF (using AJAX if possible) component to help me create a chained select box from Entities of my application? seam-ui example is not working. example: Country -> State -> City a code snippet would help! thanks in advance! View the original post : http://www.jboss.com/index

[jboss-user] [JBoss/Spring Integration] - ApplicationContext NoClassDefFound

2007-12-14 Thread ven346
Hello, When I run an EAR in jboss4.2.2GA, that uses Spring 2.0.2, I get an error saying the ApplicationContext of spring cannot be found (see below) This happens however, when a bean is instantiated during the initialization of this same application context. Does somebody have any idea? Regar

[jboss-user] [JBoss Seam] - Re: Trouble W/ NullPointerException

2007-12-14 Thread Andy Gibson
Your return server class doesn't have a @Name annotation which means it is not a seam component. Try adding a name to it unless you are defining it in components.xml. How is it even getting to this code since without the name, the component cannot be injected. Beyond that, I would try checking

[jboss-user] [JBoss Seam] - Forms - JBPM with Seam

2007-12-14 Thread trouby
Hey, JBPM offers forms functionality (I never used it and it's not so documented but it seems that it's available through the jbpm designer) Is there any integration between JBPM forms and Seam? I would really like to keep some of the data within the jbpm process itself (without outjecting ev

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging 1.4 - no clustered post office?

2007-12-14 Thread bodrin
Thanks, Tim! The example works fine (nice ant scripts :), so I suppose the problem is in my code and I have to investigate it .. I saw your comment at JIRA: "MessagePullPolicy no longer exists" So, message redistribution is enabled by default and there is no way to be disabled any more, right?

[jboss-user] [Security & JAAS/JBoss] - JACC and Authorization for a Web Application

2007-12-14 Thread jgilmore
I am trying to use JASS authorization in JBOSS. i.e. grant granular Permissions to Principals within a JASS policy file. I believe the JACC module provides implementation for this however the wiki (http://wiki.jboss.org/wiki/Wiki.jsp?page=JACC) does not sufficiently describe how it is suppose

[jboss-user] [JBoss Seam] - Re: @Factory & Pagination

2007-12-14 Thread supernovasoftware.com
I just posted an example of Ajax paging with Richfaces Datascroller http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112998#4112998 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112999#4112999 Reply to the post : http://www.jboss.com/index.html?mod

  1   2   >