[jboss-user] [JBoss Seam] - h:dataTable does not display properly

2006-10-29 Thread pauls123
In a facelets page I have the following EL expression #{meetsShowCtlr.allMeets} and it properly displays the 4 elements in the collection. When I access the items of the collection using h:dataTable, as follows: | h:dataTable value=#{meetsShowCtlr.allMeets} var=meet |

[jboss-user] [JBoss Seam] - Re: Scheduling in Seam?

2006-10-29 Thread [EMAIL PROTECTED]
It should be a long. The JavaDoc is wrong. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981588#3981588 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981588 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Can't load the data from the view

2006-10-29 Thread Seto
Can somebody help me? I have been in this problem for long. Hope to see someone help me View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981589#3981589 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981589

[jboss-user] [JBoss Seam] - Re: Scheduling in Seam?

2006-10-29 Thread modoc
Ok. So the javadoc and chapter 7 are wrong. I still can't get it to work with a long. I've tried on the assumption that it's millis and then when that didn't work seconds. I may be doing something wrong. There aren't any examples of it that I can find. Here's my code: @Asynchronous

[jboss-user] [JBoss Portal] - JBoss Portal Startup - Issue

2006-10-29 Thread rameshkumar132
Hi All, I am facing some issues with the jboss portal startup. The following is the details: C:\jboss-portaldir Volume in drive C is WINDOWSXP Volume Serial Number is 2812-FC38 Directory of C:\jboss-portal 09/18/2006 07:11 AM . 09/18/2006 07:11 AM ..

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-29 Thread sbryzak2
I've fixed the security example, there was a redundant entry left in components.xml. Both jboss-service.xml and login-config.xml have been removed, I'll update the wiki page to reflect this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981592#3981592 Reply

[jboss-user] [JBoss Seam] - EntityManager problem...Urgent

2006-10-29 Thread argomauro
Hi, I've a problem with EntityManager configuration on my Seam project,because when i use the Entity manager components, Jboss retrive an EntityMangaer not bound exception. My persistence.xml file is: | persistence-unit name=DAPem |

[jboss-user] [JBoss jBPM] - Re: Deploying jbpm.war(3.1.3) to jboss as 4.0.5GA

2006-10-29 Thread zauberlehrling
Hi Daniel, I have the same problem with jboss-4.0.5.GA and jbpm-3.1.2. In contrast to this I was able to deploy the war- and the sar-file to jboss-4.0.3.SP1 . Thanks and regards, Frank View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981594#3981594 Reply to

[jboss-user] [JBoss Seam] - forgot-bug in org.jboss.seam.remoting.wrapper.WrapperFact

2006-10-29 Thread janson
It seems, that org.jboss.seam.remoting.wrapper.WrapperFactory needs in adding a pair of strings to constructor , for support Date wrapping. this 2 strings are : registerWrapper(date, DateWrapper.class); registerWrapperClass(Date.class, DateWrapper.class); View the original post :

[jboss-user] [Installation, Configuration Deployment] - ejb3 jems-installer

2006-10-29 Thread pmadzik
Hello, Would anyone say something about problem described in this thread: http://www.jboss.com/index.html?module=bbop=viewtopict=91327? Regards, PM View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981596#3981596 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: jboss-4.0.4.GA: How to deploy ?

2006-10-29 Thread fillipelima
Jaikiran Thank you so much for you quick response! I did the change you said and it is working perfectly! In the prior versions of JBoss it was not necessary to do that in order to work...do you know why the reason for that ? View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Packaging Config / Vers. 3.1.2 still InvocationTargetEx

2006-10-29 Thread Oliver_T
Uuups... used config WinXP Pro JBoss IDE 2.0.0 Beta2 JBoss would be 4.0.4 but that shouldn't matter since I'm just configuring the packaging process. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981601#3981601 Reply to the post :

[jboss-user] [Beginners Corner] - javax.naming.NameNotFoundException: ejbtut not bound

