[jboss-user] [Javassist user questions] - ClassFormatError on Websphere 6.1 on iSeries

2007-09-09 Thread soza
Hi We have Seam 1.2.1GA POJO app that works fine on Websphere 6.1 on Windows. However the same EAR file fails on Websphere 6.1 on IBM's iSeries server. javassist throws a ClassFormatError when loading the the first Seam component for the application. Here's the exception... Caused by: java.la

[jboss-user] [Beginners Corner] - Problem about using SocketAppender !!

2007-09-09 Thread changemylife
Hi all! I use anonymous wrote : jboss-4.0.5.GA, EJB3.0 XP_SP2 I use anonymous wrote : Log4jSocketServer and SocketAppender to log some request from clients to server. (Example both of server and client is the same machine, and host name: pc6 and has IP is: 192.168.1.228 ). Ok, inside server\defau

[jboss-user] [JBoss Seam] - Re: Error while using remoting with Home objects?

2007-09-09 Thread [EMAIL PROTECTED]
Hi, does anybody know if remoting mechnism is supported with home objects? Because I can?t get them work together! I get the error which is listed below. It says that method is not found. But if there isn?t ?extends EntityHome? the invoked method can be found somehow. I can?t understand that!

[jboss-user] [JBossCache] - Re: Error when stopping cache.

2007-09-09 Thread aliher
I've also observed similar results with JGroups 2.5 which is shipped with JBC. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082468#4082468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082468

[jboss-user] [JBoss Seam] - Re: Authenticator problem in Seam 2 beta

2007-09-09 Thread [EMAIL PROTECTED]
Sorry, it should go to the following thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=117953 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082466#4082466 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40

[jboss-user] [JBoss Seam] - Re: Seam and Downloading?

2007-09-09 Thread [EMAIL PROTECTED]
Check /examples/wiki/src/main/.../ui/FileServlet.java and the components.xml for the Seam filter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082465#4082465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082465 ___

[jboss-user] [JBoss Seam] - Re: Authenticator problem in Seam 2 beta

2007-09-09 Thread [EMAIL PROTECTED]
Hi, does anybody know if remoting mechnism is supported with home objects? Because I can?t get them work together! I get the error which is listed below. It says that method is not found. But if there isn?t ?extends EntityHome? the invoked method can be found somehow. I can?t understand that!

[jboss-user] [EJB 3.0] - Re: unable to find LoginModule class

2007-09-09 Thread jaikiran
Where have you placed the com.jpagera.login.JPageraLoginModul class? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082463#4082463 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082463 __

[jboss-user] [JNDI/Naming/Network] - Re: Using Context externally returns error related to TRACE

2007-09-09 Thread shankha
Yes I got the same error. I resolved it by the same way as youmentiond. But what is the reason behind this error and why I have to replace the log4j with jboss -boot log4j ? shankha View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082462#4082462 Reply to the

[jboss-user] [JBoss Seam] - Re: Why does a Seam 1.2.GA POJO app need javax.ejb.Applicati

2007-09-09 Thread soza
Sorry for the delay Pete. I have not be able to reproduce the error. If i do see it again, will provide the details. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082461#4082461 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS 4.2.0 GA and local socket connection

2007-09-09 Thread jaikiran
How do you open the Socket connection? Can you post the code? Do you use the IP of the server to open the connection? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082460#4082460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [Beginners Corner] - Re: Failed to boot JBoss: ::: Please Help!

2007-09-09 Thread jaikiran
"umailkamal" wrote : | Are you from india? Yes, i am. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082459#4082459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082459 _

[jboss-user] [JBoss Seam] - regarding Redirect.captureCurrentView()

2007-09-09 Thread mnrz
hello I want to navigate from a page to my error page when an exception occurs, and after going to error page, the user is able to click on "back" button to go back to last page. I am using Redirect.instance().captureCurrentView() and in my ErrorAction bean in its back() method I called Redire

[jboss-user] [JBoss Seam] - Seam and Downloading?

2007-09-09 Thread mnrz
Hi Does Seam provide a convenient component to write into output stream rather than getting the request from the FaccesContext and producing the response manually? this usually is for downloading a file on a user request. thanks View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Please explain

2007-09-09 Thread saeediqbal1
In the blog example, inside post.xhtml, we have commandButton without action or any other property but value. Can somebody explain how the post works with this code please? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082456#4082456 Reply to the po

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

