Wicket 6.29 supports Jquery 3.0

2018-12-26 Thread SUBRA
HI All,

Is wicket 6.29 supports jquery 3.0?



--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

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



Re: wicket-core and util OSGI wiring problem with junit.framework (provided test environment and fix)

2018-09-05 Thread SUBRA
Duplicate 

http://apache-wicket.1842946.n4.nabble.com/wicket-core-and-util-OSGI-wiring-problem-with-junit-framework-with-test-environment-td4680840.html

--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

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



wicket-core and util OSGI wiring problem with junit framework with test environment

2018-09-05 Thread SUBRA
Hi Team,

Issue related to wicket-core and wicket -util bundle import junit packages. 

Regarding the issue, https://issues.apache.org/jira/browse/WICKET-6509
created and closed.

But the solution is not working. 

Please find the attachments contains the sample environment and .swf(open in
IE) files contains the execution steps

osgi.zip   

add the following bundles wicket-core and wicket-extensions to the bundle
directory in unzipped osgi.zip file

wicket-core-8.jar
  

wicket-extensions-8.jar

  

*Steps for execution:*

1. Unzip the osgi.zip

2. Go to bundles folder and paste wicket-core-8.jar and
wicket-extensions-8.jar and rename to 

wicket-core-8.0.0.jar and wicket-extensions-8.0.0.jar

3. back and go to bin folder 

4. Open folder in cmd prompt and run osgi.example.bat

5. OSGI Framework started

6. Open command prompt and execute *telnet localhost *

7. type ps, shows list of bundles

8. execute wicket-core bundle, by using start wicket-core ID

org.osgi.framework.BundleException: Unable to resolve org.apache.wicket.core
[11](R 11.0): missing requirement [org.apache.wicket.core [11](R 11.0)]
osgi.wiring.package; (osgi.wiring.package=junit.framework) Unresolved
requirements: [[org.apache.wicket.core [11](R 11.0)] osgi.wiring.package;
(osgi.wiring.package=junit.framework)]



Follow the video

Test Environment execution video
Issue.swf
  

manifest video
Reason.swf
  

*Fix:*

following videos contains the fix

Contains Fix 
Fix.swf   

After Fix Test Environment and Manifest file
afterfix.swf
  

Let me know for more information. I would like to create a Pull Request






--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

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



Re: Wicket 8 : OSGI wiring problem with junit framework.

2018-08-29 Thread SUBRA
Investigated the issue, the fix provided in 

https://issues.apache.org/jira/browse/WICKET-6509 is not resolving the
problem. 

Still In the generated manifest file the packages are present as it is
previously with out resolution : optional

Instead of setting the resolution:optional in the pom.xml of wicket 
project

https://github.com/apache/wicket/blob/wicket-8.x/pom.xml

set the dependency for 


junit
junit

*true*
provided


as optional true as specified above

It resolves the problem, that means setting the resolution optional in the
manifest file





--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

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



Re: Wicket 8 : OSGI wiring problem with junit framework.

2018-08-21 Thread SUBRA
Is this issue has been tested successfully by its reporter.  Did i miss
anything?

We are using junit : 4.12, on bundle start getting the BundleException

Unresolved constraint in bundle org.apache.wicket.core [34]: Unable to
resolve 34.0: missing requirement [34.0] osgi.wiring.package;
(osgi.wiring.package=junit.framework)




--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

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



Wicket 8 : OSGI wiring problem with junit framework.

2018-08-21 Thread SUBRA
HI,

I'm migrating to wicket-8, getting osgi wiring problem with junit framework
osgi.wiring.package=junit.framework

Jira issue, created with similar issue,  is in resolved state but apparently
it is not.

https://issues.apache.org/jira/browse/WICKET-6509
  

Fixed version : *8.0.0-M9*
Using wicket-core : *8.0.0*

Please help me to resolve the issue

--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

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



Problem with SVG Rendering with Wicket 6.5.0

2013-11-27 Thread SUBRA
Hi all,

In my project i am using svg drawing for show some information.When i using
wicket 1.4 everything goes well, I switches from 1.4 to 6.5 i am getting
problem with rendering svg drawing on ajax call.Problem with SVG Element
namespace. All my use elements are disappears after ajax call .Wicket 6.5
uses jquery internally for rendering svg element but jquery does not support
svg elements. Is there any solution for this problem. My SVG Drawing
rendering normally in wicket 1.4.Please solve this problem.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Problem-with-SVG-Rendering-with-Wicket-6-5-0-tp4662692.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: Problem with SVG Rendering with Wicket 6.5.0

2013-11-27 Thread SUBRA
Sorry i didn't have any idea on quick start and jira. My Problem is my
drawing is loading with all svg elements normally. when i make an ajax call
from wicket i  rendering the svg panel again , second time after ajax call i
didn't the elements which are displayed by use tag.

Suppose:
SVGPanel.java this is my Panel 

i am add AbstractDefaultAjaxBehavior to my panel.

In ajax behaviour respond method After made a ajax, i call 
target.add(SVGPanel.this);

my drawing is loadded  uncompletely, I miss the elements in svg drawing
which are displayed by use tag



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Problem-with-SVG-Rendering-with-Wicket-6-5-0-tp4662692p4662695.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