2006-10-29 Thread zielonyplot
I have an interface statelessTekst.java: package src; | | import javax.ejb.Remote; | | @Remote | public interface statelessTekst { | public String podajTekst(int numer); | } And a bean statelessTekstBean.java: package src; | | import javax.ejb.Stateless; | import

[jboss-user] [JBoss Eclipse IDE (users)] - [b]SOLVED (sort of)[/b]

2006-10-29 Thread Oliver_T
SOLVED (sort of) I tried it several times and finaly after a System Reboot and with plenty of 'Apply' clicking inbetween the configuration it worked. Dunno how to explain this, but it's deffinitly no general JBoss IDE topic. View the original post :

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: ejbtut not bound

2006-10-29 Thread zielonyplot
I forget: my java version is 1.5.05, and I am using JBoss AS 4.0.5. Please, help! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981603#3981603 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981603

[jboss-user] [Installation, Configuration Deployment] - Re: EJB-installation-problems

2006-10-29 Thread puck
I allready done this. But I got another solution. And this is pretty weird. I loggid in as /root. Altought I gave with anonymous wrote : chown -R jboss jboss/ the jboss-user the full permissions to its direcory there was allways such an error:anonymous wrote : | [EMAIL

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-29 Thread johnurban
I need a JBoss Seam mentor/teacher/expert to help me meet a Nov 1 deadline. I contacted JBoss and they do not yet have consulting services for Seam. What are my options? I thnk they can get me up to speed over a Skype connection in about 2 hours. [EMAIL PROTECTED] View the original post :

[jboss-user] [Installation, Configuration Deployment] - Error after installation of JBoss in Eclipse 3.2

2006-10-29 Thread msavoy
I just installed JBoss on my local machine but when trying to run on server a JSP page from within Eclipse 3.2 IDE I am getting the following error (ANY help or direction would be greatly appreciated, THANKS): HTTP Status 500 - type Exception report message description The server encountered

[jboss-user] [Installation, Configuration Deployment] - Re: Error after installation of JBoss in Eclipse 3.2

2006-10-29 Thread msavoy
Some additional info that I forgot to include in the original email: This is what we think may be going on but don't know how to fix it: The issue is that Eclipse will rebuild and redeploy the EAR to JBoss while at the same time opening up IE and trying to load the JSP. JBoss eventually will

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-29 Thread petemuir
If you can send me the code up above as a simple buildable, deployable example then I can see if I can spot the problem. peter at bleepbleep dot org dot uk View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981609#3981609 Reply to the post :

[jboss-user] [EJB 3.0] - Re: EJB3.0 annotation security and webservices.

2006-10-29 Thread jgilbert
Take a look at the JBossWS user guide chapter on securing endpoints: http://labs.jboss.com/portal/jbossws/user-guide/en/html/secure-ejb.html You basically set properties on the Stub. I haven't tried it but I bet calling the the ClientSideLogingModule would to the trick also. View the original

[jboss-user] [EJB 3.0] - Re: javax.ejb.EJBAccessException: Authentication failure

2006-10-29 Thread jgilbert
You need to use org.jboss.security.jndi.LoginInitialContextFactory. http://wiki.jboss.org/wiki/Wiki.jsp?page=LoginInitialContextFactory View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981611#3981611 Reply to the post :

[jboss-user] [JBoss Seam] - Re: h:dataTable does not display properly

2006-10-29 Thread monkeyden
h:outputText value=#{meet.id}/ 0 and empty string are the default values for number and String View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981614#3981614 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981614

[jboss-user] [JBoss Seam] - Re: Can't load the data from the view

2006-10-29 Thread monkeyden
Post the interface and view please. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981615#3981615 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981615 ___ jboss-user mailing list

[jboss-user] [JCA/JBoss] - Re: JCA Adapter ClassCastException

2006-10-29 Thread Wizzie
mickey.mouse wrote : It does... any other suggestions? I have similar problems with Glassfish server when I try to re-deploy the connector module. Try restarting server after each deployment. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981616#3981616 Reply

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Window Preferences - JBoss-IDE Deployer. Not prese

2006-10-29 Thread dilator
Hi, I'm using JBossIDE 2.0.0.Beta2 (installed from bundle). In the workbench preferences, rather than 'JBoss-IDE' (as described in chapter 11 of the online help) I have 'JBoss Eclipse IDE'. Under this node I do not have a 'Deployer' node. I have 'JBoss Servers', 'JBossWS', and 'XDoclet'. In

[jboss-user] [Installation, Configuration Deployment] - Re: how to call the session bean after deployed

2006-10-29 Thread darrencnz1976
jaikiran wrote : Have a look at: | | http://wiki.jboss.org/wiki/Wiki.jsp?page=Getquotjavax.naming.NoInitialContextExceptionquot | | I just realized the real problem is: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an

[jboss-user] [JBoss jBPM] - JPDL Designer Eclipse plugin freezes on save

2006-10-29 Thread mgommeringer
Hello everyone, I currently tried out the designer plugin 3.0.12 and run again into the problem I described at http://www.jboss.com/index.html?module=bbop=viewtopict=82559postdays=0postorder=ascstart=40 Pressing the save button on a modified process definition causes Eclipse to hang a long

[jboss-user] [JNDI/Naming/Network] - TimedSocketFactory - is it really needed?

2006-10-29 Thread Wizzie
Hi! The question/hint to developers: the org.jnp.interfaces.TimedSocketFactory class might be simplified a bit if you use Socket.connect(InetAddress, timeout) method instead of creating a temporary thread for each socket to connect... -valeri View the original post :

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-29 Thread [EMAIL PROTECTED]
anonymous wrote : I contacted JBoss and they do not yet have consulting services for Seam. This seems extremely strange. Who did you talk to in sales? Send me a private email and I'll see what I can do to get you sorted out. View the original post :

[jboss-user] [Beginners Corner] - How not to use cluster environment

2006-10-29 Thread elangovans
Hi all, I have read some messages about the UDB multicast problems... I am getting the same too... However, I dont want to use the Clustered environment (at least for now) as I am using the server in the development environment. What config to be changed for not using the cluster-service? Any

[jboss-user] [JBoss Seam] - Re: No active event context

2006-10-29 Thread andyd
Stan, I'm not using StartupServletContextListener in the portlet configuration. Without Ajax4JSF, all is working fine. However, without Ajax4JSF, the exception above is still thrown, even though everything works. So, clearly, something still isn't quite right, even though everything works.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - jboss 4.04 ClassNotFoundException while deploying hibernate

2006-10-29 Thread gk2006
hello... i use jboss 4.0.4 and i deploy a hibernate app. i dont use a .har file, instead i have the ScanForMappingsEnabled propery set to true in the hibernate-service.xml jboss finds the .hmb.xml file located under the /WEB-INF/classes/directory of the .war file (the .war is inside an

[jboss-user] [JBoss AOP] - Re: AOP Instrumentor failed to transform org.apache.catalina

2006-10-29 Thread fabiocsilva
SOLVED ! ;) This problem is caused by one bug in aop deployer? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981628#3981628 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981628

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss CMP and Blob fields

2006-10-29 Thread lafr
This is not an jboss problem but an informix config problem. To store blobs in informix you'll have to define on table creation in which dbspace the blob should be placed. If not giving the info, a config parameter will be used (SBSPACENAME). I prefer to use byte instead of blob. Data for byte

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Error NamingNofFoundException

2006-10-29 Thread limajefferson2006
javax.naming.NameNotFoundException: Name CursoJ2EE is not bound in this Context at org.apache.naming.NamingContext.lookup(NamingContext.java:76 at org.apache.naming.NamingContext.lookup(NamingContext.java:151) at br.com.biblioteca.daos.ConexaoDAO.getConnection(ConexaoDAO.java:19) at

[jboss-user] [Installation, Configuration Deployment] - MBeans waiting for other MBeans

2006-10-29 Thread sonoerin
I am seeing this error when I start up my application (JBoss 4.0.2, OS 10.4.8, mySQL): ObjectName: jboss:service=Scheduler State: FAILED Reason: org.jboss.deployment.DeploymentException: Exception setting attribute [EMAIL PROTECTED] on mbean jboss:service=Scheduler; - nested throwable:

[jboss-user] [JBoss Portal] - Re: jboss portal 2.4GA HTML editor can not process chinese i

2006-10-29 Thread Antoine_h
Hello lws688 did you find how to configure this ? Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981634#3981634 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981634 ___

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

2006-10-29 Thread sbryzak2
The date type is already registered in the constructor, and there is special handling for the date class in getWrapperForObject(), hence no need for the registerWrapperClass() call for dates. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981636#3981636 Reply

[jboss-user] [JBoss Seam] - Re: Can't load the data from the view

2006-10-29 Thread Seto
thank you, i have solve it. it's my ignorance of the interceptors View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981637#3981637 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981637

[jboss-user] [JBoss Seam] - Re: Scheduling in Seam?

2006-10-29 Thread modoc
What I meant when I said chapter 7 is wrong, is that chapter 7 says that IntervalDuration is a Date not a long. Chapter 13 is the only place where the IntervalDuration is referred to as a long. Chapter 7 also clearly says: (For JavaBean components we can annotate the component

[jboss-user] [EJB 3.0] - Persistence Problem after upgrading to 4.0.5GA

2006-10-29 Thread SchlauFuchs
Hi there, I have switched today from 4.0.4GA to 4.0.5GA and now my persistence classes produce a problem I can't fix for myself. These three classes are involved: | @Entity | public class ConsumeSchema implements Serializable { | | private static final long serialVersionUID =

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - LazyInitializationException in strange circumstances

2006-10-29 Thread fuzelogik
Before posting about this problem, I should say that I'm new to JBoss. I've been spending the last 5 months learning Java EE and developing a system using Glassfish, but I've recently made the switch to JBoss 4.0.5 (with EJB3 capability). I've been having a number of problems cropping up

[jboss-user] [JBoss Eclipse IDE (users)] - JBoss Configuration problem : Cant see JBoss Configuration i

2006-10-29 Thread aadil
I am trying to follow the tutorial and when I reach step 10, the debug configuration dont show any JBoss servers . I am using the JBoss Eclipse IDE 2 Beta. Does anyone has any idea why this happens? Here is the tutorial step 10:

[jboss-user] [JBoss Portal] - Bug ? CMS Admin : config of TinyMCE / CSS Styles

2006-10-29 Thread Antoine_h
It seems there is a bug in Tiny MCE configuration, about the styles used for the contents. The AdminCMS configure TinyMCE with the CSS style sheet of the theme (the first one given in the descriptor). But when doing this, it seems the WebApp context is forgotten in the url. mine is :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Eclipse Plugin and WSDL Polymorphism

2006-10-29 Thread omatzura
Hi Kalvin, ok.. sorry.. mistake was mine.. I'm not sure if wstools supports this currently, the coming JAX-WS 2.0 compatible JBossWS 2.0 uses JAXB for databinding which probably supports your scenario.. but I'm not sure on any of those claims ;-).. try reposting your question in the JBossWS

[jboss-user] [JBoss jBPM] - how to get jBPM working without the starterkit

2006-10-29 Thread onizuka82
Hi there I am a newbie in here. I am currently doing my final year project in a company. I have installed the starter kit and tried the 'Getting Started Guide'. Starter kit contains all the configuration and can be used immediately after installation. It marvelous. Now, i would like to move

[jboss-user] [JBoss Seam] - Re: Scheduling in Seam?

2006-10-29 Thread modoc
Ok. Here is the entire class in question. Let me know if you need any other files.. | package com.digitalsanctuary.seam; | | import java.util.Collections; | import java.util.Date; | import java.util.HashMap; | import java.util.List; | import java.util.ListIterator; | import

[jboss-user] [JBoss Seam] - Re: Scheduling in Seam?

2006-10-29 Thread [EMAIL PROTECTED]
OK, np, (1) Can you show me your code (all of it) (2) What environment are you running in (JBoss with EJB3?) I'm not trying to say there are no bugs in this stuff (no doubt there are) or in the docs (I know there are). But lets take it a bit more slowly and patiently, please. Cheers.

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-29 Thread mwr0707
Hello Ole, I have the same environment as described above. I have created and tested a stateless session bean. I want to add a service endpoint to this session bean. I did the following: 1. Enable JBossWS nature 2. Right click on the SessionBean and choose: JBossWS-Publish as Web Service. 3.

[jboss-user] [Beginners Corner] - Re: JBoss AS 4.x system requirements

2006-10-29 Thread visolvejboss
Hello, Refer the following link. At page 6, can find the Minimal System Requirements for JBoss AS. http://www.jboss.com/pdf/JBossASBrochure-Mar2006.pdf View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981651#3981651 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: jboss-4.0.4.GA: How to deploy ?

2006-10-29 Thread jaikiran
anonymous wrote : In the prior versions of JBoss it was not necessary to do that in order to work...do you know why the reason for that ? AFAIK, JBoss since 3.x needs them to be named as .war , .ear etc... for the respective deployers to identify what has to be deployed. I guess you are

[jboss-user] [JBoss Seam] - Re: Scheduling in Seam?

2006-10-29 Thread [EMAIL PROTECTED]
The problem is that you are calling the @Asynchronous method from another method of the class. Calls to this do not get intercepted by the EJB container (or by Seam). You need to call the method from another component if you want it to be processed asynchronously. View the original post :

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: ejbtut not bound

2006-10-29 Thread prakah
Hello, Can you please post the ejb-jar.xml and jboss.xml file contents and also the log contents which will be displayed when deploying the bean. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981657#3981657 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2006-10-29 Thread diwa_pv
hi there, just follow the instrutions in the below forum and once the scripts are created, you can run them and the tables will be created. http://www.jboss.com/index.html?module=bbop=viewtopict=80256 thanks and regards diwa View the original post :

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: ejbtut not bound

2006-10-29 Thread prakah
Also, please check the application.xml, because you have mentioned that your jar file name is ejbtut.jar but mentioned bean.jar in the application.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981658#3981658 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Strange IllegalAccessError with JBoss + Hibernate

2006-10-29 Thread gbilodeau
Hi and thanks for your answer.Currently all my Hibernate libraries (Core, Annotations and EntityManager) are packaged in my EAR root - this packaging seems to be working fine on other app servers. Is the conflict due to the presence of the hibernate3.jar and jboss-hibernate.jar files in

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-29 Thread omatzura
Hi! You need to extract the methods you want to expose from your EJB into a seperate interface that extends Remote, ie if you have a doIt method in your EJB, refactor it into an interface (Refactor/Extract Interface), then make sure that the interface extends Remote and the interfaces methods

[jboss-user] [JBoss jBPM] - Regarding Node typecasting

2006-10-29 Thread [EMAIL PROTECTED]
Hi, I am using toke.getNode() which returns a Node. I want to typecast that Node object to TaskNode object. How can I do this? Please help me. Thanks JD View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981662#3981662 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Scheduling in Seam?

2006-10-29 Thread mzeijen
Or you move the method to a different component and call it from the original component. Maybe this also could be handled in a inner class? Or am I saying stupid things now? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981661#3981661 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Persistence Problem after upgrading to 4.0.5GA

2006-10-29 Thread andydale
I would try moving the annotations to the getter method(s). This is because i experienced the same problem/exception in 4.0.4GA when i was annotating at the variable declaration, moving it to the getter sloved the problem. Andy View the original post :