Re: NullPointerException on diplaying routes

2011-06-18 Thread Oscar Picasso
It works. Thank for your answers. They were very helpful. Oscar On Sat, Jun 18, 2011 at 10:16 AM, Claus Ibsen wrote: > On Sat, Jun 18, 2011 at 3:44 PM, Oscar Picasso > wrote: > > Just to be clear. The NullPointerException only appears when clicking in > the > > routes link. The endpoints etc.

Re: NullPointerException on diplaying routes

2011-06-18 Thread Claus Ibsen
On Sat, Jun 18, 2011 at 3:44 PM, Oscar Picasso wrote: > Just to be clear. The NullPointerException only appears when clicking in the > routes link. The endpoints etc. are visible. > Yeah that may be a known issue that has been fixed in 2.8.0 https://issues.apache.org/jira/browse/CAMEL-3797 As a

Re: NullPointerException on diplaying routes

2011-06-18 Thread Oscar Picasso
Just to be clear. The NullPointerException only appears when clicking in the routes link. The endpoints etc. are visible. On Sat, Jun 18, 2011 at 9:42 AM, Oscar Picasso wrote: > I did as you suggested and created a web console project > with camel-archetype-webconsole version 2.7.2. > > I can now

Re: NullPointerException on diplaying routes

2011-06-18 Thread Oscar Picasso
I did as you suggested and created a web console project with camel-archetype-webconsole version 2.7.2. I can now browse the web console but I still have the same NullPointerException I mentioned on my first post. On Sat, Jun 18, 2011 at 9:26 AM, Claus Ibsen wrote: > Hi > > Look at the Camel do

Re: NullPointerException on diplaying routes

2011-06-18 Thread Claus Ibsen
Hi Look at the Camel documentation http://camel.apache.org/camel-maven-archetypes.html The archetypes has been slightly renamed. If you want the web console, you need to use camel-archetype-webconsole Instead of typing all the long maven command line. I usually just type mvn archetype:generate

Re: NullPointerException on diplaying routes

2011-06-18 Thread Oscar Picasso
I tried to update the camel version in the pom.xml generated from the war archetype (camel-archetype-*war 2.5.0)* in the previous post, but on jetty startup I got a javax/jms/JMSException Then I tried to create a new war project with: mvn archetype:create -DarchetypeGroupId=org.apache.camel.archet

Re: NullPointerException on diplaying routes

2011-06-18 Thread Claus Ibsen
Hi Try to update your Camel version. On Sat, Jun 18, 2011 at 1:48 PM, Oscar Picasso wrote: > Hi, > > I created a basic war / camel project with the maven archetype (see command > used below). I started the camel webapp with jetty:run on port 8081. > It started with no errors. I can go to the we

NullPointerException on diplaying routes

2011-06-18 Thread Oscar Picasso
Hi, I created a basic war / camel project with the maven archetype (see command used below). I started the camel webapp with jetty:run on port 8081. It started with no errors. I can go to the web console and see the endpoints, can send message to the endpoints. However, when I try to display the