[JBoss-user] [JBossWS] - [DeserializationContextImpl] Ignoring invalid namespace mapp

2006-01-03 Thread rgimbel
Hello!

First this is not a JBoss problem but I am hoping someone might help me 
understand this.  I created a HelloWorld webservice that passes a string in and 
sends a string back.  Nothing out of the normal.  I have it deployed and am 
using a C# app to consume this webservice.  The webservice works fine I pass my 
string in and get a string back.  I get on my console every time the webservice 
is executed the warning:

[DeserializationContextImpl] Ignoring invalid namespace mapping: [prefix=,uri=]
  | 


  | http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
  | http://com.mine.ws/mysrv/types";>
  | 
  | JBoss Rocks!
  | 
  |   


I guess my question is two-fold.  Is that warning caused by the String_1 
parameter being passed into the webservice with xmlns=""?   And second what can 
I do to fix this WARNING from coming up?  My webservice was created in VS .NET 
2003 with .NET 1.1

Thanks in advance!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915418#3915418

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915418


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-26 Thread rgimbel
Hopefully this will be my last post in this topic and hopefully someone else finds 
value in this.

The only line I needed to ad was in the output target and this line in the jar section:




boy am I a putz!


All is good now!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846377#3846377

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846377


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-26 Thread rgimbel
Got it.. After disecting the build.xml file I needed to add a couple entries in the 
default build.xml

I added the line in the   _default:compile-bin in the compile target.


  |   
  |

and the following line in the output target in the jar file section.




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846375#3846375

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846375


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-26 Thread rgimbel
When I moved the images into the bin directory and ran the build.sh the binary 
directory does not make it into the output directory and consequently doesn't make it 
into the .sar file.   The build script is pulled out of the current nukes cvs tree.  
Is there something more that I need to do to the build file so that ant knows to pick 
up this directory?

Thanks in advance.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846367#3846367

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846367


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-26 Thread rgimbel
Thank you!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846331#3846331

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846331


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-25 Thread rgimbel
That fixed it.. Something in the build process was breaking my GIF images.  I copied 
the original GIF's from the src directory over top of the files in the output 
directory and rebuilt the  sar file and deployed.. the graphic images came right up 
like they are suppose to.

So this leads me to my next question.  Where should these files be placed I have them 
in my copied template directory as such:

/root/cvs/nukes/template/src/resources/nukes-template-lib-jar/org/jboss/nukes/addons/themes/mytheme

Is this not the best place to put these files?  or is there a better place?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846231#3846231

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846231


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-25 Thread rgimbel
I have discovered that the GIF images seem to be getting corrupted during the build 
process.  I can view the images fine in the 
src/resources/mytheme-lib-jar/org/jboss/nukes/addon/themes/mytheme/images,  but after 
the build I go to use the same file viewer and I get the following error:
anonymous wrote : GIF file was missing some data (perhaps it was truncated somehow?)
  | GIF file was missing some data (perhaps it was truncated somehow?)
  | GIF image contained a frame appearing outside the image bounds.

I have looked in the build.xml file but don't see anything that would have tweeked 
these files from the src location to the output directory.  I am going to copy the 
images directly to the output directory and see if I can build a sar file that will 
deploy working images.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846230#3846230

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846230


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - [Nukes] Theme deployment question

2004-08-25 Thread rgimbel
Hello-
  I am working on creating my first theme for JBoss nukes and have deployed the theme 
that I have created so far.  Once I apply the theme to my site all the graphics show 
up as broken links, but the scripts and style sheets come through fine.  The graphic 
files are in the jar file and when I view the source of the web page the img links 
appear just like the sample themes.  Can someone point me in the right direction as to 
why the graphic images are not being picked up when the theme is applied?  

Currently running Jboss-3.2.3 with Nukes-1.1RC3:

I copied the module template and added the themes section instead of modules.  So my 
path to my source is as follows:

/cvs/nukes/mytheme/src/main/org/jboss/nukes/addons/themes
  | 
  | `-- mytheme
  | |-- favicon.ico
  | |-- images
  | |   |-- BLbubble.gif
  | |   |-- BRbubble.gif
  | |   |-- Bbubble.gif
  | |   |-- Ldesk.gif
  | |   |-- Lmenu.gif
  | |   |-- Rbubble.gif
  | |   |-- Rdesk.gif
  | |   |-- TLbubble.gif
  | |   |-- TRbubble.gif
  | |   |-- cw-16.ico
  | |   |-- cw-footer-logo.gif
  | |   |-- cw-header-logo.gif
  | |   |-- keys.gif
  | |   |-- matrix.gif
  | |   |-- menu_right.gif
  | |   |-- patchcbl.gif
  | |   |-- spacer.gif
  | |   `-- suits.gif
  | |-- scripts
  | |   |-- HM_Arrays.js
  | |   |-- HM_Loader.js
  | |   `-- HM_ScriptDOM.js
  | |-- style
  | |   `-- style.css
  | `-- theme.html
 and my jboss-service.xml file:

  | 
  | 
  |
  |
  |   nukes.modules:name=core
  |   nukes.modules:name=html
  |   
  |  
  |   
  |   
  |  jar:/theme.html
  |  org/jboss/nukes/addons/themes/mytheme
  |   
  |
  | 


Any direction that you can point me in is appreciated as I am running in circles now!! 
:)

-Rob

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846219#3846219

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846219


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user