Try it again. Probably you were too fast for the sync to ibiblio to happen.

The wicket-parent-1.2.1.pom file is now available on ibiblio.

    http://repo1.maven.org/maven2/wicket/

>From now on, the maven repository is sync'd frequently with our
repository so (final) releases will become available through maven
much faster than previously.

Martijn


On 7/26/06, Vincent Jenks <[EMAIL PROTECTED]> wrote:
> Also, I'm not able to build Wicket 1.2.1 w/ maven like I did w/ 1.2.
>
> In the top-level 'wicket' folder doing "mvn install
> -Dmaven.test.skip=true" gives me this:
>
> [INFO] Scanning for projects...
> Downloading: 
> http://maven.sateh.com/repository/wicket/wicket-parent/1.2.1/wicket
> -parent-1.2.1.pom
> [WARNING] Unable to get resource from repository central 
> (http://repo1.maven.org
> /maven2)
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> GroupId: wicket
> ArtifactId: wicket-parent
> Version: 1.2.1
>
> Reason: Unable to download the artifact from any repository
>
>   wicket:wicket-parent:pom:1.2.1
>
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
>
>
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Trace
> org.apache.maven.reactor.MavenExecutionException: Cannot find parent: 
> wicket:wic
> ket-parent for project: null:wicket:jar:null
>         at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:365)
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:278)
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>         at 
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>
>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find 
> parent
> : wicket:wicket-parent for project: null:wicket:jar:null
>         at 
> org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(D
> efaultMavenProjectBuilder.java:1161)
>         at 
> org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(Def
> aultMavenProjectBuilder.java:674)
>         at 
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFi
> leInternal(DefaultMavenProjectBuilder.java:416)
>         at 
> org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMave
> nProjectBuilder.java:192)
>         at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:515)
>         at 
> org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:447)
>         at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:351)
>         ... 11 more
> Caused by: org.apache.maven.project.ProjectBuildingException: POM 
> 'wicket:wicket
> -parent' not found in repository: Unable to download the artifact from any 
> repos
> itory
>
>   wicket:wicket-parent:pom:1.2.1
>
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
>
>         at 
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepo
> sitory(DefaultMavenProjectBuilder.java:513)
>         at 
> org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(D
> efaultMavenProjectBuilder.java:1157)
>         ... 17 more
> Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: 
> Unable
> to download the artifact from any repository
>
>   wicket:wicket-parent:pom:1.2.1
>
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
>
>         at 
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(De
> faultArtifactResolver.java:136)
>         at 
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(De
> faultArtifactResolver.java:63)
>         at 
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepo
> sitory(DefaultMavenProjectBuilder.java:467)
>         ... 18 more
> Caused by: org.apache.maven.wagon.ResourceDoesNotExistException: Unable to 
> downl
> oad the artifact from any repository
>         at 
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(Def
> aultWagonManager.java:260)
>         at 
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(De
> faultArtifactResolver.java:124)
>         ... 20 more
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: < 1 second
> [INFO] Finished at: Wed Jul 26 10:47:57 MDT 2006
> [INFO] Final Memory: 1M/2M
> [INFO] 
> ------------------------------------------------------------------------
>
> On 7/26/06, Vincent Jenks <[EMAIL PROTECTED]> wrote:
> > I just downloaded 1.2.1, how do I take advantage of this?  I'm hoping
> > I can use 1.2.1 on Glassfish w/o having to custom-build it like I did
> > w/ 1.2.
> >
> > Thanks!
> >
> > On 7/10/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> > > just added this, it will be in 1.2.1
> > >
> > >       <action type="update" dev="Igor Vaynberg">Added
> > > IDebugSettings.serializeSessionAttributes instead of
> > > relying on logger set to debug mode for the session store</action>
> > >
> > >
> > > -Igor
> > >
> > >
> > > On 7/10/06, Vincent Jenks <[EMAIL PROTECTED]> wrote:
> > > > Beautiful, it all built and it works in the app.
> > > >
> > > > Thanks Igor!
> > > >
> > > > On 7/10/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> > > > > mvn install -Dmaven.test.skip=true
> > > > >
> > > > >
> > > > > -Igor
> > > > >
> > > > >
> > > > > On 7/10/06, Vincent Jenks <[EMAIL PROTECTED] > wrote:
> > > > > > OK, that definitely helped...but....
> > > > > >
> > > > > > Results :
> > > > > > Tests run: 410, Failures: 0, Errors: 1, Skipped: 0
> > > > > >
> > > > > > [INFO]
> > > > >
> > > ------------------------------------------------------------------------
> > > > > > [ERROR] BUILD FAILURE
> > > > > > [INFO]
> > > > >
> > > ------------------------------------------------------------------------
> > > > > > [INFO] There are test failures.
> > > > > > [INFO]
> > > > >
> > > ------------------------------------------------------------------------
> > > > > > [INFO] For more information, run Maven with the -e switch
> > > > > > [INFO]
> > > > >
> > > ------------------------------------------------------------------------
> > > > > > [INFO] Total time: 1 minute 22 seconds
> > > > > > [INFO] Finished at: Mon Jul 10 13:48:34 MDT 2006
> > > > > > [INFO] Final Memory: 7M/35M
> > > > > > [INFO]
> > > > >
> > > ------------------------------------------------------------------------
> > > > > >
> > > > > > On 7/10/06, Igor Vaynberg < [EMAIL PROTECTED]> wrote:
> > > > > > > looks like their repo servers are overloaded -- too popular for
> > > their
> > > > > own
> > > > > > > good
> > > > > > >
> > > > > > > try this:
> > > > > > >
> > > > > > >
> > > > >
> > > http://www.nabble.com/new-maven-repo-available-with-snapshots-tf1851211.html#a5054042
> > > > > > >
> > > > > > > -Igor
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On 7/10/06, Vincent Jenks <[EMAIL PROTECTED] > wrote:
> > > > > > > > No such luck - that didn't work any better.
> > > > > > > >
> > > > > > > > when doing 'mvn install' in the top-level WICKET_1_2 directory I
> > > get
> > > > > this
> > > > > > > error:
> > > > > > > >
> > > > > > > > Downloading:
> > > > > > >
> > > > >
> > > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-
> > > > > > > >
> > > > > > >
> > > > >
> > > default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
> > > > > > > > [INFO]
> > > > > > >
> > > > >
> > > ------------------------------------------------------------------------
> > > > > > > > [ERROR] BUILD ERROR
> > > > > > > > [INFO]
> > > > > > >
> > > > >
> > > ------------------------------------------------------------------------
> > > > > > > > [INFO] Error building POM (may not be this project's POM).
> > > > > > > >
> > > > > > > >
> > > > > > > > Project ID:
> > > > > org.codehaus.plexus:plexus-container-default
> > > > > > > >
> > > > > > > > Reason: Error getting POM for
> > > > > > > ' org.codehaus.plexus:plexus-container-default' fro
> > > > > > > > m the repository: Error transferring file
> > > > > > > >
> > > > > > >
> > > > >
> > > org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-8
> > > > > > > >
> > > > > > > > from the specified remote repositories:
> > > > > > > >   central (http://repo1.maven.org/maven2),
> > > > > > > >   apache.snapshots
> > > > > > > (http://svn.apache.org/maven-snapshot-repository ),
> > > > > > > >   snapshots
> > > > > ( http://snapshots.maven.codehaus.org/maven2)
> > > > > > > >
> > > > > > > > So, just for the sake of completeness I cd'd into the lower
> > > 'wicket'
> > > > > > > > directory and ran 'mvn install' and got this:
> > > > > > > >
> > > > > > > > [INFO]
> > > > > > >
> > > > >
> > > ------------------------------------------------------------------------
> > > > > > > > [ERROR] BUILD ERROR
> > > > > > > > [INFO]
> > > > > > >
> > > > >
> > > ------------------------------------------------------------------------
> > > > > > > > [INFO] Failed to resolve artifact.
> > > > > > > >
> > > > > > > > Error transferring file
> > > > > > > >
> > > > > > >
> > > > >
> > > org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.2
> > > > > > > >
> > > > > > > > from the specified remote repositories:
> > > > > > > >   central ( http://repo1.maven.org/maven2 )
> > > > > > > >
> > > > > > > >
> > > > > > > > Caused by I/O exception: Server returned HTTP response code: 503
> > > for
> > > > > URL:
> > > > > > > http:/
> > > > > > > >
> > > > > > >
> > > > >
> > > /repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.2/maven
> > > > > > > > -surefire-plugin-2.2.jar.sha1
> > > > > > > >
> > > > > > > > Sounds like it might be better in concept than Ant but you run 
> > > > > > > > the
> > > > > > > > risk of not being able to download dependencies - not sure I 
> > > > > > > > like
> > > the
> > > > > > > > idea of relying on an internet connection for them.
> > > > > > > >
> > > > > > > > Anyhow...no closer than I was before.
> > > > > > > >
> > > > > > > > Any ideas?
> > > > > > > >
> > > > > > > > On 7/7/06, Igor Vaynberg < [EMAIL PROTECTED]> wrote:
> > > > > > > > > thats what i understood from martijn. the problem is that 
> > > > > > > > > there
> > > is a
> > > > > > > parent
> > > > > > > > > pom file that all other projects inherit from, so that means
> > > that
> > > > > parent
> > > > > > > pom
> > > > > > > > > has to be installed in the maven repo in order for other
> > > projects to
> > > > > > > find it
> > > > > > > > > when you try to build
> > > > > > > > >
> > > > > > > > > so what i would do is
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > cd WICKET_1_2
> > > > > > > > > mvn install  <<(possibly optional if you have the whole thing
> > > > > checked
> > > > > > > out)
> > > > > > > > >
> > > > > > > > > cd wicket
> > > > > > > > > mvn install
> > > > > > > > >
> > > > > > > > > and you should be good to go
> > > > > > > > >
> > > > > > > > > -Igor
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On 7/7/06, V. Jenks < [EMAIL PROTECTED]> wrote:
> > > > > > > > > > So, if I check out all projects at
> > > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > >
> > > https://svn.sourceforge.net/svnroot/wicket/tags/WICKET_1_2/
> > > > > > > > > > <
> > > > > > > > >
> > > > > > >
> > > > >
> > > https://svn.sourceforge.net/svnroot/wicket/tags/WICKET_1_2/wicket>
> > > > > > > > > I
> > > > > > > > > > should be able to build them w/ maven, as you described
> > > before?
> > > > > > > > > >
> > > > > > > > > > Igor Vaynberg wrote:
> > > > > > > > > > > svn co
> > > > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > >
> > > https://svn.sourceforge.net/svnroot/wicket/tags/WICKET_1_2/wicket
> > > > > > > > > will
> > > > > > > > > > > give you the 1.2 release
> > > > > > > > > > >
> > > > > > > > > > > maven doesnt work out of the box because of the new build
> > > thing
> > > > > > > > > > > martijn is trying where you need to have a parent pom
> > > installed
> > > > > > > first
> > > > > > > > > > > so its a more tedious process unless you check out the
> > > entire
> > > > > folder
> > > > > > > > > > > that contains all the projects.
> > > > > > > > > > >
> > > > > > > > > > > -Igor
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > On 7/7/06, *Vincent Jenks* < [EMAIL PROTECTED]
> > > > > > > > > > > <mailto:[EMAIL PROTECTED]>> wrote:
> > > > > > > > > > >
> > > > > > > > > > >     Ha!  It ran w/o the exception!  It would have been 
> > > > > > > > > > > nice
> > > to
> > > > > get
> > > > > > > > > around
> > > > > > > > > > >     the logging another way but I guess I'll take what I 
> > > > > > > > > > > can
> > > get
> > > > > at
> > > > > > > this
> > > > > > > > > > >     point.
> > > > > > > > > > >
> > > > > > > > > > >     My last concern is - is 1.2.1.rc1 fit for production -
> > > > > because
> > > > > > > this
> > > > > > > > > > >     site is *already* in production and I'm hesitant to
> > > throw a
> > > > > > > > > relatively
> > > > > > > > > > >     unstable version of wicket into it.
> > > > > > > > > > >
> > > > > > > > > > >     Could someone help me figure out how to build the 1.2
> > > final
> > > > > > > branch
> > > > > > > > > > >     w/o errors?
> > > > > > > > > > >
> > > > > > > > > > >     Thanks!
> > > > > > > > > > >
> > > > > > > > > > >     On 7/7/06, Vincent Jenks < [EMAIL PROTECTED]
> > > > > > > > > > >     <mailto: [EMAIL PROTECTED]>> wrote:
> > > > > > > > > > >     > OK, by dropping junit into the ant/lib dir from
> > > another
> > > > > > > project
> > > > > > > > > that
> > > > > > > > > > >     > happened to have junit in it, I was able to build 
> > > > > > > > > > > it.
> > > Now
> > > > > > > I'll
> > > > > > > > > > >     test
> > > > > > > > > > >     > w/ the logging commented out.
> > > > > > > > > > >     >
> > > > > > > > > > >     > On 7/7/06, Vincent Jenks < [EMAIL PROTECTED]
> > > > > > > > > > >     <mailto:[EMAIL PROTECTED]>> wrote:
> > > > > > > > > > >     > > OK...I've never done anything manually w/ ant that
> > > > > needed
> > > > > > > any
> > > > > > > > > > >     other
> > > > > > > > > > >     > > type of setup...so I'm sure I can't spend a lot of
> > > time
> > > > > on
> > > > > > > > > > >     that (today
> > > > > > > > > > >     > > at least).
> > > > > > > > > > >     > >
> > > > > > > > > > >     > > What about maven?  Why can't I build it?
> > > > > > > > > > >     > >
> > > > > > > > > > >     > > Is there another way for me to build it?
> > > > > > > > > > >     > >
> > > > > > > > > > >     > > On 7/7/06, Martijn Dashorst <
> > > [EMAIL PROTECTED]
> > > > > > > > > > >     <mailto: [EMAIL PROTECTED]>> wrote:
> > > > > > > > > > >     > > > Then you probably don't have done the steps to
> > > setup
> > > > > > > ant...
> > > > > > > > > ant
> > > > > > > > > > >     > > > requires you to install the junit jar into the
> > > ant/lib
> > > > > > > > > > >     folder iirc.
> > > > > > > > > > >     > > >
> > > > > > > > > > >     > > > It's been a while since I've setup ant to work
> > > like
> > > > > > > this...
> > > > > > > > > > >     > > >
> > > > > > > > > > >     > > > Martijn
> > > > > > > > > > >     > > >
> > > > > > > > > > >     > > > On 7/7/06, V. Jenks < [EMAIL PROTECTED]
> > > > > > > > > > >     <mailto:[EMAIL PROTECTED]>> wrote:
> > > > > > > > > > >     > > > > I did steps 1-5...it immediately fails because
> > > there
> > > > > is
> > > > > > > no
> > > > > > > > > > >     build
> > > > > > > > > > >     > > > > file...so I went back up to the root where the
> > > > > build.xml
> > > > > > > > > > >     file was and
> > > > > > > > > > >     > > > > ran 'ant jar'...I eventually get this:
> > > > > > > > > > >     > > > >
> > > > > > > > > > >     > > > > BUILD FAILED
> > > > > > > > > > >     > > > >
> > > /home/vjenks/Projects/java/wicket-
> > > > > > > > > 1.2.1-rc1/build.xml:85:
> > > > > > > > > > >     Could not
> > > > > > > > > > >     > > > > create task or type of type: junit.
> > > > > > > > > > >     > > > >
> > > > > > > > > > >     > > > > Ant could not find the task or a class this 
> > > > > > > > > > > task
> > > > > relies
> > > > > > > > > upon.
> > > > > > > > > > >     > > > >
> > > > > > > > > > >     > > > >
> > > > > > > > > > >     > > > > Martijn Dashorst wrote:
> > > > > > > > > > >     > > > > > Instead of building from SVN, you might
> > > download
> > > > > the
> > > > > > > > > > >     distribution
> > > > > > > > > > >     > > > > > ( 1.2.1-rc1 is the newest), and use ant to
> > > build
> > > > > the
> > > > > > > jar.
> > > > > > > > > > >     > > > > >
> > > > > > > > > > >     > > > > > the distribution contains all dependencies 
> > > > > > > > > > > you
> > > > > need,
> > > > > > > and
> > > > > > > > > > >     contains a
> > > > > > > > > > >     > > > > > build.xml for ant lovers.
> > > > > > > > > > >     > > > > >
> > > > > > > > > > >     > > > > > There is no need to learn yet another tool 
> > > > > > > > > > > if
> > > you
> > > > > > > don't
> > > > > > > > > > >     want to.
> > > > > > > > > > >     > > > > >
> > > > > > > > > > >     > > > > > So the steps:
> > > > > > > > > > >     > > > > > 1. download wicket-1.2.1-rc1-bin.zip
> > > > > > > > > > >     > > > > > 2. unzip
> > > > > > > > > > >     > > > > > 3. cd into directory
> > > > > > > > > > >     > > > > > 4. do your changes in the src/java folder
> > > > > > > > > > >     > > > > > 5. start 'ant jar'
> > > > > > > > > > >     > > > > > 6. find the jar in the target directory
> > > (without
> > > > > > > version
> > > > > > > > > > >     number unfortunately)
> > > > > > > > > > >     > > > > >
> > > > > > > > > > >     > > > > > Martijn
> > > > > > > > > > >     > > > > >
> > > > > > > > > > >     > > > > >
> > > > > > > > > > >     > > > > > On 7/7/06, Igor Vaynberg <
> > > [EMAIL PROTECTED]
> > > > > > > > > > >     <mailto: [EMAIL PROTECTED]>> wrote:
> > > > > > > > > > >     > > > > >
> > > > > > > > > > >     > > > > >> the entire point of maven is that it
> > > downloads
> > > > > > > > > > >     dependencies for you and does
> > > > > > > > > > >     > > > > >> the rest of that crap so you dont have to 
> > > > > > > > > > > :)
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >> -Igor
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >> On 7/6/06, Vincent Jenks <
> > > > > [EMAIL PROTECTED]
> > > > > > > > > > >     <mailto:[EMAIL PROTECTED]>> wrote:
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>> I've heard of it but am not 
> > > > > > > > > > > familiar...I'll
> > > look
> > > > > > > into
> > > > > > > > > it.
> > > > > > > > > > >     > > > > >>>
> > > > > > > > > > >     > > > > >>> I was going to make a lib project in 
> > > > > > > > > > > eclipse
> > > or
> > > > > > > > > > >     netbeans and build it
> > > > > > > > > > >     > > > > >>> that way but realized there's probably a
> > > pile of
> > > > > > > > > > >     dependencies I don't
> > > > > > > > > > >     > > > > >>> have...won't that be an issue even w/ 
> > > > > > > > > > > maven?
> > > > > > > > > > >     > > > > >>>
> > > > > > > > > > >     > > > > >>> All the lib folders only contain 
> > > > > > > > > > > clover....
> > > > > > > > > > >     > > > > >>>
> > > > > > > > > > >     > > > > >>> On 7/6/06, Igor Vaynberg <
> > > > > [EMAIL PROTECTED]
> > > > > > > > > > >     <mailto: [EMAIL PROTECTED]>> wrote:
> > > > > > > > > > >     > > > > >>>
> > > > > > > > > > >     > > > > >>>> naaah use maven2
> > > > > > > > > > >     > > > > >>>> make the change in the src folder
> > > > > > > > > > >     > > > > >>>> type "mvn package" and you will have a 
> > > > > > > > > > > .jar
> > > > > ready
> > > > > > > in
> > > > > > > > > > >     the target dir
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>> -Igor
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>> On 7/6/06, Vincent Jenks <
> > > > > [EMAIL PROTECTED]
> > > > > > > > > > >     <mailto: [EMAIL PROTECTED]> > wrote:
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>> OK, checked it out and I made my
> > > change....but
> > > > > > > bare
> > > > > > > > > > >     w/ me...I'm almost
> > > > > > > > > > >     > > > > >>>>> completely unfamiliar w/ Ant and I 
> > > > > > > > > > > figured
> > > > > that'd
> > > > > > > be
> > > > > > > > > > >     the easiest way
> > > > > > > > > > >     > > > > >>>>> to build it?
> > > > > > > > > > >     > > > > >>>>>
> > > > > > > > > > >     > > > > >>>>> So, how do I build this sucker?
> > > > > > > > > > >     > > > > >>>>>
> > > > > > > > > > >     > > > > >>>>> On 7/6/06, Igor Vaynberg <
> > > > > [EMAIL PROTECTED]
> > > > > > > > > > >     <mailto: [EMAIL PROTECTED]>> wrote:
> > > > > > > > > > >     > > > > >>>>>
> > > > > > > > > > >     > > > > >>>>>> well, if it comes down to it just check
> > > out
> > > > > > > wicket,
> > > > > > > > > > >     remove that
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >> portion
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> of
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>> code, and deploy it that way
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>> -Igor
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>> On 7/6/06, Vincent Jenks <
> > > > > > > [EMAIL PROTECTED]
> > > > > > > > > > >     <mailto: [EMAIL PROTECTED]>> wrote:
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>> At 8:30 this morning...it's now 2:30pm
> > > here
> > > > > and
> > > > > > > I
> > > > > > > > > > >     was the *last*
> > > > > > > > > > >     > > > > >>>>>>> person to post to this forum at
> > > all...which
> > > > > is
> > > > > > > > > > >     weird...it's
> > > > > > > > > > >     > > > > >>>>>>>
> > > > > > > > > > >     > > > > >> normally
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>>> pretty busy.
> > > > > > > > > > >     > > > > >>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > >
> > > http://forums.java.net/jive/thread.jspa?threadID=16673&tstart=0
> > > > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > <
> > > http://forums.java.net/jive/thread.jspa?threadID=16673&tstart=0
> > > > > > > > > >
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>>> This is the first time I haven't 
> > > > > > > > > > > gotten
> > > an
> > > > > > > answer
> > > > > > > > > > >     to my problem on
> > > > > > > > > > >     > > > > >>>>>>>
> > > > > > > > > > >     > > > > >> the
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>>> same day...they're *almost* as good as
> > > you
> > > > > guys!
> > > > > > > :)
> > > > > > > > > > >     > > > > >>>>>>>
> > > > > > > > > > >     > > > > >>>>>>> On 7/6/06, Eelco Hillenius <
> > > > > > > > > > >     [EMAIL PROTECTED] <mailto:
> > > > > [EMAIL PROTECTED]> >
> > > > > > > > > wrote:
> > > > > > > > > > >     > > > > >>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>> Did you try asking around on the
> > > glassfish
> > > > > > > list/
> > > > > > > > > > >     IRC channel (if
> > > > > > > > > > >     > > > > >>>>>>>>
> > > > > > > > > > >     > > > > >>>> they
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>> have one)?
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>> Eelco
> > > > > > > > > > >     > > > > >>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>> On 7/6/06, Vincent Jenks <
> > > > > > > > > > >     [EMAIL PROTECTED] <mailto:
> > > [EMAIL PROTECTED]>>
> > > > > > > wrote:
> > > > > > > > > > >     > > > > >>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>> I have no idea...but I'm lost at 
> > > > > > > > > > > this
> > > > > point.
> > > > > > > I
> > > > > > > > > > >     have both
> > > > > > > > > > >     > > > > >>>>>>>>> commons-logging and log4j in the
> > > > > glassfish/lib
> > > > > > > > > > >     folder because
> > > > > > > > > > >     > > > > >>>>>>>>>
> > > > > > > > > > >     > > > > >> it
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> is a
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>>>>> requirement for using Hibernate as 
> > > > > > > > > > > the
> > > > > > > > > > >     persistence engine.  I
> > > > > > > > > > >     > > > > >>>>>>>>>
> > > > > > > > > > >     > > > > >> put
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> the
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>>>>> log4j.properties in there w/ the
> > > suggested
> > > > > > > > > > >     entries and
> > > > > > > > > > >     > > > > >>>>>>>>>
> > > > > > > > > > >     > > > > >>>> restarted...the
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>>>>> error is the same - didn't work.
> > > > > > > > > > >     > > > > >>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>> I tried deploying log4j in my war's
> > > /lib
> > > > > > > folder
> > > > > > > > > > >     and packaging
> > > > > > > > > > >     > > > > >>>>>>>>> log4j.properties in there...made no
> > > > > > > > > > >     difference...I can't get
> > > > > > > > > > >     > > > > >>>>>>>>>
> > > > > > > > > > >     > > > > >> the
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>>>>> exception message to change.
> > > > > > > > > > >     > > > > >>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>> ugh.... :(
> > > > > > > > > > >     > > > > >>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>> On 7/6/06, Matej Knopp <
> > > [EMAIL PROTECTED]
> > > > > > > > > > >     <mailto: [EMAIL PROTECTED]>> wrote:
> > > > > > > > > > >     > > > > >>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>> Wicket uses commons-logging. I 
> > > > > > > > > > > wonder
> > > > > whether
> > > > > > > > > > >     glassfish
> > > > > > > > > > >     > > > > >>>>>>>>>>
> > > > > > > > > > >     > > > > >> doesn't
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> have
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>>>>>> it's own weird logger factory, just
> > > like
> > > > > > > jetty
> > > > > > > > > > >     does.
> > > > > > > > > > >     > > > > >>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>> -Matej
> > > > > > > > > > >     > > > > >>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>> Eelco Hillenius wrote:
> > > > > > > > > > >     > > > > >>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>> In fact log4j.logger.wicket=INFO
> > > should
> > > > > be
> > > > > > > > > enough.
> > > > > > > > > > >     > > > > >>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>> Eelco
> > > > > > > > > > >     > > > > >>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>> On 7/6/06, Vincent Jenks
> > > > > > > > > > >     < [EMAIL PROTECTED]
> > > <mailto:[EMAIL PROTECTED]>
> > > > > >
> > > > > > > > > > >     > > > > >>>>>>>>>>>
> > > > > > > > > > >     > > > > >> wrote:
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>>>>>>>> log4j.debug=false
> > > > > > > > > > >     > > > > >>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>> log4j.rootLogger=INFO
> > > > > > > > > > >     > > > > >>>>>>>>>>>> log4j.logger.org=INFO
> > > > > > > > > > >     > > > > >>>>>>>>>>>> log4j.logger.com=INFO
> > > > > > > > > > >     > > > > >>>>>>>>>>>> log4j.logger.net=INFO
> > > > > > > > > > >     > > > > >>>>>>>>>>>> log4j.logger.nl=INFO
> > > > > > > > > > >     > > > > >>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>> log4j.logger.wicket=INFO
> > > > > > > > > > >     > > > > >>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>
> > > > > > > > >
> > > > > log4j.logger.wicket.protocol.http.HttpSessionStore=INFO
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > log4j.logger.org.apache.catalina.cluster=INFO
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>
> > > > > > > > > log4j.logger.wicket.version=INFO
> > > > > > > > > > >     > > > > >>>>>>>>>>>>
> > > > > > > > > log4j.logger.wicket.RequestCycle=INFO
> > > > > > > > > > >     > > > > >>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>
> > > > > > > > > logger.wicket.protocol.http=INFO
> > > > > > > > > > >     > > > > >>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>
> > > > > > > > >
> > > > > log4j.appender.Stdout=org.apache.log4j.ConsoleAppender
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>
> > > > > > > > >
> > > > > > >
> > > > >
> > > log4j.appender.Stdout.layout=org.apache.log4j.PatternLayout
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > >
> > > log4j.appender.Stdout.layout.conversionPattern=%-5p
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >> -
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>> %- 26.26c{1} - %m\n
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>> On 7/6/06, Igor Vaynberg <
> > > > > > > > > > >     [EMAIL PROTECTED]
> > > <mailto:[EMAIL PROTECTED]>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> wrote:
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>> paste your complete
> > > log4j.properties
> > > > > file
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>> -Igor
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>> On 7/6/06, Vincent Jenks <
> > > > > > > > > > >     [EMAIL PROTECTED]
> > > <mailto:[EMAIL PROTECTED]> >
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> wrote:
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>> That's where I put it - nothing
> > > > > changed
> > > > > > > so
> > > > > > > > > > >     you're
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> obviously
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>> right...it
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>> won't make a difference 
> > > > > > > > > > > anyways.
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>> Hmm...this is bad...this puts 
> > > > > > > > > > > me
> > > in a
> > > > > > > rough
> > > > > > > > > > >     spot as I
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> have
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> no
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>> idea how
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>> to use a "spring like proxy" 
> > > > > > > > > > > and
> > > am
> > > > > not
> > > > > > > at
> > > > > > > > > > >     all familiar
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> w/
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>> Spring....and in effect I'd 
> > > > > > > > > > > have
> > > no
> > > > > idea
> > > > > > > > > > >     how to do this
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> in
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>> Wicket or
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>> what it would involve.  It's
> > > > > obviously
> > > > > > > > > > >     going to involve
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> me
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>> reworking a
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>> bunch of my existing code just 
> > > > > > > > > > > to
> > > > > move to
> > > > > > > > > > >     another
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>> container...which
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>> shouldn't have been the case.
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>> On 7/6/06, Igor Vaynberg <
> > > > > > > > > > >     [EMAIL PROTECTED] <mailto:
> > > [EMAIL PROTECTED]> >
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> wrote:
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>> you are doing it fine, you 
> > > > > > > > > > > just
> > > have
> > > > > to
> > > > > > > find
> > > > > > > > > a
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> location
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> for
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>> log4j.properties
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>> where glassfish will pick it 
> > > > > > > > > > > up.
> > > > > usually
> > > > > > > > > > >     it is in
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>> war/web-inf/classes
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>> -Igor
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>> On 7/6/06, Vincent Jenks <
> > > > > > > > > > >     [EMAIL PROTECTED] <mailto:
> > > [EMAIL PROTECTED]>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>> wrote:
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>> For whatever reason, I'm 
> > > > > > > > > > > unable
> > > to
> > > > > > > > > > >     supress this
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> exception
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> in
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>> the
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>> storefront application 
> > > > > > > > > > > (where I
> > > > > really
> > > > > > > need
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> it.)  I've
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> tried
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>> wrapping
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>> a try/catch around the
> > > assignment
> > > > > and
> > > > > > > > > > >     retrieval of
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> the
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> SFSB
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>> stub in
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>> the custom Session class...I
> > > can't
> > > > > pull
> > > > > > > > > > >     the bean data
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> up
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> w/o
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>> the
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>> exception occuring, it would
> > > seem.
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>> So again, is there a way to
> > > turn
> > > > > > > logging
> > > > > > > > > > >     debugging
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> off so
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> the
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>> test
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>> doesn't happen at all...so I
> > > can
> > > > > quit
> > > > > > > > > > >     trying to find
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>> work-arounds?
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>> Even if my error supression 
> > > > > > > > > > > did
> > > > > work,
> > > > > > > > > > >     it's not a very
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>> elegant
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>> solution
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>> - it might be better if the
> > > > > > > serialization
> > > > > > > > > > >     wasn't
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> being
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> tested
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>> at all.
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>> On 7/6/06, Vincent Jenks <
> > > > > > > > > > >     [EMAIL PROTECTED]
> > > <mailto:[EMAIL PROTECTED]>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>> wrote:
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>> Excellent, I'll move forward
> > > then
> > > > > and
> > > > > > > > > > >     see how it
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>> goes...thanks!
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>> On 7/6/06, Johan Compagner <
> > > > > > > > > > >     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>> wrote:
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>> that it just works is
> > > logical. It
> > > > > is
> > > > > > > > > > >     just a test we
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> try
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> to
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>> serialize
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>> it so
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>> that you get a warning if
> > > that is
> > > > > not
> > > > > > > > > > >     possible
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> because
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> of a
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>> non
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>> serializeable object.
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>> On 7/6/06, Vincent Jenks <
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> [EMAIL PROTECTED] <mailto:
> > > > > > > > > [EMAIL PROTECTED] >>
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> wrote:
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>> OK, I've created a small
> > > > > test-app in
> > > > > > > > > > >     Netbeans
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> where
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> I'm
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>> using a
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>> Wicket
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>> page and have overridden
> > > > > > > > > > >     ISessionFactory in the
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> app
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> class
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>> to
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>> create
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>> a
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>> session.  I have a page
> > > where I
> > > > > call
> > > > > > > > > > >     the stateful
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>> bean,
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>> create
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>> it
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>> and
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>> store it in session if 
> > > > > > > > > > > it's
> > > > > > > > > > >     non-existent, and
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> supply a
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>> link to
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>> clear
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>> the bean from session.
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>> When first calling the 
> > > > > > > > > > > page
> > > -
> > > > > when
> > > > > > > the
> > > > > > > > > > >     stub is
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> first
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>> stored in
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>> session, the page fails.  
> > > > > > > > > > > If
> > > I
> > > > > > > > > > >     re-visit the page
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> the
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>> values have
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>> actually been
> > > stored...amazingly
> > > > > > > > > > >     enough...and the
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> page
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>> does not
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>> fail
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>> but displays the values in
> > > > > session.
> > > > > > > I
> > > > > > > > > > >     can click
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> the
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> link,
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>> clear
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>> it,
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>> and start the whole 
> > > > > > > > > > > process
> > > over
> > > > > > > again
> > > > > > > > > > >     and it is
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>> consistent.
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>> So that begs the question 
> > > > > > > > > > > -
> > > > > would I
> > > > > > > be
> > > > > > > > > > >     safe
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> supressing
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> the
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>> exception
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>> in the custom session 
> > > > > > > > > > > class
> > > > > where
> > > > > > > I'm
> > > > > > > > > > >     storing the
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> bean
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>> stub?
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>> Or, is
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>> it possible that I'm not
> > > getting
> > > > > the
> > > > > > > > > > >     correct
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> reference
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> to
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>> the
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>> bean
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>> due
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>> to the serialization
> > > failure?
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>> If someone wants a copy of
> > > my
> > > > > little
> > > > > > > > > > >     test app -
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> I'd be
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>> happy to
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>> send
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>> it
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>> along.
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>> On 7/6/06, Vincent Jenks <
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> [EMAIL PROTECTED]
> > > > > > > > > <mailto: [EMAIL PROTECTED]>>
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>> wrote:
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>> Well, this was the first
> > > app
> > > > > I've
> > > > > > > > > > >     ever built w/
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> EJB
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>> technology
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>> of
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>> *any* version...it's sort
> > > of a
> > > > > > > pilot
> > > > > > > > > > >     app for
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> future
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>> in-house
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>> efforts....so far it's
> > > worked
> > > > > out
> > > > > > > > > great.
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>> So, correct me if I'm 
> > > > > > > > > > > wrong
> > > but
> > > > > > > it's my
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> understanding
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>> that if
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>> I do
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>> not
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>> store the stub to the
> > > interface
> > > > > of
> > > > > > > > > > >     the stateful
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> bean
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> in
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>> an
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>> HTTP
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>> session - I may lose the
> > > > > reference
> > > > > > > to
> > > > > > > > > > >     that bean
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> the
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> next
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>> time
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>> I
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>> call
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>> it.
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>> So, I'm calling the
> > > stateful
> > > > > bean
> > > > > > > and
> > > > > > > > > > >     storing a
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>> reference
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>> to
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>> it in
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>> http session so I can
> > > recall
> > > > > that
> > > > > > > > > > >     exact instance
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> back
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>> from the
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>> server
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>> later.  This is how it 
> > > > > > > > > > > was
> > > done
> > > > > in
> > > > > > > > > > >     the app that
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> is
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>>>> currently
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>> running
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>> in production on JBoss.
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>> On 7/6/06, Matej Knopp <
> > > > > > > > > > >     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>> Anyway, I don't really
> > > > > understand,
> > > > > > > > > > >     why is the
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >> ejb
> > > > > > > > > > >     > > > > >>
> > > > > > > > > > >     > > > > >>>> object
> > > > > > > > > > >     > > > > >>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>> actually
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>> being
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>> serialized. Do you store
> > > your
> > > > > > > > > > >     service objects in
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>> session?
> > > > > > > > > > >     > > > > >>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>> -Matej
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>> Igor Vaynberg wrote:
> > > > > > > > > > >     > > > > >>>>>>>>>>>>>>>>>>>>>
> > > > > > > > > > >     > > > > >>>
> > > ...
> > >
> > > [Message clipped]
> > >
> > > -------------------------------------------------------------------------
> > > Using Tomcat but need to do more? Need to support web services, security?
> > > Get stuff done quickly with pre-integrated technology to make your job
> > > easier
> > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > >
> > >
> > > _______________________________________________
> > > Wicket-user mailing list
> > > Wicket-user@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >
> > >
> > >
> >
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-- 
Download Wicket 1.2 now! Write Ajax applications without touching JavaScript!
-- http://wicketframework.org

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to