2007-09-09 Thread neilac333
I think Gavin mentioned that Seam 2.0 will work on WLS 9.2. This is great news since that is the target platform I have been dealt. Still, given Seam's upgrade to JSF 1.2, does WLS 9.2 need to be altered by upgrading it to support JSF 1.2 as is the case with JBoss 4.0.5? If so, how is this

[jboss-user] [JBoss Seam] - Re: IllegalStateException after redeploy

2007-09-09 Thread mschoenau
Hallo, I have the same exception. I am using the same environments and the http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/tutorial.html#numberguess but in my own workspace. The normal pageflow-example is wunderful. I start with "seam setup" and "seam new-project" with project name Numb

[jboss-user] [JBoss Seam] - ICEFaces and Seam 2.0

2007-09-09 Thread thejavafreak
Dear all, Has anyone here been able to configure ICEFaces working with Seam 2.0? May I get a snippets on the web.xml and faces-config.xml since the documents on icefaces.org regarding integrating ICEFaces and Seam 2.0 simply not applicable because the documents uses Seam 1.3.0Alpha Thanks in a

[jboss-user] [JBoss Messaging] - Re: Unable to get Connection to send a message on the testQu

2007-09-09 Thread jbosspatni
Request help in figuring this out.I am unable to connect to a Messaging Queue a stateless session bean example. Thanks & Regards, Ajeet Phansalkar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082452#4082452 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [Performance Tuning] - how can i increase performence and speed

2007-09-09 Thread sunainavarma
hi i am new to jboss. I am using Jboss application serveer installed in server system. when i am connecting to the jboss and running my application through my client system it takes very much time. how can i increase my speed of the application and how can i increase the performance of the

[jboss-user] [EJB/JBoss] - Deploy with two beans have same names inside two packages di

2007-09-09 Thread changemylife
Hi all! I use jboss-4.0.5.GA and EJB3.0 I write two beans that have same name (called BeanA). Example: anonymous wrote : | Inside package: my.com has a bean called BeanA and exported to "my.jar" | Inside package: john.com has a bean called Bean A and exported to "john.jar" I deploy

[jboss-user] [JBossWS] - Re: Mapping problem

2007-09-09 Thread PeterJ
leaderbird, please do not append unrelated questions to the end of someone else's post. I you repeat your question in a new post, I will offer some suggestions. (When you repost, reread your first sentence...) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=408

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: cant start jboss AS 5 clean from europa eclipse

2007-09-09 Thread PeterJ
This has nothing to do with Eclipse, rather the culprit is JDK 1.6. See http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassNotFoundJava.lang.StringInJDK6 and then go back to using JDK 1.5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082448#4082448 Reply to the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS Deployment Error

2007-09-09 Thread PeterJ
What happens when you use the latest 1.4.2 JVM? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082447#4082447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082447 ___ jboss-u

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Exceptions while starting JBoss on Ubuntu 7.04 (Feisty F

2007-09-09 Thread PeterJ
trasnvall's suggestion is right-on, IPv6 tends to cause all sorts of weird issues. You /etc/hosts file should have two entries for the localhost line, something like: 127.0.0.1 localhost;locahost.domainname I will double-check my /etc/hosts when I get to work to verify this entry. You do

[jboss-user] [Beginners Corner] - Re: Log some requests to database ?

2007-09-09 Thread PeterJ
JBoss AS uses log4j to do its logging. Any appenders that Log4j supports can be used in JBoss AS. Here is a good place to start: http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/jdbc/JDBCAppender.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [Beginners Corner] - Re: Warning when use log4j

2007-09-09 Thread PeterJ
That makes perfect sense. You need to satisfy three conditions to get this warning: 1) No log4j.properties or log5j.xml file 2) The lag4j.jar file in your classpath 3) Invoke a method that tried to log something Apparently, when your client calls an EJB, all three conditions are satisfied. For

[jboss-user] [JBoss Seam] - Re: How to Handle POST Callbacks from a third party appliati

2007-09-09 Thread nynymike
I am getting a NPE... I must be doing something wrong! But what... pages.xml | | | | | | | | Error | ... 51 more | Caused by: java.lang.NullPointerException | at us.ziaco

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank problem

2007-09-09 Thread albert.chen
Buildfile: jboss-build.xml prepare: compile: [javac] Compiling 61 source files to /opt/Source/j2eetutorial14/examples/bank/build [javac] /opt/Source/j2eetutorial14/examples/bank/src/com/jboss/ebank/WSClient.java:16: cannot find symbol [javac] symbol : class ServiceImpl [javac]

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank problem

