[jboss-user] [Installation, Configuration DEPLOYMENT] - AjaxViewRoot not Found when Deploying Portlet

2009-06-20 Thread ahachmann
Hello, I am currently trying to deploy a HelloWorld Portlet on JBoss and experience a ClassDefNotFoundException of AjaxViewRoot. I have activated the JBoss Portlet and JSF facets and created a new FacesPortlet. I am using Eclipse Ganymede with the JBoss All IDE plugin. The Imports of the

[jboss-user] [JNDI/Naming/Network] - Re: Connectiong Problem to RemoteBean

2007-02-28 Thread ahachmann
Hi, Thanks, but the JVM Option did not solve the problem :-( I tried the telnet session to port to 3873 for the reason, that i do not have problems with the lookup but with the invoking on the proxy. - Connection refused as the ethereal trace said too. How can i make the server listzen on the

[jboss-user] [JNDI/Naming/Network] - Re: Connectiong Problem to RemoteBean

2007-02-28 Thread ahachmann
I finally found a solution here: http://www.jboss.com/index.html?module=bbop=viewtopict=83258 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023574#4023574 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023574

[jboss-user] [JNDI/Naming/Network] - Connectiong Problem to RemoteBean

2007-02-27 Thread ahachmann
Hello, I am having a problem with using RemoteBeans on a Server. The EARs all work. I deployed them on one Server, and the RemoteBean on a remote server outside of my network. I could use the bean without any problem. Now i try to deploy the bean on a server within my network. I can locate the

[jboss-user] [JNDI/Naming/Network] - Re: Connectiong Problem to RemoteBean

2007-02-27 Thread ahachmann
Hello, I checked the tcp Traffic between the JBoss Servers. The one with the remote bean does reset the connection after Syncing. So it really seems to be the problem that it only accepts on 127.0.0.1. Id be very happy if someone can tell me how to fix this. I need it to get run till friday.

[jboss-user] [JNDI/Naming/Network] - Re: EJB3 Remote client problem

2006-12-08 Thread ahachmann
Hello, I am having a similar problem. But the Class that seems to be invalid is a different one. I have also copied the jars from the Server to the Client. I am working with 2 JBoss Servern Version 4.0.4 GA. The one server is looking up a remote bean on the other. How can i fix this

[jboss-user] [EJB/JBoss] - Re: EJB Monitoring

2006-11-19 Thread ahachmann
Hello, I was realy talking about the webconsole. In the book you could browse your beans in the tree. But if i can find this information in the jmx-console it would be ok for me too. But I cannot find the number of instances and the min an max of the pool there. Can I find that information in

[jboss-user] [EJB/JBoss] - EJB Monitoring

2006-11-18 Thread ahachmann
Hello, I am trying to follow, how many Beans have been created for a pool. Simply said I want Monitoring tool for the BeanPools to check how many Instances there are. In JBoss a Developers Notebook they introduce the web-Console, which shows the deployed EARs. In their example you can expand the

[jboss-user] [Management, JMX/JBoss] - J2ee Domains not Showing Depoyed EJBs in EAR

2006-11-17 Thread ahachmann
Hello, I am currently trying to view my EJBs states. I read in A Developers Notebook on JBoss, that in the Tree of the WebConsole, there should be every EJB deplayed under a EAR visable. This is not not the fact with my EAR. What do I have to do for getting this work properly. I am running

[jboss-user] [EJB/JBoss] - Singleton EJB

2006-11-16 Thread ahachmann
Hello, I realized, that the Singleton Pattern seems not to be such a common one. I tried the workaround with the Poolsize. This is my jboss.xml: | ?xml version=1.0? | jboss | enterprise-beans | session | ejb-nameSessionLogCacheImpl/ejb-name |

[jboss-user] [Beginners Corner] - Singleton or Application Scope

2006-11-13 Thread ahachmann
Hi, I need to build an EJB that collects data during the Servers Lifetime. This EJB will be invoked each time a client is invoking a Webservice so that I can collect some Statistics. So there shall only be one Instance in the pool for the reason that EJB forbids to use static fields. (is this

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problem with launching since beta2

2006-10-27 Thread ahachmann
Ok, sorry bad description. JBoss Inc. 4.0 is the one i chose. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981270#3981270 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981270

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Ide 2.0.0-Beta2 problem

2006-10-27 Thread ahachmann
Hello, I am still having a strange Problem with this. I am using the full Beta2 Bundle for Windows. When I want to create a JBoss Inc, i select the Server an press next to get to the Add Projects page. The heading will be changed to Add and Remove Projects but he window content stays the same.

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problem with launching since beta2

2006-10-27 Thread ahachmann
Hi, Ok now removing the Server fixed my problem with the failire while initializing the Tools. Even the other projects (non EJB) are launchable again. But now I have the problem that i cannot create a new JBoss Server. At the new Server screen, I Select JBoss AS 4.0 press next. The Heading

[jboss-user] [JBoss Eclipse IDE (users)] - Problem with launching since beta2

2006-10-24 Thread ahachmann
Hello, When i install all the JBoss-IDE Beta2 features or even install the full bundle with eclipse included, i reveive the following message on startup: An Internal Error accured: Initializing Java Tools failed And when i want to start a programm from eclipse i reveive An Internal Error

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problem with launching since beta2

2006-10-24 Thread ahachmann
This is the Log directly after starting JBoss Eclipse full Bundle anonymous wrote : | !SESSION 2006-10-24 16:14:57.515 --- | eclipse.buildId=unknown | java.version=1.5.0_08 | java.vendor=Sun Microsystems Inc. | BootLoader constants:

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problem with launching since beta2

2006-10-24 Thread ahachmann
Ok, this is probably true. These Projects where EJB3.0 Projekts from Beta1 But why does this take any effect on projekts that don't hav anything to do with JBoss? For anyone whos asking now why there are such projects. I need them in workspace to test the Webservices. View the original

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate not Working

2006-10-19 Thread ahachmann
Hello There, I am having a slight problem and hope that anyhone has a solution for this. As I try to install JBoss-4.0.4 with EJB 3.0 RC9 from console for the reason that i have no x-windows I need to patch EJB 3.0 with ant. This worked fine on my small debian distri in VM-Ware. No i have to

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Entity Bean used to work. But now it is not deployable anymo

2006-10-14 Thread ahachmann
Can anyone please tell me what this is supposed to mean? I had this Entity Bean working before. I do not now what I did to cause this Problem, nor have I any Idea to search. In simply know, that I did not touch these EJBs. --- MBeans waiting for other MBeans --- ObjectName:

[jboss-user] [JNDI/Naming/Network] - Re: ClassCastException after redeploy

2006-10-12 Thread ahachmann
Yes, this what i expected to happen, But now I have the situation, that when I have taken the war out of the ear, I still need to leave out the Interfaces from the war. When i deploy the archives at the same time, everything works fine. But when I now change the interfaces implementations and

[jboss-user] [JBossWS] - Speed Issue EJB3.0 vs. AXIS

2006-10-12 Thread ahachmann
Hi there, I am having a question about the decision whether to use Axis or EJB3.0 Annotations for Webservices. Now my point is, that in one of my tests EJB has a really hard Speedproblem. I am having the EpgDataService at the the end of this thread. I made this public with EJB 3.0

[jboss-user] [JNDI/Naming/Network] - ClassCastException after redeploy

2006-10-11 Thread ahachmann
Hi there, I am quiet frustrated with having a strange behavior I do not understand. I have an EAR Application containing an EJB and a WAR. In the EJB I have a small HelloWorld Class being remote and local. I Call this class from the Servlet in the War. Which works perfectly fine. Now when I

[jboss-user] [JNDI/Naming/Network] - Re: ClassCastException after redeploy

2006-10-11 Thread ahachmann
I would be very happy if anyone could help me. Any Ideas? Thx, Alexander View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977539#3977539 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3977539

[jboss-user] [JNDI/Naming/Network] - Re: ClassCastException after redeploy

2006-10-11 Thread ahachmann
Yes, that helped. Thank you. Does this mean, that I have to build different packages if I wish to deploy one of those Packages on a diferent Server? I hoped, that I could simply put this Package on a different Server and remap the JNDI Name to the remote object. But for this Situation there are

[jboss-user] [JBoss Eclipse IDE (users)] - Cannot create EJB3.0 Project

2006-10-09 Thread ahachmann
Hi there, I have a problem with creating an EJB3.0 Project. When I need to choose the Server on which the Project shall be running, after selecting the Server the finish button does not get enabled. Further more i cannot select a Server in the already existing Projectproperties. I use eclipse

[jboss-user] [Beginners Corner] - Tree in Console does not appear

2006-10-05 Thread ahachmann
Hello there, I have the Problem, that the tree in the Administration Console does not work. I Installed 4.0.4GA(build: CVSTag=JBoss_4_0_4_GA date=200605151000) in EJB 3 Mode. The applett starts. I get the JBoss title, and can select the subtasks like shutdown etc. But i cannot see the menus