Test project

2012-10-29 Thread Mats
Hi all,

There is no problen to open this Maven project in NetBeans and use the start
class to launch it on the bundled jetty server...
The quickstart:  https://github.com/papegaaij/wicket-atmosphere-quickstart
https://github.com/papegaaij/wicket-atmosphere-quickstart  

I have created a simple NetBeans Web project with the same source files. Can
someone open it and try to run it. The application is deployed on the
GlassFish server without any errors, but the app is not started correct.
What is wrong?
My project:  https://www.dropbox.com/s/2si4vvbmxo4fqxg/TestUI.zip
https://www.dropbox.com/s/2si4vvbmxo4fqxg/TestUI.zip  





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Test-project-tp4653437.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



My WebApplication constructor is never called

2012-10-24 Thread Mats
No runtime errors when deploing on Glassfish in NetBeans, atmosphere seems to
start, but nothing more happens... my debug println in the WebApplication
constructor is not called.

(If I skip setting up the AtmosphereServlet mapping in my web.xml then my
constructor is called and my debug println is called...)

I have followed the examples and I can't figure out whats missing in my xml
files.

web.xml http://apache-wicket.1842946.n4.nabble.com/file/n4653294/web.xml  
atmosphere.xml
http://apache-wicket.1842946.n4.nabble.com/file/n4653294/atmosphere.xml  

Here is the run output;

