[jboss-user] [JBossWS] - Re: Hold the client ip from the client calls made to the we

2007-11-01 Thread adinarayana.gunnam
Hi I got the solution for this problem. I got the implementation class for the WebServiceContextImpl class.I hope this it is not been implemented in jars provided. I found a method to get the messagecontext. i.e public MessageContext getMessageContext() {

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: localhost:8080 is not working

2007-11-01 Thread ouq77
Hi beatzepz. Your post was VERY helpful. I also had the same problem with Ashampoo Firewall. After uninstalling it my jBoss server started working normally again. I recently reinstalled Windows and it was quite difficult to figure out which change to the system caused it to suddenly stop

[jboss-user] [Installation, Configuration DEPLOYMENT] - migrating from 3.2.3 to 4.0.2

2007-11-01 Thread xps2nini2000
Hii All Recently i hav shifted to jboss4.0.2 .I m using windows vista + jdk 1.5. My application was working fine on jboss 3.2.3 .But when i try to run it on jboss 4.0.2 .it gives classcastexception.I hav set callbyvalue property true in conf file.Now i m getting same exception in

[jboss-user] [Clustering/JBoss] - Re: Forwarding from Jboss over Apache using mod_proxy withou

2007-11-01 Thread argonist
I tried directly requesting the url with ports 8080 and the picture and css are shown. At the forwarding url is shown only plain text. I will try only http-forwarding today or tomorrow and compare betwenn http- and ajp-forwarding. Manu View the original post :

[jboss-user] [EJB 3.0] - Re: Calling a local 2.x stateless session bean from a remote

2007-11-01 Thread zagarol
Quick update for anyone who is trying to do the same as me. I have now got this working the process I used is: 1) Keep all your beans packaged as before. 2) Update the ejb-jar.xml to use the latest schema. 3) Update jboss.xml to use the latest schema. 4) update the ejb-jar to have a remote

[jboss-user] [JBoss Seam] - Re: model and action directories - treated not differently a

2007-11-01 Thread codelion
I seem to see a difference with the way action classes are handled in seam-gened projects whether - ear project (no special treatment) or - war project (exploded in own directory). Does that have to be that way by design, or is it just not implmented yet in seam-gen for ear? View the

[jboss-user] [JBoss Portal] - Re: should window-name be unique ?

2007-11-01 Thread [EMAIL PROTECTED]
What do you mean ? WIndow name should be unique in the context of the page, but you can have multiple windows with the same name on different pages View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100920#4100920 Reply to the post :

[jboss-user] [JBoss Portal] - should window-name be unique ?

2007-11-01 Thread PMN
I used names unique in the context of the page and it seems that I am not getting the expected instance (instances have globally unique names) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100919#4100919 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Accessing a different conversation context

2007-11-01 Thread FabBoco
Pete, thank you very much. Flushing seams to be the solution in all my scenarios. Regards Fab. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100918#4100918 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100918

[jboss-user] [JBoss Seam] - Re: Tutorial: Handling images in your Seam application

2007-11-01 Thread syzork
can someone post the source of ArtworkServlet.java to see what am i doing wrong? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100923#4100923 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100923

[jboss-user] [Clustering/JBoss] - Re: Port Numbers in Horizontal Cluster

2007-11-01 Thread jboss_cody
bump** View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100926#4100926 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100926 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Clustering/JBoss] - Maximum number of concurrent users

2007-11-01 Thread sendil.sekki
Hi, What is the maximum number of concurrent users allowed in JBOSS without affecting performance. sendil kumar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100927#4100927 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Factory pattern and CRUD operations

2007-11-01 Thread [EMAIL PROTECTED]
Yes, EJB3 automatically flushes at container called method boundaries. Use manual flush mode if you only want to flushes to occur when you call flush explicitly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100928#4100928 Reply to the post :

[jboss-user] [JBossWS] - Time when server started from ws

2007-11-01 Thread rukus
How I can obtain time when server started from web-service? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100929#4100929 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100929 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - source of org.jboss.dom4j

2007-11-01 Thread bollin
Hi, I want to build jbossas 4.2.2GA completely from source but some java files in jmx/ need org.jboss.dom4j. Where can I find source code and/or build instructions for org.jboss.dom4j? Cheers, Torsten View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: source of org.jboss.dom4j

