[JBoss-user] [JBoss Seam] - Seam and Oracle ADF

2006-06-16 Thread deniss.parhomenko
I've update guide for Seam and Oracle ADF http://www.deniss.info/articles/seam-adf.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951313#3951313 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951313

[JBoss-user] [JBoss Seam] - NoClassDefFoundError:

2006-05-10 Thread deniss.parhomenko
I don't know, but may be it related to Seam, if I deploy 2 different Seam application(based on hibernate example, without EJB3), when i try to open any jsp I receive follofing exception. I use latest jboss & seam from cvs java.lang.NoClassDefFoundError | at org.apache.jasper.JspCompi

[JBoss-user] [JBoss Seam] - Re: Remoting exception

2006-05-09 Thread deniss.parhomenko
Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942384#3942384 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942384 --- Using Tomcat but need to do more? N

[JBoss-user] [JBoss Seam] - Remoting exception

2006-05-09 Thread deniss.parhomenko
If I use Seam Remoting with Java Beans I receive follofing exception java.util.NoSuchElementException | at java.util.HashMap$HashIterator.nextEntry(Unknown Source) | at java.util.HashMap$KeyIterator.next(Unknown Source) | at org.jboss.seam.remoting.Call.execute(Call.java:105) I

[JBoss-user] [JBoss Seam] - Re: Seam Remoting Refactored

2006-04-18 Thread deniss.parhomenko
Thank you , i'll check it later View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938062#3938062 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938062 --- This SF.Net e

[JBoss-user] [JBoss Seam] - Re: Seam Remoting Refactored