2007-09-09 Thread albert.chen
Hi I'm wondering if the tutorial works in jboss-4.2.1 ? I encounter compilation problem while compiling the J2EE 1.4 Tutorial Update 7 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082440#4082440 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Error when use Log4jSocketServer and SocketAppender !

2007-09-09 Thread catania
Hi all! I use anonymous wrote : jboss-4.0.5.GA, EJB3.0 XP_SP2 I use anonymous wrote : Log4jSocketServer and SocketAppender to log some request from clients to server. (Example both of server and client is the same machine, and host name: pc6 and has IP is: 192.168.1.228). Ok, inside serve

[jboss-user] [JBoss Seam] - Re: Schemas/DTDs for Seam XML Documents

2007-09-09 Thread neilac333
Ahhh...I was looking online and didn't look within the distribution. My bad. Thanks. P.S. Incidentally, Christian, nice job (with Gavin) on Java Persistence with Hibernate. It has been very helpful. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082438#4

[jboss-user] [JBossWS] - Re: start JBoss problem

2007-09-09 Thread leaderbird
"leaderbird" wrote : I tried to follow jboss-5.0.0.Beta1 installation intructions to install jboss-5.0.0.Beta1on top of jboss-5.0.0.Beta1. | | After that, I tried to start JBoss, but I saw a lot of exceptions, and http://localhost:8080/appName could not be reached. Am I missing anything in

[jboss-user] [JBoss Messaging] - Observing JMS Bridge Connections?

2007-09-09 Thread julians37
I'm looking for a way to get notified by JBoss Messaging when a JMS Bridge to a remote broker goes down and comes up again. The connection between my bridged JMS brokers is not always available and I need to provide failover behaviour for when it is unavailable. I've read the user documentation

[jboss-user] [JBossWS] - start JBoss problem

2007-09-09 Thread leaderbird
I tried to follow jboss-5.0.0.Beta1 installation intructions to install jboss-5.0.0.Beta1on top of jboss-5.0.0.Beta1. After that, I tried to start JBoss, but I saw a lot of exceptions, and http://localhost:8080/jbossws could not be reached. Am I missing anything in the steps? any comments are

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

2007-09-09 Thread supernovasoftware.com
I have used both, but not extensively. The drill down feature looked nice in Trinidad. I haven't checked for a similar feature in JFreeChart. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082434#4082434 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss jBPM] - Re: about Jbpm scheduler

2007-09-09 Thread rekyll
Thanks for you reply. Other process is running well, but scheduler. in debug, JbpmContext is null !!, but run other process without scheduler, all good. -_-|||~ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082433#4082433 Reply to the post : http://www.jbo

[jboss-user] Re: Steps for Deploying the new EAR file (Hot Deployment ??)

2007-09-09 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=11957 Posted on behalf of a User bkucutc In Response To: Hi.., What are the steps when you want to deploy the new war file to the server. Here are the steps I follow : 1. Shutdown the App server 2. Remove the EAR file from deploy folde

[jboss-user] [JBoss Seam] - Re: Schemas/DTDs for Seam XML Documents

2007-09-09 Thread [EMAIL PROTECTED]
jboss-seam-1.2.1.GA find . -name "*xsd" ./src/ioc/org/jboss/seam/ioc/spring/spring-1.2.xsd ./src/ioc/org/jboss/seam/ioc/spring/spring-seam-1.2.xsd ./src/ioc/schema/seam-components_1_0.xsd ./src/main/org/jboss/seam/components-1.2.xsd ./src/main/org/jboss/seam/core-1.2.xsd ./src/main/org/jboss/seam/d

[jboss-user] [JBossCache] - Problems with NodeLocking algorithm

2007-09-09 Thread jacek187
Problems with NodeLocking algorithm Hi all I?m fascinated with TreeCache and I think that this is a very good and powerful product. I?m trying to use it in my application where many concurrent puts/removes occurs ? and this is not easy task, because there are many unreasonable exceptions raise

[jboss-user] [Installation, Configuration & DEPLOYMENT] - cant start jboss AS 5 clean from europa eclipse

2007-09-09 Thread wiggy
having a problem starting jboss AS 5 beta 2 from eclipse. i unpacked the eclipse build and tried to create new server config for version 5 and get the following when i run it did this by windoows/properties/server/installed server environements - then add new and select jboss v5 as the AS . t

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

