[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: libraries incompatibilities?

2009-04-15 Thread BjPenn
i alredy have the get and set method defined View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225549#4225549 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225549 ___ jboss-user

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: libraries incompatibilities?

2009-04-15 Thread BjPenn
dont worry about the tk:form , tk is a tag that i created. the thing is binding is for read and write as you mentioned, is this means i have to have a get and set method in the class or something like that? i still dont get it at all, cause in glassfish worked fine. View the original post : ht

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: libraries incompatibilities?

2009-04-14 Thread BjPenn
i am using the #{itkpersistence.form} in this line View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225272#4225272 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225272 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: libraries incompatibilities?

2009-04-14 Thread BjPenn
thx for the reply , but foe what i need the setForm() method and is this something specefic for JBOSS cause in other servers i never needed it. thank you. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225265#4225265 Reply to the post : http://www.jboss.org

[jboss-user] [Installation, Configuration & DEPLOYMENT] - libraries incompatibilities?

2009-04-13 Thread BjPenn
hey i have an error with my app and i truly believe that it has to do with the libraries compatibility. i am using jboss 5.0.1 GA for jdk 6 richfaces3.2.2 JSF 1.2 and the error i am getting is : i will translate the first line cause it s on spanish: "the servlet.Service() for the jsp servlet

[jboss-user] [Security & JAAS/JBoss] - jaas configuration in jboss-web.xml?

2009-03-31 Thread BjPenn
Hey everybody, i am migrating an application from glassfish V2 to jboss5.0.1, eveything is working fine, but i have a little doubt: in sun-web.xml i had this piece of xml code: | mensajes | admine | grabadorm | grabadort | | | categorias | admine

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread BjPenn
i just added the common-collections-3.2.jar and it seems to work, thank you mates. cheers, Youssef View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222007#4222007 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222007 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread BjPenn
the thing is the same application when i remove the axis.jar or the axius-ant.jar the application is deployed with no problem.so wich other jars i could be missing??you mean jars that the axis library need?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=42219

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread BjPenn
anonymous wrote : I think you don't have a complete set of required jar files in your application package. I think you might be missing the jar file containing the org.apache.commons.* and other related packages. Can you post the output of | | Code: | | jar -tf myapp.war ok here is

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread BjPenn
m my aplication is packaged as a WAR and i include the axis.jar in my web-inf/lib.so i dont think i need to change my classloader or classpath cause i include the jar in the web-inf/lib. get me out of the darkeness ;) thank you. View the original post : http://www.jboss.org/index.html

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread BjPenn
in my project there is some classes wich uses the org.apache.axis.* classes, should i change that to org.jboss.axis.* ?? if it's the case , wich jars should i add??? thanks in advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221927#4221927 Reply to the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread BjPenn
sorry i am using jboss 5.0.1 GA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221887#4221887 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221887 ___ jboss-user mailing lis

[jboss-user] [Installation, Configuration & DEPLOYMENT] - axis.jar incompatibility

2009-03-30 Thread BjPenn
does anyone knows if it's ok to add axis.jar and axis-antl.jar to my application?? does it create any conflicts, cause since i added them i am having problems on deploying my app.this is the log: | 11:22:07,406 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=

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

2009-03-27 Thread BjPenn
no body knows?? why it's do damn hard to configure a simple persistence in jboss? do i have to add hibernate jars in my app , i will really apreciate some usefull answer. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221503#4221503 Reply to the post : http

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-26 Thread BjPenn
is this enought information? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221342#4221342 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221342 ___ jboss-user mailing list jb

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-26 Thread BjPenn
hey mate thanks for the quick response, well the jar contains many jars it self i will list them how i had it befor and how i have 'em now: Befor: richfaces-api3.2.2GA.jar richfaces-impl3.2.2GA.jar richfaces-ui3.2.2GA.jar common-beanutil,common-collection,common-digester,common.logging jars