2007-11-01 Thread [EMAIL PROTECTED]
http://repository.jboss.com/jboss/dom4j-jarjar/1.6.1/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100932#4100932 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100932 ___

[jboss-user] [JBoss Portal] - Re: LDAP Authentication Authorization to eDirectory

2007-11-01 Thread [EMAIL PROTECTED]
I have enable the workaround in the login-config.xml file so that if the User is not found in Ldap it looks at the datastore. This does not seem to have any effect. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100933#4100933 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - SecurityException when start application.

2007-11-01 Thread mauro_monti
Hi people.. I develop an application and i deployed in JBoos 4.2.2. The application starts up without problems, but when i call an struts action i get the following error: (below) When i deploy the same application in a Geronimo Server 2.0 or Tomcat the application works correctly. I work

[jboss-user] [EJB 3.0] - ow

2007-11-01 Thread LeandroSeverino
ow, Teste de post. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100935#4100935 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100935 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: ow

2007-11-01 Thread LeandroSeverino
I have problems to post a new topic. Can delete this post. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100936#4100936 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100936 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: source of org.jboss.dom4j

2007-11-01 Thread bollin
Thanks a lot! But I have another problem: jbossha in the cluster directory needs org.jgroups.debug.Debugger which is not available in newer versions of jgroups. Is there a simple workaround beside downgrading jgroups? Cheers, Torsten View the original post :

[jboss-user] [EJB 3.0] - JBoss 4.2

2007-11-01 Thread LeandroSeverino
Hi, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100938#4100938 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100938 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [EJB 3.0] - Re: JBoss 4.2

2007-11-01 Thread LeandroSeverino
The projects: - Report.ear (NetBeans EnterpriseApplication project.) - Report-Business-ejb (NetBeans EJB Module project.) - ElementoGerenciadoFacade (@Stateless, SessionBean EJB class.) note : in this class I have a @EJB private DAOFactory daoFactory; -

[jboss-user] [EJB 3.0] - Re: JBoss 4.2

2007-11-01 Thread LeandroSeverino
My Environment: - NetBeans 5.5.1 - JBoss 4.2.1 GA - EJB 3 / JPA. I have a Enterprise Application (EAR) with 2 EJB modules + WAR module. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100940#4100940 Reply to the post :

[jboss-user] [JBoss Seam] - GWT-Ext or Ext JS with Seam apps?

2007-11-01 Thread asookazian
anybody using Ext JS? I looked at the video and examples on www.extjs.com and was very impressed by some of the features. Seam 2.0 provides GWT integration and GWT-Ext is a wrapper for Ext JS. The re-sizeable columns in the grid and visual cues for edited cells are very cool among many other

[jboss-user] [EJB 3.0] - Re: JBoss 4.2

2007-11-01 Thread LeandroSeverino
Well, I will try explain my problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100939#4100939 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100939 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Problem locating resources

2007-11-01 Thread pettersonfp
Hello, I have an application working fine in JBoss AS and I am migrating it to Tomcat 5.5 without embedded jboss. I got an resource not exists hen I try to render an email using Renderer.render(my_email_template) I checked the path several times and it is right, I checked the generated war

[jboss-user] [EJB 3.0] - Re: JBoss 4.2

2007-11-01 Thread waynebaylor
it will be easier to track if you include all your info and questions in a single post View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100945#4100945 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100945

[jboss-user] [JBoss Seam] - Re: Conversation Propogation on Redirect

2007-11-01 Thread harpritt
what if i manually write the url for the submit to include the cid? . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100944#4100944 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100944

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: CPU uitlisation goes high as soon as jboss gets up

2007-11-01 Thread PeterJ
When the usage goes to 99%, take a thread dump or 2 or 3. Looking at what threads are active should point you to the code causing the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100947#4100947 Reply to the post :

[jboss-user] [EJB 3.0] - jpa2web: generates ajax webapps from JPA annotated beans

2007-11-01 Thread mgurmendez
I wanted to share this tool with the community: Generate J2EE AJAX based web applications from JPA/Hibernate annotated beans. The applications generated by this tool allow a final user to add, delete, search, modify and interconnect instances of database-synchronized objects in a friendly AJAX