INFO: Running GlassFish Version: GlassFish Server Open Source Edition 3.1.2
(build 23)
INFO: Grizzly Framework 1.9.46 started in: 45ms - bound to [0.0.0.0:8181]
INFO: Grizzly Framework 1.9.46 started in: 88ms - bound to [0.0.0.0:8080]
INFO: Grizzly Framework 1.9.46 started in: 32ms - bound to [0.0.0.0:4848]
INFO: Grizzly Framework 1.9.46 started in: 38ms - bound to [0.0.0.0:7676]
INFO: Grizzly Framework 1.9.46 started in: 54ms - bound to [0.0.0.0:3700]
INFO: The Admin Console is already installed, but not yet loaded.
INFO: Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy
for persistence-type = replicated in BackingStoreFactoryRegistry
INFO: SEC1002: Security Manager is OFF.
INFO: SEC1010: Entering Security Startup Service
INFO: SEC1143: Loading policy provider
com.sun.enterprise.security.provider.PolicyWrapper.
INFO: SEC1115: Realm [admin-realm] of classtype
[com.sun.enterprise.security.auth.realm.file.FileRealm] successfully
created.
INFO: SEC1115: Realm [file] of classtype
[com.sun.enterprise.security.auth.realm.file.FileRealm] successfully
created.
INFO: SEC1115: Realm [certificate] of classtype
[com.sun.enterprise.security.auth.realm.certificate.CertificateRealm]
successfully created.
INFO: SEC1011: Security Service(s) Started Successfully
INFO: WEB0169: Created HTTP listener [http-listener-1] on host/port
[0.0.0.0:8080]
INFO: WEB0169: Created HTTP listener [http-listener-2] on host/port
[0.0.0.0:8181]
INFO: WEB0169: Created HTTP listener [admin-listener] on host/port
[0.0.0.0:4848]
INFO: WEB0171: Created virtual server [server]
INFO: WEB0171: Created virtual server [__asadmin]
INFO: WEB0172: Virtual server [server] loaded default web module []
INFO: WEB0671: Loading application
[com.mycompany_myproject_war_1.0-SNAPSHOT] at
[/papegaaij-wicket-atmosphere-quickstart-f561560]
INFO: CORE10010: Loading application
com.mycompany_myproject_war_1.0-SNAPSHOT done in 8 423 ms
INFO: WEB0671: Loading application [WebUI] at [/WebUI]
INFO: CORE10010: Loading application WebUI done in 5 955 ms
INFO: GlassFish Server Open Source Edition 3.1.2 (23) startup time : Felix
(8 631ms), startup services(16 040ms), total(24 671ms)
INFO: JMX005: JMXStartupService had Started JMXConnector on JMXService URL
service:jmx:rmi://SETUPC2571.delaval.local:8686/jndi/rmi://SETUPC2571.delaval.local:8686/jmxrmi
INFO: Hibernate Validator 4.2.0.Final
INFO: Created EjbThreadPoolExecutor with thread-core-pool-size 16
thread-max-pool-size 32 thread-keep-alive-seconds 60 thread-queue-capacity
2147483647 allow-core-thread-timeout false 
INFO: WEB0169: Created HTTP listener [http-listener-1] on host/port
[0.0.0.0:8080]
INFO: Grizzly Framework 1.9.46 started in: 3ms - bound to [0.0.0.0:8080]
INFO: Initiating Jersey application, version 'Jersey: 1.11 12/09/2011 10:27
AM'
INFO: REST1: Listening to REST requests at context: /management/domain
INFO: The Admin Console is already installed, but not yet loaded.
INFO: The Admin Console is starting. Please wait.
INFO: Initializing Mojarra 2.1.6 (SNAPSHOT 20111206) for context ''
INFO: WEB0671: Loading application [WebUI] at [/WebUI]
INFO: WebUI was successfully deployed in 10 199 milliseconds.
INFO: WEB0169: Created HTTP listener [http-listener-2] on host/port
[0.0.0.0:8181]
INFO: Grizzly Framework 1.9.46 started in: 7ms - bound to [0.0.0.0:8181]
INFO: WEB0671: Loading application [__admingui] at [/]
INFO: CORE10010: Loading application __admingui done in 7 947 ms
INFO: The Admin Console application is loaded.
INFO: Auto detecting atmosphere handlers /WEB-INF/classes/
INFO: Auto detecting WebSocketHandler in /WEB-INF/classes/
INFO: Atmosphere is using async support:
org.atmosphere.container.JettyAsyncSupportWithWebSocket running under
container: GlassFish Server Open Source Edition 3.1.2 with WebSocket
enabled.
INFO: Installed WebSocketProtocol
org.atmosphere.websocket.protocol.EchoProtocol 
INFO: Installed AtmosphereHandler org.atmosphere.cpr.AtmosphereFramework$2
mapped to context-path: /*
INFO: Installed Default AtmosphereInterceptor [Android Interceptor Support,
SSE Interceptor Support, JSONP Interceptor Support]. Set
org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults in your xml to
disable them.
WARNING: No BroadcasterCache configured. Broadcasted message between client
reconnection will be LOST. It is recommended to configure the
HeaderBroadcasterCache.
INFO: HttpSession supported: false
INFO: 

Re: Netbeans + Wicket 6 + Atmosphere

2012-10-19 Thread Mats
I'm still struggeling with this...

First I got this runtime error:
/java.lang.NoClassDefFoundError: com/google/common/collect/Multimap/
I have tried to include all 6.1.1 jars in the project (instead of 1.6.0
provided by the NetBeans plugin). I have also tried to include only the
needed jars. I guess something still is missing on the server side when I
deploy... Or is it the xml configuration files below that is wrong...

There is probably something wrong with my /web.xml /and /atmosphere.xml/...
Can anyone see if something is obvious wrong?
atmosphere.xml
http://apache-wicket.1842946.n4.nabble.com/file/n4653106/atmosphere.xml  
web.xml http://apache-wicket.1842946.n4.nabble.com/file/n4653106/web.xml  

Please someone...

(Probably I'm beeing to stupid to get some help here, or I'm being to
unprecise when asking for help. All answers in simular threads just points
out that it is just to look into the examples. Well, I have tried to do
that... I probably would need a basic working atmosphere NetBeans project to
start with...)



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Netbeans-Wicket-6-Atmosphere-tp4653055p4653106.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Netbeans + Wicket 6 + Atmosphere

2012-10-19 Thread Mats
Thanks,

No problem to just open and build.

To run it seems not working direct

First I had to remove the line
async-supportedtrue/async-supported
from the web.xml file since it was not recognized

Then I get a bit further...

INFO: Running GlassFish Version: GlassFish Server Open Source Edition 3.1.2
(build 23)
INFO: Grizzly Framework 1.9.46 started in: 72ms - bound to [0.0.0.0:8080]
INFO: Grizzly Framework 1.9.46 started in: 28ms - bound to [0.0.0.0:8181]
INFO: Grizzly Framework 1.9.46 started in: 15ms - bound to [0.0.0.0:4848]
INFO: Grizzly Framework 1.9.46 started in: 11ms - bound to [0.0.0.0:3700]
INFO: Grizzly Framework 1.9.46 started in: 15ms - bound to [0.0.0.0:7676]
INFO: The Admin Console is already installed, but not yet loaded.
INFO: Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy
for persistence-type = replicated in BackingStoreFactoryRegistry
INFO: SEC1002: Security Manager is OFF.
INFO: SEC1010: Entering Security Startup Service
INFO: SEC1143: Loading policy provider
com.sun.enterprise.security.provider.PolicyWrapper.
INFO: SEC1115: Realm [admin-realm] of classtype
[com.sun.enterprise.security.auth.realm.file.FileRealm] successfully
created.
INFO: SEC1115: Realm [file] of classtype
[com.sun.enterprise.security.auth.realm.file.FileRealm] successfully
created.
INFO: SEC1115: Realm [certificate] of classtype
[com.sun.enterprise.security.auth.realm.certificate.CertificateRealm]
successfully created.
INFO: SEC1011: Security Service(s) Started Successfully
INFO: WEB0169: Created HTTP listener [http-listener-1] on host/port
[0.0.0.0:8080]
INFO: WEB0169: Created HTTP listener [http-listener-2] on host/port
[0.0.0.0:8181]
INFO: WEB0169: Created HTTP listener [admin-listener] on host/port
[0.0.0.0:4848]
INFO: WEB0171: Created virtual server [server]
INFO: WEB0171: Created virtual server [__asadmin]
INFO: WEB0172: Virtual server [server] loaded default web module []
INFO: INFO  - AtmosphereFramework- Installed AtmosphereHandler
ReflectorServletProcessor mapped to context-path: /*

INFO: INFO  - AtmosphereFramework- Auto detecting WebSocketHandler
in /WEB-INF/classes/

INFO: INFO  - AtmosphereFramework- Atmosphere is using async
support: org.atmosphere.container.GlassFishWebSocketSupport running under
container: GlassFish Server Open Source Edition 3.1.2 with WebSocket
enabled.

INFO: INFO  - AtmosphereFramework- Installed WebSocketProtocol
org.atmosphere.websocket.protocol.EchoProtocol 

INFO: INFO  - ReflectorServletProcessor  - Installing Servlet null

INFO: INFO  - ReflectorServletProcessor  - Installing Filter
com.mycompany.WicketApplication

INFO: INFO  - Application- [com.mycompany.WicketApplication]
init: Wicket core library initializer

INFO: INFO  - RequestListenerInterface   - registered listener interface
[RequestListenerInterface name=IBehaviorListener, method=public abstract
void org.apache.wicket.behavior.IBehaviorListener.onRequest()]

INFO: INFO  - RequestListenerInterface   - registered listener interface
[RequestListenerInterface name=IFormSubmitListener, method=public abstract
void
org.apache.wicket.markup.html.form.IFormSubmitListener.onFormSubmitted()]

INFO: INFO  - RequestListenerInterface   - registered listener interface
[RequestListenerInterface name=ILinkListener, method=public abstract void
org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()]

INFO: INFO  - RequestListenerInterface   - registered listener interface
[RequestListenerInterface name=IOnChangeListener, method=public abstract
void
org.apache.wicket.markup.html.form.IOnChangeListener.onSelectionChanged()]

INFO: INFO  - RequestListenerInterface   - registered listener interface
[RequestListenerInterface name=IRedirectListener, method=public abstract
void org.apache.wicket.IRedirectListener.onRedirect()]

INFO: INFO  - RequestListenerInterface   - registered listener interface
[RequestListenerInterface name=IResourceListener, method=public abstract
void org.apache.wicket.IResourceListener.onResourceRequested()]

INFO: INFO  - WebApplication - [com.mycompany.WicketApplication]
Started Wicket version 6.0.0 in DEVELOPMENT mode

SEVERE: 
*** WARNING: Wicket is running in DEVELOPMENT mode.  ***
***   ^^^***
*** Do NOT deploy to your live server(s) without changing this.  ***
*** See Application#getConfigurationType() for more information. ***


INFO: INFO  - AtmosphereFramework- Installed Default
AtmosphereInterceptor [Android Interceptor Support, SSE Interceptor Support,
JSONP Interceptor Support]. Set
org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults in your xml to
disable them.

INFO: WARN  - AtmosphereFramework- No BroadcasterCache configured.
Broadcasted message between client reconnection will be 

Netbeans + Wicket 6 + Atmosphere

2012-10-18 Thread Mats
I have installed the /NetBeans Wicket Plugin /and have tried to update the
Wicket jars to 6.X.X (after creating a new web application using the Wicket
framework). I'm deploying on the bundled Glassfish server.

Has someone succeded in making a simple app using the Atmosphere framework
like this?

If yes, can you please post your /web.xml/ and /atmosphere.xml/ files? I
need some help with the configuration...

Thanks for your help



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Netbeans-Wicket-6-Atmosphere-tp4653055.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket 6.0.0 + Netbeans + Atmosphere

2012-08-28 Thread Mats
That is correct...

I now tried to add some stuff in my web.xml and include the atmosphere.xml
from the example files... but I'm probaly still doing something wrong
--- SEVERE: failed to initialize atmosphere framework

And probably I should try to include the same jars as in the example
project...

So I think i vill give this up for the moment

This is my web.xml

?xml version=1.0 encoding=UTF-8?
web-app version=3.0 xmlns=http://java.sun.com/xml/ns/javaee;
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:schemaLocation=http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd;
filter
filter-nameWicketApplication/filter-name
   
filter-classorg.apache.wicket.protocol.http.WicketFilter/filter-class
init-param
param-nameapplicationClassName/param-name
param-valueasterix.webui.WebUI/param-value
/init-param
init-param
param-nameconfiguration/param-name
param-valuedeployment/param-value
/init-param
/filter
filter-mapping
filter-nameWicketApplication/filter-name
url-pattern/wicket/*/url-pattern
/filter-mapping
session-config
session-timeout
30
/session-timeout
/session-config
welcome-file-list
welcome-file/
/welcome-file-list
servlet
servlet-nameAtmosphereApplication/servlet-name
servlet-classorg.atmosphere.cpr.AtmosphereServlet/servlet-class
init-param
param-nameapplicationClassName/param-name
param-valueasterix.webui.WebUI/param-value
/init-param
init-param
param-nameorg.atmosphere.useWebSocket/param-name
param-valuetrue/param-value
/init-param
init-param
param-nameorg.atmosphere.useNative/param-name
param-valuetrue/param-value
/init-param
init-param
   