2007-09-09 Thread amitev
There is a library for integrating of JFree chart http://jsf-comp.sourceforge.net/components/chartcreator/index.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082426#4082426 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBossWS] - Re: Accessing a Java JBossWS WebService from VBScript not wo

2007-09-09 Thread [EMAIL PROTECTED]
Uh, Trying MSSoapToolkit 3.0 made it even worse... Now, if calling method hello from this class: | @Stateless | @WebService | @WebContext(contextRoot="/SimpleWebServices") | @SOAPBinding(style = SOAPBinding.Style.RPC) | public class SimpleWeb implements SimpleWebInterface { |

[jboss-user] [JBoss Seam] - Schemas/DTDs for Seam XML Documents

2007-09-09 Thread neilac333
I am building a Seam app using IntelliJ rather than JBoss IDE. As I generate different XML files (e.g. components, pages, jbpm, etc), I would like the tag completion and validation features so I can know at "compile-time" if I have violated anything. Are there DTDs or schemas for the Seam XML

[jboss-user] [JBoss Seam] - Business Process Demarcation Question

2007-09-09 Thread neilac333
I have a very common business process I want to model: | Sales User searches for a customer | Sales User selects a customer from search results and comes to "customer details" | Sales User hits a "Place Order" button | Sales User goes through all the machinations of creating an order spa

[jboss-user] [JBoss Messaging] - Re: persistenceSql.properties for oracle

2007-09-09 Thread sansunsru
Thanks i got it working Sri View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082420#4082420 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082420 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Re: newbie startup problems with seam new-project

2007-09-09 Thread wiggy
lastly i run the validate configuration Ant task and get this anonymous wrote : | BUILD FAILED | C:\Documents and Settings\Will\callisto eclipse workspace\seamtest\build.xml:318: The following error occurred while executing this line: | java.io.FileNotFoundException: C:\Documents and Set

[jboss-user] [JBoss jBPM] - Re: jBPM JPDL Designer 3.1.0.GA

2007-09-09 Thread [EMAIL PROTECTED]
Glad you ask! It has been released last friday... Download it here : http://sourceforge.net/project/showfiles.php?group_id=70542&package_id=116692&release_id=537851 There will be more formal/official announcements soon ;-) Cheers, Koen View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: newbie startup problems with seam new-project

2007-09-09 Thread wiggy
herfe is the output when i run the EAR task anonymous wrote : | Buildfile: C:\Documents and Settings\Will\callisto eclipse workspace\seamtest\build.xml | ear: | BUILD SUCCESSFUL | Total time: 320 milliseconds | however - there is still no ear file in the dist directory in the eclips

[jboss-user] [EJB 3.0] - Re: Cannot remove entites used in relationships

2007-09-09 Thread bathulap
Problem : Relation between ManualCheck & ManualCheckDistribution is one to many, ManualCheckDistribution to ManualCheckDistributionDetail is one to many. When I tried to invoke delete Child), hibernate is throwing below exception. Though we are trying to delete entit

[jboss-user] [JBoss Seam] - Re: newbie startup problems with seam new-project

2007-09-09 Thread wiggy
peter - not sure i can figure what that would be though - where can i look to get an expansion of the error> This is all running on my local laptop - and i can deploy to jboss AS on EJB project under eclispe just fine. I tried the other actions on the ant script and i never seem to get an EAR

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

2007-09-09 Thread [EMAIL PROTECTED]
I haven't used it, but the trinidad component looks like it supports more chart types. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082411#4082411 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082411 ___

[jboss-user] [JBoss Seam] - Re: Integration of Drools 4.0 with SEAM

2007-09-09 Thread [EMAIL PROTECTED]
Seam 2 is using Drools 4 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082412#4082412 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082412 ___ jboss-user mailing list jboss-

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

2007-09-09 Thread [EMAIL PROTECTED]
It would help if you were little more specific about what you are doing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082410#4082410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082410 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss AS transactions

2007-09-09 Thread pdhaigh
Hi, I am seeing the following error in my logs: Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key com.arjuna.ats.internal.jta.transaction.arjunacore.syncwhenaborted I've found this mentioned in the (closed) jira issue: http://j

[jboss-user] [Javassist user questions] - Class reference

