[jboss-user] [JBoss Portal] - The Eclipse Team Project file-anonymous-projectSet.psf is in

2008-04-27 Thread liran.jn
I want to download portal source code using Eclipse 3.2, and read the Wiki article Using Eclipse as your IDE. But the link :http://anonsvn.jboss.org/repos/portal/trunk/build/ide/eclipse/3.2/team/anonymous-projectSet.psf is invalidate. How can I dowwload portal source code using Eclipse

[jboss-user] [EJB 3.0] - regarding @PrePersist and ID assignment

2008-04-27 Thread mnrz
Hi all I have an entity in which I need to assign my own ID to its primary key, I put the code to extract the id and set it to the field in a PrePersist method, however, the ejb validates the entity before calling that callback method so the exception will be thrown my question is where

[jboss-user] [Installation, Configuration DEPLOYMENT] - Jboss 4.2.2 installation

2008-04-27 Thread aneesh62003
I've downloaded a jboss4.2.2 ga server and configured it to run in the all configuration. === JBoss Bootstrap Environment JBOSS_HOME: C:\Documents and Settings\testuser\Desktop\jboss-4.2.2.GA JAVA: C:\Program

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss 4.2.2 installation

2008-04-27 Thread aneesh62003
NDOWS;C:\windows\system32;C:\Program Files\Java\jdk1.5.0_03\bin 12:28:35,000 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0. .1-8080 12:28:35,000 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8 09 12:28:35,000 INFO [Catalina] Initialization processed in 228

[jboss-user] [JBossWS] - Why is wsconsume stopping whole batch script ?

