Table of Contents:

Rio Grande Spaghetti
Baked Maryland Lump Crab Cakes
Katie's Breakfast Frittata
Quick Creole
Green Bean Salad
Skillet Fried Corn
Bacon & Eggs Spaghetti
_______________________________________ 

Rio Grande Spaghetti 

1 1/2 lbs Ground Beef 
1 Can (15 oz) Tomato Sauce 
1 Can (16 oz) Mexican-style Diced Tomatoes
1 Tbs Beef Granules
2 1/2 tsp Chili Powder
1/2 tsp Ground Cumin
1 (7oz) pkg spaghetti, uncooked 
Shredded Pepper Jack or Mexican-blend Cheese, for serving 

In a skillet, brown beef; drain well and transfer to crock-pot.  Add 
tomato sauce, tomatoes, beef granules, chili powder and cumin; mix well.

Cover and cook on Low for 4 - 5 hours.  Prepare spaghetti according to 
package instructions.  When done, drain and stir into beef mixture in 
crock-pot.  Allow to slow cook for 15 minutes to half an hour.

When ready to serve, garnish with shredded cheese of choice.
_______________________________________ 

Baked Maryland Lump Crab Cakes 

1/4 cup bread crumbs 
1 teaspoon baking powder 
1 teaspoon dried parsley 
1 teaspoon mustard powder 
1/8 teaspoon black pepper 
2 teaspoons seafood seasoning, such as Old BayT 
1 tablespoon mayonnaise 
2 tablespoons butter, melted 
1 teaspoon Worcestershire sauce 
3/4 cup cholesterol-free egg product 
1 pound lump crab ://issues.apache.org/jira/browse/CXF-1787
>             Project: CXF
>          Issue Type: Bug
>          Components: Aegis Databinding
>    Affects Versions: 2.1.2
>            Reporter: Jara Cesnek
>
> CXF 2.1.2 Aegis Databinding, 
> Java :
> @WebService(name="wsrbadresa",serviceName="wsrbadresa",targetNamespace="http://rb.ws.daisy.marbes.cz";)
> public class WSGetRBAdresa
>  @WebMethod
>  public List<Rb_stat> getStatList(Rb_stat inputObject) {
>  ...
>  }
> }
> @XmlType(name="DOlrb_stat",namespace="http://rb.lite.ws.daisy.marbes.cz";)
> public class Rb_stat extends DOlrb_stat {
> }
> Generate invalid WSDL:
> - <xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified" 
> targetNamespace="http://ws.rb.modules.daisy.marbes.cz"; 
> xmlns:ns1="http://rb.lite.ws.daisy.marbes.cz"; 
> xmlns:tns="http://ws.rb.modules.daisy.marbes.cz"; 
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
>   <import namespace="http://rb.lite.ws.daisy.marbes.cz"; 
> xmlns="http://www.w3.org/2001/XMLSchema"; /> 
> - <xsd:complexType name="inputObject">
> - <xsd:sequence>
>   <xsd:element minOccurs="0" name="ns1:id_stat" nillable="true" 
> type="xsd:int" /> 
>   <xsd:element minOccurs="0" name="ns1:nazev_stat" nillable="true" 
> type="xsd:string" /> 
>   </xsd:sequence>
>   </xsd:complexType>
>   </xsd:schema>
> - <xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified" 
> targetNamespace="http://rb.lite.ws.daisy.marbes.cz"; 
> xmlns:tns="http://rb.lite.ws.daisy.marbes.cz"; 
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
> - <xsd:complexType name="DOlrb_stat">
> - <xsd:sequence>
>   <xsd:element minOccurs="0" name="id_stat" nillable="true" type="xsd:int" /> 
>   <xsd:element minOccurs="0" name="nazev_stat" nillable="true" 
> type="xsd:string" /> 
>   </xsd:sequence>
>   </xsd:complexType>
> - <xsd:complexType name="ArrayOfDOlrb_stat">
> - <xsd:sequence>
>   <xsd:element maxOccurs="unbounded" minOccurs="0" name="DOlrb_stat" 
> nillable="true" type="tns:DOlrb_stat" /> 
>   </xsd:sequence>
>   </xsd:complexType>
>   </xsd:schema>
> From my point of view  webservice class is in one namespace and parameter 
> class Rb_stat is in another. Return is mix of both.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to