[jboss-user] [JBoss and NetBeans] - how to configure the classpath of the libraries in jboss 5.0

2009-03-26 Thread BjPenn
my question is pretty simple, how do i modify the classpath in netbeans so it can reconize the jars in the folder JBOSS_HOME/common/lib??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221247#4221247 Reply to the post : http://www.jboss.org/index.html?modul

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

2009-03-26 Thread BjPenn
hey fellas i am facing a problem with the persistence , i am using jboss 5.0.1 , jsf 1.2. , and netbeans 6.5.here is my persistence.xml: | http://java.sun.com/xml/ns/persistence"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/persisten

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-26 Thread BjPenn
hey jaikiran, sorry i dont know why it's so hard to make this run , i guess moving from glassfish to jboss is no that obvious. Noiw i am having another issue, in my main app i include a jar wich belong to another java project that i developed , this project , when it was runing on glassfish i

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread BjPenn
or i guess changin it in the run.bat?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220823#4220823 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220823 ___ jboss-user maili

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread BjPenn
sorry i have a little doubt, you mean point the enviroment variable classpath?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220822#4220822 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220822 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread BjPenn
thank you mate ;) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220820#4220820 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220820 ___ jboss-user mailing list jboss-user@li

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread BjPenn
thanks jaikiran for your response, mmm i've done something befor reading your answer, i've copied those jars in my default/lib folder and now it's working?? is it bad or i have to point my classpath to JBOSS_HOME/common/lib/ and JBOSS_HOME/server/xxx/deploy/jbossweb.sar/jsf-libs/ View the origi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread BjPenn
so, should i add those jars into my JBOSS_HOME/lib folder? thank you so much for your response View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220812#4220812 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220812 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - jboss-javaee.jar dont find classes javax.servlet

2009-03-24 Thread BjPenn
hey everybody!!! i am trying to run an app on jboss 5.0.1 but i have some compliation erros, it said that the classes javax.servlet are not found neither javax.faces! i thought that jboss already has the jboss-javaee.jar that defines the modules of jee5 and has the jsf jars too, what should

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't deploy application in jboss 5.0.1

2009-03-23 Thread BjPenn
no one??? is this the wrong place to ask??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220287#4220287 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220287 ___ jboss-user

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Can't deploy application in jboss 5.0.1

2009-03-23 Thread BjPenn
hello i am trying to move an application that it was runing on glassfish to jboss 5.0.1GA for jdk 6 i've been with this issue for 8 days and i can't get help anywhere. the application configurations is : JSF 1.2 richfaces 3.3.2 jboss 5.0.1GA 08:43:04,366 ERROR [[/jtk_SENIC]] Excepci??n envian

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss5 CR1 and org.jboss.xb.binding.JBossXBException

2009-03-20 Thread BjPenn
no one??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219722#4219722 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219722 ___ jboss-user mailing list jboss-user@lists.jbos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss5 CR1 and org.jboss.xb.binding.JBossXBException

2009-03-18 Thread BjPenn
"jaikiran" wrote : The exception stacktrace, that you posted, doesn't show anything actually :) | | Can you please post the entire exception stacktrace. | ok sorry :) anonymous wrote : JAVA_HOME is not set. Unexpected results may occur. | Set JAVA_HOME to the directory of your local J

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss5 CR1 and org.jboss.xb.binding.JBossXBException

2009-03-18 Thread BjPenn
hello !! i am having the same exact probleme but i can't get it fixed. here is my persistence.xml: | - http://java.sun.com/xml/ns/persistence"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to configure jaas with jboss 5.0.1

2009-03-18 Thread BjPenn
Ok well, i just realized that in my file "persistence.xml" there was no persistence provider defined, i am using netbeans. any way i added the line that specify my provider "TopLink" : | - http://java.sun.com/xml/ns/persistence"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to configure jaas with jboss 5.0.1