param-nameorg.atmosphere.cpr.CometSupport.maxInactiveActivity/param-name
param-value3/param-value
/init-param
init-param
param-namefilterMappingUrlPattern/param-name
param-value/atmosphere/*/param-value
/init-param
init-param
   
param-nameorg.atmosphere.websocket.WebSocketProtocol/param-name
   
param-valueorg.atmosphere.websocket.protocol.EchoProtocol/param-value
/init-param
load-on-startup1/load-on-startup
/servlet
servlet-mapping
servlet-nameAtmosphereApplication/servlet-name
url-pattern/atmosphere/*/url-pattern
/servlet-mapping
/web-app

This is the atmosphere.xml

atmosphere-handlers
atmosphere-handler context-root=/*
class-name=org.atmosphere.handler.ReflectorServletProcessor
property name=filterClassName
value=org.apache.wicket.protocol.http.WicketFilter /
/atmosphere-handler
/atmosphere-handlers 




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-6-0-0-Netbeans-Atmosphere-tp4651521p4651527.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Wicket 6.0.0 + Netbeans + Atmosphere

2012-08-27 Thread Mats
Hi,

I just tried to get Atmosphere up and running in Wicket 6.0.0-beta3 using
Netbeans 7.2...

I have just added the jars needed one by one. Still I get some runtime error
at startup;

  @Override
  public void init() {
super.init();
eventBus = new EventBus(this);   SEVERE:
WebModule[/WebUI_2]PWC1270: Exception starting filter WicketApplication ...
  }

So, my question is; *Exactly what jars do I need to include in my project?*
I'm using NetBeans with Glassfish 3.1.2

This is the included jars so far...
http://apache-wicket.1842946.n4.nabble.com/file/n4651521/jars.png 

Anyone that could help me?





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-6-0-0-Netbeans-Atmosphere-tp4651521.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: export excel file via an OutputStream

2008-04-01 Thread Mats Norén
What's the problem with that?

You want an OutputStream to send to your excelGen and Igor showed you
how to obtain one...what else do you need?

/M

On Tue, Apr 1, 2008 at 12:06 PM,  [EMAIL PROTECTED] wrote:
 FY.  Once you reach getResponse.getOutputStream, you are back to
  square one with servlet programming.



  wtf
  
  -igor
  
  
  On Tue, Apr 1, 2008 at 1:12 AM,  [EMAIL PROTECTED] wrote:
   In a raw servlet programming, it is trivial,
just get response outputstream, set headers and pass it
to the excelGen (as a poorman's way, close the connection after done)
Wicket got to have a more structured api for this common task.
  
  
  
This one (even with model args) falls to the same category of
getting the inputstream actively. I do not see how I can
define the model to get data since the controlling side is
excelGen(outputstream). it keeps writing data to outputstream.
and I am trying to get it directly send back to browser.
It has to directly write to the response stream in a single thread
or it would block.

see DownloadLink

-igor


On Tue, Apr 1, 2008 at 12:45 AM,  [EMAIL PROTECTED] wrote:
 This does not apply as it copies input to output.
  My issue is that in OnClick()  I  call

  excelGen(OutputStream)

  to produce the bytes on the fly.  but the ResourceStream
  needs InputStream that wicket would read data to send as response.
  My take is that I need to get a handle of the reponse
  outputstream to pass it to excelGen. But How to do it at wicket api
  level

instead
  of bypass it to directly get servlet reponse stream.



  see Streams.copy() in wicket utils package
  
  -igor
  
  On Tue, Apr 1, 2008 at 12:31 AM,  [EMAIL PROTECTED] wrote:
   Hello:
I am trying to export dynamically generated excel file.
The generator would send the file.xls to an OutputStream.
  
In wicket, I am trying to use example as below but
 how can I connect the OutputStream to the inputstream
ins.  Pipedoutputstream would block. Using a separate thread
is not desirable.
  
public void onClick() {
  
  IResourceStream stream = new AbstractResourceStream() {
  
public InputStream getInputStream()
  throws
  ResourceStreamNotFoundException {
  
  
return ins;
}
  
public void close() throws IOException {
ins.close();
}
};
  
getRequestCycle().setRequestTarget(
new
  ResourceStreamRequestTarget(stream).setFileName(file.xls));
  

  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  

  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
  
  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  

  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Disabling Modal Unload Confirmation

2008-02-14 Thread Mats Norén

UPBrandon wrote:

I have a page that uses ModalWindows and I would like to disable the
JavaScript confirmation that is displayed when you try to leave the page
while a modal window is open.  As recommended by developers here, I added
Wicket.Window.unloadConfirmation = false; in my page header to disable
those confirmations.  However, when the page loads, the browser gives me an
error say that Wicket.Window doesn't have any properties.  As you might
expect, the confirmation dialog is not not disabled.

Looking at the source for my page, it looks like my code, which was declared
inside of a wicket:head tag, is called before Wicket's modal.js.  I assume
that including modal.js before Wicket.Window.unloadConfirmation = false
would fix the problem but I'm not sure how to do that. Does anyone know of a
way to fix this?


You could try to add the Wicket.Window.unloadConfirmation = false in 
the a IHeaderContributor and use response.addOnDomReadyJavaScript(...).


That way the script is executed when everything is ready.

/Mats



-Brandon



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Checkbox tree component

2007-12-07 Thread Mats Norén
Doug, great work!
Can I just ask you a question, what does your implementation of the
CategoryTreeModel look like?
I've been trying all sorts of approaches for doing a similar category
tree but I've never liked / got the model approach to work in a nice
fashion. :)

/Regards Mats

On Oct 27, 2007 6:04 AM, Doug Leeper [EMAIL PROTECTED] wrote:

 Ok here it is.  I have also included my use of it.  While it won't compile
 for you...you will at least see how I have used it.

 http://www.nabble.com/file/p13439520/CheckBoxIconPanel.html
 CheckBoxIconPanel.html
 http://www.nabble.com/file/p13439520/CheckBoxIconPanel.java
 CheckBoxIconPanel.java
 http://www.nabble.com/file/p13439520/CheckBoxTree.java CheckBoxTree.java

 My use of CheckBoxTree...

 http://www.nabble.com/file/p13439520/ProductCategoriesPanel.html
 ProductCategoriesPanel.html
 http://www.nabble.com/file/p13439520/ProductCategoriesPanel.java
 ProductCategoriesPanel.java

 --
 View this message in context: 
 http://www.nabble.com/Checkbox-tree-component-tf4699092.html#a13439520

 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Problems in beta3

2007-11-26 Thread Mats Norén
)
at 
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
at org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:149)
at org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
at 
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:830)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
at 
org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:227)
at 
org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442)

We are pretty clueless to what's causing it but we're guessing that
it's something we are doing wrong :)

Any ideas?

/regards Mats

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: facebook support

2007-11-09 Thread Mats Norén
What kind of support are we talking about?
Being able to build applications or retrieving information from FB or MySpace?
Or both?

/Mats

On Nov 9, 2007 9:16 AM, Stefan Fußenegger [EMAIL PROTECTED] wrote:

 I'd be interested in Facebook and Open Social support. However, I don't have
 any experience with either of them.

 It would be extremely cool to have a common interface for both of them -
 write once run everywhere.

 I would also help implementing it. I don't have much time to spend tough.
 For my project, facebook and open social support won't be required within
 the next 6 month. (But it would be cool to have.)

 -- Stefan




 Jonathan Locke wrote:
 
  I'd like to get facebook support into Wicket.  If anyone out there has
  interest and would like to cooperate(particularly anyone with Facebook
  experience), please get in touch with me.  Thanks.
 


 -
 ---
 Stefan Fußenegger
 http://talk-on-tech.blogspot.com // looking for a nicer domain ;)
 --
 View this message in context: 
 http://www.nabble.com/facebook-support-tf4773546.html#a13662919

 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Multiple wicket:child / tags on a single base page?

2007-11-07 Thread Mats Norén
On Nov 7, 2007 11:31 AM, Mats Norén [EMAIL PROTECTED] wrote:
 Hmm...I'm interested in seeing the difference as well. I would love to
 get it but right now I don't.

 Chris Colman wrote:
 This new feature, or extension of the exiting feature, allows more than
 one section of markup to be specialized by derived (extended) markups
 whereas currently wicket only supports the deferred
 definition/implementation of a single markup section in any page. In
 other words we want to make a powerful feature even more powerful.

 Is the above statement really true considering that by adding abstract
 methods to your page you defer the creation of the markup in just the
 same way as the new proposed solution?

 BasePage.java

 public BasePage() {
 addAbstract1(abstractId1);
 addAbstract2(abstractId2);
 }

 public abstract addAbstract1(String abstractId1);
 public abstract addAbstract2(String abstractId2);

A little typo here..I meant:

public BasePage() {
add(addAbstract1(abstractId1));
add(addAbstract2(abstractId2));
 }

public abstract Component addAbstract1(String abstractId1);
public abstract Component addAbstract2(String abstractId2);

/Mats

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]