2006-04-18 Thread deniss.parhomenko
is it possible to use @WebRemote with play Java Bean, I try to use it together with Hibenrate (not EJB3) @Name("ticketReserveAction") | @Scope(SESSION) | @Interceptors(SeamInterceptor.class) | @LoggedIn | public class TicketReservAction { | | | @WebRemote | public String

[JBoss-user] [JBoss Seam] - Re: Can I use multiple faces-config.xml?

2006-03-02 Thread deniss.parhomenko
Im my application I use 3 different faces config xml, and when server start, I also see, that faces-config.xml readed twice, but application work withou any problem, but seam configuration located in another faces config(faces-config-seam.xml) file, not faces-config.xml View the original post

[JBoss-user] [JBoss Seam] - Re: Seam Remoting Framework

2006-02-26 Thread deniss.parhomenko
Hi I think that using AJAX together with Seam is very good idea. May you can create more useful examples with AJAX and Seam, for example auto complete input field using seam remote request. You can see examples here : http://ajaxtags.no-ip.info/ajaxtags-1.2-beta1/autocomplete.jsp. All scripts

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

2006-02-24 Thread deniss.parhomenko
Yes, tomohawk file upload work with seam, you need define extension filter in web.xml and you can you se file upload View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926156#3926156 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JBoss Seam] - Re: Is seam compatible with Oracle ADF?

2006-02-06 Thread deniss.parhomenko
Of course you can use this code as you want. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921821#3921821 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921821 ---

[JBoss-user] [JBoss Seam] - Re: Is seam compatible with Oracle ADF?

2006-02-04 Thread deniss.parhomenko
just see at the end of the page there are small link http://jds.id.lv/seamADF/sources.zip View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921682#3921682 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921682 -

[JBoss-user] [JBoss Seam] - Re: Is seam compatible with Oracle ADF?

2006-02-04 Thread deniss.parhomenko
sorry, correct link http://jds.id.lv/seamADF/source.zip View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921683#3921683 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921683

[JBoss-user] [JBoss Seam] - Re: Is seam compatible with Oracle ADF?

2006-02-04 Thread deniss.parhomenko
preview on http://jds.id.lv/seamADF/ later I add this manual to wiki, but may be some one wnat to try it first ?:)[/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921647#3921647 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [JBoss Seam] - Re: Is seam compatible with Oracle ADF?

2006-02-03 Thread deniss.parhomenko
Ok, I'll try to do this during weekend View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921590#3921590 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921590 --- This S

[JBoss-user] [JBoss Seam] - Re: Is seam compatible with Oracle ADF?

2006-02-03 Thread deniss.parhomenko
May be some one can create manual how to run Seam +ADF + Facelets and also make some scripts and sample in seam code I can help with this View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921545#3921545 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBoss Seam] - Re: Seam & Tomcat

2006-01-06 Thread deniss.parhomenko
As I see probleam are in UserTransaction JNDI name Hibernate look for UserTransaction, but in Context in binded as java:comp/UserTransaction View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916081#3916081 Reply to the post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBoss Seam] - Re: Seam & Tomcat

2006-01-06 Thread deniss.parhomenko
I work with latest CVS version, but i have folowing code: | Session session = bockingDatabase.getSessionFactory().openSession(); | Transaction tr = session.beginTransaction(); | try { | ... | | ses

[JBoss-user] [JBoss Seam] - Re: Seam & Tomcat

2006-01-06 Thread deniss.parhomenko
Same as noEjb sample do it My application are based on noEjb sample for tomcat I only add Oracle ADF support View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916076#3916076 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JBoss Seam] - Re: Seam & Tomcat

2006-01-06 Thread deniss.parhomenko
After ading to hibernate.cfg evrything is ok | org.jnp.interfaces.NamingContextFactory | org.jboss.naming:org.jnp.interfaces | java:comp/UserTransaction | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916074#3916074 Reply to

[JBoss-user] [JBoss Seam] - Re: Seam & Tomcat

2006-01-06 Thread deniss.parhomenko
Hi I already has this file in my classpath | java.naming.factory.initial org.jnp.interfaces.LocalOnlyContextFactory | java.naming.factory.url.pkgs org.jboss.naming:org.jnp.interfaces | but code that throw this exception is : | Session session = s.getSessionFactory().open

[JBoss-user] [JBoss Seam] - Seam & Tomcat

2006-01-06 Thread deniss.parhomenko
Hi I have My own application that work under tomcat(it's also use Pracle ADF) after migration to Seam b2 I receive folowinf exception at save operation ERROR [http-8080-Processor24] JTATransaction - Could not find UserTransaction in JNDI | javax.naming.NameNotFoundException: UserTransaction n

[JBoss-user] [JBoss Seam] - Re: Integrating ADF EA19 and beta2 CVS version

2006-01-06 Thread deniss.parhomenko
files in WEB-INF/lib adf-facelets.jar adf-faces-api-ea19.jar adf-faces-impl-ea19.jar adfshare-3218.jar antlr-2.7.6rc1.jar asm.jar bsh-2.0b2.jar cglib-2.1.1.jar commons-beanutils.jar commons-codec-1.2.jar commons-collections.jar commons-digester-1.6.jar commons-fileupload.jar commons-httpclient-3.0

[JBoss-user] [JBoss Seam] - Re: Integrating ADF EA19 and beta2 CVS version

2006-01-06 Thread deniss.parhomenko
Hi, I successfully run my application And the reason is ... missed log4j.properties I add to my classpath file log4j.properties (I want only look at debug messages) # Log4J properties file. It contains definitions of logging level | # for root category, for all tests and definition of one

[JBoss-user] [JBoss Seam] - Re: Integrating ADF EA19 and beta2 CVS version

2006-01-06 Thread deniss.parhomenko
My Confiruratin files web.xml | | http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";> | | | javax.faces.CONFIG_FIL

[JBoss-user] [JBoss Seam] - Re: Integrating ADF EA19 and beta2 CVS version

2006-01-06 Thread deniss.parhomenko
Hi, I have a different configuration files, but the same environment (Oracle EA19, My faces, Seam b2) and receive the same exception : java.lang.IllegalStateException: No active application scope | org.jboss.seam.core.Init.instance(Init.java:84) | org.jboss.seam.Component.getInstanc

[JBoss-user] [JBoss Seam] - Re: Validation and long running conversations

2005-12-06 Thread deniss.parhomenko
Try put @EndIFValid (or somthing like that) instead of 2End View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910907#3910907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910907 -

[JBoss-user] [JBoss Seam] - Re: unicode escaping problem

2005-12-05 Thread deniss.parhomenko
try to register this filter, but it? a hack for Oracle ADF, because some time Oracle ADF components reset utf encoding to ISO public class UTF8Filter implements Filter { | | public UTF8Filter() { | super(); | } | | public void init(FilterConfig arg0) throws