2009-03-18 Thread BjPenn
i am not using in any moment any class of Hibernate, all i am doing is to incorporate to the project a couple jars of TopLink. the controler.UsuarioC is a class in my project here is the constructor: package controller; | | import java.util.List; | import javax.persistence.EntityManag

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to configure jaas with jboss 5.0.1

2009-03-17 Thread BjPenn
this is the error message that jboss return: org.apache.jasper.JasperException: java.lang.ClassCastException: org.hibernate.ejb.HibernatePersistence cannot be cast to javax.persistence.spi.PersistenceProvider | org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapp

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to configure jaas with jboss 5.0.1

2009-03-17 Thread BjPenn
Well i found an error , it looks like my application is looking for hibernate drivers,even if i dont use it, so my question is: i am using toplink instead of hibernate, in wich file configure this detail View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218707#4

[jboss-user] [Security & JAAS/JBoss] - authentication with no authorization problem

2009-03-17 Thread BjPenn
Well my problem is my application can authenticate but the authorization is not correct, cause i get the jsp page wich tells i cant acces to the jsp due to no having authorization. i am using jboss 5.0.1GA jdk6.So this is the steps i made: 1-First i changed my jboss-web.xml : | - | ja

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to configure jaas with jboss 5.0.1

2009-03-17 Thread BjPenn
Well my problem is my application can authenticate but the authorization is not correct, cause i get the jsp page wich tells i cant acces to the jsp due to no having authorization. So this is the steps i made: 1-First i changed my jboss-web.xml : | - | java:/jaas/smsJAAS | /jtk_SEN

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to configure jaas with jboss 5.0.1

2009-03-16 Thread BjPenn
i am using realm View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218254#4218254 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218254 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [Installation, Configuration & DEPLOYMENT] - how to configure jaas with jboss 5.0.1

2009-03-16 Thread BjPenn
hello everybody, i am very new in jboss 5.0.1 (jboss in general) and i need to know wich steps i should folow to configure my jaas authentication of my application. thanks in advance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218243#4218243 Reply to the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't Deploy my app on jboss 5.0.0 GA

2009-03-16 Thread BjPenn
it worked!!! i am sorry peter but i was deleting the jar files using netbeans and for some dumb reason the jars was still there in my WAR file, any way the app is deployed perfectly , now i have just to figure out about the jass and how to configure it with jboss, any suggestions?? View the or

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't Deploy my app on jboss 5.0.0 GA

2009-03-16 Thread BjPenn
i forgot , thank you for everything View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218187#4218187 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218187 ___ jboss-user mailing

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't Deploy my app on jboss 5.0.0 GA

2009-03-16 Thread BjPenn
well, it gives an error in the forth step, i have to say that the project is packed with netbeans and i deleted the *-ds.xml that netbeans generate, so i dont have duplicate definition of the same datasource,i deleted all the jar that include any class wich reads xml files (xerces.jar ) my s

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't Deploy my app on jboss 5.0.0 GA

2009-03-12 Thread BjPenn
Hey peter, i dont have no other *-ds.xml file in the folder /default/deploy/ so i really can't see how i already defined that jndi. the steps 2 and 3 is just changing the default jndi name with the one of the persistence i am using. am i doing something wrong??? thank you for your reply View

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Can't Deploy my app on jboss 5.0.0 GA

2009-03-12 Thread BjPenn
Hi everybody!! i have a j2ee application with jsf and glassfish V2 and i am trying now to use jboss 5.0.0GA, the thing is i can't make it work, i've done everything: 1-i've defined a datasource file in the directory default/deploy: | - | - | - | - | smsactjndi | jdbc:my

[jboss-user] [JBoss Messaging] - Can't Deploy my app on jboss 5.0.0 GA

2009-03-12 Thread BjPenn
Hi everybody!! i have a j2ee application with jsf and glassfish V2 and i am trying now to use jboss 5.0.0GA, the thing is i can't make it work, i've done everything: 1-i've defined a datasource file in the directory default/deploy: | - | - | - | - | smsactjndi | jdbc