[jboss-user] [JBossWS] - Re: Time when server started from ws

2007-11-01 Thread PeterJ
Use the StartDate attribute of the jboss.system:type=Server MBean. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100951#4100951 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100951

[jboss-user] [Installation, Configuration DEPLOYMENT] - Custom Logger in JBoss

2007-11-01 Thread JKV
I am using JBoss 4.0.X, I am having three ears deployed in JBoss. I am using a custom Logger say ABCLogger which extends Log4j, and I have bundled all these classes within xjz.jar file. I am having a copy of this xyz.jar file in all the three ears and logging the events by getting the logger

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: No Persistence provider for EntityManager

2007-11-01 Thread dheerajsega
Hi, I was able to fix it.. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100954#4100954 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100954 ___ jboss-user mailing list

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - org.hibernate.HibernateException: Could not find datasource

2007-11-01 Thread dheerajsega
Hi, I am trying to test my application with Testng .. but i m getting some errors as given below. javax.persistence.PersistenceException: org.hibernate.HibernateException: Could not find datasource Can aynone tell me what the error may be and what should be done to solve it... View the

[jboss-user] [JBoss Seam] - Re: Using EL in backend Java code?

2007-11-01 Thread damianharvey
This is an easy option: @In(value=#{identity.username}) | String username; (had to remove double quotes as phpBB was choking on them for some reason) Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100956#4100956 Reply to the post :

[jboss-user] [JBoss Seam] - Re: entityManager goes null on form submit?

2007-11-01 Thread damianharvey
Like Wesley, Im trying out the Flying Saucer renderer to generate PDFs but am hitting the same issue. The PDF is generated but my entityManager is now null. Also it looks like FS takes over rendering of the application somehow. I see logging like this for every page component : |

[jboss-user] [JBoss Seam] - test

2007-11-01 Thread jiyuan_wang
test View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100959#4100959 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100959 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - quotes causing 404

2007-11-01 Thread damianharvey
Anyone else noticed that quotes are causing 404 errors in this forum? Try previewing or submitting a post with any double or single quotes. Or is this just everyone at my location? Cheers, Damian. View the original post :

[jboss-user] [JBoss Seam] - Re: GWT-Ext or Ext JS with Seam apps?

2007-11-01 Thread IGx89
I am using Ext with PHP (http://www.perfitrak.com and absolutely love it, though have not had a chance to try using it with Seam/GWT yet. From research I have been doing, I would actually recommend using MyGWT instead of GWT-Ext for a GWT/Ext bridge (people seem to think it is better designed).

[jboss-user] [JBoss Seam] - Re: Using EL in backend Java code?

2007-11-01 Thread IGx89
It is actually not phpBB, just a very old and embarrasingly messed up version of jForum :/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100962#4100962 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100962

[jboss-user] [JBoss Seam] - Re: quotes causing 404

2007-11-01 Thread IGx89
Thanks for the advice, after removing quotes I can finally post again :/. In my 10+ years on the internet, this forum is the worst-functioning one I have ever used... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100963#4100963 Reply to the post :

[jboss-user] [JBoss Seam] - no page context active exception when use seam pdf

2007-11-01 Thread jiyuan_wang
Hi I am new to Seam and met a problem with SEAM PDF. I try to generate a pdf report using seam pdf. I followed the code example of Yuans book and seam online doc. everything works fine (the pdf was generated correctly). However, just there are some errors in the server log. I cannot figure out

[jboss-user] [JBossWS] - maven2 and jbossws

2007-11-01 Thread ulath
how can i use jbossws with maven2? some dependencies are not published(i.e: jbossws-core.jar) to jboss maven2 repository, am i wrong? regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100966#4100966 Reply to the post :

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

2007-11-01 Thread jiyuan_wang
please delete this post thank you! the reason I send this test post is, I failed to post a message several times. However, I find out at last that I cannot post a message with a single quote symbol in it. View the original post :

[jboss-user] [JBoss Seam] - Re: Problem locating resources

2007-11-01 Thread pettersonfp
I am trying to post the stack trace but I am getting a 404 error ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100967#4100967 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100967

[jboss-user] [JBoss Seam] - Re: quotes causing 404

2007-11-01 Thread [EMAIL PROTECTED]
Thanks Damian, I hadnt realised that... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100970#4100970 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100970 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: GWT-Ext or Ext JS with Seam apps?

2007-11-01 Thread damianharvey
The JSF/Ext project is called Lilya http://sharesource.org/project/lilya/. I have...not (must avoid quotes...) used it so can...not comment. When they get quotes working again people reading this thread will think that I...am a nutter. Sigh. Cheers, Damian. View the original post :

[jboss-user] [JBoss Seam] - Re: SEAM Page Navigation

2007-11-01 Thread supernovasoftware.com
Where did you get the salary figures? I need to hire someone soon. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100971#4100971 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100971

[jboss-user] [JBoss Seam] - Re: Custom validator disables hibernate default validator

2007-11-01 Thread jbuechel
Thanks Pete and dapeng! Your posts saved me a lot of time.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100974#4100974 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100974

[jboss-user] [JBoss Seam] - Re: no page context active exception when use seam pdf

2007-11-01 Thread jiyuan_wang
forgot to mention the version of jboss and seam I use. JBoss: 4.0.4 GA Seam: 1.2.1 GA Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100975#4100975 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100975

[jboss-user] [JBoss Seam] - Re: SEAM Page Navigation

2007-11-01 Thread harpritt
Jobserve Just type in SEAM... it was a SEAM 2 role View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100976#4100976 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100976 ___

[jboss-user] [JBoss Seam] - Re: More configuration issues getting starged with seam...

2007-11-01 Thread [EMAIL PROTECTED]
12:41:07,778 INFO [LongType] could not bind value 1 to parameter: 1; java.lang.String This is the cause of your transaction breaking. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100968#4100968 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem locating resources

2007-11-01 Thread pettersonfp
It was the quotes :-( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100977#4100977 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100977 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: GWT-Ext or Ext JS with Seam apps?

2007-11-01 Thread ryoung2504
I am using Ext JS with Seam. I found that the richfaces tree tags were too slow and I am now using the more perfomant Ext JS tree. I have changed the loader so that is uses Seam Remoting and it works like a charm. All the JS is then wrapped in a custom component... View the original post :

[jboss-user] [JBoss Seam] - Re: Problem locating resources

2007-11-01 Thread pettersonfp
java.lang.IllegalArgumentException: resource doesnt exist: /registration/validation_email.xhtml at org.jboss.seam.ui.facelet.FaceletsRenderer.resourceURL(FaceletsRenderer.java:184) at org.jboss.seam.ui.facelet.FaceletsRenderer$1.process(FaceletsRenderer.java:160) at

[jboss-user] [JBoss Seam] - Re: Conversation Propogation on Redirect

2007-11-01 Thread [EMAIL PROTECTED]
I dont understand the question View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100980#4100980 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100980 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: GWT-Ext or Ext JS with Seam apps?

2007-11-01 Thread dustismo
I am using Ext.js as well (I was unsatified with icefaces and richfaces tree implementations).. Love it for the most part. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100979#4100979 Reply to the post :

[jboss-user] [JBoss Seam] - Re: GWT-Ext or Ext JS with Seam apps?

2007-11-01 Thread supernovasoftware.com
Any chance of sample code for ExtJs and Seam integration? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100982#4100982 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100982 ___

[jboss-user] [JBoss Seam] - Re: Tutorial: Handling images in your Seam application

2007-11-01 Thread enrokuta
What error message do you get? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100981#4100981 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100981 ___ jboss-user mailing list

[jboss-user] [JBossCache] - JDBCCacheLoader problem in java application

2007-11-01 Thread gmeroz
in version 2.0.0GA When i use JDBCCacheLoader inside JBossAS it wokrs fine, but when i try to run the same code from a regular java Main class it fails with the following exception. i seems that some connections are not closed. | | added 85 dummy node to Jboss cache. | added 86

[jboss-user] [JBoss Seam] - Re: Using EL in backend Java code?

2007-11-01 Thread [EMAIL PROTECTED]
Its horrible - soon we will have a lovely new forum :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100984#4100984 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100984 ___

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.2 Seam shutdown exception

2007-11-01 Thread [EMAIL PROTECTED]
Please file an issue in jira. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100985#4100985 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100985 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Pls help: Wierd error: app ear works fine in seam 2.0.0.

2007-11-01 Thread [EMAIL PROTECTED]
Please file a jira issue with a simple example of the problem attached. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100988#4100988 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100988

[jboss-user] [JBoss Seam] - Re: Problems with contexts not being active

2007-11-01 Thread [EMAIL PROTECTED]
Post your web.xml and components.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100989#4100989 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100989 ___ jboss-user mailing

[jboss-user] [Clustering/JBoss] - XAConnectionFactory not found only in Clustering

2007-11-01 Thread seoeng
Ok, before you go off...I have spent the past 2 days researching this error. Still cannot find my applicable situation. Things like http://wiki.jboss.org/wiki/Wiki.jsp?page=IGetXAConnectionFactoryNotBoundHowDoIFixIt do not help, as I am not getting any other errors that I can see. Setup:

[jboss-user] [Clustering/JBoss] - Re: Nodes not join Cluster - UDP discarded Message

2007-11-01 Thread [EMAIL PROTECTED]
- Are the 3 additional boxes in the same subnet as the others ? - Do they bind to correct addresses ? 127.0.0.1 is *not* one ! - Any firewalls on ? If so, turn off to see whether the JOIN is successful - Do you use VLANs ? If so, the 3 additional boxes need to be in the same VLAN as the others.

[jboss-user] [JBoss Seam] - Re: no page context active exception when use seam pdf

2007-11-01 Thread jiyuan_wang
components.xml (replace quote with \ and [] replace less than/great than, since they cause 404 error) ___ [?xml version=\1.0\ encoding=\UTF-8\?] [components xmlns=\http://jboss.com/products/seam/components\

[jboss-user] [JBoss Seam] - Re: Using EL in backend Java code?

2007-11-01 Thread supernovasoftware.com
I remember reading the new forum is based on Seam. When will it be ready and is there a beta version I can try? Will it be open source? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100992#4100992 Reply to the post :

[jboss-user] [JBoss Seam] - Re: no page context active exception when use seam pdf

2007-11-01 Thread jiyuan_wang
web.xml (replace quote with \ and [] replace less than/great than, since they cause 404 error) _ [?xml version=\1.0\ encoding=\UTF-8\?] [web-app version=\2.4\ xmlns=\http://java.sun.com/xml/ns/j2ee\

[jboss-user] [JBoss Seam] - Re: Using EL in backend Java code?

2007-11-01 Thread [EMAIL PROTECTED]
anonymous wrote : I remember reading the new forum is based on Seam. When will it be ready and is there a beta version I can try? | | Will it be open source? Soon now (we really are getting closer) but I'm not sure how long exactly. It's all based around the wiki architecture that

[jboss-user] [JBossCache] - Re: Improved performance

2007-11-01 Thread [EMAIL PROTECTED]
2.1.0.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100999#4100999 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100999 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Tutorial: Handling images in your Seam application

2007-11-01 Thread syzork
when i call something like em.query(...) returns an exception: | 16:00:30,890 ERROR [STDERR] java.lang.NullPointerException | 16:00:30,890 ERROR [STDERR] at com.flavio.b.ArtworkServlet.doGet(ArtworkServlet.java:59) | 16:00:30,890 ERROR [STDERR] at

[jboss-user] [JBoss Seam] - Re: Using EL in backend Java code?

2007-11-01 Thread supernovasoftware.com
This is great. Real seam applications as opposed to smaller area specific examples will prove quite useful for learning how to structure larger applications. Plus, I could use a nice forum for my inventory tracking software. :) View the original post :

[jboss-user] [JBoss Seam] - Re: Problem locating resources

2007-11-01 Thread pettersonfp
It was a problem sending the emai using assyncrhonousEmailProcessor. When I send directly in my action the problem does not occur. Any ideas about why? Regards, Petterson View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101004#4101004 Reply to the post :

[jboss-user] [JBoss Seam] - need help passing UI params to SFSB

2007-11-01 Thread asookazian
so I tried @RequestParameter with pages.xml config and failed (value was not coming thru, so it was null). now I'm trying the regular JSF way per pg. 292 of the Geary/horstmann 2nd edition. Anything wrong with the following code? this doesn't work either (I'm viewing the params object values

[jboss-user] [JBoss Seam] - MyFaces, Seam and JBoss 4.2.1 GA problem

2007-11-01 Thread maykellff
Hi all, i have an old MyFaces-EJB3 sample application that i'm refactoring to use Seam, i set every single datail (i've read a lot of tutorial and forum's posts about the topic ) in order to integrate Seam with my old myfaces application but when i try to run it on server i get the following

[jboss-user] [JBoss Seam] - Re: Tutorial: Handling images in your Seam application

2007-11-01 Thread enrokuta
Did you define the web:context-filter in components.xml? Can you post some code around line 59? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101013#4101013 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101013

[jboss-user] [JBoss Getting Started Documentation] - Help with Weblogic to JBoss migration

2007-11-01 Thread hanif77
I have a problem with JNDI when moving from Weblogic 6 to JBoss 4.2.0.GA. I have a class which is bound to a JNDI name (Global), but when I do a lookup I always seem to get a copy rather than a reference. This code had previously worked ok on Weblogic. public class RuleCacheHolder implements

[jboss-user] [JBoss Seam] - Re: s:fileUpload+trinidad = no Renderer for component family

2007-11-01 Thread wiberto
Did you find a solution to this? I'm getting the data = null. The multipart filter is being called and it's recognizing it as a multi part request. It gets the content size of the file right, but then I see no data when the bean is called. I heard it might be an issue with Trinidad, but I

[jboss-user] [JBoss Portal] - Classpath error??

2007-11-01 Thread earniedyke
Greetings all, I am trying to run a Seam 1.2.1.GA application with RichFaces 3.1.2.GA and Faceltes and I continue to receive the error below. Even though the Sun RI is supposed to be the installed JSF implementation, the Admin portlet seems to still be using MyFaces. I can find FacesContext in

[jboss-user] [JBoss Seam] - Re: Tutorial: Handling images in your Seam application

2007-11-01 Thread syzork
| components xmlns=http://jboss.com/products/seam/components; | xmlns:core=http://jboss.com/products/seam/core; | xmlns:persistence=http://jboss.com/products/seam/persistence; | xmlns:web=http://jboss.com/products/seam/web; |

[jboss-user] [Clustering/JBoss] - Re: Nodes not join Cluster - UDP discarded Message

2007-11-01 Thread jboss_cody
Thank you for the reply Bela, Before I answer your questions, I thought that I should also mention that I am using vmware Server w/Centos5 to develop my cluster. I have successfully configured two separate VM's for my cluster. (vmware Server only allows up to 4 virtual NICs per vm) I

[jboss-user] [Clustering/JBoss] - Re: Nodes not join Cluster - UDP discarded Message

2007-11-01 Thread jboss_cody
anonymous wrote : boolean isBad = (this.Network_traffic == NOT GOOD) ; | System.out.print(isBad.toString()); | | -NOT GOOD Correction: -true View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101026#4101026 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - jndi jboss service problem connecting

2007-11-01 Thread ByDcc
Hi all, I'm trying to connect to the jboss service JNDI from a stand alone application and always I try to lookup an object I get a javax.naming.NameNotFoundException. I have deployed two entity ejb3: INFO [Ejb3Configuration] found EJB3 Entity bean:

[jboss-user] [JBoss Seam] - Re: Tutorial: Handling images in your Seam application

2007-11-01 Thread enrokuta
You should be defining the EntityManager as a local variable of the doGet method rather than having it as a member. Seam injection cannot be applied to servlets. You have to use Component.getInstance instead. View the original post :

[jboss-user] [JBoss Seam] - Batch Index using Hibernate Search and Seam

2007-11-01 Thread mat
We need to index a large number of records using Hibernate Search; Following the documentations and examples from SEAM, we have implemented the followings. This is to eliminate Out Of Memory Exception and Timeout Exception when indexing a large number of records. The method works fine (well,

[jboss-user] [JBossWS] - Webservice invocation woes!

2007-11-01 Thread Jihnd
Hello all, I've created a web service using netbeans on jboss 4.2.1ga by exposing a ejb. the wdsl is created and loads in browser when i check it the jmx-console also seems pretty convinced all is working but then when i try an invoke it from within a flex page, i get either; 2007-10-26

[jboss-user] [Clustering/JBoss] - Re: Forwarding from Jboss over Apache using mod_proxy withou

2007-11-01 Thread [EMAIL PROTECTED]
It's not clear to me from your reply exactly what URLs you are invoking, so I'm not sure if you are trying what I suggested. lf you still have troubles, please include in your reply the exact URLs you are invoking when it works and when it doesn't. View the original post :

[jboss-user] [JBoss Seam] - Exception on timeout due to Hibernate Filter

2007-11-01 Thread mat
We are using Hibernate Search and Hibernate Filter with Seam. On timeout, we get the folowing NP Exceptions which we cannot resolve. This seems to be due to the hibernate filter we are setting. There is no such an exception prior to the timeout. Your help and feedback is highly appreciated;

[jboss-user] [JBoss Seam] - Re: Tutorial: Handling images in your Seam application

2007-11-01 Thread syzork
yeah! it´s working now! thanks I tried to inject entitymanager because i was getting an exception related to 'no active application context active', now i see that was using a wrong url-pattern in web:context Thanks again! View the original post :

[jboss-user] [Clustering/JBoss] - Re: XAConnectionFactory not found only in Clustering

2007-11-01 Thread [EMAIL PROTECTED]
When does this happen? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101040#4101040 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101040 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - How to access seam components from a servlet filter?

2007-11-01 Thread akwatters
I understand how do do this using the context filter and a servlet but I haven't been able to do this from a servlet filter. Has anyone been able to do this please? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101042#4101042 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: XAConnectionFactory not found only in Clustering

2007-11-01 Thread seoeng
On startup: | 01 Nov 2007 10:50:27,213 INFO [main] (Embedded.java:889) - Catalina naming disabled | 01 Nov 2007 10:50:27,416 INFO [main] (AprLifecycleListener.java:140) - The Apache Tomcat Native library which allows optimal performance in production environments was not found on the

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

2007-11-01 Thread kuvera
Hi, I am trying to get started with JPA/Hibernate, in a standalone application. Jars are in classpath, persistence.xml is there, but it gives me an exception on the first line: emf = Persistence.createEntityManagerFactory(punit); | java.lang.NoSuchMethodException:

[jboss-user] [JBoss Seam] - AbstractResource subclass gets ClientAbortException writing

2007-11-01 Thread JakeC
While writing to the output stream, I get the following stacktrace: 11:03:00,031 INFO [Util] 0: Writing 16,384 bytes of 57,567 to buffer | 11:41:42,202 INFO [Util] 0: Writing 16,384 bytes of 57,567 to buffer | 11:41:42,202 INFO [Util] 0: Writing 16,384 bytes of 57,567 to buffer |

[jboss-user] [JBoss Seam] - Using fine-grained pages.xml

2007-11-01 Thread chris.simons
Seam wizards, I'm using the Seam 1.21GA documentation as a guide for breaking out a lengthy pages.xml into single, page specific files. According to the documentation, I am to break out each file into their given view-id and append .page.xml. Therefore, I have added:

[jboss-user] [JBoss Seam] - Re: Using EL in backend Java code?

2007-11-01 Thread samdoyle
[EMAIL PROTECTED] wrote : Expressions.instance().createValueExpression(#{myBean.myProperty}) returns Object. It needs to cast to your object type. | | | Interpolator.instance().interpolate(#{myBean.myProperty}) | | returns String. View the original post :

[jboss-user] [JBoss Seam] - I need help with scope type

2007-11-01 Thread rcherchi
Hi, I use jboss-seam-1.2.1.GA and jboss-4.0.5.GA. I need to perform a member registration for the web site I'm working on. The registration perform some server side validation. I also have some ajax calls using javascript and seam remoting. At the moment, it works with a stateful session bean

[jboss-user] [JBoss Seam] - Re: Using EL in backend Java code?

2007-11-01 Thread samdoyle
I'll give that at try, thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101064#4101064 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101064 ___ jboss-user mailing list

  1   2   >