2008-04-27 Thread thoste
From a batch script under WinXP I called wsconsume.bat. Much to my surprise wsconsume terminates (after successful execution also th calling bacth script. Why? The calling batch script looks (simplified) like: - ... Echo Before call D:\java\JBoss\wsconsume.bar -k

[jboss-user] [JBoss Portal] - Re: Injecting of required services into the portlet context

2008-04-27 Thread erezharari
thanks, so i need to lookup which attribute? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4147052#4147052 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4147052 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: configure jboss-portal.sar\portal-server.war to use JSF

2008-04-27 Thread erezharari
can't i use some JSF / RichFaces components in my tabs.jsp, for instance to draw the pages navigation tab? say i place tabs.jsp in my own WAR and configure the portal to use it from there. would it them be possible? View the original post :

[jboss-user] [JNDI/Naming/Network] - Re: JDNI Lookup - Naming Not Found with JBOSS 4.2.2

2008-04-27 Thread senthilrajan.nitt
Thanks for your reply. I also wondering why it didnt work. To start the jboss server i am just running run.bat not using any -b option. Yep, the servlet is deployed on server as DS. Let me try once again. Thanks, Senthil View the original post :

Re: [jboss-user] [JBossWS] - Re: Cannot expose EJB 3 as WS

2008-04-27 Thread Alexander Lvov
Hi, just wanted to say i was able to expose my class as a webservice with no xml files with jboss 4.2.2 though i think i had a default ejb3 xml file. Why dont u post here information about whats in your jar file u are exposing, and i'll try to help u. /Alexander 2008/4/26, peiguo [EMAIL

[jboss-user] [JBoss/Spring Integration] - Unable to lookup datasource in jboss 4.2.2 with spring 2.0.8

2008-04-27 Thread suneetshah
ello, I have trying to use the datasource in my JBoss 4.2.2 server, but I am getting the error below. I have tried a number of permutations on the jndi name in the applicationcontext.xml file, but none seem to work. Any suggestions would be greatly appreciated. My jboss xxxDS.xml file look

[jboss-user] [JBoss Tools (users)] - RichFaces 3.2 - Manual installation

2008-04-27 Thread rsarto
Hi, does anybody know how to manual install RichFaces 3.2 in a 3.3 Eclipse/JBoss Tools 2.0.1GA/JBoss 4.2.2GA ? Tks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4147058#4147058 Reply to the post :

[jboss-user] [EJB 3.0] - Re: LazyInitializationException in many-to-many relation tha

2008-04-27 Thread JuliaF
Hello, jaikiran Many thanks for posting the tip. I fixed the LazyInitialisationException problem in this instance. However, I think I am facing a much more general EJB design problem, which I will try to explain further down. With regards to the earlier posting, in addition to using merge()

[jboss-user] [JBoss jBPM] - Strange problem calling TaskInstance.end [could not initiali

2008-04-27 Thread bloreguy
I am using Jbpm + Hibernate on MSSQL Server and see this error frequently. Sometimes, I am able to run without any problems. Any help in understanding and fixing this issue will be deeply appreciated. 10:29:29,947 WARN [JDBCExceptionReporter] SQL Error: 0, SQLState: HYT00 10:29:29,951 ERROR

[jboss-user] [JBoss jBPM] - Re: problem with jbpm3.2 and jboss SA 4.2.1GA

2008-04-27 Thread nqtung
thanks for your reply, I had a oracle-ds.xml before, and jndi-name: JbpmDS, and in the hibernate.cfg.xml under jbpm-console.war, I had datasource: java:/JbpmDS. I configured correct url, driver_class,... But it cannot deploy. PS: I followed

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss 4.2.2 installation

2008-04-27 Thread jaikiran
Use the -b option to start JBoss. See this for more details http://wiki.jboss.org/wiki/JBoss42FAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4147064#4147064 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4147064

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Sending default (welcome) page through Faces Servlet

2008-04-27 Thread jaikiran
In your web.xml, you can add a welcome page, like this: | ?xml version=1.0 encoding=UTF-8? | | web-app | display-nameEJB3 Persistence/display-name | | servlet | servlet-nameFacesServlet/servlet-name | servlet-classblah.blah.blah/servlet-class

[jboss-user] [EJB 3.0] - Re: Problem with EJB call EJB

2008-04-27 Thread jaikiran
Let's stick to JBoss-4.2.2 GA. Did you try removing the ejb-jar.xml from your packaging? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4147066#4147066 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4147066

[jboss-user] [Security JAAS/JBoss] - Can i get all users in the system?

2008-04-27 Thread avihaimar
Hey, I need to get all user that login to the system. I am working with Jboss4.2. Thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4147067#4147067 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4147067

[jboss-user] [JBoss jBPM] - Re: problem with jbpm3.2 and jboss SA 4.2.1GA

2008-04-27 Thread salaboy21
Can you show to us the begining of the java trace? not the AS trace... look for some Java Exception in your as log... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4147068#4147068 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: problem with jbpm3.2 and jboss SA 4.2.1GA

2008-04-27 Thread nqtung
anonymous wrote : | 1. I put jar packages (follow wiki) | 2. modified hirbernate.cfg.xml | 3. modified login-config.xml | 4. copy ojdbc14.jar package into default\lib | sorry, I might not find out java trace , and when I run AS again, I dont see any exception beyond that quote I

[jboss-user] [EJB 3.0] - Re: Problem with EJB call EJB

2008-04-27 Thread peiguo
Thank you very much and you are right, once ejb-jar.xml is removed things worked. Thank you very much! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4147071#4147071 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4147071

[jboss-user] [EJB 3.0] - failed to deploy entity when persistence.xml is there

2008-04-27 Thread peiguo
I am trying out persistence and EJB 3, but I got this error when the jar is deployed: | 10:06:55,887 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | | --- MBeans waiting for other MBeans --- | ObjectName: jboss.j2ee:jar=order.jar,name=ShoppingCartBean,service=EJB3 |

[jboss-user] [JBoss jBPM] - Re: problem with jbpm3.2 and jboss SA 4.2.1GA

2008-04-27 Thread salaboy21
you have a strange problem.. You can scroll up your log.. to look for exceptions in the deployment? send the server.log after you deployment... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4147073#4147073 Reply to the post :

[jboss-user] [JBoss Messaging] - org.jboss.jms.message.JBossMessage produced null jmsMessageI

2008-04-27 Thread kadlecp
Hello, I have checked out JBossMessaging_1_4_0_SP3_CP02 from SVN and I encounter following exception when processing a lot of messages. | 2008-04-24 13:43:49,168 ERROR [org.jboss.messaging.core.impl.ChannelSupport] Failed to handle message | java.lang.NullPointerException | at

[jboss-user] [JBoss Portal] - Re: configure jboss-portal.sar\portal-server.war to use JSF

2008-04-27 Thread [EMAIL PROTECTED]
no it is not possible, unless you create a theme that does not use a JSP but rather uses a portlet defined as a special region. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4147076#4147076 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Jboss Portal Search

2008-04-27 Thread [EMAIL PROTECTED]
what do you want to search ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4147077#4147077 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4147077 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Injecting of required services into the portlet context

2008-04-27 Thread [EMAIL PROTECTED]
the UserModule attribute. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4147075#4147075 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4147075 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: failed to deploy entity when persistence.xml is there

2008-04-27 Thread peiguo
figured out, the persistence.xml was not put under META-INF in the jar file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4147078#4147078 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4147078

[jboss-user] [Beginners Corner] - Jboss 4.0.5 seems to hang up if not accessed for a while

2008-04-27 Thread cjensen
I am a newbie. I am trying to deploy a Jboss application into production on a Linux server. It seems to be working OK on a Windows box. If we deploy the application, we can access it just fine. If it 'sits' for a while (an hour or so; sometimes longer, sometimes less), it seems to go into a

[jboss-user] [Messaging, JMS JBossMQ] - Creating New Connection Factory

2008-04-27 Thread nitinmandolkar
Hi All The default connection factory name in jbos is ConnectionFactoty, java:/ConnectionFactory, XAConnectionFactory and java:/XAConnectionFactory. So when ever i need to connect JBOSS JMS Server my client code need to look for above name in JNDI. Sample code below...

[jboss-user] [Javassist user questions] - Re: How to get a method defined in the superclass

2008-04-27 Thread jmauricio
Problem solved. I have two method´s with same name. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4147081#4147081 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4147081

[jboss-user] [EJB 3.0] - Why is Remote Interface not installed

2008-04-27 Thread baumar
Hi, I created a remote interface: | @Remote | public interface PersonHandlerRemote { | | public abstract void addPerson(Person person); | public abstract void printAllPerson(String message); | public abstract void deletePerson(Person person); | Then I created a

[jboss-user] [EJB 3.0] - Hypersonic data are all erased after jboss is restarted

2008-04-27 Thread peiguo
The following code does persist data (orders and order lines) to database, and I did see that. The problem is that the data were all erased once jboss is restarted. How can I change that? I have a persistencein META-INF directory: | persistence xmlns=http://java.sun.com/xml/ns/persistence;

[jboss-user] [EJB 3.0] - Re: Hypersonic data are all erased after jboss is restarted

2008-04-27 Thread ALRubinger
peiguo wrote : property name=hibernate.hbm2ddl.auto value=create-drop/ Look up the property hbm2ddl.auto :) S, ALR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4147093#4147093 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - NoClassDefFound error

2008-04-27 Thread leeprior
Hi all. I keep getting a bizarre NoClassDefFound error when trying to deploy a war (Adobe LivecycleDataServices to be exact) which contains a class referencing an Entity bean in a separate EAR, under the same JBoss instance. The offending bean sits in a package containing many other entities

[jboss-user] [EJB 3.0] - Re: Hypersonic data are all erased after jboss is restarted

2008-04-27 Thread peiguo
Thank you very much and your response is really quick! I changed it to update, and it worked. Thanks again! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4147095#4147095 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Config Value ${jboss.bind.address}. Where is it set?

2008-04-27 Thread schmicky
and how do you do that? i`m really new with jbos... i need it to run compiere thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4147097#4147097 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4147097

[jboss-user] [JBoss Portal] - Re: Jboss Portal Search

2008-04-27 Thread vpire
Search all the files in the portal and files uploaded. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4147099#4147099 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4147099 ___

[jboss-user] [Messaging, JMS JBossMQ] - Re: Creating New Connection Factory

2008-04-27 Thread kahzoo
anonymous wrote : Can one tell me where i can define new connection factory in JBOSS 4.2.2 GA and how. This depends on where your client code runs. If it runs in the same JVM as the JBoss server, you need to modiy deploy/jms/jvm-il-service.xml Otherwise (when your client runs remotely from

[jboss-user] [JNDI/Naming/Network] - Re: UnknownHostException after successful connection to port

2008-04-27 Thread kahzoo
anonymous wrote : The ejb3 connector component of JBoss seems to have a bug of ignoring the '-b 0.0.0.0' option. Instead of '0.0.0.0', it tries to choose one (maybe the primary one?) from the IP addresses bound to the machine's network interfaces. And if it cannot find any valid IP address, it