2007-09-09 Thread Alex_NV
I try create class reference: | java.lang.Class class0 = java.lang.String.class; | if (class0.isAssignableFrom()) { |.. | } | decompiled file have: | Class class1 = null; | class1 = Class.forName("java.lang.String"); ??? | if (class0.isAssignableFrom

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Avoid Jboss 3.2.3 scanning large subdirectories

2007-09-09 Thread transvaal
What makes you thing it's this directory that's holding jboss' startup? Removing it speeds things up? Which part of the boot sequence is affected? And it doesn't make sense scan a directory which won't have nothing to be deployed.. View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss jBPM] - jBPM JPDL Designer 3.1.0.GA

2007-09-09 Thread paolodt
What about the GPD 3.1.0.GA? Has been scheduled a release date? Thank, Paolo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082405#4082405 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082405 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Exceptions while starting JBoss on Ubuntu 7.04 (Feisty F

2007-09-09 Thread transvaal
export this variable before you start jboss: JAVA_OPTS=-Djava.net.preferIPv4Stack=true View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082404#4082404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082404

[jboss-user] [EJB 3.0] - Re: CascadeType.PERSIST question

2007-09-09 Thread waynebaylor
so, it looks like your entity code is OK. you just need to add an extra step when saving: PartyIsPerson p = new PartyIsPerson(); | p.setUsername("Guest"); //Guest | p.setPassword("Guest"); //Guest | p.setForename("Guest"); //Guest | p.setLastname("Guest

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

2007-09-09 Thread [EMAIL PROTECTED]
Yes, this was a known problem with 1.2.1 - fixed in 2.0 beta View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082402#4082402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082402 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS Deployment Error

2007-09-09 Thread agraber
Well I guess I found the problem, but still have no solution: JBoss is trying to load the XML-file. It is doing this by using "ObjectModelBuilder" which is referencing "javax.xml.namespace.NamespaceContext" - which is not included in jdk 1.4.2_03 JBoss tries to be nice, swallows the "ClassN

[jboss-user] [EJB 3.0] - Re: CascadeType.PERSIST question

2007-09-09 Thread ttrepper
Hi waynebylor, thank you for your answer - sorry, i forget to attach the code. Here it is: package com.auctonova.ejb.persistence; | | import java.io.Serializable; | | import javax.persistence.Entity; | import javax.persistence.Column; | import javax.persistence.Id; | import javax.

[jboss-user] [EJB 3.0] - Re: mapping generic entities

2007-09-09 Thread waynebaylor
it doesn't look like you have @Entity on any of them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082397#4082397 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082397 ___

[jboss-user] [EJB 3.0] - Re: CascadeType.PERSIST question

2007-09-09 Thread waynebaylor
what does your PartyHasCustomization entity look like? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082396#4082396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082396 ___

[jboss-user] [JBoss Seam] - Re: How to Handle POST Callbacks from a third party appliati

2007-09-09 Thread fhh
Use page parameters and a page action. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082394#4082394 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082394 ___

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

2007-09-09 Thread pwoj
"[EMAIL PROTECTED]" wrote : Which version of Seam? It's Seam-Version: 1.2.1.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082393#4082393 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082393 ___

[jboss-user] [EJB 3.0] - unable to find LoginModule class

2007-09-09 Thread JPagera
hi anyone can help plz when im tryin to login it give the Exception unable to find LoginModule class : com.jpagera.login.JPageraLoginModul i defined my login module like : .. true com.mysql.jdbc.Driver myusrName mypassword jdbc:mysql://localhost:3306/jos_db

[jboss-user] [JBoss Seam] - Access images from outside of exploded archive

2007-09-09 Thread oblivion1200
Web pages can see files that are inside of WAR archive only. I need to access images from outside of exploded archive, Is this possible? I have read that I shouldn't put any files into EAR archive when appliaction is running. View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: CometProcessor and filter in JBoss-4.2.0.GA

2007-09-09 Thread hoangoanh
"hoangoanh" wrote : I have a error org.jboss.web.tomcat.filters.ReplyHeaderFilter (ReplyHeaderFilter .java :96) when i use sso in jboss. My application write by java in elipse, when i run any servlet class, i caught this error View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: CometProcessor and filter in JBoss-4.2.0.GA

2007-09-09 Thread hoangoanh
I have a error org.jboss.web.tomcat.filters.ReplyHeaderFilter (ReplyHeaderFilter .java :96) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082389#4082389 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082389 __